Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | 37512: overeager WARN_CREATE_GLOBAL with strftime | Peter Stephenson | 1 | -14/+2 |
2016-01-03 | 37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar | Peter Stephenson | 1 | -0/+1 |
2015-12-04 | 37305: typeset -p can now output arrays on one line | Peter Stephenson | 1 | -26/+0 |
2015-12-04 | 37202: suppress WARN_CREATE_GLOBAL warnings after a fork | Peter Stephenson | 1 | -5/+6 |
2015-12-03 | 37253: Constify two local variables. | Daniel Shahaf | 1 | -4/+6 |
2015-11-30 | 37254: No functional change: change code layout in preparation for 37253. | Daniel Shahaf | 1 | -6/+6 |
2015-11-30 | 37250: No functional change: rename local variables. | Daniel Shahaf | 1 | -10/+13 |
2015-11-23 | 37208: check for restricted parameter before changing from unset to set | Barton E. Schaefer | 1 | -8/+22 |
2015-11-23 | 37203: WARN_CREATE_GLOBAL test in wrong place for associative array | Peter Stephenson | 1 | -2/+4 |
2015-11-20 | 37168: No WARN_CREATE_GLOBAL on special parameters | Peter Stephenson | 1 | -1/+1 |
2015-11-08 | 37080: use paramtab abstraction more consistently, add explanatory comments | Barton E. Schaefer | 1 | -2/+4 |
2015-10-30 | unposted (after 37018): Fix typo in error message. | Daniel Shahaf | 1 | -1/+1 |
2015-10-29 | 37018: Make WARNCREATEGLOBAL more consistent. | Peter Stephenson | 1 | -13/+39 |
2015-10-29 | 37014: Improved internal parameter setting. | Peter Stephenson | 1 | -2/+51 |
2015-10-06 | 36780: Fix crash in ksh mode with -n and $HOME. | Peter Stephenson | 1 | -6/+7 |
2015-09-01 | 36347: Fix appending empty array to associations | Mikael Magnusson | 1 | -3/+6 |
2015-07-22 | 35826: add getsparam_u() to return unmetafied string, use it for a number of ... | Barton E. Schaefer | 1 | -7/+16 |
2015-07-22 | 35581, 35582: output array assignments with spaces inside the parens | Barton E. Schaefer | 1 | -3/+9 |
2015-07-15 | 35799: with NO_EXEC, parse parameter subscript expressions | Barton E. Schaefer | 1 | -7/+15 |
2015-06-17 | 35476: Allow setting $0 when POSIX_ARGZERO is not set | Mikael Magnusson | 1 | -1/+16 |
2015-05-20 | 35231: make mkevnstr() safe for NULL value | Barton E. Schaefer | 1 | -5/+9 |
2015-05-08 | 35059: fix, document, test readonly -p. | Peter Stephenson | 1 | -70/+108 |
2015-05-07 | 35054: readonly -p + POSIXBUILTINS fix. | Peter Stephenson | 1 | -2/+13 |
2015-04-29 | 34992: POSIX fix for readonly variables. | Peter Stephenson | 1 | -1/+5 |
2015-01-29 | 34430: parameter fixes for gdbm tied hash. | Peter Stephenson | 1 | -2/+25 |
2015-01-18 | 34322: bug with interface to parsestr() etc. | Peter Stephenson | 1 | -1/+2 |
2014-12-19 | 34015: disallow strange environment variable names. | Peter Stephenson | 1 | -16/+23 |
2014-12-18 | 34008: metafy the environment on arrival in the shell | Peter Stephenson | 1 | -1/+1 |
2014-12-18 | 34006: unmetafy anything put into the environment | Peter Stephenson | 1 | -1/+11 |
2014-12-11 | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 1 | -6/+7 |
2014-09-29 | 33276: safer import of numerical variables from environment | Peter Stephenson | 1 | -8/+31 |
2014-06-01 | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 1 | -1/+15 |
2014-05-29 | unposted: use DIGBUFSIZE for pipestatus numeric buffer | Peter Stephenson | 1 | -1/+1 |
2014-02-02 | 32337: change initialization of some special parameters for emulation compati... | Barton E. Schaefer | 1 | -8/+9 |
2014-01-23 | 32299: add use of underscores on arithmetic output for spacing | Peter Stephenson | 1 | -4/+147 |
2013-12-30 | 32208: always reset pathchecked when the path array is modified | Barton E. Schaefer | 1 | -2/+6 |
2013-12-18 | 32157: fix extra line feed after prompt, and erased character in completion l... | Barton E. Schaefer | 1 | -0/+3 |
2013-09-26 | 31772: queue_signals() to prevent re-entry into endparamscope(). | Barton E. Schaefer | 1 | -0/+2 |
2012-06-27 | 30530,30533: fix problems with COLUMNS or LINES < 1, and related issues | Bart Schaefer | 1 | -1/+1 |
2012-04-25 | 30455: remove max array length test | Peter Stephenson | 1 | -0/+13 |
2012-04-22 | 30431 with typo in _typeset fix: | Peter Stephenson | 1 | -1/+1 |
2012-04-13 | 30391: tweak to ignore DISABLED flag in new hash-based arrayuniq() | Peter Stephenson | 1 | -1/+1 |
2012-04-10 | 30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() by | Bart Schaefer | 1 | -3/+89 |
2012-03-13 | 30351 + 30352: metafy strings on import into zsh variables | Peter Stephenson | 1 | -16/+18 |
2012-01-07 | 30098: Jun T.: alternative to 30079: don't setlocale() in setlang() if LC_ALL... | Peter Stephenson | 1 | -3/+4 |
2012-01-04 | 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'. | Frank Terbeck | 1 | -0/+3 |
2011-08-11 | fix tests using zsh/datetime that I broke | Peter Stephenson | 1 | -3/+15 |
2011-07-28 | 29626: arguments to anonymous functions shouldn't be parsed as command words | Peter Stephenson | 1 | -0/+1 |
2011-06-19 | 29491: remove some variables set but not used | Peter Stephenson | 1 | -4/+9 |
2011-05-19 | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 1 | -1/+1 |