Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 7650: new reset-prompt zle widget | Peter Stephenson | 2004-07-01 | 2 | -0/+17 |
| | |||||
* | 20118: improvements to limits builtins | Peter Stephenson | 2004-06-30 | 1 | -154/+328 |
| | |||||
* | 20112 changed c.f. 20113: | Peter Stephenson | 2004-06-28 | 3 | -4/+32 |
| | | | | fix here string and here document expansion and quoting | ||||
* | 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings. | Clint Adams | 2004-06-22 | 1 | -5/+5 |
| | |||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 7 | -8/+150 |
| | |||||
* | 20029: fix randomness of mathfunc rand48(seed) | Peter Stephenson | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | 20002 -- fix for matching spec core dump | Felix Rosencrantz | 2004-06-04 | 1 | -1/+1 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 58 | -593/+641 |
| | |||||
* | Define the new UNUSED() macro for marking function parameters. | Wayne Davison | 2004-06-02 | 1 | -0/+7 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 5 | -5/+5 |
| | |||||
* | Silenced three signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 2 | -6/+6 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 2 | -2/+2 |
| | |||||
* | Silenced two signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 4 | -8/+8 |
| | |||||
* | Fixed two signed/unsigned comparisons. | Wayne Davison | 2004-05-28 | 1 | -4/+3 |
| | |||||
* | - Added missing struct initializers to two last-in-list values. | Wayne Davison | 2004-05-28 | 1 | -5/+7 |
| | | | | - Fixed a few signed/unsigned comparisons. | ||||
* | Made a variable (t2) size_t so that it matched the size of the | Wayne Davison | 2004-05-28 | 1 | -1/+2 |
| | | | | other variable it gets compared with (fw). | ||||
* | Changed a few job-table variables into ints. | Wayne Davison | 2004-05-28 | 1 | -4/+4 |
| | |||||
* | Supply all initializers for the final struct reswd element. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Fixed signed/unsigned compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | 19976: fix spurious job table full messages | Peter Stephenson | 2004-05-25 | 2 | -1/+4 |
| | |||||
* | Added a call to saveandpophiststack(0) to endparamscope() to enable | Wayne Davison | 2004-05-21 | 1 | -0/+1 |
| | | | | the new auto-pop feature. | ||||
* | - pushhiststack() now takes a level value and remembers it. If it was | Wayne Davison | 2004-05-21 | 1 | -9/+21 |
| | | | | | | | the locallevel (instead of -1), the history list is marked to auto-pop on function exit. - The saveandpophiststack() function now interprets a 0 arg as a request to do an auto-pop. | ||||
* | - Added the -a option to "fc" and "history". | Wayne Davison | 2004-05-21 | 1 | -4/+5 |
| | | | | - Call saveandpophiststack() using the newest calling syntax. | ||||
* | 19971: Fix environment nastiness in zexecve() | Peter Stephenson | 2004-05-21 | 2 | -7/+3 |
| | |||||
* | - Added functions to push and pop the current history list, allowing | Wayne Davison | 2004-05-20 | 1 | -16/+135 |
| | | | | | | | functions to more easily switch to their own private history. - Changed the existing history push/pop code in savehistfile() (which uses a separate history buf to allow it to rewrite the on-disk version of the history file without disturbing the in-memory list). | ||||
* | - Added the -p (push) and -P (pop) options to the "fc" builtin. | Wayne Davison | 2004-05-20 | 1 | -4/+42 |
| | | | | | | - Allow -p/-P to be given to "history". - On exit, save & pop any pushed history stacks before we call the normal savehistfile() function. | ||||
* | Added a comment to resizehistents() to explain why the function is | Wayne Davison | 2004-05-18 | 1 | -0/+2 |
| | | | | weirder than expected at first glance. | ||||
* | 19941: fix (( 3, )) | Peter Stephenson | 2004-05-13 | 1 | -2/+2 |
| |