index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-27
53378: support new pipebuf resource limit on FreeBSD
Oliver Kiddle
1
-0
/
+1
2025-01-27
github #126: Fix some typos
Wu, Zhenyu
1
-2
/
+2
2024-10-02
53134: use -undefined dynamic_lookup on recent macOS
Jun-ichi Takimoto
1
-1
/
+3
2024-09-18
53094: remove unused autoconf tests
Oliver Kiddle
1
-9
/
+3
2024-09-14
53086: change flags used for building dynamic modules on Haiku OS
Oliver Kiddle
1
-2
/
+2
2024-09-14
53085: support for BSDs in $ZSH_EXEPATH implementation
Oliver Kiddle
1
-1
/
+1
2024-09-14
53084: yet another approach to the /dev/fd autoconf test because of shells em...
Oliver Kiddle
1
-1
/
+1
2024-09-14
53083: handle Haiku specific resource limit for open vnode monitors
Oliver Kiddle
1
-0
/
+1
2024-09-14
53082: remove a couple of unused #defines
Oliver Kiddle
1
-7
/
+0
2024-09-14
53081: remove old BeOS support code
Oliver Kiddle
1
-165
/
+0
2024-09-14
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
1
-31
/
+0
2024-08-31
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
1
-0
/
+2
2024-03-20
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
Oliver Kiddle
1
-2
/
+0
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-40
/
+1
2024-01-28
52509: manage internals of stdio objects when performing redirections.
Bart Schaefer
1
-1
/
+1
2023-12-13
52383: Avoid incompatible pointer types in terminfo global variable checks
Florian Weimer
1
-6
/
+6
2023-12-13
52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Sol...
Oliver Kiddle
1
-1
/
+1
2023-12-05
52326, 52372: add -q option to kill for sigqueue
Oliver Kiddle
1
-0
/
+1
2023-06-20
51877: do not build pcre module if pcre2-config is not found
Jun-ichi Takimoto
1
-12
/
+19
2023-06-19
51862: support texinfo-7.0
Jun-ichi Takimoto
1
-0
/
+5
2023-05-13
51723: migrate pcre module to pcre2
Oliver Kiddle
1
-11
/
+9
2023-04-11
51639: new parameter ZSH_EXEPATH (full path of zsh executable)
Jun-ichi Takimoto
1
-0
/
+19
2023-03-30
51604: %M in TIMEFMT should report in kilobytes
Jun-ichi Takimoto
1
-0
/
+9
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-10
/
+0
2022-09-21
50641: use 'int main()' in test C-codes in configure
Nicholas Vinson
1
-54
/
+40
2022-07-24
50418: use setenv(3)/getenv(3) on newer macOS
Jun-ichi Takimoto
1
-0
/
+8
2022-05-26
50287: Use getcwd by default.
Peter Stephenson
1
-2
/
+6
2022-04-28
50133: use read-ahead and lseek-rewind for efficient line-buffered input
Bart Schaefer
1
-0
/
+59
2021-12-13
49634, reported by Claes Nästén: revert 28989
Oliver Kiddle
1
-2
/
+1
2021-11-28
49606: remove old NIS-specific code for retrieving user data
Oliver Kiddle
1
-32
/
+0
2021-11-02
49537: fix finding utmpx file on FreeBSD
Oliver Kiddle
1
-1
/
+1
2021-05-15
33465: use prctl() for "jobs -Z" where available
Han Pingtian
1
-0
/
+6
2021-04-09
47785: remove deprecated autoconf functions
Felipe Contreras
1
-3
/
+1
2021-01-20
47840: make zpty module work on Cygwin
Peiyuan Song
1
-1
/
+1
2020-11-16
47560: add includes/prototypes for tests in configure
Jun-ichi Takimoto
1
-0
/
+24
2020-06-03
45950: Fix 'make install' in out-of-tree tarball builds.
Yasuhiro KIMURA
1
-0
/
+16
2020-03-22
github #51: Fix configure for cross build.
Rin Okuyama
1
-71
/
+3
2020-03-07
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
1
-0
/
+2
2020-03-06
45490 (+45495 and a test): refactor rlimits.c
Jun-ichi Takimoto
1
-0
/
+1
2020-02-14
Improve PRIVILEGED fixes
Daniel Shahaf
1
-3
/
+2
2020-02-14
Drop privileges securely
Sam Foxman
1
-1
/
+3
2020-01-15
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
1
-16
/
+3
2020-01-10
use /dev/fd on Cygwin for process substitution
Jun-ichi Takimoto
1
-16
/
+3
2020-01-06
45246: Make --disable-multibyte warn, since the test suite fails in that conf...
Daniel Shahaf
1
-0
/
+15
2020-01-06
45213: Make --enable-gdbm default to false, rather than default to true with ...
Daniel Shahaf
1
-11
/
+3
2019-10-28
44865: Try harder to link in curses module
Sebastian Gniazdowski
1
-3
/
+54
2019-08-28
44710: support RLIMIT_UMTXP on FreeBSD
Jun-ichi Takimoto
1
-0
/
+1
2019-08-27
44712: Prefer any variety of ncurses to other terminal libraries.
Sebastian Gniazdowski
1
-2
/
+2
2019-03-15
44118: use libtirpc if RPC is not in glibc
Jun-ichi Takimoto
1
-0
/
+4
2018-08-31
43357: isinf/isnan can be macros so need custom configure tests
Oliver Kiddle
1
-1
/
+21
[next]