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
2025-04-30
Merge branch 'upstream' into debian
Joe Rayhawk
77
-2333
/
+5334
2025-04-19
53483: zparseopts -G: accept only '--' as parsing terminator
dana
1
-3
/
+3
2025-04-19
53482: zparseopts -G: always add options with optional args to array with =
dana
1
-3
/
+3
2025-04-15
53454: fix interrupt handling in savehistfile()
Bart Schaefer
1
-5
/
+8
2025-03-31
53431: fix assignment via named reference to parameters in outer scopes
Bart Schaefer
1
-1
/
+5
2025-03-03
53399: don't load ZLE early to set keymap
Oliver Kiddle
4
-27
/
+15
2025-03-03
53394: drop OSC and DCS sequences in key input
Oliver Kiddle
1
-2
/
+26
2025-03-02
53368: ignore no-op changes to EMACS/VI options
Bart Schaefer
1
-1
/
+7
2025-02-27
53378: support new pipebuf resource limit on FreeBSD
Oliver Kiddle
1
-0
/
+4
2025-02-15
53363: permit "typeset -n +m pattern"
Bart Schaefer
1
-4
/
+3
2025-02-12
53360: domenuselect() fails if the previous completion did not generate a list
Bart Schaefer
1
-0
/
+3
2025-02-12
53348: Revise handling of incompatible typeset options when used with -n
Bart Schaefer
1
-3
/
+12
2025-01-30
53337: allow nameref -p
Oliver Kiddle
1
-1
/
+1
2025-01-30
53335: Remove unused dupstring_glen() function
Oliver Kiddle
6
-44
/
+19
2025-01-30
53332, 53334: Avoid strlen calls after sprintf
Oliver Kiddle
5
-33
/
+21
2025-01-27
53329: adapt .zle.sgr for CSI sequences that use : instead of ;
Oliver Kiddle
1
-3
/
+8
2025-01-27
github #126: Fix some typos
Wu, Zhenyu
5
-6
/
+6
2025-01-03
53294: fix multibyte handling in "select" prompts
Bart Schaefer
1
-3
/
+15
2024-12-26
53260: zparseopts: add options -v (argv) and -G (GNU-style parsing)
dana
1
-20
/
+96
2024-12-26
53257: use monotonic clock where appropriate
dana
12
-84
/
+135
2024-11-23
53243: fix use of vi-fetch-history with a range
Oliver Kiddle
1
-4
/
+17
2024-11-05
53209 + tests: do not unmetafy via string pointers into global parameter table
Bart Schaefer
1
-1
/
+2
2024-10-16
53146: flags cannot be copied from an undefined function (cf. ca6f4466)
Bart Schaefer
1
-1
/
+2
2024-09-18
53094: remove unused autoconf tests
Oliver Kiddle
1
-5
/
+0
2024-09-18
53093: silence compiler warning when USE_LSEEK is not defined
Oliver Kiddle
1
-7
/
+4
2024-09-18
53092: silence deprecated header warning on older Linux systems
Oliver Kiddle
1
-1
/
+1
2024-09-14
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
2
-6
/
+77
2024-09-14
53085: support for BSDs in $ZSH_EXEPATH implementation
Oliver Kiddle
1
-8
/
+26
2024-09-14
53083: handle Haiku specific resource limit for open vnode monitors
Oliver Kiddle
1
-0
/
+4
2024-09-14
53081: remove old BeOS support code
Oliver Kiddle
4
-34
/
+2
2024-09-14
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
3
-233
/
+5
2024-08-31
53060: silence build warnings
Clinton Bunch
1
-0
/
+4
2024-08-31
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
3
-0
/
+542
2024-08-15
unposted: fix parsing of Bang token in value side of array element assignment
Bart Schaefer
1
-1
/
+2
2024-08-06
53026: fix failure to free old value when setting new value of reference
Jun. T
1
-1
/
+2
2024-08-05
53025: fix memory leaks and pointer errors upon named reference self-reference
Bart Schaefer
2
-6
/
+8
2024-08-05
53023: fix memory leak of unset private parameter
Bart Schaefer
1
-1
/
+1
2024-08-04
53005: off-by-one error when resetting signals on subshell entrance
Philippe Altherr
1
-2
/
+2
2024-07-28
52999: import OLDPWD from environment if set
Peter Stephenson
1
-1
/
+5
2024-07-04
52985: avoid adding original param to restorelist
Jun-ichi Takimoto
1
-4
/
+3
2024-06-28
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
1
-0
/
+1
2024-06-13
52951: make sure to close memstream for 'print -v'
Jun-ichi Takimoto
1
-3
/
+2
2024-05-13
Ooops, missed the actualy patch from the foregoing...
Peter Stephenson
1
-0
/
+1
2024-04-07
52878: Fix ${foo:^bar} where bar is an associative array
Mikael Magnusson
1
-0
/
+3
2024-04-01
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
2
-45
/
+97
2024-04-01
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
Bart Schaefer
1
-0
/
+8
2024-03-21
52780: unneccessary returns in hlgroup
Peter Stephenson
1
-2
/
+2
2024-03-20
52783: allow for unset hash element
Oliver Kiddle
1
-1
/
+2
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
22
-146
/
+130
2024-03-17
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
Bart Schaefer
1
-2
/
+6
[next]