1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
Commit graph

1165 commits

Author SHA1 Message Date
Peter Stephenson
5b32dece55 users/17132: skip-whitespace-first style for compatibility with bash etc.
in widgets using forward-word-match
2012-06-04 16:40:42 +00:00
Bart Schaefer
4a29eaaccd Describe differences in -i/-I/-l/-L/-n options from xargs to zargs. 2012-05-08 16:50:26 +00:00
Peter Stephenson
bd95e7658f unposted: clarify that zargs is different from xargs 2012-05-08 11:27:51 +00:00
Peter Stephenson
ff7644409a unposted, c.f. 30465: add index entries and cross-references
for match, mbegin, mend, MATCH, MBEGIN, MEND
2012-05-03 09:20:09 +00:00
Mikael Magnusson
f7ce5878b8 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set-local-history zle widget 2012-05-02 13:30:33 +00:00
Mikael Magnusson
92c8a8fa2a 30430: fix some errors and outdatedness in intro.ms 2012-04-25 09:15:09 +00:00
Peter Stephenson
5eb53bf88d 30431 with typo in _typeset fix:
add ${...:|...} and ${...:*...} operators, as documented
2012-04-22 18:10:42 +00:00
Mikael Magnusson
8a5928841a 30427: fix syntax error from previous commit 2012-04-20 15:40:25 +00:00
Mikael Magnusson
e440ba875d 30412: document set-local-history 2012-04-19 22:37:41 +00:00
Peter Stephenson
bf62018cc7 30402: turn intro.ms into intro.pdf for doc distribution 2012-04-14 20:42:38 +00:00
Peter Stephenson
b8a8a8dd59 Christian Neukirchen: 30398, 30399: TIMEFMT documentation 2012-04-13 22:33:36 +00:00
Peter Stephenson
fbc51c9ea7 unposted: add missing parenthesis 2012-03-29 20:41:36 +00:00
Peter Stephenson
13a45d74eb users/16932: implement $UNDO_CHANGE_NO and argument to undo widget 2012-03-29 20:31:33 +00:00
Simon Ruderich
ff4b48e001 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format. 2012-03-23 16:37:55 +00:00
Peter Stephenson
afa112474c users/16865: note that -eq is less convient than (( ... == ... )) 2012-03-07 14:33:21 +00:00
Bart Schaefer
fa8a0e241c 30320: "emulate" accepts invocation-time flags; other small doc tweaks. 2012-03-07 06:10:42 +00:00
Peter Stephenson
7614be7fe1 30303: emulate inside function marked for execution tracing enables xtrace 2012-03-01 13:00:52 +00:00
Bart Schaefer
b227ff16da unposted (users/16715): document HASH_LIST_ALL effects on correction. 2012-03-01 03:34:15 +00:00
Peter Stephenson
f9c94bd221 30238 plus small tweaks: document the fork behaviour on suspending complex
builtins
2012-02-22 09:43:13 +00:00
Oliver Kiddle
1fe821a8a1 30198: fix environ style lookup to be done in conventional manner 2012-02-14 17:01:17 +00:00
Frank Terbeck
756f17a755 A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition" 2012-02-01 12:53:48 +00:00
Peter Stephenson
c214b86e94 30101: add HASH_EXECUTABLES_ONLY option 2012-01-08 16:02:54 +00:00
Peter Stephenson
9b923cccea 30084: `zle -T tc func' for zle testing of termcap output 2012-01-05 20:01:24 +00:00
Bart Schaefer
30c98aa87e 30069: replace empty parens with LPAR()RPAR() in an example. 2011-12-28 03:20:18 +00:00
Bart Schaefer
3f98949ca8 30012: add $state_descr 2011-12-13 17:43:01 +00:00
Peter Stephenson
290ab11885 discussed in 29984: use m+7 for files more than a week old 2011-12-11 17:48:26 +00:00
Peter Stephenson
acb97e6115 29991: allow explicit "d" for days in time qualifiers 2011-12-11 17:22:59 +00:00
Mikael Magnusson
9d83e165fc unposted: remove duplicated 'the' in compsys.yo. 2011-12-09 15:54:17 +00:00
Peter Stephenson
e3182c18de 29955++: IGNORE_CLOSE_BRACES option 2011-12-08 19:42:07 +00:00
Peter Stephenson
7c4a811134 29908: make MIME functions handle stacked suffixes 2011-11-18 09:52:50 +00:00
Peter Stephenson
ec6914b061 29894: display and use previous replacement in replace-string 2011-11-07 11:13:48 +00:00
Peter Stephenson
45faf8f5b2 29891: make zle -lL with arguments work 2011-11-04 14:14:26 +00:00
Peter Stephenson
aba557a13c Jérémie Roquet: c.f. users/16541:
should be "filename generation", not "file generation" in cond doc
2011-10-24 15:35:13 +00:00
Peter Stephenson
8dc39360c9 29820: _pick_variant -b to match builtin 2011-10-14 19:01:41 +00:00
Mikael Magnusson
c70e44c9bd 29815: include mod_langinfo in documentation 2011-10-12 13:03:54 +00:00
Bart Schaefer
748bd73d88 unposted: cross-reference zmodload from the modules intro doc.
29769: follow-up 29677 to handle the case where thisjob == -1.
2011-09-25 18:09:13 +00:00
Simon Ruderich
b2da9b3afc 29757: Doc/Zsh/compsys.yo: Remove superfluous brace. 2011-09-07 13:43:38 +00:00
Simon Ruderich
d88c4241f9 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default. 2011-09-07 13:40:23 +00:00
Mikael Magnusson
ba3ebac710 29736: mention when zstyle -t returns 1. 2011-09-06 16:13:09 +00:00
Peter Stephenson
ca7269e82d users/16289: don't delete temporary files on disown.
Document.
2011-08-28 16:38:28 +00:00
Mikael Magnusson
512660352f 29504: note when (#cN,M) can't be used in place of # or ##. 2011-08-14 23:19:22 +00:00
Mikael Magnusson
7db1a0cf3d 29388, 29680: clarify note about e:string: quoting. 2011-08-14 23:10:41 +00:00
Mikael Magnusson
5d97a1f1cd 29673: Clarify what 'other' in the ignore-line style does 2011-08-14 07:21:20 +00:00
Peter Stephenson
8cbd510002 29674: add $epochtime to datetime 2011-08-11 18:45:04 +00:00
Mikael Magnusson
7e27b4eee3 unposted: fix two typos in 29661 2011-08-10 23:04:57 +00:00
Peter Stephenson
bbbaed2b53 29663: add $EPOCHREALTIME to zsh/datetime 2011-08-10 11:31:18 +00:00
Peter Stephenson
e7f198f267 29661: Improved documentation for {var}>... redirections 2011-08-09 18:26:24 +00:00
Peter Stephenson
d48faef8cd 29633: more care with anonymous and other functions 2011-08-03 18:45:17 +00:00
Peter Stephenson
6844a63daf 29602 etc. etc.: description of filename extension 2011-07-28 09:18:34 +00:00
Frank Terbeck
3dfa00a583 unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian. 2011-07-03 11:54:11 +00:00