From becfa255fb1fb207fa0b5d850e8df3eb53ba0bea Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 9 Apr 2011 13:19:05 -0700 Subject: * callint.c (Fcall_interactively): <, not <=, for optimization. (Fcall_interactively): Count the number of arguments produced, not the number of arguments given. This is simpler and lets GCC 4.6.0 generate slightly better code. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index c8811f7708b..86dec69e094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2011-04-09 Paul Eggert + * callint.c (Fcall_interactively): <, not <=, for optimization. + (Fcall_interactively): Count the number of arguments produced, + not the number of arguments given. This is simpler and lets GCC + 4.6.0 generate slightly better code. + * ftfont.c: Distingish more carefully between FcChar8 and char. The previous code passed unsigned char * to a functions like strlen and xstrcasecmp that expect char *, which does not -- cgit v1.3