summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2018-08-1343275: Add log2 to match funcdana1-0/+1
2018-06-2043075: Support nanosecond-precision time formattingdana1-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-18433029: Testing signal return type is no longer neededEitan Adler1-12/+0
2018-05-2942862: Remove AC_PROG_TRADITIONAL from configure.ac.Eitan Adler1-1/+0
We don't support machines that ancient any more.
2018-05-2942863: configure.ac update to latest autoconf conventionsEitan Adler1-263/+149
2018-05-1742790: make [[:blank:]] match non-ASCII blanksStephane Chazelas1-0/+7
2018-05-13Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵Oliver Kiddle1-0/+1
point operations instead of errors to allow non-stop IEEE 754 arithmetic
2018-04-1142623: Add some extra quotes to previous commitPeter Stephenson1-3/+3
2018-04-1042618: support signal names from multiple include files.Benedikt Morbach1-5/+8
Needed for glibc starting with 2.25.
2017-10-0241787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson1-3/+3
Initialised from existing configuration value.
2017-06-2241342: check for Yodl version 4Axel Beckert1-0/+1
2017-05-1241090: Replace iswprint() if unicode9 is enabled.Jun-ichi Takimoto1-15/+25
If wcwidth() or iswprint() is broken, force enable unicode9.
2017-03-0540726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski1-1/+1
2017-02-2340604: revert to the old method if getutent() is not availableJun-ichi Takimoto1-1/+1
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson1-1/+2
Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
2016-12-2840232: Remove SH_USE_BSD_ECHO autoconf test.Daniel Shahaf1-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-2940037: Unicode 9 character width support.Joshua Rubin1-0/+12
Enable with --enable-unicode9.
2016-09-2839463: an additional test for default system pathMartijn Dekker1-0/+2
2016-08-2039064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto1-0/+1
2016-08-1039014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson1-1/+2
2016-03-0838108: enable to create both zsh_{a4,us}.pdfJun-ichi Takimoto1-2/+12
Default paper size is taken from LC_PAPER. Stop to check for pdfetex (obsolete and redundant).
2016-03-0438084: Use previously located pcre-config for libsBaruch Siach1-1/+1
2015-09-2136577: supplement 36559 to using LONG_MAX for 64-bit longPeter Stephenson1-0/+6
2015-06-0335360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle1-1/+1
pty.ko loaded
2015-05-2335255: if available, use texi2any instead of texi2htmlJun-ichi Takimoto1-1/+6
2015-03-1834723: disable fixed site function dir if user disable site function dirPeter Stephenson1-1/+2
2015-03-0534636: replace broken isprint() on Mac OS XJun-ichi Takimoto1-0/+34
2015-01-2534365: History lockfile backoff: randomised time.Peter Stephenson1-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-3033820: detect support for realpath() with a NULLOliver Kiddle1-0/+17
argument and fixes to the use of it
2014-11-2433743: use posix_openpt in zpty if it is availableOliver Kiddle1-0/+1
2014-09-2233208: improve report on paths at end of configurationTanu Kaskinen1-7/+10
2014-09-2033214 (modified further): test prefixes for site fpath betterPeter Stephenson1-1/+12
2014-09-2033213: try to get fixed fpath dir right this timePeter Stephenson1-9/+4
2014-09-2033212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson1-0/+13
2014-07-2432853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer1-0/+10
enable old behavior via "configure --with-stack-allocation"
2014-06-2432789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson1-0/+11
2014-04-2332558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse1-1/+1
2013-11-2532045 (adjusted by 32047): use makefile dependencies to determine whether toBarton E. Schaefer1-0/+6
rebuild helpfiles
2013-11-1231959 (plus tweak to .gitignore): make help files during installationMartin Vaeth1-0/+14
2013-10-3131930 / 31934: New limits from BSD.Stefan Neudorf1-0/+4
Avoid clash of uses for ulimit -k.
2013-10-2731902: rationalise use of gamma function.Jun T1-1/+1
Make zsh/mathfunc consistent across systems and use tgamma() where available
2013-08-0531631: Use cygwin_conv_path if available.Peter Stephenson1-1/+2
Prefer it to cygwin_conv_to_posix_path.
2012-09-0930664: Jun T.: fix some Yodl version issuesPeter Stephenson1-1/+2
2012-08-1730627: support RLIMIT_NTHR as on NetBSDPeter Stephenson1-0/+1
2012-08-16Hiramatsu Yoshifumi: 30621 patch-ac (from NetBSD pkgsrc)backported to ↵Peter Stephenson1-2/+6
configure.ac: compilation on interix, also change linker flags for NetBSD.
2012-06-2130518: attempt to supply tgoto() prototype when missing only.Peter Stephenson1-0/+18
For Solaris 10 and earlier.
2012-03-0530307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson1-0/+31
2011-08-1029663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson1-1/+3
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-0/+12
2011-04-1829008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck1-0/+13
directories to the default `$fpath'.