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
2009-11-06
27357: fix compiler warnings in attr module
Peter Stephenson
1
-2
/
+4
2009-09-02
27240: fix fix for lexing in test builtin
Peter Stephenson
1
-1
/
+3
2009-07-24
27188: improve read -q by using read -k code
Peter Stephenson
1
-61
/
+27
2009-07-21
27181: extend POSIX_CD to handle target directory printing behaviour
Peter Stephenson
1
-4
/
+15
2009-07-19
27167: add POSIX_CD option to test "." after CDPATH
Peter Stephenson
1
-5
/
+23
2009-07-15
Eric Blake: 27151: cd handling with initial // for Cygwin
Peter Stephenson
1
-6
/
+8
2009-07-02
27087: change return codes from failed "."
Peter Stephenson
1
-1
/
+1
2009-07-01
27083: non-zero status on failures to find or execute file in "."
Peter Stephenson
1
-6
/
+8
2009-07-01
27079: save lexical context in test builtin
Peter Stephenson
1
-0
/
+2
2009-05-20
26975: compilation issues in bin_print()
Peter Stephenson
1
-4
/
+9
2009-05-12
26957: Fix some memory problems with read builtin
Peter Stephenson
1
-8
/
+13
2009-05-07
26954: read should pass through invalid multibyte characters
Peter Stephenson
1
-1
/
+5
2009-03-25
Michael Hwang: 26776: improved column alignment with print -c -P
Peter Stephenson
1
-0
/
+17
2009-03-15
26735: Check some function return values for failures. Gets rid of
Wayne Davison
1
-6
/
+6
2009-03-02
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
Peter Stephenson
1
-19
/
+25
2009-02-25
c.f. 26586: rename yylex to zshlex and yytext to zshlextext
Peter Stephenson
1
-1
/
+1
2009-02-11
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
1
-6
/
+28
2009-01-25
26425: allow "emulate sh -c command" to eval command under sh emulation
Andrey Borzenkov
1
-18
/
+79
2008-11-12
26028: close temporary file when aborting fc
Oliver Kiddle
1
-0
/
+3
2008-11-05
"typeset -g <var>" should be silent even without TYPESET_SILENT
Peter Stephenson
1
-1
/
+2
2008-10-31
25983: Fix bug in hash builtin with empty hash entry name
Oliver Kiddle
1
-3
/
+7
2008-10-30
25971: fix options handling for builtins that handle their own
Peter Stephenson
1
-6
/
+7
2008-10-28
25937: builtins with no options should still ignore --
Peter Stephenson
1
-0
/
+3
2008-10-18
25910: avoid dangling file handle in bin_print.
Clint Adams
1
-1
/
+4
2008-10-14
25896: remove small bit of dead code in execbuiltin.
Clint Adams
1
-4
/
+1
2008-10-06
25817: make "fc -l" more careful to list all recent history
Peter Stephenson
1
-2
/
+22
2008-09-29
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
Peter Stephenson
1
-2
/
+2
2008-09-27
25755/25756: Jörg Sommer: improved handling of module arguments
Peter Stephenson
1
-3
/
+13
2008-09-23
Rocky Bernstein: 25727: allow fc non-interactively
Peter Stephenson
1
-0
/
+2
2008-09-15
25671: non existing variable in typeset -p should cause status 1
Peter Stephenson
1
-1
/
+3
2008-09-13
25662: declare -p should never create arguments
Peter Stephenson
1
-4
/
+11
2008-09-11
25651: make getpermtext() output indentation more logical
Peter Stephenson
1
-1
/
+1
2008-09-03
25595: fix line numbers with EVAL_LINENO,
Peter Stephenson
1
-2
/
+43
2008-08-31
25568: Frank Terbeck & pws: invalid continue and break arguments
Peter Stephenson
1
-0
/
+5
2008-08-07
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
1
-2
/
+4
2008-08-06
25409: fix eval's use of lastval
Peter Stephenson
1
-6
/
+8
2008-07-31
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
1
-6
/
+13
2008-07-27
following discussion, change fc error message
Peter Stephenson
1
-1
/
+2
2008-07-25
25338: disallow usage of current history line in fc
Peter Stephenson
1
-0
/
+14
2008-07-17
25272: add zshaddhistory hook
Peter Stephenson
1
-2
/
+2
2008-06-10
Mikael: 25143: spelling corrections
Peter Stephenson
1
-1
/
+2
2008-05-15
25040: zpty should display context information more like eval
Peter Stephenson
1
-1
/
+1
2008-05-14
25025: check radix for integer constants is between 2 and 36 inclusive
Peter Stephenson
1
-0
/
+4
2008-05-12
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
1
-2
/
+4
2008-05-08
24980: zmodload -mF
Peter Stephenson
1
-1
/
+1
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-1
/
+1
2008-04-03
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
1
-18
/
+33
2008-03-28
24768: add -q option to cd, chdir, pushd, popd
Peter Stephenson
1
-8
/
+9
2008-03-02
overeagnerness to spot integers in cd after - and +
Peter Stephenson
1
-1
/
+2
2008-02-18
zsh-users/12600: reorder handling of -s/-d/-t options so that terminal
Bart Schaefer
1
-90
/
+93
[next]