index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
builtin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-13
33656: different algorithm for "whence -am" to produce results more consisten...
Barton E. Schaefer
1
-44
/
+30
2014-11-08
Handle -a option to whence in combination with -m.
Peter Stephenson
1
-5
/
+41
2014-10-10
33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and ...
Barton E. Schaefer
1
-4
/
+13
2014-10-02
33323: fix bug in removing math functions and complete -M option to functions
Oliver Kiddle
1
-1
/
+3
2014-07-30
32918: add %. to ztrftime for use in prompts
Peter Stephenson
1
-1
/
+1
2014-07-24
unposted (see 32892): 'fc -I' is an error
Barton E. Schaefer
1
-0
/
+4
2014-05-29
32624: use correct scaling factor (clock ticks) for times
Peter Stephenson
1
-2
/
+4
2014-03-14
32479: POSIXTRAPS and implicit return values.
Peter Stephenson
1
-2
/
+9
2014-01-11
32246: option "shift -p" pops arguments from end of array
Peter Stephenson
1
-6
/
+25
2013-09-06
31706: standardize handling of "test ! <x> <y> <z>"
Peter Stephenson
1
-3
/
+10
2013-08-18
31637: be more selective about retry of lchdir() in cd_do_chdir()
Barton E. Schaefer
1
-1
/
+2
2013-08-05
31631: Use cygwin_conv_path if available.
Peter Stephenson
1
-0
/
+5
2013-07-29
17591: fix error message for invalid fd in print -u
Peter Stephenson
1
-8
/
+8
2013-06-13
31444: Basic code for enable/disable -p
Peter Stephenson
1
-4
/
+16
2013-05-20
upon "read" of a short line, assign all variables passed as arguments.
Barton Schaefer
1
-1
/
+1
2013-04-10
users/17754: failing to retie an array
Peter Stephenson
1
-1
/
+1
2013-02-22
31060:"+" before a flag for "functions" or
Peter Stephenson
1
-4
/
+9
2013-01-08
unposted: tweak 30949 to fix buffer pointer
Bart Schaefer
1
-2
/
+1
2013-01-06
30949: restore "read -q" behavior lost by 27188
Bart Schaefer
1
-0
/
+3
2012-11-08
30786: do not enter interactive history editing or command execution if
Bart Schaefer
1
-0
/
+6
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-10
/
+40
2012-10-09
fix trivial typo with "functions +T"
Peter Stephenson
1
-1
/
+1
2012-10-07
30722: fix some cases where emulations or options were not propagated properly
Peter Stephenson
1
-11
/
+20
2012-10-07
30718: emulate command evaluations should apply sticky emulation
Peter Stephenson
1
-2
/
+1
2012-09-21
30692: allow autoload +X -m to work
Peter Stephenson
1
-2
/
+2
2012-09-08
users/17236: r and other fc output didn't metafy when listing to a file
Peter Stephenson
1
-2
/
+6
2012-08-21
30633: "functions -T" only traces marked function, not called functions
Peter Stephenson
1
-2
/
+6
2012-08-16
30169: repeat "typeset -T" with same two first arguments is not an error
Peter Stephenson
1
-1
/
+14
2012-07-15
Bart: 30560: unset ordinary array element by setting to null
Peter Stephenson
1
-0
/
+28
2012-06-30
30540: typeset flag handling with SECONDS
Bart Schaefer
1
-2
/
+3
2012-05-08
30469: Src/builtin.c: allow reverse listing of history using
Peter Stephenson
1
-5
/
+5
2012-03-07
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Bart Schaefer
1
-25
/
+32
2012-02-05
30127: forbid fc from executing history lines in reverse
Peter Stephenson
1
-0
/
+6
2011-08-29
29744: don't mess up non '-A' cases in read -E fix
Peter Stephenson
1
-1
/
+8
2011-08-28
29731: fix read -AE, test that and read -Ae
Peter Stephenson
1
-2
/
+2
2011-06-03
29413: "print -S" for saving to history with lexical word split
Peter Stephenson
1
-12
/
+32
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-1
/
+1
2011-04-11
users/15953: handle EINTR when using read -k or -q with -u or -p
Peter Stephenson
1
-3
/
+10
2011-03-04
28853: Fix typo: preceed -> precede
Frank Terbeck
1
-1
/
+1
2011-03-01
28823: make it an error to tie the same scalar to two different arrays
Bart Schaefer
1
-2
/
+7
2011-02-22
28791: exit on errors with special builtins with POSIXBUILTINS
Peter Stephenson
1
-2
/
+8
2011-01-07
28590: make read return status non-zero on error
Peter Stephenson
1
-1
/
+6
2010-10-15
28345: make ${(D)...} return a fully usable command line argument
Peter Stephenson
1
-0
/
+1
2010-09-19
28268: I/O to a terminated (or never created) coprocess emits a
Bart Schaefer
1
-2
/
+18
2010-06-08
28006: make zgetcwd() fall back to pwd,
Peter Stephenson
1
-0
/
+2
2010-05-27
27965, 27966: Improve ${(q)...}: newline appears as $'\n;,
Peter Stephenson
1
-1
/
+1
2010-05-12
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
1
-2
/
+2
2010-02-19
27723: eval shouldn't modify non-zero return statuses
Peter Stephenson
1
-1
/
+1
2010-02-07
27675: Michael Hwang: fix crash in hash builtin
Peter Stephenson
1
-1
/
+0
2010-02-03
27648, 267650/1, unposted README change:
Peter Stephenson
1
-0
/
+11
[next]