about summary refs log tree commit diff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Clint Adams2006-02-191-0/+17
| | | | getpw*(), getgr*(), initgroups() functions.
* Got rid of check for wcswidth() and added my missing commit thatWayne Davison2006-01-081-2/+2
| | | | added checks for fchown() and fchmod().
* 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
| | | | Added AC_PROG_EGREP (which sets $EGREP) for completeness.
* 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 multibyte versions of nicechar wherever possible.
* Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.Wayne Davison2005-08-171-27/+27
|
* Removed superfluous main() from AC_TRY_COMPILE.Wayne Davison2005-08-171-3/+1
|
* Added --enable-/disable-multibyte support, with the default being toWayne Davison2005-08-161-0/+31
| | | | check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly.
* unposted: Perforce "attribute" commandPeter Stephenson2005-08-011-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 Adams2005-07-261-4/+4
|
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-201-0/+24
|
* 21290: configure.ac: don't need backslash quoting within single-quote areas.Geoff Wing2005-05-311-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 supportOliver Kiddle2005-05-111-1/+1
|
* 21107: fix for when there is a native iconv but iconv.h is from GNU libiconvOliver Kiddle2005-04-081-0/+5
|
* Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson2005-04-041-0/+27
| | | | ut_name needs to be ut_user in struct utmpx
* 20886: configure.ac: SIGTTOU -> TTOUPeter Stephenson2005-03-141-2/+2
|
* 20862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2005-02-241-6/+38
|
* 20811: Use the cpp trick to find the file with resource namesPeter Stephenson2005-02-141-7/+20
|
* Generated PDF from zsh.texi using pdfetexPeter Stephenson2005-02-041-0/+1
|
* Motoi Washida: libiconv test needed on Mac OS XPeter Stephenson2005-02-041-4/+5
|
* 20759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2005-02-011-2/+8
|
* users/8433: fix hang in configure on latest CygwinPeter Stephenson2005-01-271-2/+6
|
* 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2005-01-191-0/+2
| | | | also use ulimit -x for RLIMIT_LOCK
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
| | | | unposted: update version to 4.2.3-dev-1
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-0/+26
|
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-1/+1
| | | | Time processes from before rather than after fork.
* 20222: turn on max function depthPeter Stephenson2004-07-301-3/+5
| | | | | plus unposted reference to this in README plus unposted neatening of 20219 history-pattern-search
* 20025: --with-tcsetpgrp from Philippe TroinPeter Stephenson2004-06-081-9/+38
|
* Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson2004-04-061-2/+4
|
* 19674, modified: support for non-standard ports in zftp.Peter Stephenson2004-03-241-1/+2
|
* 19619: fix problem with getting signals on MacOS X 10.1Oliver Kiddle2004-03-141-1/+6
|
* 19616: use correct linker options for shared libs with gcc on HP/UXOliver Kiddle2004-03-121-2/+5
|