- Timestamp:
- Dec 11, 2005 5:38:12 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r349 r351 2 2 3 3 2005-12-11: bird 4 5 * src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c, 6 src/gmake/Makefile.kmk, src/gmake/variables.c: New command 'append' which appends 7 text to a file, creating the file if necessary. KMK_BUILTIN is now set to 2 (was 1). 8 * src/gmake/kmkbuiltin/cp_utils.c: Add O_BINARY to all open calls. 9 * src/gmake/function.c: 10 * src/gmake/function.c: Fixed abspath on OS/2. 11 * src/kDepPre/kDepPre.c: Killed some warnings and stuff. 4 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c, 5 src/gmake/Makefile.kmk, src/gmake/variables.c: 6 o New command 'append' which appends text to a file, creating the file if necessary. 7 o KMK_BUILTIN is listing the supported commands (used to be "1"). 8 - src/gmake/kmkbuiltin/cp_utils.c: 9 o Add O_BINARY to all open calls. 10 - src/gmake/function.c: 11 o Fixed abspath on OS/2. 12 - src/kDepPre/kDepPre.c: 13 o Killed some warnings and made it build on OS/2 and FreeBSD. 12 14 13 15 2005-11-07: bird
Note:
See TracChangeset
for help on using the changeset viewer.