summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson4-63/+66
2004-07-0220126: tidy up before 4.2.1Peter Stephenson16-12/+65
20127: tweaked version of Wayne's patch to reexand prompts
2004-07-0220125: say where the output for job notifications goesPeter Stephenson2-1/+8
2004-07-017650: new reset-prompt zle widgetPeter Stephenson4-0/+31
2004-06-3020118: improvements to limits builtinsPeter Stephenson3-156/+362
2004-06-3020112: Forgot this bit.Peter Stephenson1-0/+24
2004-06-2820112 changed c.f. 20113:Peter Stephenson5-4/+51
fix here string and here document expansion and quoting
2004-06-26unposted: fix .distfiles for zed-set-file-namePeter Stephenson2-0/+5
2004-06-24Fix typos in some descriptions.Bart Schaefer2-3/+8
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