summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2004-09-2120398: allow clean exit from within widget functionPeter Stephenson1-1/+7
2004-09-2020391: SHLVL wasn't updated in environmentPeter Stephenson1-2/+2
2004-09-2020388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer1-1/+7
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer2-16/+10
2004-09-1720378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2-4/+2
2004-09-1320363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2-5/+15
2004-09-1020348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson1-1/+18
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson7-64/+106
20332: Add WIDGETSTYLE zle parameter
2004-09-0820330: rationalise zle return statusesPeter Stephenson1-1/+1
2004-09-0820325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer1-2/+13
2004-09-0820320: rewrite of 20318, for sanity.Bart Schaefer1-12/+9
2004-09-0420318: Fix xtrace output bug introduced by 20308.Bart Schaefer1-4/+5
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson4-5/+22
2004-09-0220303: zle -I test and running zle widgets in trapsPeter Stephenson1-4/+25
2004-09-0220300: fix spurious EOF from ^CPeter Stephenson1-5/+12
2004-08-24When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison1-2/+2
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
2004-08-1620251: integer conversion truncationPeter Stephenson3-55/+120
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
2004-08-07still allow user specified text modifiers with a short terminal.Geoff Wing1-1/+2
Only disallow if the terminal is really unknown or without sufficient capabilities or if SINGLE_LINE_ZLE option is given
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson2-5/+12
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson2-1/+14
add history-pattern-search widget
2004-07-2920208: ternary path codes in prompt treat / as zero elementsPeter Stephenson1-1/+4
2004-07-2820214: fix debugging test with recursive functionsPeter Stephenson1-1/+4
2004-07-2620198: fix TRAPEXIT.Peter Stephenson2-5/+8
2004-07-1720173: fix crash when reallocating heapsPeter Stephenson1-0/+1
2004-07-1320153: make zle-line-init run after the first zrefresh()Peter Stephenson1-2/+3
2004-07-12unposted: improve 20150 by setting pointer to NULLPeter Stephenson1-0/+3
2004-07-1120149: improve prompt-reset codePeter Stephenson6-19/+24
20150: commit ancient memory leak fix(?) in completion
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson3-63/+60
2004-07-0220126: tidy up before 4.2.1Peter Stephenson2-3/+11
20127: tweaked version of Wayne's patch to reexand prompts
2004-07-017650: new reset-prompt zle widgetPeter Stephenson2-0/+17
2004-06-3020118: improvements to limits builtinsPeter Stephenson1-154/+328
2004-06-2820112 changed c.f. 20113:Peter Stephenson3-4/+32
fix here string and here document expansion and quoting
2004-06-2220091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams1-5/+5
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson7-8/+150
2004-06-0820029: fix randomness of mathfunc rand48(seed)Peter Stephenson1-1/+1
2004-06-0420002 -- fix for matching spec core dumpFelix Rosencrantz1-1/+1
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-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-2519976: fix spurious job table full messagesPeter Stephenson2-1/+4
2004-05-21Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison1-0/+1
the new auto-pop feature.