Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added missing struct initializers to two last-in-list values. | Wayne Davison | 2004-05-28 | 1 | -5/+7 |
| | | | | - Fixed a few signed/unsigned comparisons. | ||||
* | Added a call to saveandpophiststack(0) to endparamscope() to enable | Wayne Davison | 2004-05-21 | 1 | -0/+1 |
| | | | | the new auto-pop feature. | ||||
* | 19971: Fix environment nastiness in zexecve() | Peter Stephenson | 2004-05-21 | 1 | -1/+2 |
| | |||||
* | 19712, 19740: allow assigning to associations with i and r subscript flags | Oliver Kiddle | 2004-04-06 | 1 | -1/+8 |
| | |||||
* | 19707: negative index into arrays should return scalar and not one element array | Oliver Kiddle | 2004-03-30 | 1 | -1/+2 |
| | |||||
* | unposted: make 19655 a bit safer | Peter Stephenson | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | 19655, 19656, 19657: Memory leaks spotted by valgrind. | Peter Stephenson | 2004-03-18 | 1 | -0/+1 |
| | | | | Also bug with multiple math function autoloads. | ||||
* | 19552: missing mod_export | Peter Stephenson | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | 19374: fix typo in 19361 | Peter Stephenson | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | 19361: Memory leaks | Peter Stephenson | 2004-01-12 | 1 | -4/+15 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -3/+3 |
| | |||||
* | 19129: extra argument to typeset -T gives character for joining array | Peter Stephenson | 2003-09-24 | 1 | -8/+71 |
| | |||||
* | 18982: comments/rant for paramsubst() | Peter Stephenson | 2003-08-30 | 1 | -1/+10 |
| | |||||
* | 18435: unsetting readonly returned status 0 | Peter Stephenson | 2003-04-04 | 1 | -4/+6 |
| | |||||
* | 18337: use C locale when converting floats to scalars to avoid problems in | Oliver Kiddle | 2003-03-11 | 1 | -2/+11 |
| | | | | locales where `,' is the decimal separator | ||||
* | - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version | Wayne Davison | 2002-10-31 | 1 | -18/+25 |
| | | | | | | | | of the functions (for improved accuracy). - Added getrawseconds() and setrawsecodns() to allow the code to save and restore the actual start time of the $SECONDS variable. - Changed the code that was adding in the child's elapsed time into the parent $SECONDS variable to just restore the raw time. | ||||
* | 17873: When restoring SECONDS after a function call, included elapsed time. | Peter Stephenson | 2002-10-29 | 1 | -0/+17 |
| | |||||
* | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 2002-10-29 | 1 | -3/+53 |
| | |||||
* | 17794: fix bugs with tied parameters | Oliver Kiddle | 2002-10-10 | 1 | -1/+14 |
| | |||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -4/+4 |
| | |||||
* | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 2002-06-20 | 1 | -29/+69 |
| | |||||
* | Made SAVEHIST a special parameter. | Wayne Davison | 2002-03-24 | 1 | -0/+20 |
| | |||||
* | The minimum size of histsiz (aka HISTSIZE) should be 1, not 2. | Wayne Davison | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | 16493: correct typos | Oliver Kiddle | 2002-01-31 | 1 | -7/+7 |
| | |||||
* | 16492: add RPROMPT2 variable for right prompts in multi-line commands | Oliver Kiddle | 2002-01-31 | 1 | -2/+5 |
| | |||||
* | 16423: append a `.' to converted floating point output | Peter Stephenson | 2002-01-10 | 1 | -0/+2 |
| | | | | to stop it looking like an integer | ||||
* | 16364: further to 16351, except specials from having their value cleared | Oliver Kiddle | 2001-12-18 | 1 | -1/+4 |
| | |||||
* | small fix to += code from 16353 | Oliver Kiddle | 2001-12-18 | 1 | -4/+4 |
| | |||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 1 | -8/+120 |
| | |||||
* | fix bug in parameter unset code that caused seg fault (16351) | Oliver Kiddle | 2001-12-17 | 1 | -1/+2 |
| | |||||
* | ref 16347: tweaks | Clint Adams | 2001-12-17 | 1 | -1/+0 |
| | |||||
* | 16345: (n) flag to remove duplicate array values during expansion. | Clint Adams | 2001-12-16 | 1 | -0/+17 |
| | |||||
* | 16201: introduce the PM_NAMEDDIR flag | Bart Schaefer | 2001-11-03 | 1 | -1/+5 |
| | |||||
* | fix IRIX 5.3 specific compilation problems and some error messages (15204) | Oliver Kiddle | 2001-07-02 | 1 | -3/+3 |
| | |||||
* | fix setting of individual positional parameters after 14915 | Peter Stephenson | 2001-06-15 | 1 | -6/+15 |
| | |||||
* | $* and $@ are special | Peter Stephenson | 2001-06-14 | 1 | -2/+2 |
| | |||||
* | fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵ | Sven Wischnowsky | 2001-05-31 | 1 | -1/+3 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | Added some array-assignment boundary checks. | Wayne Davison | 2001-05-20 | 1 | -2/+7 |
| | |||||
* | Fix, test and comment unsetting and resetting of special tied parameters | Peter Stephenson | 2001-05-19 | 1 | -0/+6 |
| | |||||
* | Fix re-set of integer special params after unset. | Bart Schaefer | 2001-05-19 | 1 | -16/+11 |
| | |||||
* | Use BDIGBUFSIZE in two other places | Peter Stephenson | 2001-05-01 | 1 | -2/+2 |
| | |||||
* | BDIGBUFSIZE for binary conversions. | Bart Schaefer | 2001-04-28 | 1 | -1/+1 |
| | |||||
* | Subscripting optimization and error checking. | Bart Schaefer | 2001-04-24 | 1 | -9/+16 |
| | |||||
* | Fix subscripting bug with backslash-double-quote. | Bart Schaefer | 2001-04-23 | 1 | -5/+6 |
| | |||||
* | Fix bug in (kK) subscript flags. | Bart Schaefer | 2001-04-22 | 1 | -9/+13 |
| | |||||
* | 14065: decrease termcap/terminfo parameter fishiness | Clint Adams | 2001-04-22 | 1 | -1/+1 |
| | |||||
* | More parameter/subscript cleanup. | Bart Schaefer | 2001-04-21 | 1 | -11/+18 |
| | |||||
* | Parameter repairs, mostly for subscripting. | Bart Schaefer | 2001-04-20 | 1 | -37/+52 |
| | |||||
* | indent fix | Sven Wischnowsky | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | test for unset in pipestatussetfn() (13917) | Sven Wischnowsky | 2001-04-06 | 1 | -4/+8 |
| |