summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-12-0724172: check ncurses.h, ncurses/ncurses.h, and ncursesw/ncurses.h for curses ↵Clint Adams1-6/+9
keys.
2007-12-0324148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson1-1/+1
2007-11-2424118: only link against libnsl if we have NIS and need it for yp_all, or if ↵Clint Adams1-4/+4
we need it for getpwnam.
2007-11-2024108 plus YAT: fix tests for ncurses headers even morePeter Stephenson1-10/+11
2007-11-2024107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson1-3/+14
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