Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵ | Frank Terbeck | 2011-04-18 | 1 | -0/+13 |
| | | | | directories to the default `$fpath'. | ||||
* | 28997: make --enable-libc-musl explicit | Peter Stephenson | 2011-04-14 | 1 | -0/+11 |
| | |||||
* | Valentin Ochs: 28990: more changes needed for signals. | Peter Stephenson | 2011-04-12 | 1 | -0/+1 |
| | |||||
* | Valentin Ochs: 28989: define _POSIX_C_SOURCE | Peter Stephenson | 2011-04-12 | 1 | -1/+2 |
| | | | | when testing for sigset_t in configure (needed for musl). | ||||
* | Use the -L option with yodl 3.x. | Wayne Davison | 2011-01-17 | 1 | -0/+9 |
| | |||||
* | 28010: use getcwd() as fallback | Peter Stephenson | 2010-06-14 | 1 | -1/+29 |
| | |||||
* | Add symlink-based hist-file locking. | Wayne Davison | 2009-12-18 | 1 | -1/+2 |
| | |||||
* | Jun T.: 27296: bad preprocessing of Mac OS Snow Leopard headers. | Peter Stephenson | 2009-09-29 | 1 | -1/+2 |
| | |||||
* | 27236: use $CPPFLAGS with $CPP in configure.ac | Peter Stephenson | 2009-09-07 | 1 | -4/+4 |
| | |||||
* | Jesse W: 27024: allow overriding TEXI2HTML. | Peter Stephenson | 2009-05-30 | 1 | -0/+1 |
| | |||||
* | 26998: use --htmldir, restore zsh default if unchanged from configure default | Peter Stephenson | 2009-05-26 | 1 | -1/+7 |
| | |||||
* | Paul Ackersviller: 26962: updated HP-UX dynamic linking | Peter Stephenson | 2009-05-16 | 1 | -5/+8 |
| | |||||
* | 26898: Ingmar Vanhassel: dont link libbind if not needed | Peter Stephenson | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | 26754: tweak zgetdir() and test for realpath() | Peter Stephenson | 2009-03-19 | 1 | -1/+2 |
| | |||||
* | users/13937, users/13939: configure.ac, Src/jobs.c: check for | Bart Schaefer | 2009-03-16 | 1 | -0/+6 |
| | | | | and if available use setproctitle() for "jobs -Z". | ||||
* | 26697: test for Linux- and Mac-style xattr functions | Peter Stephenson | 2009-03-08 | 1 | -0/+43 |
| | |||||
* | Mikael Magnusson: 26670: add zsh/attr module | Peter Stephenson | 2009-03-03 | 1 | -1/+3 |
| | |||||
* | 26584: use bind/netdb.h where appropriate | Peter Stephenson | 2009-02-20 | 1 | -0/+6 |
| | |||||
* | 26313: --enable-custom-patchlevel | Peter Stephenson | 2009-01-15 | 1 | -0/+8 |
| | | | | unposted: WARN_CREATE_GLOBAL in tcp_log | ||||
* | 26304: Mikael Magnusson: change tense in link warning | Peter Stephenson | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | 26247: fix compilation with -Werror=format-security | Andrey Borzenkov | 2009-01-05 | 1 | -6/+6 |
| |