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
2020-03-25
45583/0003: chrealpath: Let caller decide how the return value should be allo...
Daniel Shahaf
1
-0
/
+3
2020-03-25
45583/0002: chrealpath: Make symlink resolution optional.
Daniel Shahaf
1
-0
/
+3
2020-03-25
45583/0001: Add tests for the segfault on resolving a symlink loop bug (worke...
Daniel Shahaf
1
-0
/
+3
2020-03-25
45590/0002 (in part): zsh/rlimits: Test that ulimit letters are unique.
Daniel Shahaf
1
-0
/
+5
2020-03-25
45601: fix another status in new function -T test
Jun-ichi Takimoto
1
-0
/
+4
2020-03-22
github #51: Fix configure for cross build.
Rin Okuyama
1
-0
/
+5
2020-03-22
45601: Fix status in new functions -T test
Peter Stephenson
1
-0
/
+3
2020-03-22
45563: %z can be used for zlong in warnings and errors
Peter Stephenson
1
-0
/
+4
2020-03-22
45583/0009: Add end-of-options guard support to 'function -T'.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0008: Add the 'function -T' syntax.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0007: WC_FUNCDEF: Add a placeholder element.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0006: internal: Add some comments for orientation. No functional change.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...
Daniel Shahaf
1
-0
/
+4
2020-03-22
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0002: internal: Reduce some variables' visibility. No functional change.
Daniel Shahaf
1
-0
/
+3
2020-03-22
45583/0001: internal: Remove a redundant assignment.
Daniel Shahaf
1
-0
/
+5
2020-03-20
unposted: Deconfuse $EDITOR's balanced braces mode. No functional change.
Daniel Shahaf
1
-0
/
+3
2020-03-20
unposted: ${(Z)}: Convert documentation to a description block.
Daniel Shahaf
1
-0
/
+3
2020-03-20
unposted: internal: ztst.vim: Make sure syntax elements are only hidden if th...
Daniel Shahaf
1
-0
/
+6
2020-03-18
unposted: Specify tabs for Makefiles.
Daniel Shahaf
1
-0
/
+4
2020-03-17
45572: _sshfs: Complete some more options
Daniel Shahaf
1
-0
/
+5
2020-03-17
45536: fix handling of 8bit character under C-locale
Jun-ichi Takimoto
1
-0
/
+5
2020-03-15
45541: internal: vcs_info git: Add a test case repository for rebase-apply si...
Daniel Shahaf
1
-0
/
+4
2020-03-15
45539: vcs_info git: In non-interactive rebases, obtain applied patches' names.
Daniel Shahaf
1
-0
/
+4
2020-03-15
45540: vcs_info git: In non-interactive rebases, compute patch names for unap...
Daniel Shahaf
1
-0
/
+5
2020-03-15
45543: vcs_info quilt: Allow quiltcommand to be a function.
Daniel Shahaf
1
-0
/
+3
2020-03-15
45547: vcs_info git: In interactive rebases, process gen-unapplied-string arg...
Daniel Shahaf
1
-0
/
+5
2020-03-15
45546: vcs_info git: In interactive rebases, properly support the full form o...
Daniel Shahaf
1
-0
/
+4
2020-03-15
45545: vcs_info git: In interactive rebases, ignore comment lines.
Daniel Shahaf
1
-0
/
+5
2020-03-13
unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ...
dana
1
-0
/
+3
2020-03-13
45535: _lz4: Order compression levels numerically
dana
1
-0
/
+3
2020-03-13
45534: _hdiutil: Update image-file extensions, image/disk formats, &c.
dana
1
-0
/
+3
2020-03-13
45531: _sh: Complete options more accurately
dana
1
-0
/
+3
2020-03-13
45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preser...
dana
1
-0
/
+5
2020-03-12
unposted: .editorconfig: Specify spaces rather than tabs for zsh scripts.
Daniel Shahaf
1
-0
/
+5
2020-03-11
45470: C02cond: Simplify '-N cond' test
dana
1
-0
/
+2
2020-03-11
45424: completion: Add **/sbin to PATH when completing commands like sudo
dana
1
-0
/
+7
2020-03-10
45524: Add completion for dscverify(1) from Debian's devscripts.
Romain Porte
1
-0
/
+5
2020-03-09
45518 + unposted tweak (change single quotes to double quotes): Fix V01zmotlo...
Daniel Shahaf
1
-0
/
+6
2020-03-07
unposted: Move a new incompatibility notice.
Daniel Shahaf
1
-0
/
+2
2020-03-07
Merge remote-tracking branch 'origin/master' into 5.9
Daniel Shahaf
1
-0
/
+163
2020-03-07
unposted: Fix trailing whitespace in test expectations.
Daniel Shahaf
1
-0
/
+5
2020-03-06
unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
Daniel Shahaf
1
-0
/
+5
2020-03-06
45509: fix typos in B01cd.ztst
Jun-ichi Takimoto
1
-0
/
+2
2020-03-06
45490 (+45495 and a test): refactor rlimits.c
Jun-ichi Takimoto
1
-0
/
+7
2020-03-05
github #49: Fix typo: longson should be loongson
Bryan Irvine
1
-0
/
+5
2020-02-27
users/24710: Fix job control problem with sudo.
Peter Stephenson
1
-0
/
+7
2020-02-27
45492: skip test added by users/24633 on Cygwin
Jun-ichi Takimoto
1
-0
/
+5
2020-02-25
45488: COMP_WORDS for bash need "$@"-style quoting
Marc
1
-0
/
+5
[next]