summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2004-11-05fix "compadd -k assoc1 assoc2"Bart Schaefer1-2/+3
2004-10-2920528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson1-7/+20
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson1-2/+14
2004-10-22Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison1-1/+1
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson2-3/+16
trivial optimisation in jobs.c (unposted)
2004-10-21Use the new gettempfile() function.Wayne Davison4-16/+9
2004-10-21Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison1-0/+41
to the existing gettempname(), which works like a custom mktemp()).
2004-10-18Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison1-0/+17
instead of the heap.
2004-10-18Call gettempname() with its new args.Wayne Davison2-4/+4
2004-10-18- Fixed an unsafe use of gettempname().Wayne Davison1-3/+5
- Call gettempname() with its new args.
2004-10-18Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison1-9/+15
non-NULL, it uses the specified prefix instead of $TMPPREFIX.
2004-10-18- Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison1-14/+15
filename instead of a .PID suffix. - Use bicat() to build the $HISTFILE.LOCK filename. - Put the $HOST value into $HISTFILE.LOCK in addition to the PID.
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson4-248/+525
2004-10-18Made zclose() avoid calling close() when fd < 0.Wayne Davison1-1/+2
2004-10-17In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison1-0/+1
so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson2-104/+232
2004-10-1420482: but with completion inside interactive completionPeter Stephenson1-1/+49
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson4-55/+134
2004-10-0720462: Use getrusage for timing again.Peter Stephenson5-37/+140
Time processes from before rather than after fork.
2004-10-0520412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson5-90/+182
20435: Make pattern.c not alter strings.
2004-10-0220418: report parse error rather than crash on unfinished pipelines.Bart Schaefer1-2/+6
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-1/+2
2004-10-01- Added an arg to saveandpophiststack() to allow the caller toWayne Davison1-3/+4
specify what flags to send to savehistfile(). - Implemented the HFILE_NO_REWRITE support in savehistfile().
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-3/+6
- Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received.
2004-10-01Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison1-1/+1
2004-10-01Silence unused-parameter warnings from the compiler.Wayne Davison1-2/+2
2004-10-01Added HFILE_GOT_SIGNAL.Wayne Davison1-0/+1
2004-10-01Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison1-3/+5
2004-10-01We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison1-1/+1
Changed the sprintf() to convbase().
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