about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 36256: local options should remain in effect for "emulate -L" even if additio...Barton E. Schaefer2015-08-211-4/+7
* 36262: Replace fix for missing unmeta in chdir().Peter Stephenson2015-08-211-1/+1
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-181-2/+5
* 36083: set array value when consistently retying scalar and arrayPeter Stephenson2015-08-101-0/+2
* Fix retying variables in opposite order.Peter Stephenson2015-08-091-1/+3
* 36008: trap: Fix listing of traps created under non-alias non-canonical signa...Daniel Shahaf2015-08-081-1/+7
* unposted: Typo fix.Daniel Shahaf2015-08-041-1/+1
* 35635: a bit more consistency about making elements localPeter Stephenson2015-06-271-1/+1
* 35623: All is_array assignments should be treated as having a value.Peter Stephenson2015-06-271-20/+26
* 35613: Handle array slices in typesetPeter Stephenson2015-06-261-1/+8
* typeset silent on repeated typeset x=()Peter Stephenson2015-06-251-1/+2
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-85/+224
* Add non-metafied character length handling.Peter Stephenson2015-06-121-2/+2
* 35412: fix for - flag when formating strings with printfOliver Kiddle2015-06-071-1/+1
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-10/+14
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-13/+37
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-021-6/+35
* users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer2015-05-301-10/+13
* 35318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2015-05-281-0/+4
* 35193: Add "unalias -a".Peter Stephenson2015-05-181-7/+35
* Øystein Walle: 34841 (tweaked): allow grouping of thousands in printf format...Oliver Kiddle2015-05-141-3/+3
* 35110: don't implicitly initialize restricted integers to zeroPeter Stephenson2015-05-141-1/+6
* users/20203: nested functions in always blocks when exit pendingPeter Stephenson2015-05-131-0/+6
* Fix two bugs in typeset_setbaseMikael Magnusson2015-05-041-3/+4
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-4/+33
* 34851: fix thinko from 34093 that short-circuited some "whence -m" searchesBarton E. Schaefer2015-04-061-5/+7
* 34551: Avoid adding an extra "/" to the target path in cd_try_chdir() when th...Barton E. Schaefer2015-02-151-2/+4
* 34490: Fix leak on print -zf/-sf errorMikael Magnusson2015-02-101-1/+17
* 34488: Fix use-after-free for print -zf and print -sfMikael Magnusson2015-02-101-6/+12
* 34331: better handling of NULL in cd.Peter Stephenson2015-01-221-3/+5
* 34329: add -S option to which and wherePeter Stephenson2015-01-201-2/+2
* 34213: in previous patch, do not change usepm if it is already setBarton E. Schaefer2015-01-101-1/+1
* 34212: do not change unset-ness of special parameters when exporting themBarton E. Schaefer2015-01-101-2/+6
* Rearrange context saving.Peter Stephenson2015-01-091-4/+4
* Fix a typo in bin_print error messageMikael Magnusson2015-01-091-3/+3
* 34154/34155: reorder bin_print() to avoid leaking the output descriptor when ...Barton E. Schaefer2015-01-071-29/+34
* 34112: typeset: fix leak of oldvalMikael Magnusson2015-01-061-0/+2
* 34113: whence: use dupstring to not leak memoryMikael Magnusson2015-01-061-1/+1
* 34114: emulate: Handle aborting from mixed -L/-c correctlyMikael Magnusson2015-01-061-1/+2
* 34093: "whence" should always return nonzero when it finds that nothing match...Barton E. Schaefer2015-01-061-15/+17
* users/19671: remove confusion with whence -a.Peter Stephenson2015-01-021-1/+1
* users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson2015-01-021-6/+6
* 33984: bin_dirs() should use zputs() to print metafied directory namesJun Kuriyama2014-12-161-1/+1
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-11/+11
* 33656: different algorithm for "whence -am" to produce results more consisten...Barton E. Schaefer2014-11-131-44/+30
* Handle -a option to whence in combination with -m.Peter Stephenson2014-11-081-5/+41
* 33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...Barton E. Schaefer2014-10-101-4/+13
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-1/+3
* 32918: add %. to ztrftime for use in promptsPeter Stephenson2014-07-301-1/+1
* unposted (see 32892): 'fc -I' is an errorBarton E. Schaefer2014-07-241-0/+4