summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-0119717: (F) glob qualifier for full directoriesPeter Stephenson1-0/+24
2004-03-3019707: negative index into arrays should return scalar and not one element arrayOliver Kiddle1-1/+2
2004-03-2519683: Work around dllwrap problem on CygwinPeter Stephenson1-0/+13
2004-03-2519682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson1-1/+23
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson1-9/+63
2004-03-2219671: error in zle-line-init caused infinite loopPeter Stephenson1-0/+1
2004-03-18unposted: make 19655 a bit saferPeter Stephenson1-0/+1
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson3-10/+30
Also bug with multiple math function autoloads.
2004-03-16 * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams1-14/+66
suggested by Oliver.
2004-03-1619629: fix zpty on HP-UXPeter Stephenson1-6/+23
2004-03-16 * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams1-4/+4
2004-03-16 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams1-1/+8
when pcre_study is called before pcre_compile; documentation on pcre_compile options.
2004-03-1619140: release process group on exit if acquiredPeter Stephenson1-0/+3
2004-03-12zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2-2/+2
2004-03-1219602: cope with output from the preprocessor on HP/UX, Itanium IIOliver Kiddle1-1/+1
2004-03-1119596: include dlfcn.h instead of dl.h on HP/UX 11Oliver Kiddle1-1/+1
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle5-7/+7
2004-03-1019575: Fix problem with trap on EXIT overriding statusPeter Stephenson1-18/+35
2004-03-0819554: make nocaseglob more efficient on CygwinPeter Stephenson1-1/+10
2004-03-0819553: rename c in zle to lastcharPeter Stephenson8-376/+386
2004-03-0819552: missing mod_exportPeter Stephenson1-1/+1
2004-03-0719549: correct buffer size for printf specOliver Kiddle1-1/+1
2004-03-06zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson3-1/+6
2004-03-0519474: fix a calculation when displaying completions which areGeoff Wing1-2/+2
screen width or multiples of that wide, and ALWAYS_LAST_PROMPT
2004-03-03Fixed two cases where unmetify() was using an int* to store a valueWayne Davison1-3/+6
into a size_t variable.
2004-03-0319528: fix error if neither select nor poll availablePeter Stephenson1-1/+1
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle3-4/+4
2004-03-0319532: awk problem on AIX 5Peter Stephenson1-2/+6
2004-03-0219514: typo in terminfo.cPeter Stephenson1-1/+1