1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-07 21:31:17 +02:00
zsh/Src
Wayne Davison 4ffa433443 The return value of mbrtowc() is a size_t (unsigned), so don't
assign it to an int and then check if it's < 0, as that won't
work on a system where an int is larger than a size_t.
2006-01-11 19:42:40 +00:00
..
Builtins
Modules 22082: print out uid or gid in stat if name not available 2005-12-19 11:35:40 +00:00
Zle The return value of mbrtowc() is a size_t (unsigned), so don't 2006-01-11 19:42:40 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro Initial revision 1999-10-17 18:01:49 +00:00
builtin.c users/9638: tweaks for FCEDIT etc. 2005-11-07 09:37:34 +00:00
compat.c
cond.c users/8422: [[ ... -nt ... ]] with bad stat caused 2005-01-24 11:02:59 +00:00
exec.c 22027: more zsh-newuser-install fixes 2005-11-25 10:36:19 +00:00
glob.c users/9788: add (oN) glob qualifier for no sorting 2005-12-15 10:38:55 +00:00
hashtable.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
hashtable.h
hist.c Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the group 2005-12-17 07:58:12 +00:00
init.c 22049: bug exiting from sourced file within function 2005-12-03 00:14:05 +00:00
input.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
jobs.c 21872: job accounting in subshells was screwy 2005-10-13 17:49:59 +00:00
lex.c
linklist.c
loop.c 21814: error handling for traps in "always" constructs. 2005-12-15 04:24:04 +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
options.c 22057: don't use zsh/newuser in emulation 2005-12-09 12:49:29 +00:00
params.c users/9638: tweaks for FCEDIT etc. 2005-11-07 09:37:34 +00:00
parse.c
pattern.c
prompt.c
prototypes.h
signals.c 21814: error handling for traps in "always" constructs. 2005-12-15 04:24:04 +00:00
signals.h
signames1.awk
signames2.awk
string.c
subst.c
system.h Got rid of wcswidth() define for OpenBSD now that wcswidth() isn't 2006-01-08 22:37:15 +00:00
text.c 22151: bug outputting here-strings from which etc. when already quoted 2006-01-10 16:57:02 +00:00
utils.c Changed the name of the "ret" variable in mb_niceformat() to "cnt" 2006-01-09 17:44:02 +00:00
watch.c
zsh.h Changed two zle functions to each return a char pointer, not an 2005-11-15 08:44:21 +00:00
zsh.ico
zsh.mdd
zsh.rc pws/Andrej: 12594, 12661: Windows resources and icon 2000-08-16 13:23:37 +00:00
ztype.h