Axel Beckert
a0f33b5a6b
41342: check for Yodl version 4
2017-06-22 10:06:39 +01:00
Jun-ichi Takimoto
171e7fa4c1
41090: Replace iswprint() if unicode9 is enabled.
...
If wcwidth() or iswprint() is broken, force enable unicode9.
2017-05-12 12:10:13 +09:00
Sebastian Gniazdowski
23275fc8db
40726: add "zcurses resize" for sane terminal size change
2017-03-05 11:25:38 -08:00
Jun-ichi Takimoto
8328b79286
40604: revert to the old method if getutent() is not available
2017-02-23 00:34:45 +09:00
Peter Stephenson
8575e2ba57
40425: HAVE_* tests for getutxent etc.
...
Not yet 100% clear where the #if's go, depends on how various
systems implement the old or new formats.
2017-01-27 10:26:34 +00:00
Daniel Shahaf
d287f81340
40232: Remove SH_USE_BSD_ECHO autoconf test.
...
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-12-28 03:32:19 +00:00
Joshua Rubin
596ba302e6
40037: Unicode 9 character width support.
...
Enable with --enable-unicode9.
2016-11-29 17:19:53 +00:00
Martijn Dekker
edfdce9981
39463: an additional test for default system path
2016-09-28 11:26:32 +01:00
Jun-ichi Takimoto
4b2810ab2d
39064: use scalbn() instead of scalb() (mathfunc.c)
2016-08-20 23:52:01 +09:00
Mikael Magnusson
caf48686d0
39014: Use special OpenBSD interface to get correct rand() behavior
2016-08-10 19:06:13 +02:00
Jun-ichi Takimoto
db42e7c504
38108: enable to create both zsh_{a4,us}.pdf
...
Default paper size is taken from LC_PAPER.
Stop to check for pdfetex (obsolete and redundant).
2016-03-08 21:42:21 +09:00
Baruch Siach
77e55b1ea3
38084: Use previously located pcre-config for libs
2016-03-04 12:02:18 +00:00
Peter Stephenson
8b84419f45
36577: supplement 36559 to using LONG_MAX for 64-bit long
2015-09-21 14:42:22 +01:00
Oliver Kiddle
4804a7c5ff
35360 (replacing 35357): fix for configuring zpty on FreeBSD without
...
pty.ko loaded
2015-06-03 23:54:09 +02:00
Jun-ichi Takimoto
589350c776
35255: if available, use texi2any instead of texi2html
2015-05-23 01:01:25 +09:00
Peter Stephenson
0b00462644
34723: disable fixed site function dir if user disable site function dir
2015-03-18 09:20:44 +00:00
Jun-ichi Takimoto
4bc554bb8b
34636: replace broken isprint() on Mac OS X
2015-03-05 01:48:34 +09:00
Peter Stephenson
4688de1677
34365: History lockfile backoff: randomised time.
...
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.
2015-01-25 20:29:18 +00:00
Oliver Kiddle
62aa039317
33820: detect support for realpath() with a NULL
...
argument and fixes to the use of it
2014-11-30 23:33:30 +01:00
Oliver Kiddle
a526a2203b
33743: use posix_openpt in zpty if it is available
2014-11-24 00:05:59 +01:00
Tanu Kaskinen
7c6e267da4
33208: improve report on paths at end of configuration
2014-09-22 14:28:01 +01:00
Peter Stephenson
e171c19320
33214 (modified further): test prefixes for site fpath better
2014-09-20 21:07:44 +01:00
Peter Stephenson
16db7979e7
33213: try to get fixed fpath dir right this time
2014-09-20 20:39:36 +01:00
Peter Stephenson
0c7a3d6864
33212: try to put /usr/local/share/zsh/site-functions in default fpath
2014-09-20 20:14:09 +01:00
Barton E. Schaefer
2f0efe9f59
32853: redefine VARARR() to use heap rather than stack allocation
...
enable old behavior via "configure --with-stack-allocation"
2014-07-24 08:45:16 -07:00
Peter Stephenson
920db696cb
32789: --enable-zsh-valgrind allows analysis of heap allocation
2014-06-24 18:50:50 +01:00
Jasper Lievisse Adriaanse
315c607445
32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSD
2014-04-23 16:14:41 +01:00
Barton E. Schaefer
7b0ea6e00d
32045 (adjusted by 32047): use makefile dependencies to determine whether to
...
rebuild helpfiles
2013-11-25 00:11:36 -08:00
Martin Vaeth
0f9032753a
31959 (plus tweak to .gitignore): make help files during installation
2013-11-12 21:06:46 +00:00
Stefan Neudorf
790a4fee2b
31930 / 31934: New limits from BSD.
...
Avoid clash of uses for ulimit -k.
2013-10-31 20:25:13 +00:00
Jun T
ef4d20ad6f
31902: rationalise use of gamma function.
...
Make zsh/mathfunc consistent across systems and use tgamma() where
available
2013-10-27 00:00:56 +01:00
Peter Stephenson
9ebf22b34b
31631: Use cygwin_conv_path if available.
...
Prefer it to cygwin_conv_to_posix_path.
2013-08-05 19:55:15 +01:00
Peter Stephenson
d88365d964
30664: Jun T.: fix some Yodl version issues
2012-09-09 18:29:05 +00:00
Peter Stephenson
9fdcd824d8
30627: support RLIMIT_NTHR as on NetBSD
2012-08-17 11:12:34 +00:00
Peter Stephenson
402e5fb2ab
Hiramatsu Yoshifumi: 30621 patch-ac (from NetBSD pkgsrc)backported to configure.ac: compilation on interix, also
...
change linker flags for NetBSD.
2012-08-16 19:17:02 +00:00
Peter Stephenson
cbb8a3c762
30518: attempt to supply tgoto() prototype when missing only.
...
For Solaris 10 and earlier.
2012-06-21 08:45:02 +00:00
Peter Stephenson
86f8e8de69
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
2012-03-05 10:06:28 +00:00
Peter Stephenson
bbbaed2b53
29663: add $EPOCHREALTIME to zsh/datetime
2011-08-10 11:31:18 +00:00
Peter Stephenson
506615ff94
29267: add -enable-zsh-debug and use for debugging completion matcher groups
2011-05-14 00:07:41 +00:00
Frank Terbeck
32974286d4
29008, 29012: Add --enable-additional-fpath' option to add arbitrary directories to the default
$fpath'.
2011-04-18 20:36:31 +00:00
Peter Stephenson
7657ea65dc
28997: make --enable-libc-musl explicit
2011-04-14 09:11:02 +00:00
Peter Stephenson
d2fd8b86cf
Valentin Ochs: 28990: more changes needed for signals.
2011-04-12 14:51:31 +00:00
Peter Stephenson
c358c64c1d
Valentin Ochs: 28989: define _POSIX_C_SOURCE
...
when testing for sigset_t in configure (needed for musl).
2011-04-12 12:44:05 +00:00
Wayne Davison
7d06bc98c5
Use the -L option with yodl 3.x.
2011-01-17 02:42:24 +00:00
Peter Stephenson
825c1a1141
28010: use getcwd() as fallback
2010-06-14 11:48:06 +00:00
Wayne Davison
6e317e4b96
Add symlink-based hist-file locking.
2009-12-18 19:50:45 +00:00
Peter Stephenson
8c4c4660bf
Jun T.: 27296: bad preprocessing of Mac OS Snow Leopard headers.
2009-09-29 19:19:21 +00:00
Peter Stephenson
0974744f43
27236: use $CPPFLAGS with $CPP in configure.ac
2009-09-07 08:53:46 +00:00
Peter Stephenson
cf486f41a4
Jesse W: 27024: allow overriding TEXI2HTML.
2009-05-30 22:28:50 +00:00
Peter Stephenson
5ccb3c41fa
26998: use --htmldir, restore zsh default if unchanged from configure default
2009-05-26 09:59:18 +00:00