about summary refs log tree commit diff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 53134: use -undefined dynamic_lookup on recent macOSJun-ichi Takimoto2024-10-021-1/+3
* 53094: remove unused autoconf testsOliver Kiddle2024-09-181-9/+3
* 53086: change flags used for building dynamic modules on Haiku OSOliver Kiddle2024-09-141-2/+2
* 53085: support for BSDs in $ZSH_EXEPATH implementationOliver Kiddle2024-09-141-1/+1
* 53084: yet another approach to the /dev/fd autoconf test because of shells em...Oliver Kiddle2024-09-141-1/+1
* 53083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle2024-09-141-0/+1
* 53082: remove a couple of unused #definesOliver Kiddle2024-09-141-7/+0
* 53081: remove old BeOS support codeOliver Kiddle2024-09-141-165/+0
* 53080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle2024-09-141-31/+0
* 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...Clinton Bunch2024-08-311-0/+2
* unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750Oliver Kiddle2024-03-201-2/+0
* 52750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle2024-03-181-40/+1
* 52509: manage internals of stdio objects when performing redirections.Bart Schaefer2024-01-281-1/+1
* 52383: Avoid incompatible pointer types in terminfo global variable checksFlorian Weimer2023-12-131-6/+6
* 52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Sol...Oliver Kiddle2023-12-131-1/+1
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-0/+1
* 51877: do not build pcre module if pcre2-config is not foundJun-ichi Takimoto2023-06-201-12/+19
* 51862: support texinfo-7.0Jun-ichi Takimoto2023-06-191-0/+5
* 51723: migrate pcre module to pcre2Oliver Kiddle2023-05-131-11/+9
* 51639: new parameter ZSH_EXEPATH (full path of zsh executable)Jun-ichi Takimoto2023-04-111-0/+19
* 51604: %M in TIMEFMT should report in kilobytesJun-ichi Takimoto2023-03-301-0/+9
* 51212: remove STOUC() macroOliver Kiddle2022-12-161-10/+0
* 50641: use 'int main()' in test C-codes in configureNicholas Vinson2022-09-211-54/+40
* 50418: use setenv(3)/getenv(3) on newer macOSJun-ichi Takimoto2022-07-241-0/+8
* 50287: Use getcwd by default.Peter Stephenson2022-05-261-2/+6
* 50133: use read-ahead and lseek-rewind for efficient line-buffered inputBart Schaefer2022-04-281-0/+59
* 49634, reported by Claes Nästén: revert 28989Oliver Kiddle2021-12-131-2/+1
* 49606: remove old NIS-specific code for retrieving user dataOliver Kiddle2021-11-281-32/+0
* 49537: fix finding utmpx file on FreeBSDOliver Kiddle2021-11-021-1/+1
* 33465: use prctl() for "jobs -Z" where availableHan Pingtian2021-05-151-0/+6
* 47785: remove deprecated autoconf functionsFelipe Contreras2021-04-091-3/+1
* 47840: make zpty module work on CygwinPeiyuan Song2021-01-201-1/+1
* 47560: add includes/prototypes for tests in configureJun-ichi Takimoto2020-11-161-0/+24
* 45950: Fix 'make install' in out-of-tree tarball builds.Yasuhiro KIMURA2020-06-031-0/+16
* github #51: Fix configure for cross build.Rin Okuyama2020-03-221-71/+3
* Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-03-071-0/+2
|\
| * 45490 (+45495 and a test): refactor rlimits.cJun-ichi Takimoto2020-03-061-0/+1
| * Improve PRIVILEGED fixesDaniel Shahaf2020-02-141-3/+2
| * Drop privileges securelySam Foxman2020-02-141-1/+3
* | Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-01-151-16/+3
|\|
| * use /dev/fd on Cygwin for process substitutionJun-ichi Takimoto2020-01-101-16/+3
* | 45246: Make --disable-multibyte warn, since the test suite fails in that conf...Daniel Shahaf2020-01-061-0/+15
* | 45213: Make --enable-gdbm default to false, rather than default to true with ...Daniel Shahaf2020-01-061-11/+3
|/
* 44865: Try harder to link in curses moduleSebastian Gniazdowski2019-10-281-3/+54
* 44710: support RLIMIT_UMTXP on FreeBSDJun-ichi Takimoto2019-08-281-0/+1
* 44712: Prefer any variety of ncurses to other terminal libraries.Sebastian Gniazdowski2019-08-271-2/+2
* 44118: use libtirpc if RPC is not in glibcJun-ichi Takimoto2019-03-151-0/+4
* 43357: isinf/isnan can be macros so need custom configure testsOliver Kiddle2018-08-311-1/+21
* 43275: Add log2 to match funcdana2018-08-131-0/+1
* 43075: Support nanosecond-precision time formattingdana2018-06-201-0/+8