about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Collapse)AuthorAgeFilesLines
* 22198: do always set HOME in native emulationPeter Stephenson2006-02-071-0/+11
|
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-4/+1
|
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-1/+0
| | | | 21986: rewrite completion suffixes for wide characters
* 21974: memory leak with tied parametersPeter Stephenson2005-11-021-1/+6
|
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-6/+6
|
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-1/+0
|
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-2/+3
|
* 21701: Negative subscripts of scalars before start were brokenPeter Stephenson2005-09-061-1/+4
|
* 21678: Unsetting tied parameters caused various crashesPeter Stephenson2005-08-221-3/+16
|
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-7/+20
|
* The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison2005-07-241-1/+1
| | | | | escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+1
| | | | | wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
* 20959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2005-03-101-1/+6
|
* Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison2005-01-211-1/+1
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
| | | | unposted: update version to 4.2.3-dev-1
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-150/+273
| | | | Separate justification width of parameters from base/precision.
* users/8219: add $HISTCMDPeter Stephenson2004-11-161-0/+1
|
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
|
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
|
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-201-2/+2
|
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-171-1/+1
|
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-5/+22
| | | | 20332: Add WIDGETSTYLE zle parameter
* 20141: Crash restoring exported special parametersPeter Stephenson2004-07-071-38/+43
|
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-221-0/+2
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-42/+42
|
* - Added missing struct initializers to two last-in-list values.Wayne Davison2004-05-281-5/+7
| | | | - Fixed a few signed/unsigned comparisons.
* Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison2004-05-211-0/+1
| | | | the new auto-pop feature.
* 19971: Fix environment nastiness in zexecve()Peter Stephenson2004-05-211-1/+2
|
* 19712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle2004-04-061-1/+8
|
* 19707: negative index into arrays should return scalar and not one element arrayOliver Kiddle2004-03-301-1/+2
|
* unposted: make 19655 a bit saferPeter Stephenson2004-03-181-0/+1
|
* 19655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson2004-03-181-0/+1
| | | | Also bug with multiple math function autoloads.
* 19552: missing mod_exportPeter Stephenson2004-03-081-1/+1
|
* 19374: fix typo in 19361Peter Stephenson2004-01-151-1/+1
|
* 19361: Memory leaksPeter Stephenson2004-01-121-4/+15
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-3/+3
|
* 19129: extra argument to typeset -T gives character for joining arrayPeter Stephenson2003-09-241-8/+71
|
* 18982: comments/rant for paramsubst()Peter Stephenson2003-08-301-1/+10
|
* 18435: unsetting readonly returned status 0Peter Stephenson2003-04-041-4/+6
|
* 18337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle2003-03-111-2/+11
| | | | locales where `,' is the decimal separator
* - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison2002-10-311-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 Stephenson2002-10-291-0/+17
|
* 17868: Allow $SECONDS to become floating point.Peter Stephenson2002-10-291-3/+53
|
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-101-1/+14
|
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-4/+4
|
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-201-29/+69
|
* Made SAVEHIST a special parameter.Wayne Davison2002-03-241-0/+20
|
* The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison2002-02-121-2/+2
|
* 16493: correct typosOliver Kiddle2002-01-311-7/+7
|
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-311-2/+5
|