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
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
2018-08-13
43275: Add log2 to match func
dana
1
-0
/
+1
2018-06-20
43075: Support nanosecond-precision time formatting
dana
1
-0
/
+8
2018-06-18
433029: Testing signal return type is no longer needed
Eitan Adler
1
-12
/
+0
2018-05-29
42862: Remove AC_PROG_TRADITIONAL from configure.ac.
Eitan Adler
1
-1
/
+0
2018-05-29
42863: configure.ac update to latest autoconf conventions
Eitan Adler
1
-263
/
+149
2018-05-17
42790: make [[:blank:]] match non-ASCII blanks
Stephane Chazelas
1
-0
/
+7
2018-05-13
Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ...
Oliver Kiddle
1
-0
/
+1
2018-04-11
42623: Add some extra quotes to previous commit
Peter Stephenson
1
-3
/
+3
2018-04-10
42618: support signal names from multiple include files.
Benedikt Morbach
1
-5
/
+8
2017-10-02
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
1
-3
/
+3
2017-06-22
41342: check for Yodl version 4
Axel Beckert
1
-0
/
+1
2017-05-12
41090: Replace iswprint() if unicode9 is enabled.
Jun-ichi Takimoto
1
-15
/
+25
2017-03-05
40726: add "zcurses resize" for sane terminal size change
Sebastian Gniazdowski
1
-1
/
+1
2017-02-23
40604: revert to the old method if getutent() is not available
Jun-ichi Takimoto
1
-1
/
+1
[next]