summary refs log tree commit diff
path: root/Src/params.c
Commit message (Expand)AuthorAgeFilesLines
* 37254: No functional change: change code layout in preparation for 37253.Daniel Shahaf2015-11-301-6/+6
* 37250: No functional change: rename local variables.Daniel Shahaf2015-11-301-10/+13
* 37208: check for restricted parameter before changing from unset to setBarton E. Schaefer2015-11-231-8/+22
* 37203: WARN_CREATE_GLOBAL test in wrong place for associative arrayPeter Stephenson2015-11-231-2/+4
* 37168: No WARN_CREATE_GLOBAL on special parametersPeter Stephenson2015-11-201-1/+1
* 37080: use paramtab abstraction more consistently, add explanatory commentsBarton E. Schaefer2015-11-081-2/+4
* unposted (after 37018): Fix typo in error message.Daniel Shahaf2015-10-301-1/+1
* 37018: Make WARNCREATEGLOBAL more consistent.Peter Stephenson2015-10-291-13/+39
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-291-2/+51
* 36780: Fix crash in ksh mode with -n and $HOME.Peter Stephenson2015-10-061-6/+7
* 36347: Fix appending empty array to associationsMikael Magnusson2015-09-011-3/+6
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer2015-07-221-7/+16
* 35581, 35582: output array assignments with spaces inside the parensBarton E. Schaefer2015-07-221-3/+9
* 35799: with NO_EXEC, parse parameter subscript expressionsBarton E. Schaefer2015-07-151-7/+15
* 35476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson2015-06-171-1/+16
* 35231: make mkevnstr() safe for NULL valueBarton E. Schaefer2015-05-201-5/+9
* 35059: fix, document, test readonly -p.Peter Stephenson2015-05-081-70/+108
* 35054: readonly -p + POSIXBUILTINS fix.Peter Stephenson2015-05-071-2/+13
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-1/+5
* 34430: parameter fixes for gdbm tied hash.Peter Stephenson2015-01-291-2/+25
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-1/+2
* 34015: disallow strange environment variable names.Peter Stephenson2014-12-191-16/+23
* 34008: metafy the environment on arrival in the shellPeter Stephenson2014-12-181-1/+1
* 34006: unmetafy anything put into the environmentPeter Stephenson2014-12-181-1/+11
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-6/+7
* 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-291-8/+31
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-011-1/+15
* unposted: use DIGBUFSIZE for pipestatus numeric bufferPeter Stephenson2014-05-291-1/+1
* 32337: change initialization of some special parameters for emulation compati...Barton E. Schaefer2014-02-021-8/+9
* 32299: add use of underscores on arithmetic output for spacingPeter Stephenson2014-01-231-4/+147
* 32208: always reset pathchecked when the path array is modifiedBarton E. Schaefer2013-12-301-2/+6
* 32157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer2013-12-181-0/+3
* 31772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer2013-09-261-0/+2
* 30530,30533: fix problems with COLUMNS or LINES < 1, and related issuesBart Schaefer2012-06-271-1/+1
* 30455: remove max array length testPeter Stephenson2012-04-251-0/+13
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-221-1/+1
* 30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()Peter Stephenson2012-04-131-1/+1
* 30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() byBart Schaefer2012-04-101-3/+89
* 30351 + 30352: metafy strings on import into zsh variablesPeter Stephenson2012-03-131-16/+18
* 30098: Jun T.: alternative to 30079: don't setlocale() in setlang() if LC_ALL...Peter Stephenson2012-01-071-3/+4
* 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'.Frank Terbeck2012-01-041-0/+3
* fix tests using zsh/datetime that I brokePeter Stephenson2011-08-111-3/+15
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-281-0/+1
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-4/+9
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* 29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.Peter Stephenson2011-05-101-5/+44
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-6/+6
* 28630: Ricky Zhou: fix crash with isident()Peter Stephenson2011-01-161-0/+2
* unposted: fix return types in 28617Peter Stephenson2011-01-111-2/+2
* 28617: NO_EXEC option was doing too much work inPeter Stephenson2011-01-101-0/+18