1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
|
2004-06-13 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5g of cxref released.
2004-05-09 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in:
Add the cxref-cpp-configure script and cxref-cpp.defines file.
Renamed the manual pages.
* README:
Changed the location of the parameters to define if not using gcc.
* cccp.c: Add the -cxref-cpp-defines option.
Replace C++ style comments with C style comments.
* configure.in:
Move the gcc configuration detection code to cxref-cpp-configure.
* cxref-cpp.man: Renamed from README.man and rewritten.
* cxref-cpp-configure.man, cxref-cpp-configure.in: New file.
2004-04-11 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c: Fix handling of -Afoo=bar options (patch from Camm Maguire).
2004-03-06 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in:
Add a --without-cxref-cpp option to the configure scripts.
2004-02-14 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5f of cxref released.
2004-01-18 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in:
Add a check that the installed gcc preserves comments after #include statements.
2003-07-31 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Allow for gcc 3.x style -Afoo=bar options as well as existing -Afoo(bar) options (in Makefile CPP_PREDEFINES).
2003-06-29 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5e of cxref released.
2003-06-29 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in:
Updated to check that gcc passes through comments after a #define.
* README: Update with information about newer gcc versions.
2002-05-05 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5d of cxref released.
2002-04-21 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in: Bug fix for 'make install'.
2002-04-14 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in:
Change the rule for compiling .c to .o for versions of make that don't understand '%.o:%.c'.
* Makefile.in:
Include a DESTDIR in the Makefiles to allow installing in a different place to the compile options.
2002-02-17 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in:
More fixes to allow configure/build outside of cxref source tree.
* configure.in: Allow gcc-3.x to be used in place of cxref-cpp.
2002-01-19 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Allow for gcc 3.x style -Afoo=bar options as well as existing -Afoo(bar) options.
2001-12-16 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Added in a #include of alloca.h if HAVE_ALLOCA_H is autoconfigured.
2001-12-09 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in:
When the user does not have gcc try and guess what to do.
Sat Apr 28 15:45:00 2001 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5c of cxref released.
Tue Nov 16 19:06:51 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* autoconfig.h.in: Initial revision
Sun Sep 26 10:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5b of cxref released.
Sun Aug 22 08:16:39 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in: Add CFLAGS and LDFLAGS to the Makefile.in.
Fri Jun 18 19:15:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5a of cxref released.
Sat May 8 14:16:37 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in: Add a --with-cxref-cpp option.
Sun Feb 21 12:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5 of cxref released.
Sat Jan 16 12:20:10 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in: Add a new install target for Win32.
Sat Jan 16 11:11:56 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in, Makefile.in: Initial revision
* version.c: Change the version string to include cxref.
* tm.h, config.h: Modify for use with autoconf and configure.
* README: Add information about using autoconf and configure.
* version.c: Initial revision
Sun Dec 27 12:23:27 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config-cpp: Use gcc instead of cxref-cpp if new enough.
Sat Dec 6 14:30:00 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4c of cxref not released
Wed Apr 22 17:48:19 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config.h: Fixed previous AIX change.
Sat Apr 18 19:30:00 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4b of cxref released
Sat Apr 18 18:57:52 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config.h: Made a change for AIX.
Wed Jan 7 19:24:36 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config.h:
Fix a bug that stops compilation on Linux with libc version 6.
Thu Nov 20 20:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4a of cxref released
Thu Nov 20 19:55:34 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile: Fixed more SUN make problems.
Sat Jul 5 18:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4 of cxref released
Mon May 26 15:11:14 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Submitted my changes to a future version gcc that are needed for cxref.
This means that I have seen the future of cccp.c and included a couple of fixes.
The option of mine is the '-dI' option to output the #includes.
Sun Apr 27 17:00:31 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* README.man, cccp.c:
Removed all features except those that could be put in the standard GCC.
Fri Apr 25 18:36:28 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* README.man, README, config.h, Makefile, cccp.c:
Changed over to cpp-2.7.2, patched in all the cpp-2.6.3 hacks.
* cccp.c: Initial revision (new version based on gcc-2.7.2).
Wed Apr 23 20:00:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.3a of cxref completed.
Wed Apr 23 19:47:27 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config.h: Added extra #defines in the NEED_SVR4_STRINGS case.
Tue Mar 25 18:43:06 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c: Added a check for FreeBSD for the use of sys_errlist.
Mon Jan 6 20:37:26 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Changed the behaviour on system include files with ../ in the path.
Sun Dec 8 10:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.3 of cxref released
Sun Dec 8 10:07:57 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* README.man: Initial revision
Sun Dec 8 09:15:31 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Fixed a bug in the code to canonicalise the path name of included files.
Sat Nov 16 16:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Beta Version 1.3 of cxref released
Sat Nov 16 16:03:01 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* config-cpp:
Made the output more verbose and fixed error in bzero determination.
Sat Nov 2 14:23:09 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* tm.h, config.h: Initial revision
* Makefile, config-cpp, README:
Replaced the configured tm.h and config.h with a generic one.
* cccp.c:
Allow #define replacements for bzero,bcmp,bcopy and index,rindex to work.
Tue Oct 29 19:51:40 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* README:
New automated makefiles require new instructions in case of failure.
* config-cpp: Initial revision
* Makefile: Automated makefile, uses two separate configuration files.
Sun Oct 27 15:02:23 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
A CXREF_CPP_PREDEFINES when compiling will override CPP_PREDEFINES from header files.
Sat Oct 5 12:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.2b of cxref released
Sun Aug 18 16:13:44 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cccp.c:
Added a second set of file name mangling to stop some multi-directory reference failures.
Sat Jul 6 20:00:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.2 of cxref released
Sat Jul 6 19:44:25 1996 Andrew M. Bishop (amb@gedanken)
* README: Reformatted, and spell-checked.
Sun Jun 30 19:49:15 1996 Andrew M. Bishop (amb@gedanken)
* cccp.c:
Changed filname handling so that foo/../ and ./ are removed from include file names,
and only system files and those starting with / are output as in the original source.
Wed May 22 19:00:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.1 of cxref released
Sat May 18 19:31:21 1996 Andrew M. Bishop (amb@gedanken)
* README:
Added quite a bit more information about configuring the cxref-cpp program
and testing it once made.
* Makefile: Removed the example INCLUDE_DIR[123] for SUNs.
Sat Feb 24 16:30:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.0 of cxref released
Sat Feb 24 14:50:32 1996 Andrew M. Bishop (amb@gedanken)
* Makefile: Version 1.0 Released (First release version).
Sat Jan 20 21:06:25 1996 Andrew M. Bishop (amb@gedanken)
* Makefile: Added a default CC and CFLAGS.
Wed Nov 15 19:06:50 1995 Andrew Bishop (amb@dan)
* README: Added more explanation about the new config file structure.
* Makefile:
Added includes for Solaris 2 and modified config file structure.
Wed Aug 2 19:55:12 1995 Andrew Bishop (amb@dan)
* README: More explanations.
* Makefile: Changed INCLUDE_DIR* and tidied up some targets.
Tue Aug 1 20:26:16 1995 Andrew Bishop (amb@dan)
* cccp.c: Improved comments in code.
Tue Jul 25 20:38:05 1995 Andrew Bishop (amb@dan)
* Makefile: Changed the clean target to use -f.
Sun Jul 23 16:23:59 1995 Andrew Bishop (amb@dan)
* cccp.c: Passes through trailing comments for #define / #include.
Tue Apr 25 19:10:11 1995 Andrew Bishop (amb@dan)
* cccp.c:
Some hacks for include files, no full path and better guess of system / local.
Mon Apr 24 18:23:12 1995 Andrew Bishop (amb@dan)
* Makefile, README, cccp.c:
Initial revision
|