1 | /* $Id: ChangeLog 327 2005-10-15 00:43:57Z bird $ */
|
---|
2 |
|
---|
3 | 2005-10-14: bird
|
---|
4 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
5 | o Corrected bug in line skipping where two lines would be skipped.
|
---|
6 | o Corrected slashes on win32.
|
---|
7 |
|
---|
8 | 2005-10-03: bird
|
---|
9 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
10 | o Fixed stupid stupid bug in the win32 case correcting code.
|
---|
11 | Rebuilt the win32 binary.
|
---|
12 |
|
---|
13 | 2005-08-11: bird
|
---|
14 | - kBuild/footer.kmk:
|
---|
15 | o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
|
---|
16 |
|
---|
17 | - kBuild/tools/VCC70.kmk:
|
---|
18 | o Use $(tolower ) to construct the right .pdb names for cleanup.
|
---|
19 |
|
---|
20 | - src/gmake/read.c:
|
---|
21 | o print target name 'target pattern' errors.
|
---|
22 |
|
---|
23 | - kBuild/header.kmk:
|
---|
24 | o Use $(abspath ).
|
---|
25 |
|
---|
26 | - src/gmake/variable.c:
|
---|
27 | o Added KMK_FEATURES which indicates what's present+working and what's not.
|
---|
28 |
|
---|
29 | - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
|
---|
30 | o Fixed casing paths on win32.
|
---|
31 |
|
---|
32 | - src/gmake/function.c, src/gmake/Makefile.kmk:
|
---|
33 | o Fixed $(abspath ) on Win32 and OS/2.
|
---|
34 | o Added $(tolower ) and $(toupper ).
|
---|
35 |
|
---|
36 | 2005-06-16: bird
|
---|
37 | - ALL:
|
---|
38 | o Bootstrap and ported to FreeBSD 5.x on AMD64.
|
---|
39 |
|
---|
40 | 2005-05-06: bird
|
---|
41 | - ALL:
|
---|
42 | o Working on the build system of the build system. :-)
|
---|
43 | o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
|
---|
44 |
|
---|
45 | [missing a lot!]
|
---|
46 |
|
---|
47 | 2002-10-15: bird
|
---|
48 | - ALL:
|
---|
49 | o Created a somewhat rought directory structure.
|
---|
50 |
|
---|
51 | - src/fastdep:
|
---|
52 | o Imported current sources from ODIN32.
|
---|
53 |
|
---|
54 | - src/kmk:
|
---|
55 | o Imported current sources from the freebsd tree.
|
---|
56 |
|
---|
57 | 2002-10-15: ktk
|
---|
58 | - ALL: Create repository.
|
---|
59 |
|
---|
60 |
|
---|