summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2004-05-21Document the new -a option to `fc -p' and improved the documentation forWayne Davison1-11/+25
the history push/pop in other ways.
2004-05-20Document the new options to "fc".Wayne Davison1-0/+19
2004-05-02Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson1-5/+5
2004-05-01 * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams1-0/+5
allow search path for command names to be overridden by means of new command-path style.
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-0/+9
2004-04-0619712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle1-5/+5
2004-04-06make expn change clearer, suggested by WaynePeter Stephenson1-2/+2
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson2-8/+31
2004-04-0519728: note on (^F) qualifierPeter Stephenson1-1/+4
2004-04-0119717: (F) glob qualifier for full directoriesPeter Stephenson1-0/+3
2004-03-2519682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson1-0/+2
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson1-48/+128
2004-03-16 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams1-0/+7
when pcre_study is called before pcre_compile; documentation on pcre_compile options.
2004-03-08* 19566: Doc/Zsh/params.yo: change associative array documentation to referClint Adams1-2/+6
to Parameter Expansion Flags rather than Subscript Flags. Wording by Frederik Eaton and Peter.
2004-03-06zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson1-0/+10
2004-02-29unposted: fix typo in compsys.yoDoug Kearns1-1/+1
2004-02-1019415: fix indicate that short_loops option is applicable to repeat loops tooOliver Kiddle1-1/+1
2004-01-2219389+: fix zmodload -u zsh/datetime, add strftime -s scalarPeter Stephenson1-1/+4
2004-01-0919354: Fix manual section names which upset DocbookPeter Stephenson2-4/+5
2004-01-0619339: minor TCP function suite additionsPeter Stephenson1-0/+18
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-0/+19
2003-12-15Add mod_datetime.yoClint Adams1-5/+6
2003-12-15extra comment for zsh-line-initPeter Stephenson1-0/+2
2003-12-1219281: zle-line-init special widgetPeter Stephenson1-0/+20
2003-10-2519202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentationClint Adams1-0/+23
for zsh/datetime module.
2003-10-1319183: new delete-whole-word-matchPeter Stephenson1-0/+31
2003-10-06unposted: update distribution files for 18980 and 19053Peter Stephenson1-1/+1
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson1-15/+19
2003-09-2119106: document use for _menuOliver Kiddle1-6/+7
2003-09-17*** empty log message ***Vin Shelton1-1/+1
2003-09-16Fix minor typo in MIME function documentation.Vin Shelton1-1/+1
2003-09-1419053 modified, c.f. 19056Peter Stephenson1-2/+155
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle1-1/+12
2003-09-0319014: add alias -s suf=handlerPeter Stephenson2-18/+47
2003-08-3018980: new zsh/system modulePeter Stephenson2-1/+130
2003-08-3018981: tidy up tcpsys docPeter Stephenson1-26/+28
2003-07-2518908: use print/read -u in completion system and tweak builtin docPeter Stephenson1-4/+4
2003-07-2118859: Allow the sort style to override sorting by setting explicitly to false.Peter Stephenson1-6/+16
2003-07-0718822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle1-1/+3
setting to continue on and do normal completion
2003-07-0418810: Various enhancements and bug fixes for the TCP function suitePeter Stephenson1-21/+105
2003-07-0418571: extra note on += for associative arraysPeter Stephenson1-0/+10
2003-07-03users/6367: match-words-by-style wrongly referred to in docPeter Stephenson1-4/+4
2003-06-1918616: Add ternary expression handling to zformatPeter Stephenson1-0/+25
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson1-2/+4
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson3-15/+12
2003-05-1518530: print option states with `set -o' or `set +o'Oliver Kiddle1-2/+5
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+16
2003-05-0818512: fix 18508 properly this time.Peter Stephenson1-2/+2
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov1-0/+2
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson2-7/+51
asynchronicity problem. Document workarounds for remaining problems.