about summary refs log tree commit diff
path: root/Src/compat.c
Commit message (Expand)AuthorAgeFilesLines
* 34961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer2015-04-251-1/+1
* 34636: replace broken isprint() on Mac OS XJun-ichi Takimoto2015-03-051-0/+15
* 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil2014-06-071-1/+1
* Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson2012-08-231-2/+2
* YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson2012-08-071-2/+2
* 28010: use getcwd() as fallbackPeter Stephenson2010-06-141-1/+18
* 28006: make zgetcwd() fall back to pwd,Peter Stephenson2010-06-081-11/+39
* 27721: rationalise initialisation of file descriptorsPeter Stephenson2010-02-221-29/+34
* 26754: tweak zgetdir() and test for realpath()Peter Stephenson2009-03-191-2/+30
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-1/+324
* 24662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson2008-03-031-0/+102
* A few minor style tweaks (as discussed in 20595 and 20596).Wayne Davison2004-12-011-6/+7
* Corrected the error-return comment for zchdir() and optimized theWayne Davison2004-11-291-9/+8
* 20591: Stephane Chazelas: use of fchdir in zchdir leaked fd'sPeter Stephenson2004-11-291-3/+7
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-2/+2
* 16094: zopenmax() need only return the highest-numbered open descriptorBart Schaefer2001-11-031-5/+25
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-021-1/+1
* Back out 12814.Bart Schaefer2000-09-181-74/+0
* 12814: zasprintfClint Adams2000-09-161-0/+74
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-141-26/+40
* 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams2000-08-081-0/+21
* 12548: Tweak 12547.Bart Schaefer2000-08-051-13/+12
* 12547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer2000-08-051-15/+33
* 12541: zrealpath wrapper around realpath()Clint Adams2000-08-051-0/+13
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-041-7/+83
* Initial revisionTanaka Akira1999-04-151-0/+285