summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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.
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-2119971: Fix environment nastiness in zexecve()Peter Stephenson2-7/+3
2004-05-20- Added functions to push and pop the current history list, allowingWayne Davison1-16/+135
functions to more easily switch to their own private history. - Changed the existing history push/pop code in savehistfile() (which uses a separate history buf to allow it to rewrite the on-disk version of the history file without disturbing the in-memory list).
2004-05-20- Added the -p (push) and -P (pop) options to the "fc" builtin.Wayne Davison1-4/+42
- Allow -p/-P to be given to "history". - On exit, save & pop any pushed history stacks before we call the normal savehistfile() function.
2004-05-18Added a comment to resizehistents() to explain why the function isWayne Davison1-0/+2
weirder than expected at first glance.
2004-05-1319941: fix (( 3, ))Peter Stephenson1-2/+2
2004-05-12fix bug I missed, somehowPeter Stephenson1-12/+14
2004-05-1219920: attempt to improve hrealloc()Peter Stephenson1-39/+114
2004-05-11Fix the potential for an infinite loop in lockhistfile() if theWayne Davison1-2/+4
link() calls fails for some other reason than EEXIST.
2004-05-05Set the first character of buf to '\1' before the strftime() call soWayne Davison1-1/+1
we can try to distinguish a zero-length string from an error return (a minor fix to Peter's patch).
2004-05-0419877: improved test for empty strftime stringsPeter Stephenson3-7/+22
2004-05-04 * 19869: Src/prompt.c, Src/utils.c: avoid segfault whenClint Adams2-2/+5
prompt-expanding '%D{%p}' or '%D{%P}' under locales with null strings for am_pm.
2004-05-02Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson4-49/+24
2004-04-2719840: vared takes one normal argumentPeter Stephenson1-6/+1
2004-04-2719837: restore vared -ePeter Stephenson1-1/+1
2004-04-2319810: ksh autoloadingPeter Stephenson2-10/+8
19812: autoloaded traps which are still buggy.
2004-04-2119809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson3-10/+41
2004-04-2119806: fix bug with %v prompt expansion and negative index beyond array startOliver Kiddle1-1/+1
2004-04-2019801: implement autoloading of trap functionsPeter Stephenson1-3/+21
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-7/+9
completion system to be used with ksh_autoload set
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle4-23/+40
completion system to be used with ksh_autoload set
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson4-4/+14
2004-04-06Minor optimization to qualnonemptydir() when a dir has a subdir.Wayne Davison1-2/+8
2004-04-0619712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle1-1/+8
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson4-3/+71
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson2-65/+89