summaryrefslogtreecommitdiff
path: root/Src/system.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-1625167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when gl...Clint Adams1-1/+1
2008-05-0424904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson1-8/+9
2008-04-2324867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDEDPeter Stephenson1-2/+7
2008-04-2224862: _XOPEN_SOURCE needed for wcwidth()Peter Stephenson1-1/+6
2007-12-1424252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson1-0/+4
2007-11-0124050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle1-0/+21
2007-10-1123927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams1-1/+1
2007-07-3123730: improve preprocessor and regression tests for 23725Peter Stephenson1-2/+2
2007-07-3023725: use setenv()/unsetenv() for environment memory managementPeter Stephenson1-0/+9
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson1-2/+2
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson1-0/+5
2007-04-1223270: fix strptime() on SolarisPeter Stephenson1-0/+12
2006-06-0522484: support varargs.h in addition to stdarg.hPeter Stephenson1-0/+40
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-0/+4
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams1-0/+25
2006-01-08Got rid of wcswidth() define for OpenBSD now that wcswidth() isn'tWayne Davison1-4/+0
2006-01-0622123: probe for wcswidth() and assume 1 if not foundPeter Stephenson1-0/+4
2005-12-1522085 and back off 22075: include langinfo.h to get iconvPeter Stephenson1-7/+6
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-3/+3
2005-08-16Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked theWayne Davison1-12/+8
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-1/+1
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson1-1/+1
2005-05-2321270: don't use poll() on ApplePeter Stephenson1-0/+9
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle1-1/+1
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-0/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-37/+0
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson1-1/+1
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams1-0/+2
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-0/+2
2005-01-26 * 20747: some wide char support in the zle refresh code.Clint Adams1-0/+6
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-0/+8
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-6/+43
2005-01-1220701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle1-1/+1
2004-06-02Define the new UNUSED() macro for marking function parameters.Wayne Davison1-0/+7
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson1-0/+1
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-0/+8
2003-06-2518634: Tomi Vainio: work around problem with latest Sun k2 compilerOliver Kiddle1-1/+1
2003-03-2418376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson1-0/+10
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer1-1/+3
2001-04-13Fix term*.h header file collisions.Bart Schaefer1-8/+0
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer1-0/+4
2001-02-1913280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson1-0/+6
2000-09-18Back out 12814.Bart Schaefer1-20/+0
2000-09-18unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams1-0/+4
2000-09-1612814: zasprintfClint Adams1-0/+20
2000-09-0812779: remove sinix special case. Too lazy to add prototype check forAndrey Borzenkov1-0/+6
2000-08-14Andrej, 12620: Fix up mmap tests.Bart Schaefer1-4/+0
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer1-10/+7
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams1-0/+3
2000-08-0512549: Typo in 12547.Bart Schaefer1-1/+1