Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 24108 plus YAT: fix tests for ncurses headers even more | Peter Stephenson | 2007-11-20 | 1 | -10/+11 |
| | |||||
* | 24107: extra search for ncurses headers but dont use if library isnt ncurses | Peter Stephenson | 2007-11-20 | 1 | -3/+14 |
| | |||||
* | ????? & 24104: attempt to fix error message on Tru64 Unix | Peter Stephenson | 2007-11-20 | 1 | -4/+17 |
| | | | | | 24103: fix zsh.texi dependency on version 24104: dont search for ncurses library if no ncurses.h | ||||
* | 24083: add zcurses querychar | Peter Stephenson | 2007-11-10 | 1 | -1/+1 |
| | |||||
* | 24050: handle nanosecond resolution timestamps on systems that support them | Oliver Kiddle | 2007-11-01 | 1 | -0/+11 |
| | |||||
* | Remove broken curses debug | Peter Stephenson | 2007-10-29 | 1 | -4/+0 |
| | |||||
* | 24026: default colors in zcurses | Peter Stephenson | 2007-10-28 | 1 | -1/+1 |
| | |||||
* | 24024: add zcurses input with keypad handling | Peter Stephenson | 2007-10-26 | 1 | -1/+41 |
| | |||||
* | 24016: compilation with curses and not ncurses | Peter Stephenson | 2007-10-24 | 1 | -1/+1 |
| | |||||
* | 23978: zcurses -s with wide characters: use waddwstr() | Peter Stephenson | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | 23943 (tweaked): search ncursesw and document this | Peter Stephenson | 2007-10-12 | 1 | -3/+3 |
| | |||||
* | 23911: curses windowing module. | Clint Adams | 2007-10-08 | 1 | -1/+2 |
| | |||||
* | improve configuration handling of termcap/curses | Peter Stephenson | 2007-10-02 | 1 | -7/+11 |
| | |||||
* | Roy Marples: 23762: need to suppress [...] quoting in case in configure | Peter Stephenson | 2007-08-16 | 1 | -0/+8 |
| | |||||
* | 23725: use setenv()/unsetenv() for environment memory management | Peter Stephenson | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | 23697: use -rdynamic where it seems to be available, not based on the value ↵ | Clint Adams | 2007-07-25 | 1 | -1/+7 |
| | | | | of $host. | ||||
* | revert that | Clint Adams | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. | Clint Adams | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | fix error name searching on Linux | Peter Stephenson | 2007-05-26 | 1 | -3/+1 |
| | |||||
* | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 2007-05-01 | 1 | -1/+2 |
| | |||||
* | 20390: prefer ncurses to curses | Peter Stephenson | 2007-01-05 | 1 | -6/+15 |
| | |||||
* | 23028: use texi2pdf where available | Peter Stephenson | 2006-12-04 | 1 | -0/+1 |
| | |||||
* | 22719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work. | Clint Adams | 2006-09-15 | 1 | -0/+2 |
| | |||||
* | 22681: find all error number definitions | Peter Stephenson | 2006-09-10 | 1 | -6/+6 |
| | |||||
* | 22613: add strftime -r to use strptime() if available | Peter Stephenson | 2006-08-17 | 1 | -1/+2 |
| | |||||
* | 22582: configure.ac: test properly for functions for MULTIBYTE_SUPPORT | Peter Stephenson | 2006-08-04 | 1 | -24/+25 |
| | |||||
* | 22501: reduce maximum function depth to 1000 | Peter Stephenson | 2006-06-19 | 1 | -3/+3 |
| | |||||
* | 22484: support varargs.h in addition to stdarg.h | Peter Stephenson | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -1/+2 |
| | |||||
* | 22470: attempt to improve errno.h searching | Peter Stephenson | 2006-05-29 | 1 | -5/+14 |
| | |||||
* | c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.ac | Peter Stephenson | 2006-03-02 | 1 | -77/+77 |
| | |||||
* | 22036: fix warning from test | Peter Stephenson | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | 22284: add --disable-dynamic-nss configure switch to disable use of ↵ | Clint Adams | 2006-02-19 | 1 | -0/+17 |
| | | | | getpw*(), getgr*(), initgroups() functions. | ||||
* | Got rid of check for wcswidth() and added my missing commit that | Wayne Davison | 2006-01-08 | 1 | -2/+2 |
| | | | | added checks for fchown() and fchmod(). | ||||
* | 22123: probe for wcswidth() and assume 1 if not found | Peter Stephenson | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | require 2.53b of autoconf for AC_PROG_EGREP | Oliver Kiddle | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | 22050: fixes for Debian GNU/kfreebsd | Oliver Kiddle | 2005-12-05 | 1 | -2/+2 |
| | |||||
* | Use $EGREP instead of a hard-wired "grep -E". | Wayne Davison | 2005-11-30 | 1 | -1/+2 |
| | | | | Added AC_PROG_EGREP (which sets $EGREP) for completeness. | ||||
* | 22042: handle the Hurd's errno.h. | Clint Adams | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | 21954: work around /dev/fd problem on FreeBSD | Peter Stephenson | 2005-10-30 | 1 | -1/+6 |
| | |||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -3/+3 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros. | Wayne Davison | 2005-08-17 | 1 | -27/+27 |
| | |||||
* | Removed superfluous main() from AC_TRY_COMPILE. | Wayne Davison | 2005-08-17 | 1 | -3/+1 |
| | |||||
* | Added --enable-/disable-multibyte support, with the default being to | Wayne Davison | 2005-08-16 | 1 | -0/+31 |
| | | | | check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly. | ||||
* | unposted: Perforce "attribute" command | Peter Stephenson | 2005-08-01 | 1 | -30/+54 |
| | | | | | | 21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping | ||||
* | 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath. | Clint Adams | 2005-07-26 | 1 | -4/+4 |
| | |||||
* | 21498: Add zsh/newuser module | Peter Stephenson | 2005-07-20 | 1 | -0/+24 |
| | |||||
* | 21290: configure.ac: don't need backslash quoting within single-quote areas. | Geoff Wing | 2005-05-31 | 1 | -3/+3 |
| | | | | | | Change constant RE boundary characters to slash (instead of tuples). This was exposed with autoconf 2.59c preferring ksh (pdksh 5.2.14p2 in NetBSD) over bash. It did, however, work with ksh93 and bash. | ||||
* | Joerg Sonnenberger: 21252: Dragonfly BSD support | Oliver Kiddle | 2005-05-11 | 1 | -1/+1 |
| | |||||
* | 21107: fix for when there is a native iconv but iconv.h is from GNU libiconv | Oliver Kiddle | 2005-04-08 | 1 | -0/+5 |
| |