comparison src/ChangeLog @ 4457:2fddd822ce87

#define _CRT_NONSTDC_NO_DEPRECATE on Win32 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> * config.h.in (_CRT_NONSTDC_NO_DEPRECATE): Define this, to avoid warnings about using standard POSIX and C9X functions on Win32; fixes part of Matthew Persico's problems of 9ea6aaa80805081832r1a3308e9wb6d2bfea7457379f@mail.gmail.com .
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 13 May 2008 20:11:51 +0200
parents ac6231e0c1df
children d9b9b5f90386
comparison
equal deleted inserted replaced
4456:c785f98c6737 4457:2fddd822ce87
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
2
3 * config.h.in (_CRT_NONSTDC_NO_DEPRECATE):
4 Define this, to avoid warnings about using standard POSIX and C9X
5 functions on Win32; fixes part of Matthew Persico's problems of
6 9ea6aaa80805081832r1a3308e9wb6d2bfea7457379f@mail.gmail.com .
7
1 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> 8 2008-01-20 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * config.h.in: Add SHEBANG_PROGNAME. 10 * config.h.in: Add SHEBANG_PROGNAME.
4 * emacs.c (main_1): 11 * emacs.c (main_1):
5 If we've been called using SHEBANG_PROGNAME, rewrite our arguments 12 If we've been called using SHEBANG_PROGNAME, rewrite our arguments