summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-11-20????? & 24104: attempt to fix error message on Tru64 UnixPeter Stephenson1-4/+17
24103: fix zsh.texi dependency on version 24104: dont search for ncurses library if no ncurses.h
2007-11-1024083: add zcurses querycharPeter Stephenson1-1/+1
2007-11-0124050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle1-0/+11
2007-10-29Remove broken curses debugPeter Stephenson1-4/+0
2007-10-2824026: default colors in zcursesPeter Stephenson1-1/+1
2007-10-2624024: add zcurses input with keypad handlingPeter Stephenson1-1/+41
2007-10-2424016: compilation with curses and not ncursesPeter Stephenson1-1/+1
2007-10-1823978: zcurses -s with wide characters: use waddwstr()Peter Stephenson1-1/+1
2007-10-1223943 (tweaked): search ncursesw and document thisPeter Stephenson1-3/+3
2007-10-0823911: curses windowing module.Clint Adams1-1/+2
2007-10-02improve configuration handling of termcap/cursesPeter Stephenson1-7/+11
2007-08-16Roy Marples: 23762: need to suppress [...] quoting in case in configurePeter Stephenson1-0/+8
2007-07-3023725: use setenv()/unsetenv() for environment memory managementPeter Stephenson1-1/+1
2007-07-2523697: use -rdynamic where it seems to be available, not based on the value ↵Clint Adams1-1/+7
of $host.
2007-07-12revert thatClint Adams1-1/+1
2007-07-1223670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams1-1/+1
2007-05-26fix error name searching on LinuxPeter Stephenson1-3/+1
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-1/+2
2007-01-0520390: prefer ncurses to cursesPeter Stephenson1-6/+15
2006-12-0423028: use texi2pdf where availablePeter Stephenson1-0/+1
2006-09-1522719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work.Clint Adams1-0/+2
2006-09-1022681: find all error number definitionsPeter Stephenson1-6/+6
2006-08-1722613: add strftime -r to use strptime() if availablePeter Stephenson1-1/+2
2006-08-0422582: configure.ac: test properly for functions for MULTIBYTE_SUPPORTPeter Stephenson1-24/+25
2006-06-1922501: reduce maximum function depth to 1000Peter Stephenson1-3/+3
2006-06-0522484: support varargs.h in addition to stdarg.hPeter Stephenson1-1/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-1/+2
2006-05-2922470: attempt to improve errno.h searchingPeter Stephenson1-5/+14
2006-03-02c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.acPeter Stephenson1-77/+77
2006-03-0122036: fix warning from testPeter Stephenson1-1/+1
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of ↵Clint Adams1-0/+17
getpw*(), getgr*(), initgroups() functions.
2006-01-08Got rid of check for wcswidth() and added my missing commit thatWayne Davison1-2/+2
added checks for fchown() and fchmod().
2006-01-0622123: probe for wcswidth() and assume 1 if not foundPeter Stephenson1-1/+1
2005-12-09require 2.53b of autoconf for AC_PROG_EGREPOliver Kiddle1-1/+1
2005-12-0522050: fixes for Debian GNU/kfreebsdOliver Kiddle1-2/+2
2005-11-30Use $EGREP instead of a hard-wired "grep -E".Wayne Davison1-1/+2
Added AC_PROG_EGREP (which sets $EGREP) for completeness.
2005-11-2922042: handle the Hurd's errno.h.Clint Adams1-1/+1
2005-10-3021954: work around /dev/fd problem on FreeBSDPeter Stephenson1-1/+6
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-3/+3
use multibyte versions of nicechar wherever possible.
2005-08-17Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.Wayne Davison1-27/+27
2005-08-17Removed superfluous main() from AC_TRY_COMPILE.Wayne Davison1-3/+1
2005-08-16Added --enable-/disable-multibyte support, with the default being toWayne Davison1-0/+31
check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly.
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson1-30/+54
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
2005-07-2621529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams1-4/+4
2005-07-2021498: Add zsh/newuser modulePeter Stephenson1-0/+24
2005-05-3121290: configure.ac: don't need backslash quoting within single-quote areas.Geoff Wing1-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.
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-1/+1
2005-04-0821107: fix for when there is a native iconv but iconv.h is from GNU libiconvOliver Kiddle1-0/+5
2005-04-04Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson1-0/+27
ut_name needs to be ut_user in struct utmpx
2005-03-1420886: configure.ac: SIGTTOU -> TTOUPeter Stephenson1-2/+2