index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-11
40832: fix $x:P when PWD=/
Barton E. Schaefer
1
-0
/
+4
2017-03-11
unposted (github pull request #15): fix a small typo in `ip` corrections file
John Leuenhagen
1
-0
/
+6
2017-03-10
40824: grep completion handling of option deviations between different systems
Oliver Kiddle
1
-0
/
+3
2017-03-10
40823: update option completion for sshfs 2.8
Oliver Kiddle
1
-0
/
+4
2017-03-10
40819: Fix IS_DASH test in BRACE_CCL handling
Peter Stephenson
1
-0
/
+4
2017-03-10
unposted: declare file local variables as static
Jun-ichi Takimoto
1
-0
/
+2
2017-03-10
unposted: silence warnings on Cygwin
Jun-ichi Takimoto
1
-0
/
+4
2017-03-09
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Fabian Klotzl
1
-0
/
+8
2017-03-09
40801: re-fix completion of mount points with spaces in the name
Barton E. Schaefer
1
-0
/
+6
2017-03-09
40803, 40804, 40805, 40806: Parameter test additions.
Peter Stephenson
1
-0
/
+8
2017-03-09
40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.
Peter Stephenson
1
-0
/
+5
2017-03-08
40799: fix $- expansion partly broken by 40760
Barton E. Schaefer
1
-1
/
+3
2017-03-08
40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...
Barton E. Schaefer
1
-0
/
+8
2017-03-08
40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...
Daniel Shahaf
1
-0
/
+3
2017-03-08
40744: Document the SHORT_LOOPS 'function' syntax.
Daniel Shahaf
1
-0
/
+5
2017-03-07
40706: Fix ordering dependence in gdbm test
Sebastian Gniazdowski
1
-0
/
+3
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-0
/
+8
2017-03-07
40780: Don't use =~ for simple prefix match
Mikael Magnusson
1
-0
/
+5
2017-03-05
40726: add "zcurses resize" for sane terminal size change
Sebastian Gniazdowski
1
-0
/
+5
2017-03-04
40781: optimize array assignment, similar to 39995 for string assignment
Sebastian Gniazdowski
1
-0
/
+3
2017-03-04
40654: exit cleanly from special POSIXBUILTINS in subshells
Barton E. Schaefer
1
-0
/
+5
2017-03-04
unposted (via github): complete -Dproperty=/path_complete for ant
Christoffer Aasted
1
-0
/
+3
2017-03-04
unposted (via github): Add newer C++ standard options to _gcc
Ferenc-
1
-0
/
+3
2017-03-04
unposted: complete 'tiled' layout for tmux
Oliver Kiddle
1
-0
/
+2
2017-03-04
unposted: fix completion argument to xz --format
Oliver Kiddle
1
-0
/
+4
2017-03-04
40597: be flexible about order of options to _values
Oliver Kiddle
1
-1
/
+7
2017-03-03
40170: Fix up error resetting in curses module.
Sebastian Gniazdowski
1
-0
/
+5
2017-03-03
40173: No error on failure to load zsh/db/gdbm in test.
Peter Stephenson
1
-0
/
+3
2017-03-03
40702: new KEYS_QUEUED_COUNT ZLE variable
Peter Stephenson
1
-0
/
+5
2017-03-02
40681: strftime builtin should return 1 if ztrftime() returns -1
Jun-ichi Takimoto
1
-0
/
+5
2017-03-01
40622 with typos fixed: functions -Ms.
Peter Stephenson
1
-0
/
+4
2017-03-01
40562: gdbm tests omitted from previous commit
Sebastian Gniazdowski
1
-0
/
+5
2017-02-28
40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.
Daniel Shahaf
1
-0
/
+5
2017-02-26
40650: redo 40508 and 40626 with comments explaining what is actually going on
Barton E. Schaefer
1
-0
/
+5
2017-02-26
Revert 40626 which broke tests.
Daniel Shahaf
1
-1
/
+6
2017-02-25
40640: the (A) parameter flag forces array result even if assignment syntax i...
Barton E. Schaefer
1
-0
/
+6
2017-02-25
unposted: Port 40617 to the completion.
Daniel Shahaf
1
-0
/
+3
2017-02-25
40626: Make $options re-settable.
Daniel Shahaf
1
-0
/
+5
2017-02-23
unposted (cf. 40617): clarify description of ${(A)name=value} and ${(AA)name=...
Barton E. Schaefer
1
-0
/
+3
2017-02-23
40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process s...
Barton E. Schaefer
1
-0
/
+5
2017-02-23
40604: revert to the old method if getutent() is not available
Jun-ichi Takimoto
1
-0
/
+5
2017-02-21
Julien Nicoulaud: 40586: discard stderr
Barton E. Schaefer
1
-0
/
+5
2017-02-20
use "diff -a" in case special characters were written to the test output
Barton E. Schaefer
1
-0
/
+3
2017-02-20
40598: paramsubst() should always return scalar when PREFORK_SINGLE was passed
Barton E. Schaefer
1
-1
/
+4
2017-02-20
40565 (tweaked): test cases for assigning array to scalar with various combin...
Barton E. Schaefer
1
-0
/
+5
2017-02-20
40593: SHWORDSPLIT + unset IFS should cause default splitting of $@
Barton E. Schaefer
1
-0
/
+3
2017-02-20
40576 (tweaked): entersubsh(): unblock any signals that were blocked for tra...
Barton E. Schaefer
1
-0
/
+6
2017-02-19
update gphoto2 completion for new options up to gphoto2 2.5.11
Oliver Kiddle
1
-0
/
+4
2017-02-17
40568: REMATCH_PCRE is not enabled by default, fix doc.
Øystein Walle
1
-0
/
+3
2017-02-17
40558, 40562: General improvements to zsh/db/gdbm module
Sebastian Gniazdowski
1
-0
/
+6
[next]