diff options
Diffstat (limited to 'msdos/ChangeLog')
| -rw-r--r-- | msdos/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 1e156563e06..f0c3703f36c 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2012-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * mainmake.v2 (bootstrap-clean): Do a maintainer-clean in lib, not | ||
| 4 | bootstrap-clean (which doesn't exist). | ||
| 5 | |||
| 6 | * inttypes.h (PRIuMAX) [__DJGPP__ < 2.04]: Define to "llu". | ||
| 7 | |||
| 8 | * sedleim.inp (MKDIR_P): Edit to DOS "md" command. | ||
| 9 | |||
| 10 | * sed1v2.inp: (LIB_CLOCK_GETTIME): Edit to empty. | ||
| 11 | Remove lines that invoke PAXCTL. | ||
| 12 | (clean): Fix recipe not to run Unixy shell commands. | ||
| 13 | |||
| 14 | * sed2v2.inp (GETTIMEOFDAY_TIMEZONE): Edit to 'struct timezone'. | ||
| 15 | (HAVE_STRNCASECMP): Edit to 1. | ||
| 16 | |||
| 17 | * sed3v2.inp (LIB_CLOCK_GETTIME): Edit to empty. | ||
| 18 | (C_SWITCH_SYSTEM): Add "-I../msdos". | ||
| 19 | |||
| 20 | * sedlibmk.inp (GNULIB_GETTIMEOFDAY, GNULIB_PSELECT) | ||
| 21 | (GNULIB_SELECT, HAVE_STRUCT_TIMEVAL, HAVE_SYS_SELECT_H) | ||
| 22 | (HAVE_SYS_TIME_H, NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H) | ||
| 23 | (NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H, NEXT_SYS_SELECT_H) | ||
| 24 | (NEXT_SYS_TIME_H, REPLACE_GETTIMEOFDAY, REPLACE_PSELECT) | ||
| 25 | (REPLACE_STRUCT_TIMEVAL): Edit to appropriate values. | ||
| 26 | (BUILT_SOURCES): Edit out sys/select.h and sys/time.h. | ||
| 27 | (mostlyclean-local, distclean-generic): Fix recipe not to run | ||
| 28 | Unixy shell commands. | ||
| 29 | |||
| 1 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> | 30 | 2012-06-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 31 | ||
| 3 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | 32 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. |