summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2005-09-2321758: optimise =(<<<...) to run within the shell.Peter Stephenson1-0/+9
2005-09-22Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson1-5/+16
2005-09-19unposted c.f. 21735: document return as exit in try block in scriptPeter Stephenson1-2/+3
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson1-0/+8
invalid characters or EOF
2005-09-0221695: rewrite entry for (u) globbing flagPeter Stephenson1-8/+9
2005-08-23A more comprehensive apostrophe fix for nroff files that preventsWayne Davison1-1/+1
characters from vanishing from the output when an apostrophe appears as the first literal character on a line.
2005-08-2221676: insert-unicode-char now insert-composed-char.Peter Stephenson2-95/+142
Also uses RFC 1345.
2005-08-22Small cleanup:Geoff Wing1-5/+4
UIUC.edu: archive retired in August 2003 ayamura.org: Ayamura KIKUCHI died 2004
2005-08-22From Brett M Hogden @ rgeGeoff Wing1-1/+0
"After 15 years of providing mirrors of popular software packages and other interesting topics of information, the Rochester Gas and Electric Company is discontinuing its Internet mirror archive."
2005-08-19Filter apostrophes in \fB...\fP headers (since it appears thatWayne Davison1-1/+2
yodl is not properly escaping them).
2005-08-18unposted: cent is now p % in insert-unicode-charPeter Stephenson1-1/+1
2005-08-1821662: new zle widget insert-unicode-charPeter Stephenson1-0/+106
2005-08-10A couple more minor tweaks to the "trap" section.Wayne Davison1-2/+4
2005-08-09Changes based on Thorsten's message #21581.Wayne Davison1-9/+15
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-0/+10
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson1-0/+23
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
2005-07-3121553: improve zsh.pdf and don't distribute .psPeter Stephenson2-4/+7
2005-07-26Mention the new inverse-hash that is output by PROMPT_SP.Wayne Davison1-4/+2
2005-07-21unposted: bring various .distfiles up to datePeter Stephenson1-1/+2
2005-07-2021499: Doc/Makefile.in: use newer texi2html syntax.Clint Adams1-1/+1
2005-07-2021498: Add zsh/newuser modulePeter Stephenson2-1/+39
2005-07-16Fixed the heading for the new PROMPT_SP option.Wayne Davison1-1/+1
2005-07-15Document the new PROMPT_SP option.Wayne Davison1-0/+18
2005-06-2721387: zcalc documentation for precision featuresPeter Stephenson1-1/+25
2005-06-0821314: declare expl local in example use of _wantedOliver Kiddle1-1/+2
2005-06-0121296: Add ERR alias for ZERR where possible.Peter Stephenson2-2/+7
"trap" reports alias names.
2005-05-28Remove one stray quote that crept in with the two-hyphens fix.Bart Schaefer1-1/+1
2005-05-23users/8856, users/8863: which-command stuffPeter Stephenson1-0/+12
2005-05-1721264: document return status of (( ... ))Peter Stephenson1-1/+4
2005-05-1021248: avoid use of subsection within list because it causes makeinfoOliver Kiddle1-2/+2
to produce broken docbook XML
2005-05-09Add [[:IFS:]] etc. tests.Peter Stephenson1-12/+75
2005-05-0621229: fix build when yodl not foundBart Schaefer1-6/+3
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer9-48/+57
2005-04-1421141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson1-0/+25
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-0/+25
2005-04-01c.f. 21071: always use "status" in return and exit status docsPeter Stephenson15-52/+53
2005-03-2121042: limitations with execute-named-commandPeter Stephenson1-0/+4
2005-03-18Document the HIST_SAVE_BY_COPY option and made a few tweaks toWayne Davison1-6/+22
the history-appending options.
2005-03-18users/8609: document order of more parameter expansion flagsPeter Stephenson1-3/+11
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson1-2/+3
2005-02-2220844: prune trailing slashes from named directoryPeter Stephenson1-0/+2
2005-02-2120837: typos in contrib docsPeter Stephenson1-10/+11
2005-02-1520812: Add functions for exception handlingPeter Stephenson1-2/+89
2005-02-04Generated PDF from zsh.texi using pdfetexPeter Stephenson2-1/+8
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson1-1/+6
also use ulimit -x for RLIMIT_LOCK
2005-01-1320708: enhance replace-stringPeter Stephenson1-0/+7
2005-01-12users/8354: Document limitation of glob_complete and matching controlPeter Stephenson1-0/+5
2005-01-1020661: *(+func) = *(e:func:)Peter Stephenson1-1/+15
2004-12-0920612: add options to match-words-by-style widgetPeter Stephenson1-0/+12
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-20/+27
Separate justification width of parameters from base/precision.