about summary refs log tree commit diff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 40726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski2017-03-051-1/+1
|
* 40604: revert to the old method if getutent() is not availableJun-ichi Takimoto2017-02-231-1/+1
|
* 40425: HAVE_* tests for getutxent etc.Peter Stephenson2017-01-271-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 Shahaf2016-12-281-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 Rubin2016-11-291-0/+12
| | | | Enable with --enable-unicode9.
* 39463: an additional test for default system pathMartijn Dekker2016-09-281-0/+2
|
* 39064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto2016-08-201-0/+1
|
* 39014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson2016-08-101-1/+2
|
* 38108: enable to create both zsh_{a4,us}.pdfJun-ichi Takimoto2016-03-081-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 libsBaruch Siach2016-03-041-1/+1
|
* 36577: supplement 36559 to using LONG_MAX for 64-bit longPeter Stephenson2015-09-211-0/+6
|
* 35360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle2015-06-031-1/+1
| | | | pty.ko loaded
* 35255: if available, use texi2any instead of texi2htmlJun-ichi Takimoto2015-05-231-1/+6
|
* 34723: disable fixed site function dir if user disable site function dirPeter Stephenson2015-03-181-1/+2
|
* 34636: replace broken isprint() on Mac OS XJun-ichi Takimoto2015-03-051-0/+34
|
* 34365: History lockfile backoff: randomised time.Peter Stephenson2015-01-251-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 NULLOliver Kiddle2014-11-301-0/+17
| | | | argument and fixes to the use of it
* 33743: use posix_openpt in zpty if it is availableOliver Kiddle2014-11-241-0/+1
|
* 33208: improve report on paths at end of configurationTanu Kaskinen2014-09-221-7/+10
|
* 33214 (modified further): test prefixes for site fpath betterPeter Stephenson2014-09-201-1/+12
|
* 33213: try to get fixed fpath dir right this timePeter Stephenson2014-09-201-9/+4
|
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-201-0/+13
|
* 32853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer2014-07-241-0/+10
| | | | enable old behavior via "configure --with-stack-allocation"
* 32789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson2014-06-241-0/+11
|
* 32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse2014-04-231-1/+1
|
* 32045 (adjusted by 32047): use makefile dependencies to determine whether toBarton E. Schaefer2013-11-251-0/+6
| | | | rebuild helpfiles
* 31959 (plus tweak to .gitignore): make help files during installationMartin Vaeth2013-11-121-0/+14
|
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-311-0/+4
| | | | Avoid clash of uses for ulimit -k.
* 31902: rationalise use of gamma function.Jun T2013-10-271-1/+1
| | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* 31631: Use cygwin_conv_path if available.Peter Stephenson2013-08-051-1/+2
| | | | Prefer it to cygwin_conv_to_posix_path.
* 30664: Jun T.: fix some Yodl version issuesPeter Stephenson2012-09-091-1/+2
|
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-171-0/+1
|
* Hiramatsu Yoshifumi: 30621 patch-ac (from NetBSD pkgsrc)backported to ↵Peter Stephenson2012-08-161-2/+6
| | | | | | configure.ac: compilation on interix, also change linker flags for NetBSD.
* 30518: attempt to supply tgoto() prototype when missing only.Peter Stephenson2012-06-211-0/+18
| | | | For Solaris 10 and earlier.
* 30307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson2012-03-051-0/+31
|
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-101-1/+3
|
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-141-0/+12
|
* 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck2011-04-181-0/+13
| | | | directories to the default `$fpath'.
* 28997: make --enable-libc-musl explicitPeter Stephenson2011-04-141-0/+11
|
* Valentin Ochs: 28990: more changes needed for signals.Peter Stephenson2011-04-121-0/+1
|
* Valentin Ochs: 28989: define _POSIX_C_SOURCEPeter Stephenson2011-04-121-1/+2
| | | | when testing for sigset_t in configure (needed for musl).
* Use the -L option with yodl 3.x.Wayne Davison2011-01-171-0/+9
|
* 28010: use getcwd() as fallbackPeter Stephenson2010-06-141-1/+29
|
* Add symlink-based hist-file locking.Wayne Davison2009-12-181-1/+2
|
* Jun T.: 27296: bad preprocessing of Mac OS Snow Leopard headers.Peter Stephenson2009-09-291-1/+2
|
* 27236: use $CPPFLAGS with $CPP in configure.acPeter Stephenson2009-09-071-4/+4
|
* Jesse W: 27024: allow overriding TEXI2HTML.Peter Stephenson2009-05-301-0/+1
|
* 26998: use --htmldir, restore zsh default if unchanged from configure defaultPeter Stephenson2009-05-261-1/+7
|
* Paul Ackersviller: 26962: updated HP-UX dynamic linkingPeter Stephenson2009-05-161-5/+8
|
* 26898: Ingmar Vanhassel: dont link libbind if not neededPeter Stephenson2009-04-291-1/+1
|