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 cbdcd62b38 Moved the PROMPT_SP output into preprompt() so that it takes effect
prior to things like precmd(), the mail-check output, etc.
2005-07-26 22:50:49 +00:00
..
Builtins
Modules unposted: bring various .distfiles up to date 2005-07-21 13:45:23 +00:00
Zle Moving the PROMPT_SP code earlier in the scheme of things so that 2005-07-26 22:46:10 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro
builtin.c Fixed bin_print() to handle \c escapes as per POSIX (truncating the 2005-07-26 00:07:11 +00:00
compat.c
cond.c
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
hashtable.h
hist.c
init.c 21498: Add zsh/newuser module 2005-07-20 16:08:12 +00:00
input.c
jobs.c 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. 2005-06-28 09:37:21 +00:00
lex.c
linklist.c
loop.c
main.c
Makefile.in An install fix for Cygwin from Thorsten Dahlheimer. 2005-07-24 04:47:57 +00:00
Makemod.in.in
makepro.awk
math.c
mem.c
mkbltnmlst.sh
mkmakemod.sh
modentry.c
module.c 21498: Add zsh/newuser module 2005-07-20 16:08:12 +00:00
options.c Add "promptsp" to the optname optns[] array. 2005-07-15 17:41:50 +00:00
params.c The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown 2005-07-24 05:37:23 +00:00
parse.c
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
string.c
subst.c
system.h 21270: don't use poll() on Apple 2005-05-23 14:41:16 +00:00
text.c
utils.c Moved the PROMPT_SP output into preprompt() so that it takes effect 2005-07-26 22:50:49 +00:00
watch.c
zsh.h Added the PROMPTSP option plus 3 new termcap defines 2005-07-15 17:41:33 +00:00
zsh.ico
zsh.mdd 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath. 2005-07-26 15:01:40 +00:00
zsh.rc
ztype.h