comparison src/ChangeLog @ 65657:c6e45e9a83bf

* s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define BROKEN_GET_CURRENT_DIR_NAME. * sysdep.c (get_current_dir_name): Also define if BROKEN_GET_CURRENT_DIR_NAME. * m/ibmrs6000.h: Test for USG5, not USG5_4.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Sep 2005 17:06:03 +0000
parents 539a345d1f54
children 70992428ba25
comparison
equal deleted inserted replaced
65656:55fcf5165d97 65657:c6e45e9a83bf
1 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
4 BROKEN_GET_CURRENT_DIR_NAME.
5
6 * sysdep.c (get_current_dir_name): Also define if
7 BROKEN_GET_CURRENT_DIR_NAME.
8
9 * m/ibmrs6000.h: Test for USG5, not USG5_4.
10
1 2005-09-22 Kim F. Storm <storm@cua.dk> 11 2005-09-22 Kim F. Storm <storm@cua.dk>
2 12
3 * xdisp.c (message_dolog): Add warning about GC and Lisp strings. 13 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
4 (message2): Fix commentary. Ok to use alloca'ed memory. 14 (message2): Fix commentary. Ok to use alloca'ed memory.
5 Still not ok to use Lisp string data (because of GC). 15 Still not ok to use Lisp string data (because of GC).