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

1149 commits

Author SHA1 Message Date
Bart Schaefer
91197f4993 users/17524: misc. parameter flag clarifications 2013-01-03 19:01:52 +00:00
Peter Stephenson
27a41679b6 30803: Vin Shelton: missing menu entry in grammar.yo 2012-11-18 18:45:39 +00:00
Peter Stephenson
7c56d77184 30789: Add CONTINUE_ON_ERROR for old behaviour.
New behaviour is for scripts to exit on error instead of returning
to top level and executing the next command.
2012-11-15 21:08:15 +00:00
Peter Stephenson
7f767568a6 30780: document that set -o failures are hard but setopt failures are soft 2012-11-08 12:24:48 +00:00
Peter Stephenson
f91707eda1 unposted: further parameter splitting clarifications 2012-10-19 09:19:05 +00:00
Peter Stephenson
02225925ef 30740: add example of process substitution using anonymous function 2012-10-18 16:18:57 +00:00
Peter Stephenson
a02f3b6910 c.f. users/17330: fix reference to splitting rule in parameter expn rules 2012-10-18 08:28:46 +00:00
Peter Stephenson
4b86cc48f7 30726: make shell options passed to emulate stick along with the emulation 2012-10-11 20:14:01 +00:00
Peter Stephenson
321471891e 30718: emulate command evaluations should apply sticky emulation
to autoloads, too
2012-10-07 17:50:18 +00:00
Peter Stephenson
8781aad448 additional split change fixes 2012-10-05 13:31:58 +00:00
Peter Stephenson
325c3864c6 users/17305: fix doc of ordering of word splitting
improve (z) and (Z) doc
2012-10-03 18:12:47 +00:00
Peter Stephenson
61b9529ff8 users/17310: we can't treat < after [ as a normal character.
Document problem and test for case that needs to work.
2012-10-03 18:11:12 +00:00
Frank Terbeck
feb6169bcd Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag from the hg vcs_info backend 2012-09-28 22:07:29 +00:00
Peter Stephenson
dbec4fa6cc 30692: allow autoload +X -m to work
change to _path_files to make it load in that fashion
2012-09-21 19:08:35 +00:00
Peter Stephenson
8e43f7f3c8 30687 with typo corrected: don't REPORTTIME if zleactive 2012-09-21 12:45:12 +00:00
Peter Stephenson
e550c98d69 30647, 30649: allow underscores in numeric constants 2012-09-11 16:02:41 +00:00
Peter Stephenson
d3891edfca users/12713: returning REPLY to _user_expand sets description for expansion 2012-09-03 11:12:15 +00:00
Peter Stephenson
76091a6995 users/17211: new recursive-files style 2012-08-21 18:45:31 +00:00
Peter Stephenson
6f3ff6b653 30633: "functions -T" only traces marked function, not called functions 2012-08-21 18:03:01 +00:00
Peter Stephenson
e92a823a4b 30629 plus unposted formatting changes:
support socket buffer size limit properly in ulimit;
improve consistency of output and documentation and tweak formatting appropriately
2012-08-17 13:26:22 +00:00
Peter Stephenson
9fdcd824d8 30627: support RLIMIT_NTHR as on NetBSD 2012-08-17 11:12:34 +00:00
Frank Terbeck
3aae0ef8fe Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-format styles 2012-08-17 08:22:52 +00:00
Peter Stephenson
268e56a144 30169: repeat "typeset -T" with same two first arguments is not an error 2012-08-16 14:00:11 +00:00
Geoff Wing
acb7209f06 Remove unavailable sites 2012-07-23 03:45:40 +00:00
Peter Stephenson
8b6c8b870a Danek: 30510: bad indentation in params.yo 2012-06-15 21:22:36 +00:00
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
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
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