comparison src/ChangeLog @ 4458:d9b9b5f90386

Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing nt/ChangeLog addition: 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> * xemacs.mak (PROGRAM_DEFINES): Provide SHEBANG_PROGNAME on Win32 too. src/ChangeLog addition: 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> * emacs.c (SHEBANG_EXE_PROGNAME_LENGTH): Use WEXTSTRING separately on the two concatenated strings, avoiding an error on Win32.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 13 May 2008 20:16:53 +0200
parents 2fddd822ce87
children 732b87cfabf2
comparison
equal deleted inserted replaced
4457:2fddd822ce87 4458:d9b9b5f90386
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
2
3 * emacs.c (SHEBANG_EXE_PROGNAME_LENGTH):
4 Use WEXTSTRING separately on the two concatenated strings,
5 avoiding an error on Win32.
6
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> 7 2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * config.h.in (_CRT_NONSTDC_NO_DEPRECATE): 9 * config.h.in (_CRT_NONSTDC_NO_DEPRECATE):
4 Define this, to avoid warnings about using standard POSIX and C9X 10 Define this, to avoid warnings about using standard POSIX and C9X
5 functions on Win32; fixes part of Matthew Persico's problems of 11 functions on Win32; fixes part of Matthew Persico's problems of