about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 20251: integer conversion truncationPeter Stephenson2004-08-163-55/+120
* still allow user specified text modifiers with a short terminal.Geoff Wing2004-08-071-1/+2
* 20221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson2004-07-292-5/+12
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-292-1/+14
* 20208: ternary path codes in prompt treat / as zero elementsPeter Stephenson2004-07-291-1/+4
* 20214: fix debugging test with recursive functionsPeter Stephenson2004-07-281-1/+4
* 20198: fix TRAPEXIT.Peter Stephenson2004-07-262-5/+8
* 20173: fix crash when reallocating heapsPeter Stephenson2004-07-171-0/+1
* 20153: make zle-line-init run after the first zrefresh()Peter Stephenson2004-07-131-2/+3
* unposted: improve 20150 by setting pointer to NULLPeter Stephenson2004-07-121-0/+3
* 20149: improve prompt-reset codePeter Stephenson2004-07-116-19/+24
* 20141: Crash restoring exported special parametersPeter Stephenson2004-07-073-63/+60
* 20126: tidy up before 4.2.1Peter Stephenson2004-07-022-3/+11
* 7650: new reset-prompt zle widgetPeter Stephenson2004-07-012-0/+17
* 20118: improvements to limits builtinsPeter Stephenson2004-06-301-154/+328
* 20112 changed c.f. 20113:Peter Stephenson2004-06-283-4/+32
* 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams2004-06-221-5/+5