about summary refs log tree commit diff
path: root/zshconfig.ac
Commit message (Collapse)AuthorAgeFilesLines
* 18472: spelling correctionsOliver Kiddle2003-04-251-1/+1
|
* 18431: Another attempt to fix the problems with RLIMIT definitionsPeter Stephenson2003-04-031-0/+69
|
* 18376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson2003-03-241-1/+1
|
* 17659,17661: config.status processes config.modulesBart Schaefer2003-03-151-1/+12
|
* 18343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle2003-03-141-2/+5
|
* 18303: fix some always-true test evaluations.Clint Adams2003-02-261-15/+15
|
* modified from 18236: HP-UX curses problem latestPeter Stephenson2003-02-141-1/+2
|
* 18131: find pcre on RedHat.Clint Adams2003-01-301-0/+7
|
* 18144: fix inconsequential typos.Bart Schaefer2003-01-271-2/+2
|
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-061-5/+36
|
* 17055: shared object linkage on the Hurd.Clint Adams2002-04-291-2/+2
|
* 16862: allow print's -s and -z options to be used with -fOliver Kiddle2002-03-191-1/+1
|
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-191-1/+2
|
* 16332: remove ansi2knr.c from our repository due to licenceGeoff Wing2001-12-201-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
* 16361: include <stdio.h> to avoid implicit declarations.Clint Adams2001-12-181-1/+1
|
* unposted: get rid of evil -Wno-implicit in CFLAGSClint Adams2001-12-151-2/+2
|
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-1/+2
|
* enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle2001-10-101-2/+10
|
* fix build and test problems in Mac OS X (15882)Oliver Kiddle2001-09-271-0/+1
|
* David Lebel: Shared object linkage on OpenBSD.Bart Schaefer2001-09-131-2/+27
|
* Remove extraneous comma.Bart Schaefer2001-07-031-1/+1
|
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-1/+1
|
* Remove references to FUNCINST_MK.Bart Schaefer2001-07-031-2/+0
|
* 15211: zsh/pcre moduleClint Adams2001-07-021-2/+6
|
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-021-1/+1
|
* 15183: fix DLLD in non-ELF caseAndrey Borzenkov2001-06-291-2/+0
|
* 15181: use -KPIC instead of -KpicAndrey Borzenkov2001-06-291-1/+1
|
* 15180: final AIX touch - default to termcap and add -shared flag (orAndrey Borzenkov2001-06-291-1/+6
| | | | -bM:SRE for native compiler) for modules
* enable-sitefndir -> enable-site-fndirPeter Stephenson2001-06-271-1/+1
|
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-191-23/+29
|
* Per NetBSD, use "gcc -fPIC" rather than -fpic.Bart Schaefer2001-06-171-1/+1
|
* Use mkstemp where availablePeter Stephenson2001-06-151-1/+1
|
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-081-1/+2
|
* More reliable BROKEN_KILL_ESRCH test.Bart Schaefer2001-06-081-4/+3
|
* 14772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linkingAndrey Borzenkov2001-06-061-1/+11
|
* 14758: use host_os instead of ac_cv_cygwinAndrey Borzenkov2001-06-061-3/+3
|
* unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov2001-06-061-0/+1941
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50