about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson2017-10-021-0/+7
| | | | Initialised from existing configuration value.
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-011-0/+7
|
* 41789: Don't save fd if -1.Peter Stephenson2017-09-291-0/+5
| | | | | | We try to move an fd which isn't opend but it will feel. This needs handling specially in the new code for marking saved fd's.
* 41773: Array index assignment tests for KSH_ARRAYSPeter Stephenson2017-09-281-0/+3
|
* 41772: fix bug in handling of long options with _arguments' -A optionOliver Kiddle2017-09-281-0/+3
|
* 41762: fix for completion in assignment to associative array elementOliver Kiddle2017-09-281-0/+5
|
* 41767: preserve nonzero exit status on interruptBarton E. Schaefer2017-09-271-0/+4
|
* 41764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson2017-09-271-0/+6
|
* 41761: Ensure status from interrupt is propagated by builtinPeter Stephenson2017-09-261-0/+5
|
* 41747: Don't create hash entry if just checking existence.Peter Stephenson2017-09-251-0/+5
| | | | Pass a flag in indicating this case.
* 41755: Followup to last: minor clarification to docs.Daniel Shahaf2017-09-241-0/+5
|
* Updates for ksh array element syntax.Peter Stephenson2017-09-241-10/+18
| | | | | | | | Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on.
* update mtr completion through mtr 0.92Oliver Kiddle2017-09-221-0/+2
|
* update options in tune2fs completion through e2fsprogs 1.43.6Oliver Kiddle2017-09-221-0/+3
|
* 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle2017-09-221-0/+5
| | | | mode tables
* unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.Daniel Shahaf2017-09-211-0/+3
|
* unposted (cf. 41707): internal: Document the count==0 case of checkrmall().Daniel Shahaf2017-09-211-0/+5
|
* 41736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer2017-09-201-0/+2
|
* 41731: reformat and expand doc for 41698.Barton E. Schaefer2017-09-201-1/+5
| | | | Also add missing x-seq reference for 41705 in ChangeLog.
* 41729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle2017-09-181-0/+3
| | | | function
* 41728: new completion for flac and update options in metaflac completionOliver Kiddle2017-09-181-0/+3
|
* 41727: run tidy -xml-config to get HTML options for completionOliver Kiddle2017-09-181-0/+5
|
* 41723: one more case of 41627 in "while" loops.Barton E. Schaefer2017-09-181-0/+4
|
* 41726: add + and = to option specs taking arguments and update options to 1.7.5Oliver Kiddle2017-09-181-0/+3
|
* update completion of options for util-linux 2.30.1Oliver Kiddle2017-09-181-0/+6
|
* 41725: assorted minor updates to completion functionsOliver Kiddle2017-09-181-0/+11
|
* 41724: update ethtool completion for new optionsOliver Kiddle2017-09-181-0/+5
|
* 41711: new dconf completionOliver Kiddle2017-09-151-0/+2
|
* 41710: new smartctl completionOliver Kiddle2017-09-151-0/+3
|
* 41709: update options in Linux sysstat completionsOliver Kiddle2017-09-151-0/+5
|
* unposted: nodref -> noderefPeter Stephenson2017-09-151-0/+4
|
* More [key]=value tweaksPeter Stephenson2017-09-141-0/+6
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* unposted: typo in doc just committedPeter Stephenson2017-09-131-0/+2
|
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-0/+8
| | | | | | | Works for both normal and typeset case, also var+=... Still to do: allow to be mixed with straight array assignment, improve typeset -p, implement [key]+=value.
* 41688: builtin wait for all jobs should ignore STAT_NOPRINTPeter Stephenson2017-09-131-0/+3
|
* 41679: slight clarification on exec of builtinsPeter Stephenson2017-09-131-0/+5
|
* unposted: YODL compatibility fix for --emulatePeter Stephenson2017-09-131-0/+3
|
* unposted: internal: Document zreaddir().Daniel Shahaf2017-09-111-0/+4
|
* 41666: zpty compatibility for OpenBSDThierry Ghelew2017-09-111-0/+3
|
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-0/+7
| | | | | | | | This sets the shell emulation mode similarly to ARGV0=... which doesn't work from other shells. Note that this gives more comprehensive emulation than running emulate within the shell.
* 41662: exec -a arguments weren't sanitisedPeter Stephenson2017-09-101-0/+8
|
* 41628 (plus 41645 by Oliver): _ps: update optionsJun-ichi Takimoto2017-09-091-0/+5
| | | | also do not reset compstate[insert]
* 41641: Some math operations shouldn't be lvalues.Peter Stephenson2017-09-051-0/+5
| | | | | This includes pre- and post- increment and decrement. Simply mark all values after operations as rvalues.
* 41633: Fix problem backgrounding function definitions.Peter Stephenson2017-09-041-0/+6
| | | | | Owing to being marked as simple sublists the instruction to background was ignored. This applied to anonymous functions.
* 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.Daniel Shahaf2017-09-041-0/+3
|
* 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵Daniel Shahaf2017-09-041-0/+5
| | | | the 'zsh' variant.
* 41637: add explicit objdump completionMarc Aldorasi2017-09-041-0/+5
|
* 41623: Update FAQ.yo for Yodl 3Peter Stephenson2017-09-021-0/+4
|
* Make mbegin, mend, match local in zed.Peter Stephenson2017-08-311-0/+3
| | | | Needed for zstyle -m.
* Fix problem with ERR_RETURN.Peter Stephenson2017-08-311-0/+6
| | | | | | | It wasn't suppressed properly in the code following an if in some circumstances, in particular in initialsation scripts and also in a nested function where the caller had suppressed it.