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
2005-08-10
Make printf %s handle an embedded null (21579).
Wayne Davison
1
-7
/
+10
2005-08-09
21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output
Wayne Davison
1
-5
/
+12
2005-08-08
Fixed a recently-introduced bug where printf %b with an empty arg
Wayne Davison
1
-1
/
+1
2005-08-01
Silenced a compiler warning about a variable that might be used
Wayne Davison
1
-1
/
+1
2005-08-01
21552: Thorsten Dahlheimer: various fixes to print builtin
Peter Stephenson
1
-31
/
+40
2005-07-26
Fixed bin_print() to handle \c escapes as per POSIX (truncating the
Wayne Davison
1
-5
/
+16
2005-06-17
21352: Harald van Dijk: handle null after % in printf format specifier
Oliver Kiddle
1
-1
/
+1
2005-06-01
unposted: need const for result of getsigname()
Peter Stephenson
1
-1
/
+1
2005-06-01
21296: Add ERR alias for ZERR where possible.
Peter Stephenson
1
-3
/
+15
2005-04-25
Fix handling of metafied characters in trailing whitespace on read
Peter Stephenson
1
-2
/
+11
2005-03-09
20955: "unset foo" should return status 0 if foo was not set
Peter Stephenson
1
-1
/
+5
2005-02-06
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
1
-6
/
+4
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-1
/
+1
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-58
/
+113
2004-11-22
20572: Allow alternative signal names
Peter Stephenson
1
-6
/
+12
2004-10-21
Use the new gettempfile() function.
Wayne Davison
1
-6
/
+4
2004-10-18
- Fixed an unsafe use of gettempname().
Wayne Davison
1
-3
/
+5
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
1
-1
/
+1
2004-10-01
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
1
-3
/
+6
2004-10-01
Use convbase() instead of a "%d" format to convert a zlong.
Wayne Davison
1
-3
/
+5
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
1
-10
/
+15
2004-09-08
20320: rewrite of 20318, for sanity.
Bart Schaefer
1
-12
/
+9
2004-09-04
20318: Fix xtrace output bug introduced by 20308.
Bart Schaefer
1
-4
/
+5
2004-09-03
20308: add EVAL_LINENO option
Peter Stephenson
1
-3
/
+18
2004-07-07
20141: Crash restoring exported special parameters
Peter Stephenson
1
-18
/
+11
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-23
/
+23
2004-05-21
- Added the -a option to "fc" and "history".
Wayne Davison
1
-4
/
+5
2004-05-20
- Added the -p (push) and -P (pop) options to the "fc" builtin.
Wayne Davison
1
-4
/
+42
2004-04-23
19810: ksh autoloading
Peter Stephenson
1
-8
/
+6
2004-04-20
19801: implement autoloading of trap functions
Peter Stephenson
1
-3
/
+21
2004-04-20
19767, 19785: store flags for -z and -k options to autoload allowing the
Oliver Kiddle
1
-7
/
+9
2004-04-20
19767, 19785: store flags for -z and -k options to autoload allowing the
Oliver Kiddle
1
-1
/
+8
2004-04-06
Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths
Peter Stephenson
1
-0
/
+10
2004-03-16
19140: release process group on exit if acquired
Peter Stephenson
1
-0
/
+3
2004-03-07
19549: correct buffer size for printf spec
Oliver Kiddle
1
-1
/
+1
2004-01-12
19361: Memory leaks
Peter Stephenson
1
-0
/
+8
2004-01-05
Changed bin_eval() to default lastval to 0, just in case we have an
Wayne Davison
1
-0
/
+1
2003-11-13
19242: Make job table dynamically reallocatable.
Peter Stephenson
1
-2
/
+2
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-4
/
+4
2003-09-25
Fix the old-style typeset -T (without the new separator arg).
Wayne Davison
1
-1
/
+1
2003-09-24
19129: extra argument to typeset -T gives character for joining array
Peter Stephenson
1
-9
/
+32
2003-09-11
19059: add -v, -V and -p flags required by POSIX to the command builtin
Oliver Kiddle
1
-2
/
+15
2003-09-03
19014: add alias -s suf=handler
Peter Stephenson
1
-21
/
+51
2003-07-09
18836: read with metafied delimiter didn't work.
Peter Stephenson
1
-1
/
+2
2003-05-24
18578: 18559 caused typeset failures
Peter Stephenson
1
-3
/
+3
2003-05-15
18530: print option states with `set -o' or `set +o'
Oliver Kiddle
1
-2
/
+2
2003-04-04
18435: unsetting readonly returned status 0
Peter Stephenson
1
-2
/
+4
2003-03-28
Prevent "print -m" from crashing (complains about missing pattern).
Wayne Davison
1
-1
/
+5
2003-03-26
18392: read with -p and -t and no coprocess crashed.
Peter Stephenson
1
-1
/
+2
2003-02-17
18242: add -d option to read for specifying delimiter to terminate input
Oliver Kiddle
1
-10
/
+29
[next]