about summary refs log tree commit diff
path: root/Src/zsh_system.h
Commit message (Collapse)AuthorAgeFilesLines
* 43075: Support nanosecond-precision time formattingdana2018-06-201-0/+8
| | | | | | | | * Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
* 39728: define _GNU_SOURCE on CygwinJun-ichi Takimoto2016-11-071-1/+1
|
* 39014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson2016-08-101-0/+4
|
* 38432: avoid nonstandard setenv() on __APPLE__Barton E. Schaefer2016-05-091-1/+1
|
* 32853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer2014-07-241-0/+4
| | | | enable old behavior via "configure --with-stack-allocation"
* 32789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson2014-06-241-0/+5
|
* 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil2014-06-071-1/+4
| | | | | | | | | | | 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
* Unused function attribute fix for clang compilationMihai Moldovan2013-05-101-1/+1
|
* 30617: rationalise replacement tgoto() prototypePeter Stephenson2012-08-161-4/+0
|
* 30518: attempt to supply tgoto() prototype when missing only.Peter Stephenson2012-06-211-0/+4
| | | | For Solaris 10 and earlier.
* rename system.h to zsh_system.hPeter Stephenson2011-05-101-0/+876