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
2012-11-18
30803: Vin Shelton: missing menu entry in grammar.yo
Peter Stephenson
1
-0
/
+1
2012-11-15
30789: Add CONTINUE_ON_ERROR for old behaviour.
Peter Stephenson
2
-2
/
+67
2012-11-08
30780: document that set -o failures are hard but setopt failures are soft
Peter Stephenson
1
-0
/
+5
2012-10-19
unposted: further parameter splitting clarifications
Peter Stephenson
1
-2
/
+4
2012-10-18
30740: add example of process substitution using anonymous function
Peter Stephenson
1
-0
/
+18
2012-10-18
c.f. users/17330: fix reference to splitting rule in parameter expn rules
Peter Stephenson
1
-1
/
+1
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-0
/
+4
2012-10-07
30718: emulate command evaluations should apply sticky emulation
Peter Stephenson
1
-5
/
+18
2012-10-05
additional split change fixes
Peter Stephenson
1
-2
/
+5
2012-10-03
users/17305: fix doc of ordering of word splitting
Peter Stephenson
1
-30
/
+37
2012-10-03
users/17310: we can't treat < after [ as a normal character.
Peter Stephenson
1
-1
/
+4
2012-09-28
Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag fro...
Frank Terbeck
1
-2
/
+5
2012-09-21
30692: allow autoload +X -m to work
Peter Stephenson
1
-1
/
+4
2012-09-21
30687 with typo corrected: don't REPORTTIME if zleactive
Peter Stephenson
1
-1
/
+4
2012-09-11
30647, 30649: allow underscores in numeric constants
Peter Stephenson
1
-1
/
+9
2012-09-03
users/12713: returning REPLY to _user_expand sets description for expansion
Peter Stephenson
1
-1
/
+3
2012-08-21
users/17211: new recursive-files style
Peter Stephenson
1
-0
/
+22
2012-08-21
30633: "functions -T" only traces marked function, not called functions
Peter Stephenson
1
-11
/
+14
2012-08-17
30629 plus unposted formatting changes:
Peter Stephenson
1
-5
/
+6
2012-08-17
30627: support RLIMIT_NTHR as on NetBSD
Peter Stephenson
1
-2
/
+6
2012-08-17
Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-fo...
Frank Terbeck
1
-0
/
+1
2012-08-16
30169: repeat "typeset -T" with same two first arguments is not an error
Peter Stephenson
1
-1
/
+3
2012-07-23
Remove unavailable sites
Geoff Wing
1
-17
/
+4
2012-06-15
Danek: 30510: bad indentation in params.yo
Peter Stephenson
1
-1
/
+1
2012-06-04
users/17132: skip-whitespace-first style for compatibility with bash etc.
Peter Stephenson
1
-0
/
+10
2012-05-08
Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.
Bart Schaefer
1
-0
/
+7
2012-05-08
unposted: clarify that zargs is different from xargs
Peter Stephenson
1
-6
/
+7
2012-05-03
unposted, c.f. 30465: add index entries and cross-references
Peter Stephenson
2
-0
/
+22
2012-05-02
30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set...
Mikael Magnusson
1
-5
/
+14
2012-04-22
30431 with typo in _typeset fix:
Peter Stephenson
1
-0
/
+13
2012-04-20
30427: fix syntax error from previous commit
Mikael Magnusson
1
-1
/
+0
2012-04-19
30412: document set-local-history
Mikael Magnusson
1
-0
/
+8
2012-04-13
Christian Neukirchen: 30398, 30399: TIMEFMT documentation
Peter Stephenson
1
-5
/
+5
2012-03-29
unposted: add missing parenthesis
Peter Stephenson
1
-1
/
+1
2012-03-29
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Peter Stephenson
1
-1
/
+10
2012-03-23
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/n...
Simon Ruderich
1
-2
/
+2
2012-03-07
users/16865: note that -eq is less convient than (( ... == ... ))
Peter Stephenson
1
-0
/
+5
2012-03-07
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Bart Schaefer
2
-12
/
+24
2012-03-01
30303: emulate inside function marked for execution tracing enables xtrace
Peter Stephenson
1
-0
/
+7
2012-03-01
unposted (users/16715): document HASH_LIST_ALL effects on correction.
Bart Schaefer
1
-2
/
+3
2012-02-22
30238 plus small tweaks: document the fork behaviour on suspending complex
Peter Stephenson
1
-0
/
+16
2012-02-14
30198: fix environ style lookup to be done in conventional manner
Oliver Kiddle
1
-1
/
+1
2012-02-01
A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition"
Frank Terbeck
1
-1
/
+1
2012-01-08
30101: add HASH_EXECUTABLES_ONLY option
Peter Stephenson
1
-0
/
+14
2012-01-05
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
1
-0
/
+28
2011-12-28
30069: replace empty parens with LPAR()RPAR() in an example.
Bart Schaefer
1
-2
/
+2
2011-12-13
30012: add $state_descr
Bart Schaefer
1
-10
/
+15
2011-12-11
discussed in 29984: use m+7 for files more than a week old
Peter Stephenson
1
-1
/
+1
2011-12-11
29991: allow explicit "d" for days in time qualifiers
Peter Stephenson
1
-1
/
+2
2011-12-09
unposted: remove duplicated 'the' in compsys.yo.
Mikael Magnusson
1
-1
/
+1
[next]