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