index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-30
50150: Filenames need unmetafy for printing
Bart Schaefer
1
-5
/
+7
2022-04-28
50101: sysread -o with param adjusted to match documentation
Bart Schaefer
1
-4
/
+0
2022-03-31
49933: Add nonblock to sysopen
Matthew Martin
1
-1
/
+4
2022-03-01
49783: Consistently use old job table in parameter module
Peter Stephenson
1
-39
/
+57
2022-02-22
unposted: Fix some typos and markup.
Daniel Shahaf
1
-1
/
+1
2021-12-13
49646: allow colors in WATCHFMT with %F/%K
Oliver Kiddle
1
-0
/
+35
2021-11-15
49563: fix build problem of watch module on Cygwin
Jun-ichi Takimoto
1
-2
/
+6
2021-11-12
49561: add zformat -F option, similar to -f but ternary expressions check for...
Oliver Kiddle
1
-16
/
+32
2021-11-07
49544: only tie watch/WATCH if both come from the module
Oliver Kiddle
1
-7
/
+11
2021-11-02
49534, 49539: separate watch/log functionality out into a module
Oliver Kiddle
2
-0
/
+723
2021-10-04
49456: clean up detection of private params in nested scopes, update doc
Bart Schaefer
1
-5
/
+7
2021-09-22
49422: improve support of --disable-dynamic-nss
Jun-ichi Takimoto
1
-0
/
+12
2021-09-08
unposted: add/remove UNUSED() for some function parameters
Jun-ichi Takimoto
3
-3
/
+3
2021-09-06
49196: gdbm keys not present in the database appear unset in tied hashes
Bart Schaefer
1
-0
/
+2
2021-08-24
49297 (quoting amended): error message in files module.
Peter Stephenson
1
-1
/
+7
2021-04-09
48432 and enable test: fix quotiing of zstyle -L for zstyle -e
Peter Stephenson
1
-1
/
+2
2021-04-09
47785: remove deprecated autoconf functions
Felipe Contreras
1
-6
/
+0
2021-02-13
47905: Add leading '-' to zparseopts option parsing errors
Joshua Krusell
1
-4
/
+4
2021-02-03
47899: Improve error message from zparseopts.
Joshua Krusell
1
-1
/
+4
2021-01-20
47840: make zpty module work on Cygwin
Peiyuan Song
1
-0
/
+11
2020-12-02
47704: fix scope for "private -p"
Bart Schaefer
1
-0
/
+4
2020-10-25
47494, 47495: Add -n option to strftime
Mikael Magnusson
1
-2
/
+3
2020-10-23
Fix a race condition in zf_mkdir -p
Roman Perepelitsa
1
-9
/
+19
2020-08-28
github #64: Fix a build-time error when building against ncurses that hadn't ...
Daniel Shahaf
1
-1
/
+6
2020-07-11
46152: zsh/system: Re-allow '0' timeout in zsystem flock
Cedric Ware
1
-3
/
+3
2020-05-28
45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...
Daniel Shahaf
1
-3
/
+28
2020-05-03
45729: internal: Add a second parameter to zlinklist2array(), analogously to ...
Daniel Shahaf
1
-2
/
+2
2020-05-02
45737 (+ docs, and update the test from 45722): zstyle: When determining the ...
Daniel Shahaf
1
-2
/
+11
2020-04-20
45708: zsh/system: Enable sub-second timeout in zsystem flock
Cedric Ware
1
-5
/
+74
2020-03-07
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
1
-1
/
+1
2020-02-06
zsh/system: Fix infinite loop in sysread
Roman Perepelitsa
1
-1
/
+1
2020-01-15
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
4
-4
/
+4
2020-01-09
Fix typos reported by codespell in Src/
Mikael Magnusson
1
-1
/
+1
2020-01-09
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
3
-3
/
+3
2019-12-26
45137: zformat: Allow the specifying minimum width and a dot with an empty ma...
Daniel Shahaf
1
-2
/
+1
2019-12-26
45138: Add zformat unit tests.
Daniel Shahaf
1
-3
/
+3
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-1
/
+1
2019-12-01
unposted: zstyle: Add a unit test and some comments.
Daniel Shahaf
1
-3
/
+16
2019-07-02
44480: Don't automatically close externally visible file descroptors.
Peter Stephenson
1
-2
/
+2
2019-03-25
44176: warn only if off_t is longer than long
Jun-ichi Takimoto
1
-1
/
+2
2019-03-25
44162 (tweaked): Avoid format-overflow warning in zftp.c
Wesley Schwengle
1
-8
/
+2
2019-03-21
44153: rm: Accept -R as equivalent to -r
Matthew Martin
1
-3
/
+4
2019-03-18
44135: Add chmod builtin
Matthew Martin
1
-0
/
+41
2019-03-12
44100: zparseopts: Add -F option, completion, tests; improve documentation
dana
1
-1
/
+13
2018-12-24
43935: Reject too-large nanosecond values given to strftime
dana
1
-1
/
+1
2018-11-19
43829: nearcolor.c: use double instead of float
Jun-ichi Takimoto
1
-19
/
+19
2018-11-15
43823: remove unnecessary metafy() in stattimeprint()
Ivan Tkachenko
1
-3
/
+1
2018-11-13
43800: Add nanosecond support to strftime built-in
dana
1
-18
/
+46
2018-11-09
43791: File descriptor could be closed twice in clone
Kamil Dudka
1
-1
/
+2
2018-11-08
43805: make nearcolor module use the default colour rather than black as a fa...
Oliver Kiddle
1
-3
/
+4
[next]