summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-2320089: various zed improvementsPeter Stephenson4-32/+80
2004-06-2220091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams2-6/+10
2004-06-2220076: improved function using alwaysPeter Stephenson1-98/+99
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson11-8/+300
2004-06-22Record some uncommitted doc changes and a minor fix to predict-on.Bart Schaefer1-0/+11
2004-06-22Minor update to cooperate with zle-line-init.Bart Schaefer1-1/+3
2004-06-22Document default bindings of copy-prev-shell-word.Bart Schaefer1-1/+1
2004-06-22Previously uncommitted bits of 19785.Bart Schaefer2-33/+22
2004-06-20 * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition.Clint Adams2-0/+16
2004-06-1820077: fix completion of reserved wordsOliver Kiddle3-2/+7
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson2-2/+7
2004-06-1720069: complete character encodings case-insensitively for GNU iconvOliver Kiddle2-25/+28
2004-06-1720059: check for systems using . separator instead of for those using :Oliver Kiddle2-3/+8
2004-06-16users/7553: include zsh version in dump file to avoid problems with upgradesOliver Kiddle3-2/+9
2004-06-1520055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.Clint Adams2-748/+505
2004-06-09c.f. 20034: zsh/mathfunc testsPeter Stephenson2-0/+111
2004-06-0820029: fix randomness of mathfunc rand48(seed)Peter Stephenson2-1/+6
2004-06-0820026: INSTALL nitpick.Peter Stephenson2-5/+8
2004-06-0820025: --with-tcsetpgrp from Philippe TroinPeter Stephenson3-9/+47
2004-06-0820024: Improve documentation for TRAPNAL functionsPeter Stephenson2-0/+23
2004-06-0420002 -- fix for matching spec core dumpFelix Rosencrantz2-1/+6
2004-06-0320017: zsh.html was missing from doc distributinoPeter Stephenson2-1/+3
2004-06-03users/7467: quoted commands weren't found in dispatcher lokoupPeter Stephenson2-0/+9
2004-06-02UNUSED()Wayne Davison1-0/+19
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison58-593/+641
2004-06-02Define the new UNUSED() macro for marking function parameters.Wayne Davison1-0/+7
2004-05-2819980Wayne Davison1-0/+10
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison5-5/+5
2004-05-28Silenced three signed/unsigned comparison compiler warnings.Wayne Davison2-6/+6
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison2-2/+2
2004-05-28Silenced two signed/unsigned comparison compiler warnings.Wayne Davison4-8/+8
2004-05-28Fixed two signed/unsigned comparisons.Wayne Davison1-4/+3
2004-05-28- Added missing struct initializers to two last-in-list values.Wayne Davison1-5/+7
- Fixed a few signed/unsigned comparisons.
2004-05-28Made a variable (t2) size_t so that it matched the size of theWayne Davison1-1/+2
other variable it gets compared with (fw).
2004-05-28Changed a few job-table variables into ints.Wayne Davison1-4/+4
2004-05-28Supply all initializers for the final struct reswd element.Wayne Davison1-1/+1
2004-05-28Fixed signed/unsigned compiler warning.Wayne Davison1-1/+1
2004-05-28 * 19991: Completion/Unix/Command/_lynx: complete .htm files too.Clint Adams2-1/+6
2004-05-2519976: fix spurious job table full messagesPeter Stephenson3-1/+9
2004-05-25c.f users/7474: reorder option descriptions in subheadings.Peter Stephenson2-776/+827
2004-05-2119967+Wayne Davison1-0/+7
2004-05-21Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison1-0/+1
the new auto-pop feature.
2004-05-21- pushhiststack() now takes a level value and remembers it. If it wasWayne Davison1-9/+21
the locallevel (instead of -1), the history list is marked to auto-pop on function exit. - The saveandpophiststack() function now interprets a 0 arg as a request to do an auto-pop.
2004-05-21- Added the -a option to "fc" and "history".Wayne Davison1-4/+5
- Call saveandpophiststack() using the newest calling syntax.
2004-05-21Use the new `history -ap' command to restore the history instead ofWayne Davison1-10/+3
using a trap function.
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-2119971: Fix environment nastiness in zexecve()Peter Stephenson3-7/+8
2004-05-2019962Wayne Davison1-0/+7
2004-05-20Use the new history push/pop options to fc to save and restore theWayne Davison1-13/+4
current history buffer.
2004-05-20Document the new options to "fc".Wayne Davison1-0/+19