about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 32624: use correct scaling factor (clock ticks) for timesPeter Stephenson2014-05-291-2/+4
* 32479: POSIXTRAPS and implicit return values.Peter Stephenson2014-03-141-2/+9
* 32246: option "shift -p" pops arguments from end of arrayPeter Stephenson2014-01-111-6/+25
* 31706: standardize handling of "test ! <x> <y> <z>"Peter Stephenson2013-09-061-3/+10
* 31637: be more selective about retry of lchdir() in cd_do_chdir()Barton E. Schaefer2013-08-181-1/+2
* 31631: Use cygwin_conv_path if available.Peter Stephenson2013-08-051-0/+5
* 17591: fix error message for invalid fd in print -uPeter Stephenson2013-07-291-8/+8
* 31444: Basic code for enable/disable -pPeter Stephenson2013-06-131-4/+16
* upon "read" of a short line, assign all variables passed as arguments.Barton Schaefer2013-05-201-1/+1
* users/17754: failing to retie an arrayPeter Stephenson2013-04-101-1/+1
* 31060:"+" before a flag for "functions" orPeter Stephenson2013-02-221-4/+9
* unposted: tweak 30949 to fix buffer pointerBart Schaefer2013-01-081-2/+1
* 30949: restore "read -q" behavior lost by 27188Bart Schaefer2013-01-061-0/+3
* 30786: do not enter interactive history editing or command execution ifBart Schaefer2012-11-081-0/+6
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-10/+40
* fix trivial typo with "functions +T"Peter Stephenson2012-10-091-1/+1
* 30722: fix some cases where emulations or options were not propagated properlyPeter Stephenson2012-10-071-11/+20
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-2/+1
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-2/+2
* users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson2012-09-081-2/+6
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-211-2/+6
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-1/+14
* Bart: 30560: unset ordinary array element by setting to nullPeter Stephenson2012-07-151-0/+28