1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Src
Wayne Davison b1e0d218c5 Reference 4 extra termcap items: save-cursor, restore-cursor, the
backspace character, and the ignore-newline-after-wrap flag.
2005-07-15 17:41:53 +00:00
..
Builtins Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X 2005-04-04 09:58:44 +00:00
Modules 21466: mkdir -p didn't work with symlinks 2005-07-14 20:20:11 +00:00
Zle 21428: Travis: fix crash on bad compvalues call 2005-07-12 03:07:22 +00:00
.cvsignore Fix .distfiles and .cvsignore 2005-01-12 10:53:06 +00:00
.distfiles
.exrc
.indent.pro
builtin.c 21352: Harald van Dijk: handle null after % in printf format specifier 2005-06-17 08:37:46 +00:00
compat.c A few minor style tweaks (as discussed in 20595 and 20596). 2004-12-01 18:18:23 +00:00
cond.c users/8422: [[ ... -nt ... ]] with bad stat caused 2005-01-24 11:02:59 +00:00
exec.c 21197: Fix LOCAL_TRAPS inside another trap 2005-04-27 09:58:42 +00:00
glob.c 21317: fix bug where recursive glob within e qualifier would hang the shell 2005-06-21 08:58:43 +00:00
hashtable.c fix autoloaded trap bug; rejig use of trapfuncs 2005-02-06 20:36:09 +00:00
hashtable.h
hist.c Honor the setting of the new HISTSAVEBYCOPY option when rewriting 2005-03-18 22:40:28 +00:00
init.c Reference 4 extra termcap items: save-cursor, restore-cursor, the 2005-07-15 17:41:53 +00:00
input.c c.f. 20675: improve zle as a basis for Unicode. 2005-01-14 13:04:47 +00:00
jobs.c 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. 2005-06-28 09:37:21 +00:00
lex.c c.f. 20675: improve zle as a basis for Unicode. 2005-01-14 13:04:47 +00:00
linklist.c
loop.c c.f. 20675: improve zle as a basis for Unicode. 2005-01-14 13:04:47 +00:00
main.c
Makefile.in
Makemod.in.in
makepro.awk
math.c 20592: Debian bug#283358: $((##)) failed erratically 2004-11-29 12:07:04 +00:00
mem.c
mkbltnmlst.sh
mkmakemod.sh
modentry.c
module.c 20695: Fix Cygwin problem with initialising from pointer to imported variable 2005-01-12 12:18:58 +00:00
options.c Add "promptsp" to the optname optns[] array. 2005-07-15 17:41:50 +00:00
params.c * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a 2005-04-08 16:42:55 +00:00
parse.c Remove excess argument of zwcstat() 2005-04-24 18:39:02 +00:00
pattern.c Add [[:IFS:]] etc. tests. 2005-05-09 10:46:08 +00:00
prompt.c
prototypes.h
signals.c 21197: Fix LOCAL_TRAPS inside another trap 2005-04-27 09:58:42 +00:00
signals.h
signames1.awk
signames2.awk 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO 2004-11-19 09:57:22 +00:00
string.c Added bicat() that works like dyncat(), but uses permanent memory 2004-10-18 19:13:57 +00:00
subst.c 20605: Use separate structure with get/set/unset methods fro parameters. 2004-12-07 16:54:58 +00:00
system.h 21270: don't use poll() on Apple 2005-05-23 14:41:16 +00:00
text.c 21133: New {myfd} syntax for allocating file descriptors 2005-04-12 15:11:07 +00:00
utils.c 21049: Don't close process substitution file descriptors for external programmes 2005-03-31 09:54:54 +00:00
watch.c Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X 2005-04-04 09:58:44 +00:00
zsh.h Added the PROMPTSP option plus 3 new termcap defines 2005-07-15 17:41:33 +00:00
zsh.ico
zsh.mdd 20812: Add functions for exception handling 2005-02-15 18:31:41 +00:00
zsh.rc
ztype.h