about summary refs log tree commit diff
path: root/Src/system.h
Commit message (Expand)AuthorAgeFilesLines
* 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson2007-12-141-0/+4
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-011-0/+21
* 23927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams2007-10-111-1/+1
* 23730: improve preprocessor and regression tests for 23725Peter Stephenson2007-07-311-2/+2
* 23725: use setenv()/unsetenv() for environment memory managementPeter Stephenson2007-07-301-0/+9
* Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson2007-04-231-2/+2
* Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson2007-04-231-0/+5
* 23270: fix strptime() on SolarisPeter Stephenson2007-04-121-0/+12
* 22484: support varargs.h in addition to stdarg.hPeter Stephenson2006-06-051-0/+40
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-0/+4
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-0/+25
* Got rid of wcswidth() define for OpenBSD now that wcswidth() isn'tWayne Davison2006-01-081-4/+0
* 22123: probe for wcswidth() and assume 1 if not foundPeter Stephenson2006-01-061-0/+4
* 22085 and back off 22075: include langinfo.h to get iconvPeter Stephenson2005-12-151-7/+6
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-3/+3
* Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked theWayne Davison2005-08-161-12/+8
* 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson2005-08-151-1/+1
* unposted: Perforce "attribute" commandPeter Stephenson2005-08-011-1/+1
* 21270: don't use poll() on ApplePeter Stephenson2005-05-231-0/+9
* 20862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2005-02-241-1/+1
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-0/+1
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-37/+0
* 20759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2005-02-011-1/+1
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-0/+2
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-0/+2
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-261-0/+6
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-251-0/+8
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-6/+43
* 20701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle2005-01-121-1/+1
* Define the new UNUSED() macro for marking function parameters.Wayne Davison2004-06-021-0/+7
* Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson2004-04-061-0/+1
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-201-0/+8
* 18634: Tomi Vainio: work around problem with latest Sun k2 compilerOliver Kiddle2003-06-251-1/+1
* 18376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson2003-03-241-0/+10
* BDIGBUFSIZE for binary conversions.Bart Schaefer2001-04-281-1/+3
* Fix term*.h header file collisions.Bart Schaefer2001-04-131-8/+0
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-121-0/+4
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-191-0/+6
* Back out 12814.Bart Schaefer2000-09-181-20/+0
* unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams2000-09-181-0/+4
* 12814: zasprintfClint Adams2000-09-161-0/+20
* 12779: remove sinix special case. Too lazy to add prototype check forAndrey Borzenkov2000-09-081-0/+6
* Andrej, 12620: Fix up mmap tests.Bart Schaefer2000-08-141-4/+0
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-141-10/+7
* 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams2000-08-081-0/+3
* 12549: Typo in 12547.Bart Schaefer2000-08-051-1/+1
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-041-2/+7
* 11455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson2000-05-181-10/+60
* Initial revisionTanaka Akira1999-04-151-0/+598