Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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'. | |||||
2011-04-14 | 28997: make --enable-libc-musl explicit | Peter Stephenson | 1 | -0/+11 | |
2011-04-12 | Valentin Ochs: 28990: more changes needed for signals. | Peter Stephenson | 1 | -0/+1 | |
2011-04-12 | Valentin Ochs: 28989: define _POSIX_C_SOURCE | Peter Stephenson | 1 | -1/+2 | |
when testing for sigset_t in configure (needed for musl). | |||||
2011-01-17 | Use the -L option with yodl 3.x. | Wayne Davison | 1 | -0/+9 | |
2010-06-14 | 28010: use getcwd() as fallback | Peter Stephenson | 1 | -1/+29 | |
2009-12-18 | Add symlink-based hist-file locking. | Wayne Davison | 1 | -1/+2 | |
2009-09-29 | Jun T.: 27296: bad preprocessing of Mac OS Snow Leopard headers. | Peter Stephenson | 1 | -1/+2 | |
2009-09-07 | 27236: use $CPPFLAGS with $CPP in configure.ac | Peter Stephenson | 1 | -4/+4 | |
2009-05-30 | Jesse W: 27024: allow overriding TEXI2HTML. | Peter Stephenson | 1 | -0/+1 | |
2009-05-26 | 26998: use --htmldir, restore zsh default if unchanged from configure default | Peter Stephenson | 1 | -1/+7 | |