summaryrefslogtreecommitdiff
path: root/zshconfig.ac
AgeCommit message (Collapse)AuthorFilesLines
2004-01-0819338 etc.: remove support for autoconf before 2.50Peter Stephenson1-2143/+0
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-37/+0
2003-09-15Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle1-2/+4
Vin Shelton: 19038: Make sed grok icc's cpp output.
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle1-0/+14
2003-08-30zsh-users/6493: search tinfo library for cursesPeter Stephenson1-3/+3
2003-08-3018980: new zsh/system modulePeter Stephenson1-0/+33
2003-04-2518472: spelling correctionsOliver Kiddle1-1/+1
2003-04-0318431: Another attempt to fix the problems with RLIMIT definitionsPeter Stephenson1-0/+69
2003-03-2418376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson1-1/+1
2003-03-1517659,17661: config.status processes config.modulesBart Schaefer1-1/+12
2003-03-1418343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle1-2/+5
2003-02-2618303: fix some always-true test evaluations.Clint Adams1-15/+15
2003-02-14modified from 18236: HP-UX curses problem latestPeter Stephenson1-1/+2
2003-01-3018131: find pcre on RedHat.Clint Adams1-0/+7
2003-01-2718144: fix inconsequential typos.Bart Schaefer1-2/+2
2002-05-06Detect variant tgetent() return value and test for it correctly.Bart Schaefer1-5/+36
2002-04-2917055: shared object linkage on the Hurd.Clint Adams1-2/+2
2002-03-1916862: allow print's -s and -z options to be used with -fOliver Kiddle1-1/+1
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams1-1/+2
2001-12-2016332: remove ansi2knr.c from our repository due to licenceGeoff Wing1-1/+12
differences. Adjust the build process accordingly. configure will now abort if the user requests ansi2knr but no ansi2knr is available. ansi2knr is available from the main distribution site and most mirrors
2001-12-1816361: include <stdio.h> to avoid implicit declarations.Clint Adams1-1/+1
2001-12-15unposted: get rid of evil -Wno-implicit in CFLAGSClint Adams1-2/+2
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-1/+2
2001-10-10enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle1-2/+10
2001-09-27fix build and test problems in Mac OS X (15882)Oliver Kiddle1-0/+1
2001-09-13David Lebel: Shared object linkage on OpenBSD.Bart Schaefer1-2/+27
2001-07-03Remove extraneous comma.Bart Schaefer1-1/+1
2001-07-0315228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams1-1/+1
2001-07-03Remove references to FUNCINST_MK.Bart Schaefer1-2/+0
2001-07-0215211: zsh/pcre moduleClint Adams1-2/+6
2001-07-02fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle1-1/+1
2001-06-2915183: fix DLLD in non-ELF caseAndrey Borzenkov1-2/+0
2001-06-2915181: use -KPIC instead of -KpicAndrey Borzenkov1-1/+1
2001-06-2915180: final AIX touch - default to termcap and add -shared flag (orAndrey Borzenkov1-1/+6
-bM:SRE for native compiler) for modules
2001-06-27enable-sitefndir -> enable-site-fndirPeter Stephenson1-1/+1
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov1-23/+29
2001-06-17Per NetBSD, use "gcc -fPIC" rather than -fpic.Bart Schaefer1-1/+1
2001-06-15Use mkstemp where availablePeter Stephenson1-1/+1
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams1-1/+2
2001-06-08More reliable BROKEN_KILL_ESRCH test.Bart Schaefer1-4/+3
2001-06-0614772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linkingAndrey Borzenkov1-1/+11
2001-06-0614758: use host_os instead of ac_cv_cygwinAndrey Borzenkov1-3/+3
2001-06-06unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov1-0/+1941
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50