source: trunk/ChangeLog@ 383

Last change on this file since 383 was 383, checked in by bird, 19 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1/* $Id: ChangeLog 383 2006-01-12 04:00:23Z bird $ */
2
32006-01-12: bird
4 - src/gmake/job.c:
5 o Fixed bad parallel bug.
6
72005-12-18: bird
8 - kBuild/*.kmk, kBuild/tools/*.kmk:
9 o Finally I've got around to implement command dependencies.
10 o Use $(INSTALL) instead of $(RM) + $(CP).
11 o More install features.
12 - kBuild/bin/x86.[linux|win32|os2]/:
13 o Rebuilt all the utils.
14 o Renamed all unix utilites so they start with a kmk_ prefix and don't
15 override any local unix utils.
16 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
17 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
18 src/gmake/Makefile.kmk:
19 o Ported all the builtins to windows - now rebuild works again!
20 o Fixed a few error case bugs in the builtins.
21 o Disabled the -R and -r options for rm and cp.
22 o Added kmk_install / kmk_builtin_install from BSD.
23
242005-12-13: bird
25 - kBuild/bin/x86.linux/kmk,
26 kBuild/bin/x86.linux/kmk_append,
27 kBuild/bin/x86.linux/kmk_cp,
28 kBuild/bin/x86.linux/kmk_echo,
29 kBuild/bin/x86.linux/kmk_mkdir,
30 kBuild/bin/x86.linux/kmk_rm:
31 o Rebuild with current sources.
32 - src/gmake/Makefile:
33 o Prefixed external tools with kmk_.
34
352005-12-12: bird
36 - kBuild/footer.kmk, kBuild/header.kmk:
37 o Generic pass stuff.
38 o Enabled and weeded out the new target install method.
39 o Added separate install target type.
40 o Added separate installs pass.
41 o Fixed those $$$$(PATH_<target>) problems.
42 o General clean up removing lot's of duplicate stuff.
43 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
44 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
45 kBuild/tools/VCC70.kmk:
46 o Adjusted to new parameters for the link rules.
47 o List all output files as targets for the rules.
48 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
49 o Removed early attempts which isn't used anylonger.
50 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
51 o Fixed not parallel assertion on targets with no commands.
52
532005-12-11: bird
54 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
55 src/gmake/Makefile.kmk, src/gmake/variables.c:
56 o New command 'append' which appends text to a file, creating the file if necessary.
57 o KMK_BUILTIN is listing the supported commands (used to be "1").
58 - src/gmake/kmkbuiltin/cp_utils.c:
59 o Add O_BINARY to all open calls.
60 - src/gmake/function.c:
61 o Fixed abspath on OS/2.
62 - src/kDepPre/kDepPre.c:
63 o Killed some warnings and made it build on OS/2 and FreeBSD.
64
652005-11-07: bird
66 - kBuild/tools/VCC70.kmk:
67 o Use the new -s option for dependencies.
68 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
69 o Added new option -s for generating stub dependencies just like -Wp,-MP.
70 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
71 o Added -Wp,-MP to compile jobs for better dependencies.
72
732005-10-31: bird
74 - kBuild/tools/VCC70.kmk:
75 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
76 screw up the path casing anywhere.
77 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
78 o Rebuild with latest code.
792005-10-30: bird
80 - kBuild/env.sh:
81 o amd64.
82 o kDepCCxx -> kDepPre. Ash.
83 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
84 o Fix case option - need it on unix for cl.exe with wine.
85
862005-10-29: bird
87 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
88 o Strip drive letters on non-PC OSes.
89
902005-10-28: bird
91 - kBuild/footer.h:
92 o Fixed a couple of defaults so it all works right on amd64.
93 - kBuild/bin/amd64.linux/:
94 o Added binaries. ash is 32-bit!
95
962005-10-14: bird
97 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
98 o Corrected bug in line skipping where two lines would be skipped.
99 o Corrected slashes on win32.
100
1012005-10-03: bird
102 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
103 o Fixed stupid stupid bug in the win32 case correcting code.
104 Rebuilt the win32 binary.
105
1062005-08-11: bird
107 - kBuild/footer.kmk:
108 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
109
110 - kBuild/tools/VCC70.kmk:
111 o Use $(tolower ) to construct the right .pdb names for cleanup.
112
113 - src/gmake/read.c:
114 o print target name 'target pattern' errors.
115
116 - kBuild/header.kmk:
117 o Use $(abspath ).
118
119 - src/gmake/variable.c:
120 o Added KMK_FEATURES which indicates what's present+working and what's not.
121
122 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
123 o Fixed casing paths on win32.
124
125 - src/gmake/function.c, src/gmake/Makefile.kmk:
126 o Fixed $(abspath ) on Win32 and OS/2.
127 o Added $(tolower ) and $(toupper ).
128
1292005-06-16: bird
130 - ALL:
131 o Bootstrap and ported to FreeBSD 5.x on AMD64.
132
1332005-05-06: bird
134 - ALL:
135 o Working on the build system of the build system. :-)
136 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
137
138[missing a lot!]
139
1402002-10-15: bird
141 - ALL:
142 o Created a somewhat rought directory structure.
143
144 - src/fastdep:
145 o Imported current sources from ODIN32.
146
147 - src/kmk:
148 o Imported current sources from the freebsd tree.
149
1502002-10-15: ktk
151 - ALL: Create repository.
152
153
Note: See TracBrowser for help on using the repository browser.