about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 30803: Vin Shelton: missing menu entry in grammar.yoPeter Stephenson2012-11-181-0/+1
|
* 30789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson2012-11-152-2/+67
| | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command.
* 30780: document that set -o failures are hard but setopt failures are softPeter Stephenson2012-11-081-0/+5
|
* unposted: further parameter splitting clarificationsPeter Stephenson2012-10-191-2/+4
|
* 30740: add example of process substitution using anonymous functionPeter Stephenson2012-10-181-0/+18
|
* c.f. users/17330: fix reference to splitting rule in parameter expn rulesPeter Stephenson2012-10-181-1/+1
|
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-0/+4
|
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-5/+18
| | | | to autoloads, too
* additional split change fixesPeter Stephenson2012-10-051-2/+5
|
* users/17305: fix doc of ordering of word splittingPeter Stephenson2012-10-031-30/+37
| | | | improve (z) and (Z) doc
* users/17310: we can't treat < after [ as a normal character.Peter Stephenson2012-10-031-1/+4
| | | | Document problem and test for case that needs to work.
* Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵Frank Terbeck2012-09-281-2/+5
| | | | from the hg vcs_info backend
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-1/+4
| | | | change to _path_files to make it load in that fashion
* 30687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson2012-09-211-1/+4
|
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-111-1/+9
|
* Didn't mean to check this inPeter Stephenson2012-09-081-1/+1
|
* users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson2012-09-081-1/+1
| | | | other than stdout
* users/12713: returning REPLY to _user_expand sets description for expansionPeter Stephenson2012-09-031-1/+3
|
* users/17211: new recursive-files stylePeter Stephenson2012-08-211-0/+22
|
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-211-11/+14
|
* 30629 plus unposted formatting changes:Peter Stephenson2012-08-171-5/+6
| | | | | support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-171-2/+6
|
* Stepan Koltsov: vcs_info: %a to output number of all patches in ↵Frank Terbeck2012-08-171-0/+1
| | | | (no)?patch-format styles
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-1/+3
|
* Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient CodlPeter Stephenson2012-08-131-2/+2
| | | | dependendency problems
* 30590: Work around problem turning intro.ms into PDFPeter Stephenson2012-07-272-4/+10
|
* Remove unavailable sitesGeoff Wing2012-07-231-17/+4
|
* Danek: 30510: bad indentation in params.yoPeter Stephenson2012-06-151-1/+1
|
* users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson2012-06-041-0/+10
| | | | in widgets using forward-word-match
* Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.Bart Schaefer2012-05-081-0/+7
|
* unposted: clarify that zargs is different from xargsPeter Stephenson2012-05-081-6/+7
|
* unposted, c.f. 30465: add index entries and cross-referencesPeter Stephenson2012-05-032-0/+22
| | | | for match, mbegin, mend, MATCH, MBEGIN, MEND
* 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵Mikael Magnusson2012-05-021-5/+14
| | | | set-local-history zle widget
* 30430: fix some errors and outdatedness in intro.msMikael Magnusson2012-04-251-8/+22
|
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-221-0/+13
| | | | add ${...:|...} and ${...:*...} operators, as documented
* 30427: fix syntax error from previous commitMikael Magnusson2012-04-201-1/+0
|
* 30412: document set-local-historyMikael Magnusson2012-04-191-0/+8
|
* 30402: turn intro.ms into intro.pdf for doc distributionPeter Stephenson2012-04-142-1/+5
|
* Christian Neukirchen: 30398, 30399: TIMEFMT documentationPeter Stephenson2012-04-131-5/+5
|
* unposted: add missing parenthesisPeter Stephenson2012-03-291-1/+1
|
* users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson2012-03-291-1/+10
|
* 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for ↵Simon Ruderich2012-03-231-2/+2
| | | | patch-format/nopatch-format.
* users/16865: note that -eq is less convient than (( ... == ... ))Peter Stephenson2012-03-071-0/+5
|
* 30320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer2012-03-072-12/+24
|
* 30303: emulate inside function marked for execution tracing enables xtracePeter Stephenson2012-03-011-0/+7
|
* unposted (users/16715): document HASH_LIST_ALL effects on correction.Bart Schaefer2012-03-011-2/+3
|
* 30238 plus small tweaks: document the fork behaviour on suspending complexPeter Stephenson2012-02-221-0/+16
| | | | builtins
* 30198: fix environ style lookup to be done in conventional mannerOliver Kiddle2012-02-141-1/+1
|
* A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition"Frank Terbeck2012-02-011-1/+1
|
* 30101: add HASH_EXECUTABLES_ONLY optionPeter Stephenson2012-01-081-0/+14
|