| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Made a variable (t2) size_t so that it matched the size of the | Wayne Davison | 2004-05-28 | 1 | -1/+2 |
* | 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 |
* | - pushhiststack() now takes a level value and remembers it. If it was | Wayne Davison | 2004-05-21 | 1 | -9/+21 |
* | - Added the -a option to "fc" and "history". | Wayne Davison | 2004-05-21 | 1 | -4/+5 |
* | 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 |
* | - Added the -p (push) and -P (pop) options to the "fc" builtin. | Wayne Davison | 2004-05-20 | 1 | -4/+42 |
* | Added a comment to resizehistents() to explain why the function is | Wayne Davison | 2004-05-18 | 1 | -0/+2 |
* | 19941: fix (( 3, )) | Peter Stephenson | 2004-05-13 | 1 | -2/+2 |
* | fix bug I missed, somehow | Peter Stephenson | 2004-05-12 | 1 | -12/+14 |
* | 19920: attempt to improve hrealloc() | Peter Stephenson | 2004-05-12 | 1 | -39/+114 |
* | Fix the potential for an infinite loop in lockhistfile() if the | Wayne Davison | 2004-05-11 | 1 | -2/+4 |
* | Set the first character of buf to '\1' before the strftime() call so | Wayne Davison | 2004-05-05 | 1 | -1/+1 |
* | 19877: improved test for empty strftime strings | Peter Stephenson | 2004-05-04 | 3 | -7/+22 |
* | * 19869: Src/prompt.c, Src/utils.c: avoid segfault when | Clint Adams | 2004-05-04 | 2 | -2/+5 |
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 4 | -49/+24 |
* | 19840: vared takes one normal argument | Peter Stephenson | 2004-04-27 | 1 | -6/+1 |
* | 19837: restore vared -e | Peter Stephenson | 2004-04-27 | 1 | -1/+1 |
* | 19810: ksh autoloading | Peter Stephenson | 2004-04-23 | 2 | -10/+8 |
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 3 | -10/+41 |
* | 19806: fix bug with %v prompt expansion and negative index beyond array start | Oliver Kiddle | 2004-04-21 | 1 | -1/+1 |
* | 19801: implement autoloading of trap functions | Peter Stephenson | 2004-04-20 | 1 | -3/+21 |
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -7/+9 |
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 4 | -23/+40 |
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 4 | -4/+14 |
* | Minor optimization to qualnonemptydir() when a dir has a subdir. | Wayne Davison | 2004-04-06 | 1 | -2/+8 |
* | 19712, 19740: allow assigning to associations with i and r subscript flags | Oliver Kiddle | 2004-04-06 | 1 | -1/+8 |
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 4 | -3/+71 |
* | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 2004-04-06 | 2 | -65/+89 |
* | 19717: (F) glob qualifier for full directories | Peter Stephenson | 2004-04-01 | 1 | -0/+24 |
* | 19707: negative index into arrays should return scalar and not one element array | Oliver Kiddle | 2004-03-30 | 1 | -1/+2 |
* | 19683: Work around dllwrap problem on Cygwin | Peter Stephenson | 2004-03-25 | 1 | -0/+13 |