summaryrefslogtreecommitdiff
path: root/Src/compat.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-0732737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil1-1/+1
fixes Src/utils.c: properly ifdef declarations Src/zsh_system.h: memmove() should return its dest argument Src/signals.c: define ret before use Src/mem.c: remove unused pointers Src/prototypes.h: use size_t in bcopy() Src/compat.c: fix const declaration inconsistency
2012-08-23Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson1-2/+2
the replacement wcwidth function anyway
2012-08-07YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson1-2/+2
2010-06-1428010: use getcwd() as fallbackPeter Stephenson1-1/+18
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson1-11/+39
only use "." if setting pwd
2010-02-2227721: rationalise initialisation of file descriptorsPeter Stephenson1-29/+34
2009-03-1926754: tweak zgetdir() and test for realpath()Peter Stephenson1-2/+30
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-1/+324
slightly improve test for overwriting with combining characters.
2008-03-0324662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson1-0/+102
2004-12-01A few minor style tweaks (as discussed in 20595 and 20596).Wayne Davison1-6/+7
2004-11-29Corrected the error-return comment for zchdir() and optimized theWayne Davison1-9/+8
HAVE_FCHDIR error-return code.
2004-11-2920591: Stephane Chazelas: use of fchdir in zchdir leaked fd'sPeter Stephenson1-3/+7
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-2/+2
2001-11-0316094: zopenmax() need only return the highest-numbered open descriptorBart Schaefer1-5/+25
2001-07-02fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle1-1/+1
2000-09-18Back out 12814.Bart Schaefer1-74/+0
2000-09-1612814: zasprintfClint Adams1-0/+74
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer1-26/+40
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams1-0/+21
2000-08-0512548: Tweak 12547.Bart Schaefer1-13/+12
2000-08-0512547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer1-15/+33
2000-08-0512541: zrealpath wrapper around realpath()Clint Adams1-0/+13
2000-08-0415216: Rewrite pathconf() support.Bart Schaefer1-7/+83
1999-04-15Initial revisionTanaka Akira1-0/+285