1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00
Commit graph

164 commits

Author SHA1 Message Date
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
Peter Stephenson
9169cd747f Paul Ackersviller: 26962: updated HP-UX dynamic linking 2009-05-16 12:13:00 +00:00
Peter Stephenson
17369ebe23 26898: Ingmar Vanhassel: dont link libbind if not needed 2009-04-29 12:31:29 +00:00
Peter Stephenson
cb6856d115 26754: tweak zgetdir() and test for realpath() 2009-03-19 15:00:18 +00:00
Bart Schaefer
14e7096982 users/13937, users/13939: configure.ac, Src/jobs.c: check for
and if available use setproctitle() for "jobs -Z".
2009-03-16 05:20:36 +00:00
Peter Stephenson
6594c0375b 26697: test for Linux- and Mac-style xattr functions 2009-03-08 20:20:47 +00:00
Peter Stephenson
d58e5061ad Mikael Magnusson: 26670: add zsh/attr module 2009-03-03 15:04:15 +00:00
Peter Stephenson
1270a9d8ee 26584: use bind/netdb.h where appropriate 2009-02-20 10:17:43 +00:00
Peter Stephenson
45bee14fec 26313: --enable-custom-patchlevel
unposted: WARN_CREATE_GLOBAL in tcp_log
2009-01-15 14:49:50 +00:00
Peter Stephenson
1f15613899 26304: Mikael Magnusson: change tense in link warning 2009-01-13 17:10:22 +00:00
Andrey Borzenkov
ead23b1898 26247: fix compilation with -Werror=format-security 2009-01-05 11:14:53 +00:00