index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-31
49933: Add nonblock to sysopen
Matthew Martin
1
-1
/
+4
2022-03-30
49926: remove unused variable from 49915
Mikael Magnusson
1
-1
/
+1
2022-03-30
49906 (Bart), 49911: Fixes to querying jobs in subshell.
Peter Stephenson
2
-0
/
+21
2022-03-30
49820: Fix a crash when completing with combination of -Q and braces
Mikael Magnusson
1
-3
/
+4
2022-03-30
49813: <<<: Document newline behavior and fix optimization
Mikael Magnusson
1
-1
/
+3
2022-03-30
49870: Fix NULL reference in match code more
Mikael Magnusson
1
-2
/
+6
2022-03-30
49915: Efficient dedup for unsorted completions
Mikael Magnusson
2
-20
/
+35
2022-03-30
49893: Fix comments for UNIQCON/ALL
Mikael Magnusson
2
-4
/
+10
2022-03-29
49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash
Jun-ichi Takimoto
1
-3
/
+18
2022-03-28
49890: Avoid scanning unallocated memory in saved command line.
Peter Stephenson
1
-1
/
+1
2022-03-03
49792: Non-interative shell input is line buffered.
Peter Stephenson
1
-7
/
+14
2022-03-01
49783: Consistently use old job table in parameter module
Peter Stephenson
2
-48
/
+82
2022-02-22
unposted: Fix some typos and markup.
Daniel Shahaf
3
-3
/
+6
2022-02-12
security/41: Don't perform PROMPT_SUBST evaluation on %F/%K arguments
Oliver Kiddle
1
-0
/
+10
2022-01-30
49694 + doc: Allow using empty STTY= to freeze tty for a single command
Mikael Magnusson
1
-2
/
+4
2021-12-24
38150: fix off-by-one error in matcher spec parsing
m0viefreak
1
-1
/
+1
2021-12-21
49658: Fix NULL reference in match code.
Peter Stephenson
1
-1
/
+1
2021-12-16
49653: fix array indexing issue introduced with 49518 due to using decimal ra...
Oliver Kiddle
1
-3
/
+5
2021-12-14
49518: fix exclusions for mixed - and + stacked options
Oliver Kiddle
1
-10
/
+29
2021-12-13
49646: allow colors in WATCHFMT with %F/%K
Oliver Kiddle
2
-4
/
+40
2021-11-30
49612: avoid startup error with clashing non-local module parameter name
Oliver Kiddle
1
-1
/
+1
2021-11-30
49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expression...
Oliver Kiddle
1
-1
/
+1
2021-11-28
49606: remove old NIS-specific code for retrieving user data
Oliver Kiddle
2
-124
/
+1
2021-11-28
49602: only set LOGCHECK from the watch module
Oliver Kiddle
1
-2
/
+1
2021-11-28
49601: don't create ambiguous history file entries for lines ending with a ba...
Oliver Kiddle
1
-8
/
+11
2021-11-22
49586: fix :a and :A modifiers (with PWD="/") on Cygwin
Jun-ichi Takimoto
1
-1
/
+5
2021-11-15
49563: fix build problem of watch module on Cygwin
Jun-ichi Takimoto
1
-2
/
+6
2021-11-12
github #82: Fix typos
Dimitris Apostolou
3
-7
/
+7
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
7
-42
/
+117
2021-11-01
49535: fix completion for ${<TAB> and ${(a)<TAB>
Jun-ichi Takimoto
1
-11
/
+3
2021-10-30
49533: add null check for preprompt functions list that could occur following...
Oliver Kiddle
1
-0
/
+3
2021-10-30
49528: allow multiple -D options to compadd
Oliver Kiddle
3
-22
/
+60
2021-10-26
49516: bail out early from matching control if command line content is too sh...
Oliver Kiddle
1
-2
/
+3
2021-10-23
49499 based on 49496 by Jun T.: fixes to option -A of _arguments
Oliver Kiddle
1
-8
/
+19
2021-10-05
49433: Don't assume EPROG references are bounded by function depth.
Peter Stephenson
1
-4
/
+0
2021-10-04
49456: clean up detection of private params in nested scopes, update doc
Bart Schaefer
2
-5
/
+12
2021-09-28
49450: don't display explanation with compadd -x if any of -D, -A or -O are a...
Oliver Kiddle
1
-1
/
+1
2021-09-22
49422: improve support of --disable-dynamic-nss
Jun-ichi Takimoto
5
-14
/
+29
2021-09-09
49353: Fix comments in sourced file.
Peter Stephenson
1
-1
/
+1
2021-09-08
49387: suffix highlight with "compadd -R"
Bart Schaefer
1
-6
/
+3
2021-09-08
unposted: add/remove UNUSED() for some function parameters
Jun-ichi Takimoto
5
-5
/
+5
2021-09-08
unposted: add 'static' to shinsavestack
Jun-ichi Takimoto
1
-1
/
+1
2021-09-08
49377: fix segfault by 'bindkey -d' with reordered keymapnamtab
Jun-ichi Takimoto
1
-1
/
+21
2021-09-06
49292: Src/Zle/complist.c: turn off colors before clearing to end of line
Marlon Richert
1
-14
/
+19
2021-09-06
49378: skip check for collision of aliases and functions when NO_EXEC
Marlon Richert
1
-1
/
+1
2021-09-06
49282: set $0 correctly when calling functions from hooks
Bart Schaefer
1
-2
/
+12
2021-09-06
49266: fix segfault on metacharacters in long job texts
Bart Schaefer
1
-0
/
+2
2021-09-06
unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ...
Bart Schaefer
1
-2
/
+7
[next]