Changeset 4220 for trunk/src/ChangeLog.6
- Timestamp:
- 2008年04月04日 22時04分40秒 (8 months ago)
- Files:
-
- trunk/src/ChangeLog.6 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/ChangeLog.6
r4196 r4220 1644 1644 Call `tzset' instead of `init_gettimeofday'. 1645 1645 1646 * fileio.c [MSDOS]: If DJGPP version 2, include fcntl.h and string.h.1647 1648 * lread.c [MSDOS]: If DJGPP version 2, include unistd.h.1646 * fileio.c [MSDOS]: If DJGPP version 3, include fcntl.h and string.h. 1647 1648 * lread.c [MSDOS]: If DJGPP version 3, include unistd.h. 1649 1649 Include msdos.h somewhat earlier. For X_OK. 1650 1650 … … 1665 1665 (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2. 1666 1666 1667 * msdos.c [MSDOS]: If DJGPP version 2, include fcntl.h.1667 * msdos.c [MSDOS]: If DJGPP version 3, include fcntl.h. 1668 1668 (_crt0_startup_flags): Initialize to work 1669 1669 correctly both with and without GNU `malloc' and `ralloc'. … … 5355 5355 See ChangeLog.5 for earlier changes. 5356 5356 5357 Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007 5357 Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 5358 5358 Free Software Foundation, Inc. 5359 5359 … … 5362 5362 GNU Emacs is free software; you can redistribute it and/or modify 5363 5363 it under the terms of the GNU General Public License as published by 5364 the Free Software Foundation; either version 2, or (at your option)5364 the Free Software Foundation; either version 3, or (at your option) 5365 5365 any later version. 5366 5366
