about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 20572: Allow alternative signal namesPeter Stephenson2004-11-225-36/+153
* 20568: debug test in pattern.c was out of datePeter Stephenson2004-11-191-1/+1
* 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIOPeter Stephenson2004-11-191-0/+2
* users/8219: add $HISTCMDPeter Stephenson2004-11-161-0/+1
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-163-5/+5
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-051-2/+3
* 20528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2004-10-291-7/+20
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-261-2/+14
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-222-3/+16
* Use the new gettempfile() function.Wayne Davison2004-10-214-16/+9
* Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison2004-10-211-0/+41
* Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison2004-10-181-0/+17
* Call gettempname() with its new args.Wayne Davison2004-10-182-4/+4
* - Fixed an unsafe use of gettempname().Wayne Davison2004-10-181-3/+5
* Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison2004-10-181-9/+15
* - Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison2004-10-181-14/+15
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-184-248/+525
* Made zclose() avoid calling close() when fd < 0.Wayne Davison2004-10-181-1/+2
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-152-104/+232
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-141-1/+49
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-084-55/+134
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-075-37/+140
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-055-90/+182
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-021-2/+6
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
* - Added an arg to saveandpophiststack() to allow the caller toWayne Davison2004-10-011-3/+4
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
* Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison2004-10-011-1/+1
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
* Added HFILE_GOT_SIGNAL.Wayne Davison2004-10-011-0/+1
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-211-1/+7
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-201-2/+2
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-201-1/+7
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-202-16/+10
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-172-4/+2
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-132-5/+15
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-101-1/+18
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-097-64/+106
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-1/+1
* 20325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer2004-09-081-2/+13
* 20320: rewrite of 20318, for sanity.Bart Schaefer2004-09-081-12/+9
* 20318: Fix xtrace output bug introduced by 20308.Bart Schaefer2004-09-041-4/+5
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-034-5/+22
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-4/+25
* 20300: fix spurious EOF from ^CPeter Stephenson2004-09-021-5/+12
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2