index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
Zsh
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-10
51291: support for highlighting ellipses in the line editor
Oliver Kiddle
1
-0
/
+3
2023-01-10
51280: add support for italic and faint fonts in the line editor
Oliver Kiddle
1
-1
/
+9
2022-12-31
51263: fix typo - `an path` -> `a path`
Max Coplan
1
-1
/
+1
2022-12-17
51214: handle read -d and a delimiter that can't be decoded into a character
Oliver Kiddle
1
-1
/
+2
2022-12-13
51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation
Philippe Altherr
1
-38
/
+46
2022-12-12
51134: document interactive behaviour with ERR_EXIT and ERR_RETURN
Peter Stephenson
1
-1
/
+7
2022-11-17
50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers
Oliver Kiddle
1
-3
/
+8
2022-11-02
50851: restore typtab when necessary
Jun-ichi Takimoto
1
-6
/
+10
2022-10-31
50855: Clarify how commands are hashed, and searched-for by "whence".
Bart Schaefer
2
-7
/
+15
2022-10-25
50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH
Axel Beckert
1
-1
/
+1
2022-10-23
users/28243: update "typeset +" documentation
Bart Schaefer
1
-3
/
+5
2022-09-25
50648: Use $ZCALC_HISTORY where appropriate
Julian Prein
1
-2
/
+5
2022-06-11
50355: documentation and return status consistency in zsh/system module
Bart Schaefer
1
-3
/
+13
2022-06-07
Tweaks to MULTI_FUNC_DEF
Peter Stephenson
1
-0
/
+5
2022-05-15
50220: Documentation: Fix typos found by Debian's Lintian tool
Axel Beckert
2
-2
/
+2
2022-05-07
unposted: cross-reference "typeset -f" for "functions -[Tt]"
Bart Schaefer
1
-1
/
+2
2022-04-30
unposted: Add details about ${(*)...} expansion
Bart Schaefer
1
-1
/
+2
2022-04-28
50138: Note ERRNO must be set before use.
Bart Schaefer
1
-0
/
+3
2022-04-06
49960: Sort lists in zshcompsys
Matthew Martin
1
-40
/
+40
2022-03-31
github #88: Fix typo
elig0n
1
-1
/
+1
2022-03-31
49933: Add nonblock to sysopen
Matthew Martin
1
-0
/
+3
2022-03-31
27639: clarify that ${(#)...} deals with character codes.
Peter Stephenson
1
-3
/
+4
2022-03-30
49906 (Bart), 49911: Fixes to querying jobs in subshell.
Peter Stephenson
2
-0
/
+24
2022-03-30
49813: <<<: Document newline behavior and fix optimization
Mikael Magnusson
1
-1
/
+2
2022-03-29
49917: change sense of "Ignore insecure ..." answer and use "autoload -r"
Bart Schaefer
1
-1
/
+1
2022-03-24
49845: man page clarification on option scope
Peter Stephenson
1
-0
/
+3
2022-03-13
49844: Fix node reference errors from 49446 and 49448.
Bart Schaefer
2
-2
/
+9
2022-03-01
users/27536: Improved history list documentation
Peter Stephenson
1
-3
/
+4
2022-02-22
unposted: Fix some typos and markup.
Daniel Shahaf
1
-2
/
+2
2022-02-22
49672: document "tied" in output from ${(t)...}
Peter Stephenson
1
-0
/
+5
2022-02-22
49769: Mention how to show nanosecond precision
Mikael Magnusson
1
-0
/
+2
2022-02-20
49727 (+ comment): vcs_info quilt: Pass the patches dir path to the gen-appli...
Daniel Shahaf
1
-0
/
+15
2022-01-30
49694 + doc: Allow using empty STTY= to freeze tty for a single command
Mikael Magnusson
2
-1
/
+7
2022-01-27
unposted: vcs_info quilt docs: Fix misspelled style name
Daniel Shahaf
1
-1
/
+1
2021-12-13
49646: allow colors in WATCHFMT with %F/%K
Oliver Kiddle
1
-0
/
+6
2021-12-01
unposted: Add whitespace and comments. No functional change.
Daniel Shahaf
1
-0
/
+3
2021-12-01
49621: Fix the info Doc build, broken in 49448.
Daniel Shahaf
2
-0
/
+4
2021-11-26
49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and `Stan...
Daniel Shahaf
2
-10
/
+14
2021-11-26
49447: docs: _wanted: Clarify the example and point to another one.
Daniel Shahaf
1
-1
/
+5
2021-11-26
49446: docs: Add texinode()s, so the next commit can link directly to a subse...
Daniel Shahaf
1
-0
/
+4
2021-11-26
49445: docs: Clean up some subsection references.
Daniel Shahaf
10
-13
/
+13
2021-11-24
49597: add a helper for completing numbers with unit suffixes and separate ou...
Oliver Kiddle
1
-2
/
+79
2021-11-19
49575: clarify _alternative's action syntax
Arseny Maslennikov
1
-2
/
+12
2021-11-12
49566: document the _default function
Oliver Kiddle
1
-0
/
+9
2021-11-12
49564: always use descriptions included in the file-patterns style and allow ...
Oliver Kiddle
1
-6
/
+17
2021-11-12
49562: remove old documentation for other-files tag that was removed in 36165
Oliver Kiddle
1
-8
/
+1
2021-11-12
49561: add zformat -F option, similar to -f but ternary expressions check for...
Oliver Kiddle
1
-2
/
+9
2021-11-02
49534, 49539: separate watch/log functionality out into a module
Oliver Kiddle
4
-128
/
+141
2021-10-30
49528: allow multiple -D options to compadd
Oliver Kiddle
1
-0
/
+2
2021-10-26
49521: Define correct behavior of || completion matchers
Marlon Richert
1
-330
/
+341
[next]