Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-13 | 43275: Add log2 to match func | dana | 1 | -0/+1 | |
2018-06-20 | 43075: Support nanosecond-precision time formatting | dana | 1 | -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 | |||||
2018-06-18 | 433029: Testing signal return type is no longer needed | Eitan Adler | 1 | -12/+0 | |
2018-05-29 | 42862: Remove AC_PROG_TRADITIONAL from configure.ac. | Eitan Adler | 1 | -1/+0 | |
We don't support machines that ancient any more. | |||||
2018-05-29 | 42863: configure.ac update to latest autoconf conventions | Eitan Adler | 1 | -263/+149 | |
2018-05-17 | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 1 | -0/+7 | |
2018-05-13 | Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵ | Oliver Kiddle | 1 | -0/+1 | |
point operations instead of errors to allow non-stop IEEE 754 arithmetic | |||||
2018-04-11 | 42623: Add some extra quotes to previous commit | Peter Stephenson | 1 | -3/+3 | |
2018-04-10 | 42618: support signal names from multiple include files. | Benedikt Morbach | 1 | -5/+8 | |
Needed for glibc starting with 2.25. | |||||
2017-10-02 | 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth. | Peter Stephenson | 1 | -3/+3 | |
Initialised from existing configuration value. | |||||
2017-06-22 | 41342: check for Yodl version 4 | Axel Beckert | 1 | -0/+1 | |
2017-05-12 | 41090: Replace iswprint() if unicode9 is enabled. | Jun-ichi Takimoto | 1 | -15/+25 | |
If wcwidth() or iswprint() is broken, force enable unicode9. | |||||
2017-03-05 | 40726: add "zcurses resize" for sane terminal size change | Sebastian Gniazdowski | 1 | -1/+1 | |
2017-02-23 | 40604: revert to the old method if getutent() is not available | Jun-ichi Takimoto | 1 | -1/+1 | |
2017-01-27 | 40425: HAVE_* tests for getutxent etc. | Peter Stephenson | 1 | -1/+2 | |
Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats. | |||||
2016-12-28 | 40232: Remove SH_USE_BSD_ECHO autoconf test. | Daniel Shahaf | 1 | -15/+0 | |
It is unused; doesn't make sense in "build on one box, install on many" context; and its presence causes the downstream packages that install config.h to be non-reproducible. | |||||
2016-11-29 | 40037: Unicode 9 character width support. | Joshua Rubin | 1 | -0/+12 | |
Enable with --enable-unicode9. | |||||
2016-09-28 | 39463: an additional test for default system path | Martijn Dekker | 1 | -0/+2 | |
2016-08-20 | 39064: use scalbn() instead of scalb() (mathfunc.c) | Jun-ichi Takimoto | 1 | -0/+1 | |
2016-08-10 | 39014: Use special OpenBSD interface to get correct rand() behavior | Mikael Magnusson | 1 | -1/+2 | |
2016-03-08 | 38108: enable to create both zsh_{a4,us}.pdf | Jun-ichi Takimoto | 1 | -2/+12 | |
Default paper size is taken from LC_PAPER. Stop to check for pdfetex (obsolete and redundant). | |||||
2016-03-04 | 38084: Use previously located pcre-config for libs | Baruch Siach | 1 | -1/+1 | |
2015-09-21 | 36577: supplement 36559 to using LONG_MAX for 64-bit long | Peter Stephenson | 1 | -0/+6 | |
2015-06-03 | 35360 (replacing 35357): fix for configuring zpty on FreeBSD without | Oliver Kiddle | 1 | -1/+1 | |
pty.ko loaded | |||||
2015-05-23 | 35255: if available, use texi2any instead of texi2html | Jun-ichi Takimoto | 1 | -1/+6 | |
2015-03-18 | 34723: disable fixed site function dir if user disable site function dir | Peter Stephenson | 1 | -1/+2 | |
2015-03-05 | 34636: replace broken isprint() on Mac OS X | Jun-ichi Takimoto | 1 | -0/+34 | |
2015-01-25 | 34365: History lockfile backoff: randomised time. | Peter Stephenson | 1 | -1/+2 | |
Time doubles on each lock failure. zsleep() provides microsecond resolution for sleep; uses nanosleep() if available, else select via means of existing tty poll function. | |||||
2014-11-30 | 33820: detect support for realpath() with a NULL | Oliver Kiddle | 1 | -0/+17 | |
argument and fixes to the use of it | |||||
2014-11-24 | 33743: use posix_openpt in zpty if it is available | Oliver Kiddle | 1 | -0/+1 | |
2014-09-22 | 33208: improve report on paths at end of configuration | Tanu Kaskinen | 1 | -7/+10 | |
2014-09-20 | 33214 (modified further): test prefixes for site fpath better | Peter Stephenson | 1 | -1/+12 | |
2014-09-20 | 33213: try to get fixed fpath dir right this time | Peter Stephenson | 1 | -9/+4 | |
2014-09-20 | 33212: try to put /usr/local/share/zsh/site-functions in default fpath | Peter Stephenson | 1 | -0/+13 | |
2014-07-24 | 32853: redefine VARARR() to use heap rather than stack allocation | Barton E. Schaefer | 1 | -0/+10 | |
enable old behavior via "configure --with-stack-allocation" | |||||
2014-06-24 | 32789: --enable-zsh-valgrind allows analysis of heap allocation | Peter Stephenson | 1 | -0/+11 | |
2014-04-23 | 32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSD | Jasper Lievisse Adriaanse | 1 | -1/+1 | |
2013-11-25 | 32045 (adjusted by 32047): use makefile dependencies to determine whether to | Barton E. Schaefer | 1 | -0/+6 | |
rebuild helpfiles | |||||
2013-11-12 | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 1 | -0/+14 | |
2013-10-31 | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 1 | -0/+4 | |
Avoid clash of uses for ulimit -k. | |||||
2013-10-27 | 31902: rationalise use of gamma function. | Jun T | 1 | -1/+1 | |
Make zsh/mathfunc consistent across systems and use tgamma() where available | |||||
2013-08-05 | 31631: Use cygwin_conv_path if available. | Peter Stephenson | 1 | -1/+2 | |
Prefer it to cygwin_conv_to_posix_path. | |||||
2012-09-09 | 30664: Jun T.: fix some Yodl version issues | Peter Stephenson | 1 | -1/+2 | |
2012-08-17 | 30627: support RLIMIT_NTHR as on NetBSD | Peter Stephenson | 1 | -0/+1 | |
2012-08-16 | Hiramatsu Yoshifumi: 30621 patch-ac (from NetBSD pkgsrc)backported to ↵ | Peter Stephenson | 1 | -2/+6 | |
configure.ac: compilation on interix, also change linker flags for NetBSD. | |||||
2012-06-21 | 30518: attempt to supply tgoto() prototype when missing only. | Peter Stephenson | 1 | -0/+18 | |
For Solaris 10 and earlier. | |||||
2012-03-05 | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 1 | -0/+31 | |
2011-08-10 | 29663: add $EPOCHREALTIME to zsh/datetime | Peter Stephenson | 1 | -1/+3 | |
2011-05-14 | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 1 | -0/+12 | |
2011-04-18 | 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵ | Frank Terbeck | 1 | -0/+13 | |
directories to the default `$fpath'. |