comparison src/ChangeLog @ 4977:2bf7c51d7101

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 04:28:08 -0600
parents 16112448d484 3bf1b0f0c391
children f48bf636045f
comparison
equal deleted inserted replaced
4976:16112448d484 4977:2bf7c51d7101
224 due to strict aliasing but years and years ago I rewrote it 224 due to strict aliasing but years and years ago I rewrote it
225 in a way that doesn't use the TYPE argument at all and no one 225 in a way that doesn't use the TYPE argument at all and no one
226 has complained since then. (And anyway, XEmacs is far from 226 has complained since then. (And anyway, XEmacs is far from
227 ever being in compliance with strict aliasing and would require 227 ever being in compliance with strict aliasing and would require
228 far-reaching changes to get that way.) 228 far-reaching changes to get that way.)
229
230 2010-02-04 Ben Wing <ben@xemacs.org>
231
232 * emacs.c (SHEBANG_EXE_PROGNAME_LENGTH):
233 * emacs.c (main_1):
234 Restore old definition of SHEBANG_EXE_PROGNAME_LENGTH; not possible
235 to ANSI-concatenate wide and narrow strings.
236 * print.c (write_msg_istring):
237 * print.c (write_msg_cistring):
238 * print.c (write_msg_ascstring):
239 Can't return a value in a void-declared function.
229 240
230 2010-02-04 Ben Wing <ben@xemacs.org> 241 2010-02-04 Ben Wing <ben@xemacs.org>
231 242
232 * filelock.c: 243 * filelock.c:
233 * filelock.c (fill_in_lock_file_name): 244 * filelock.c (fill_in_lock_file_name):