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
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
2024-03-14
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
1
-3
/
+18
2024-03-12
unposted: "typeset -p" has problems with special parameters having NULL values
Bart Schaefer
1
-7
/
+8
2024-03-12
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
Bart Schaefer
1
-8
/
+27
2024-03-13
52724: fix .zle.sgr for empty sequences
Oliver Kiddle
1
-0
/
+4
2024-03-09
52725: updated named reference semantics
Bart Schaefer
1
-12
/
+32
2024-03-09
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
1
-1
/
+1
2024-03-05
52692: local typeset of the name of a named reference hides the reference
Bart Schaefer
2
-8
/
+10
2024-03-04
unposted (cf. 52615): use META_NOALLOC for 52591
Bart Schaefer
1
-5
/
+5
2024-03-04
unposted (cf. 52617): only scalars can instantiate a declared named reference
Bart Schaefer
1
-2
/
+8
2024-03-04
52659: Fix crash on unset-through-nameref, add regression test
Bart Schaefer
1
-2
/
+4
2024-03-04
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
4
-15
/
+43
2024-03-05
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
4
-4
/
+28
2024-03-02
52652: fix obscure bug unsetting the array part of a tied parameter pair
Bart Schaefer
1
-2
/
+5
2024-03-02
52612: %l replacment of zwarning() does literal string output
Bart Schaefer
3
-16
/
+19
2024-03-01
52645: unset through a nameref keep up-scope parameters declared unset
Bart Schaefer
1
-0
/
+6
2024-02-28
52619 (plus tests): no empty element when appending array to unset scalar
Bart Schaefer
1
-1
/
+1
2024-02-28
52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...
Oliver Kiddle
1
-6
/
+9
2024-02-28
52623: add some Solaris signal descriptions
Oliver Kiddle
1
-0
/
+3
2024-02-28
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
10
-56
/
+227
2024-02-24
Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy
Bart Schaefer
1
-2
/
+2
2024-02-24
52597: fix character counts in context of operator and operand errors
Bart Schaefer
1
-7
/
+18
2024-02-24
52596: metafy interpreter name for error message
Bart Schaefer
1
-3
/
+3
2024-02-24
52591: printf builtin must pass metafied strings to math evaluation
Stephane Chazelas
1
-4
/
+6
2024-02-23
52583: extra check for proper scope and existence of readonly specials
Bart Schaefer
1
-2
/
+23
2024-02-20
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
2
-3
/
+23
2024-02-18
unposted: referent of named reference cannot start with digits
Bart Schaefer
1
-0
/
+2
2024-02-18
45837: fix process group restoration upon exit
Stephane Chazelas
3
-9
/
+13
2024-02-18
52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...
Stephane Chazelas
1
-2
/
+15
2024-02-17
52556: fix crash when changing type of unset referent via named reference
Bart Schaefer
1
-2
/
+4
2024-02-15
52533: add module to provide alternate readonly views of the content of .zle....
Oliver Kiddle
3
-0
/
+246
2024-02-09
52526: metafy terminfo capabilities
Mikael Magnusson
1
-2
/
+2
2024-02-04
52517: ensure that %H is followed by {
Mikael Magnusson
1
-4
/
+6
2024-02-04
52516: fix crash in %H when hlgroups is empty
Mikael Magnusson
1
-1
/
+1
2024-02-03
Typos in previous commit comments
Bart Schaefer
2
-2
/
+2
2024-02-03
unposted: Record as comments some notes about namespace usage exceptions.
Bart Schaefer
3
-1
/
+7
2024-02-03
52513: fixes and doc for using nofork substitutions with private parameters
Bart Schaefer
2
-25
/
+45
2024-01-28
52509: manage internals of stdio objects when performing redirections.
Bart Schaefer
1
-0
/
+22
2024-01-28
52500: add layer token to zle attributes
Oliver Kiddle
3
-46
/
+84
[next]