Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call gettempname() with its new args. | Wayne Davison | 2004-10-18 | 2 | -4/+4 |
| | |||||
* | - Fixed an unsafe use of gettempname(). | Wayne Davison | 2004-10-18 | 1 | -3/+5 |
| | | | | - Call gettempname() with its new args. | ||||
* | Made gettempname() take a prefix arg and a use_heap arg. When prefix is | Wayne Davison | 2004-10-18 | 1 | -9/+15 |
| | | | | non-NULL, it uses the specified prefix instead of $TMPPREFIX. | ||||
* | - Improved lockhistfile() to use the new gettempname() for a unique | Wayne Davison | 2004-10-18 | 1 | -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. | ||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 4 | -248/+525 |
| | |||||
* | Made zclose() avoid calling close() when fd < 0. | Wayne Davison | 2004-10-18 | 1 | -1/+2 |
| | |||||
* | In zleread(), initialize the first byte of the "line" buffer to '\0' | Wayne Davison | 2004-10-17 | 1 | -0/+1 |
| | | | | | so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line". | ||||
* | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 2004-10-15 | 2 | -104/+232 |
| | |||||
* | 20482: but with completion inside interactive completion | Peter Stephenson | 2004-10-14 | 1 | -1/+49 |
| | |||||
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 4 | -55/+134 |
| | |||||
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 5 | -37/+140 |
| | | | | Time processes from before rather than after fork. | ||||
* | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 2004-10-05 | 5 | -90/+182 |
| | | | | 20435: Make pattern.c not alter strings. | ||||
* | 20418: report parse error rather than crash on unfinished pipelines. | Bart Schaefer | 2004-10-02 | 1 | -2/+6 |
| | |||||
* | - Call saveandpophiststack() with its new writeflags arg. | Wayne Davison | 2004-10-01 | 1 | -1/+2 |
| | |||||
* | - Added an arg to saveandpophiststack() to allow the caller to | Wayne Davison | 2004-10-01 | 1 | -3/+4 |
| | | | | | specify what flags to send to savehistfile(). - Implemented the HFILE_NO_REWRITE support in savehistfile(). | ||||
* | - Call saveandpophiststack() with its new writeflags arg. | Wayne Davison | 2004-10-01 | 1 | -3/+6 |
| | | | | | - Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received. | ||||
* | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | Silence unused-parameter warnings from the compiler. | Wayne Davison | 2004-10-01 | 1 | -2/+2 |
| | |||||
* | Added HFILE_GOT_SIGNAL. | Wayne Davison | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | Use convbase() instead of a "%d" format to convert a zlong. | Wayne Davison | 2004-10-01 | 1 | -3/+5 |
| | |||||
* | We can't use "%d" on a histent number (which is a zlong these days). | Wayne Davison | 2004-10-01 | 1 | -1/+1 |
| | | | | Changed the sprintf() to convbase(). | ||||
* | 20398: allow clean exit from within widget function | Peter Stephenson | 2004-09-21 | 1 | -1/+7 |
| | |||||
* | 20391: SHLVL wasn't updated in environment | Peter Stephenson | 2004-09-20 | 1 | -2/+2 |
| | |||||
* | 20388: tweak ignoreeof behavior on user-defined widgets to match docs. | Bart Schaefer | 2004-09-20 | 1 | -1/+7 |
| | |||||
* | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 2004-09-20 | 2 | -16/+10 |
| | |||||
* | 20378: Matthias B.: fix bugs joining with metafied chars. | Peter Stephenson | 2004-09-17 | 2 | -4/+2 |
| | |||||
* | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 2004-09-13 | 2 | -5/+15 |
| | |||||
* | 20348: rejig WIDGETSTYLE and add WIDGETFUNC | Peter Stephenson | 2004-09-10 | 1 | -1/+18 |
| | |||||
* | 20331: Use internal zlong variables for consistency | Peter Stephenson | 2004-09-09 | 7 | -64/+106 |
| | | | | 20332: Add WIDGETSTYLE zle parameter | ||||
* | 20330: rationalise zle return statuses | Peter Stephenson | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | 20325: consensus fix for "command -v" crash w/POSIXBUILTINS. | Bart Schaefer | 2004-09-08 | 1 | -2/+13 |
| | |||||
* | 20320: rewrite of 20318, for sanity. | Bart Schaefer | 2004-09-08 | 1 | -12/+9 |
| | |||||
* | 20318: Fix xtrace output bug introduced by 20308. | Bart Schaefer | 2004-09-04 | 1 | -4/+5 |
| | |||||
* | 20308: add EVAL_LINENO option | Peter Stephenson | 2004-09-03 | 4 | -5/+22 |
| | |||||
* | 20303: zle -I test and running zle widgets in traps | Peter Stephenson | 2004-09-02 | 1 | -4/+25 |
| | |||||
* | 20300: fix spurious EOF from ^C | Peter Stephenson | 2004-09-02 | 1 | -5/+12 |
| | |||||
* | When downline() calls upline() or visa versa (due to a negative zmult), | Wayne Davison | 2004-08-24 | 1 | -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. | ||||
* | 20251: integer conversion truncation | Peter Stephenson | 2004-08-16 | 3 | -55/+120 |
| | | | | | | 20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1 | ||||
* | still allow user specified text modifiers with a short terminal. | Geoff Wing | 2004-08-07 | 1 | -1/+2 |
| | | | | | Only disallow if the terminal is really unknown or without sufficient capabilities or if SINGLE_LINE_ZLE option is given | ||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 2 | -5/+12 |
| | |||||
* | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 2004-07-29 | 2 | -1/+14 |
| | | | | add history-pattern-search widget | ||||
* | 20208: ternary path codes in prompt treat / as zero elements | Peter Stephenson | 2004-07-29 | 1 | -1/+4 |
| | |||||
* | 20214: fix debugging test with recursive functions | Peter Stephenson | 2004-07-28 | 1 | -1/+4 |
| | |||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 2 | -5/+8 |
| | |||||
* | 20173: fix crash when reallocating heaps | Peter Stephenson | 2004-07-17 | 1 | -0/+1 |
| | |||||
* | 20153: make zle-line-init run after the first zrefresh() | Peter Stephenson | 2004-07-13 | 1 | -2/+3 |
| | |||||
* | unposted: improve 20150 by setting pointer to NULL | Peter Stephenson | 2004-07-12 | 1 | -0/+3 |
| | |||||
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 6 | -19/+24 |
| | | | | 20150: commit ancient memory leak fix(?) in completion | ||||
* | 20141: Crash restoring exported special parameters | Peter Stephenson | 2004-07-07 | 3 | -63/+60 |
| | |||||
* | 20126: tidy up before 4.2.1 | Peter Stephenson | 2004-07-02 | 2 | -3/+11 |
| | | | | 20127: tweaked version of Wayne's patch to reexand prompts |