index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
builtin.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
17544: implement read -s to suppress tty echo
Peter Stephenson
2002-08-22
1
-3
/
+26
*
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
2002-08-05
1
-6
/
+6
*
17497: getopts skipped over zero-length arguments.
Peter Stephenson
2002-08-01
1
-0
/
+2
*
Dan Nelson: 17492: Quote output from xtrace
Peter Stephenson
2002-08-01
1
-4
/
+8
*
17485?: Incorrect test for TYPESET_SILENT
Peter Stephenson
2002-07-29
1
-1
/
+1
*
17334: TYPESET_SILENT shell option and typeset -p option
Peter Stephenson
2002-06-20
1
-21
/
+38
*
17299: Use reference counts in Eprogs so as to be able to free them as soon
Peter Stephenson
2002-06-07
1
-0
/
+1
*
17292: shut up compiler if no OPEN_MEMSTREAM
Peter Stephenson
2002-06-05
1
-1
/
+4
*
Got rid of unused-variable compiler warning.
Wayne Davison
2002-03-24
1
-2
/
+2
*
16862: allow print's -s and -z options to be used with -f
Oliver Kiddle
2002-03-19
1
-59
/
+99
*
16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:
Peter Stephenson
2002-03-04
1
-5
/
+7
*
Improved the output of the "history" command with a 1-line history buffer,
Wayne Davison
2002-02-22
1
-10
/
+15
*
16619, 16676: add -c, -l and -p options to the dirs builtin
Oliver Kiddle
2002-02-20
1
-21
/
+28
*
Silenced a compiler warning.
Wayne Davison
2002-02-12
1
-1
/
+1
*
16556: No error on `print >&-'.
Bart Schaefer
2002-02-04
1
-10
/
+17
*
16503: warn on fclose or fflush errors in bin_print.
Clint Adams
2002-01-27
1
-76
/
+84
*
16435: Fix core dump in `hash'.
Bart Schaefer
2002-01-26
1
-1
/
+1
*
unposted: back out idiotic patch
Clint Adams
2001-12-18
1
-1
/
+1
*
unposted: initialize save to NULL to avoid compiler warning.
Clint Adams
2001-12-18
1
-1
/
+1
*
16228: allow widths and precisions to work with printf's %b format specifier
Oliver Kiddle
2001-11-09
1
-19
/
+27
*
zero %n value when reusing printf format (16122)
Oliver Kiddle
2001-10-23
1
-1
/
+2
*
allow arguments to be specified in printf format specifications (16080)
Oliver Kiddle
2001-10-18
1
-37
/
+97
*
fix return code and tests of printf and comment above bslashquote func (16064)
Oliver Kiddle
2001-10-16
1
-2
/
+12
*
use arithmetic evaluation for numeric arguments to printf (16042)
Oliver Kiddle
2001-10-15
1
-52
/
+77
*
add print -f option, %n format specifier and tests for print/printf (15973)
Oliver Kiddle
2001-10-08
1
-81
/
+90
*
15931: EXIT traps from exit in subshell; 15965: glob -> zglob
Peter Stephenson
2001-10-08
1
-1
/
+5
*
add printf builtin (15851, 15948)
Oliver Kiddle
2001-10-05
1
-0
/
+174
*
* Src/builtin.c, Src/exec.c: Unwind function calls before exiting
Peter Stephenson
2001-09-24
1
-9
/
+29
*
Further modify the "fc -l" code to tolerate out-of range values.
Wayne Davison
2001-09-18
1
-9
/
+6
*
+ Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".
Wayne Davison
2001-09-13
1
-3
/
+3
*
Fix and regression tests for crash on typeset of local array elements.
Bart Schaefer
2001-08-13
1
-2
/
+17
*
15334: use string "(eval)" as script name in debugging messages in eval's
Peter Stephenson
2001-07-09
1
-0
/
+6
*
15327: always use local LINENOs in parse_string().
Peter Stephenson
2001-07-09
1
-2
/
+2
*
Fix infinite loop on `r OLD=NEW' when OLD is the empty string.
Bart Schaefer
2001-07-08
1
-0
/
+4
*
$* and $@ are special
Peter Stephenson
2001-06-14
1
-1
/
+8
*
14348: fix globalexport with typeset -g
Peter Stephenson
2001-05-15
1
-1
/
+1
*
More parameter/subscript cleanup.
Bart Schaefer
2001-04-21
1
-3
/
+32
*
Parameter repairs, mostly for subscripting.
Bart Schaefer
2001-04-20
1
-11
/
+6
*
disallow changing of parameter type
Peter Stephenson
2001-03-29
1
-4
/
+10
*
13478: whence shouldn't segfault on an empty path component
Clint Adams
2001-02-14
1
-4
/
+4
*
13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names
Andrey Borzenkov
2001-01-26
1
-6
/
+23
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-18
/
+108
*
13215: echotc, echoti, terminfo
Clint Adams
2000-12-03
1
-71
/
+0
*
Sven: 13108: Handle traps synchronously
Peter Stephenson
2000-11-11
1
-5
/
+7
*
Change some zerr to zwarn for consistency.
Bart Schaefer
2000-10-02
1
-4
/
+3
*
12847: dynamically allocate buf and z in bin_whence()
Clint Adams
2000-09-19
1
-8
/
+6
*
12823: use zsh heap in lieu of perm. heap in bin_dot
Clint Adams
2000-09-18
1
-4
/
+4
*
12821: bin_dot is now independent of PATH_MAX
Clint Adams
2000-09-17
1
-9
/
+8
*
"typeset +m ..." and "typeset +g -m ..."
Bart Schaefer
2000-09-17
1
-2
/
+11
*
12804: Fix "typeset -m".
Bart Schaefer
2000-09-14
1
-0
/
+1
[prev]
[next]