diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-10 18:58:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-10 18:58:47 +0000 |
commit | ff8ff73e65171f716c9bceffdab463d644fe962f (patch) | |
tree | 045fd2c4a662c92b3d22cba1127a12e4df40ca13 | |
parent | 8478b0c10af24fbdb709f78decc10611adefdfe5 (diff) | |
download | gunmake-ff8ff73e65171f716c9bceffdab463d644fe962f.tar.gz |
.
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | version.c | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,20 @@ +Fri Mar 10 13:56:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * Version 3.72.10. + + * GNUmakefile (globfiles): Add glob/configure.bat. + (distfiles): Add configh.dos, configure.bat. + Wed Mar 8 13:10:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + Fixes for MS-DOS from DJ Delorie. + * read.c (read_makefile, parse_file_seq) [__MS_DOS__]: Don't see : + as separator in "C:\...". + * configh.dos (STDC_HEADERS): Define only if undefined. + (HAVE_SYS_PARAM_H): Don't define this. + (HAVE_STRERROR): Define this. + * job.c (construct_command_argv_internal) [__MSDOS__]: Fix typos. + * Version 3.72.9. * main.c (decode_switches): Reset optind to 1 instead of 0. @@ -1,4 +1,4 @@ -char *version_string = "3.72.9"; +char *version_string = "3.72.10"; /* Local variables: |