index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-28
52999: import OLDPWD from environment if set
Peter Stephenson
2
-1
/
+10
2024-07-13
Missed commit of ChangeLog for 52977 / da733f5d
Bart Schaefer
1
-0
/
+6
2024-07-04
52985: avoid adding original param to restorelist
Jun-ichi Takimoto
2
-4
/
+7
2024-06-28
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
2
-0
/
+28
2024-06-24
52968: use pdfroff to create intro.pdf
Jun-ichi Takimoto
2
-5
/
+7
2024-06-13
52951: make sure to close memstream for 'print -v'
Jun-ichi Takimoto
2
-3
/
+6
2024-06-08
52946: Revert "Handle completer filenames with funny characters in them"
Mikael Magnusson
3
-5
/
+9
2024-05-24
users/29882: Explain $RANDOM predictability
Bart Schaefer
2
-0
/
+34
2024-05-24
52910: Improve handling of **/ patterns
Bart Schaefer
2
-3
/
+5
2024-05-24
52904: Improve quoting of paths passed via _call_program to "git ls-files"
Bart Schaefer
2
-1
/
+6
2024-05-20
52895: Partial revert of 44274 which broke _baudrates
Mikael Magnusson
2
-2
/
+8
2024-05-13
Ooops, missed the actualy patch from the foregoing...
Peter Stephenson
1
-0
/
+1
2024-05-10
52924: Set zfsessions to NULL after free
Peter Stephenson
1
-0
/
+4
2024-05-08
52915: be explicit about pattern syntax in conditions
Peter Stephenson
2
-1
/
+10
2024-04-07
52878: Fix ${foo:^bar} where bar is an associative array
Mikael Magnusson
2
-0
/
+8
2024-04-01
52865: Documentation update for 52864
Bart Schaefer
4
-17
/
+23
2024-04-01
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
5
-56
/
+150
2024-04-01
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
Bart Schaefer
2
-0
/
+13
2024-04-01
github #115: completion(ruby): completer opts for irb
OKURA Masafumi
2
-0
/
+5
2024-04-01
52859: use _date_formats for fc and complete -m/-M for vared
Oliver Kiddle
3
-1
/
+8
2024-03-26
52798: handle comments in ssh config
Oliver Kiddle
3
-8
/
+11
2024-03-23
52768: Handle completer filenames with funny characters in them
Mikael Magnusson
3
-5
/
+10
2024-03-21
52780: unneccessary returns in hlgroup
Peter Stephenson
2
-2
/
+6
2024-03-20
52783: allow for unset hash element
Oliver Kiddle
2
-1
/
+4
2024-03-20
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
Oliver Kiddle
2
-2
/
+5
2024-03-18
52770: handle newrole in SELinux completions
Oliver Kiddle
2
-8
/
+25
2024-03-18
52769: fix completion of ansible keywords and --step option
Oliver Kiddle
2
-7
/
+10
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
27
-239
/
+144
2024-03-17
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
Bart Schaefer
5
-17
/
+61
2024-03-14
unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.
Bart Schaefer
2
-1
/
+6
2024-03-14
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
3
-10
/
+30
2024-03-13
52753: Clarify "nocorrect" when introducing precommand modifiers.
Bart Schaefer
2
-6
/
+9
2024-03-13
unposted: update doc for "colors" for workers/47489,50212 (italic and bright)
Bart Schaefer
2
-2
/
+11
2024-03-12
unposted: "typeset -p" has problems with special parameters having NULL values
Bart Schaefer
2
-7
/
+11
2024-03-12
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
Bart Schaefer
2
-8
/
+32
2024-03-13
52724: fix .zle.sgr for empty sequences
Oliver Kiddle
2
-0
/
+8
2024-03-09
52725: updated named reference semantics
Bart Schaefer
2
-12
/
+36
2024-03-09
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
2
-1
/
+6
2024-03-08
52704: improve zsh_eval_context documentation
Stephane Chazelas
2
-5
/
+12
2024-03-05
52692: local typeset of the name of a named reference hides the reference
Bart Schaefer
5
-13
/
+68
2024-03-05
52685: fix typo in the name of bash's BASH_ENV variable.
Stephane Chazelas
2
-1
/
+6
2024-03-04
unposted (cf. 52615): use META_NOALLOC for 52591
Bart Schaefer
2
-5
/
+7
2024-03-04
unposted (cf. 52617): only scalars can instantiate a declared named reference
Bart Schaefer
2
-2
/
+11
2024-03-04
unposted: fix typo in entry attribution
Bart Schaefer
1
-1
/
+1
2024-03-04
52659: Fix crash on unset-through-nameref, add regression test
Bart Schaefer
3
-2
/
+32
2024-03-04
Add missing test case from 52652
Bart Schaefer
1
-0
/
+1
2024-03-04
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
12
-28
/
+145
2024-03-05
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
8
-17
/
+50
2024-03-05
52641: incarg: add a backward variant and make it repeatable
midchildan
4
-88
/
+347
2024-03-02
52652: fix obscure bug unsetting the array part of a tied parameter pair
Bart Schaefer
2
-2
/
+8
[next]