about summary refs log tree commit diff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 24429: use ZSH_VERSIONSUFFIX instead of ZSH_EXTRAVERSION.Clint Adams2008-01-221-1/+1
* 24408: use contents of ZSH_EXTRAVERSION environment variable for version suffix.Clint Adams2008-01-181-0/+1
* 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson2007-12-141-0/+16
* 24179: use queue_signals() for 24170Peter Stephenson2007-12-071-1/+1
* unposted: arghClint Adams2007-12-071-1/+1
* 24172: check ncurses.h, ncurses/ncurses.h, and ncursesw/ncurses.h for curses ...Clint Adams2007-12-071-6/+9
* 24148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson2007-12-031-1/+1
* 24118: only link against libnsl if we have NIS and need it for yp_all, or if ...Clint Adams2007-11-241-4/+4
* 24108 plus YAT: fix tests for ncurses headers even morePeter Stephenson2007-11-201-10/+11
* 24107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson2007-11-201-3/+14
* ????? & 24104: attempt to fix error message on Tru64 UnixPeter Stephenson2007-11-201-4/+17
* 24083: add zcurses querycharPeter Stephenson2007-11-101-1/+1
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-011-0/+11
* Remove broken curses debugPeter Stephenson2007-10-291-4/+0
* 24026: default colors in zcursesPeter Stephenson2007-10-281-1/+1
* 24024: add zcurses input with keypad handlingPeter Stephenson2007-10-261-1/+41
* 24016: compilation with curses and not ncursesPeter Stephenson2007-10-241-1/+1
* 23978: zcurses -s with wide characters: use waddwstr()Peter Stephenson2007-10-181-1/+1
* 23943 (tweaked): search ncursesw and document thisPeter Stephenson2007-10-121-3/+3
* 23911: curses windowing module.Clint Adams2007-10-081-1/+2
* improve configuration handling of termcap/cursesPeter Stephenson2007-10-021-7/+11
* Roy Marples: 23762: need to suppress [...] quoting in case in configurePeter Stephenson2007-08-161-0/+8
* 23725: use setenv()/unsetenv() for environment memory managementPeter Stephenson2007-07-301-1/+1
* 23697: use -rdynamic where it seems to be available, not based on the value o...Clint Adams2007-07-251-1/+7
* revert thatClint Adams2007-07-121-1/+1
* 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams2007-07-121-1/+1
* fix error name searching on LinuxPeter Stephenson2007-05-261-3/+1
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-1/+2
* 20390: prefer ncurses to cursesPeter Stephenson2007-01-051-6/+15
* 23028: use texi2pdf where availablePeter Stephenson2006-12-041-0/+1
* 22719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work.Clint Adams2006-09-151-0/+2
* 22681: find all error number definitionsPeter Stephenson2006-09-101-6/+6
* 22613: add strftime -r to use strptime() if availablePeter Stephenson2006-08-171-1/+2
* 22582: configure.ac: test properly for functions for MULTIBYTE_SUPPORTPeter Stephenson2006-08-041-24/+25
* 22501: reduce maximum function depth to 1000Peter Stephenson2006-06-191-3/+3
* 22484: support varargs.h in addition to stdarg.hPeter Stephenson2006-06-051-1/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-1/+2
* 22470: attempt to improve errno.h searchingPeter Stephenson2006-05-291-5/+14
* c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.acPeter Stephenson2006-03-021-77/+77
* 22036: fix warning from testPeter Stephenson2006-03-011-1/+1
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-0/+17
* Got rid of check for wcswidth() and added my missing commit thatWayne Davison2006-01-081-2/+2
* 22123: probe for wcswidth() and assume 1 if not foundPeter Stephenson2006-01-061-1/+1
* require 2.53b of autoconf for AC_PROG_EGREPOliver Kiddle2005-12-091-1/+1
* 22050: fixes for Debian GNU/kfreebsdOliver Kiddle2005-12-051-2/+2
* Use $EGREP instead of a hard-wired "grep -E".Wayne Davison2005-11-301-1/+2
* 22042: handle the Hurd's errno.h.Clint Adams2005-11-291-1/+1
* 21954: work around /dev/fd problem on FreeBSDPeter Stephenson2005-10-301-1/+6
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-3/+3
* Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.Wayne Davison2005-08-171-27/+27