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 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508
|
2014-01-22 [r654] Andrew M. Bishop <amb>
* doc/NEWS, FILES, src/version.h: Update for version 1.6e.
2014-01-22 [r653] Andrew M. Bishop <amb>
* src/preproc.c: Discard the gcc pre-defined #include files that it
includes to define some #defines (if not using cxref-cpp).
2014-01-22 [r652] Andrew M. Bishop <amb>
* src/preproc.c: Discard the gcc pre-defined #define values that it
writes out (if not using cxref-cpp).
2014-01-21 [r651] Andrew M. Bishop <amb>
* src/parse.l: Handle the gcc _Pragma(...) compiler directives.
2013-12-31 [r650] Andrew M. Bishop <amb>
* doc/FAQ-html.pl: Produce better HTML formatting.
2013-12-29 [r649] Andrew M. Bishop <amb>
* src/html.c: Make the HTML 4.01 output use the strict DTD rather
than the transitional one.
2013-12-29 [r648] Andrew M. Bishop <amb>
* src/type.c: Don't report line number 0 for structures/unions
defined within other ones.
2013-12-29 [r647] Andrew M. Bishop <amb>
* doc/FAQ: Fix link to Cygwin project.
2013-07-23 [r646] Andrew M. Bishop <amb>
* src/parse.y: Change the function argument on yyerror() so that it
doesn't raise an error with modern yacc.
2013-07-23 [r645] Andrew M. Bishop <amb>
* src/var.c: Don't crash on an unparseable function declaration
("fixes" Debian bug #667443).
2013-07-23 [r644] Andrew M. Bishop <amb>
* src/preproc.c: Update header comment.
2013-07-23 [r643] Andrew M. Bishop <amb>
* src/preproc.c: Add a new special name for gcc-4.x.
2013-07-17 [r642] Andrew M. Bishop <amb>
* doc/NEWS, src/version.h: Update for SVN maintenance release.
2013-07-17 [r641] Andrew M. Bishop <amb>
* src/cxref.c: Fix a crash if an invalid set of CPP options are
passed (fixes Debian bug #715771 found by the Mayhem tool).
2013-03-16 [r640] Andrew M. Bishop <amb>
* contrib/xrefgraph.py, src/cxref.c, contrib/cxref.spec,
doc/README.tex, doc/README, query/README, doc/README.sgml,
doc/README.html, contrib/cflow.el, doc/FAQ, doc/README.man,
query/README.man: Change web-page and e-mail addresses from
gedanken.demon.co.uk to gedanken.org.uk.
2012-04-07 [r639] Andrew M. Bishop <amb>
* cpp/Makefile.in, query/Makefile.in, src/Makefile.in: Pass the
CPPFLAGS through to the C compiler (patch from Debian bug
#665202).
2011-10-03 [r637] Andrew M. Bishop <amb>
* FILES, ANNOUNCE (removed), LSM (removed), doc/ANNOUNCE (removed):
Don't include the ANNOUNCE or LSM files in future releases.
2010-10-03 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.6d of cxref released.
2011-10-03 [r636] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/README.html: Update for version 1.6d.
2011-10-03 [r635] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* FILES, LSM: Update again for version 1.6d.
2011-10-03 [r633-634] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* LSM: Update for version 1.6d.
* doc/NEWS, FILES, doc/README, src/version.h: Update for version
1.6d.
2011-08-26 [r632] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/Makefile.in: Change the Makefile for better compatibility
with FreeBSD.
2011-06-18 [r631] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.l: Remove gcc warning messages.
2011-04-02 [r630] Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y: Allow structure initialisers to have multiple
components (e.g. a.b=1).
2010-12-27 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Changed version control environment from RCS to CVS to SVN.
2010-12-27 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/NEWS: Temporary check-in to allow transition from RCS to CVS
to SVN.
2010-10-19 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/cxref-cpp-configure.in, cpp/Makefile.in, doc/Makefile.in,
query/Makefile.in: Updated for latest version of autoconf.
2010-05-31 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.6c of cxref released.
2010-05-31 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/NEWS, src/version.h: Update version number to 1.6c.
2009-04-25 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/FAQ: Remove link to internet feedback form.
2008-08-13 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/README.html: Remove links to pages that are not on web site.
2008-04-02 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.l: Removed the char_varying type.
2008-02-26 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y: Handle ASM statements with named identifiers in them.
2008-02-11 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.l: Add offsetof() as well.
2007-12-03 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.l: Handle the gcc __builtin_offsetof() function.
2007-11-11 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in: Check that the lex/yacc programs actually exist.
2007-02-16 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.6b of cxref released.
2007-02-16 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/version.h, doc/NEWS: Update to version 1.6b.
2006-10-15 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y:
Fix for scope problems with variable declarations like 'extern void (*variable)(void);'.
2006-03-11 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/preproc.c, src/cxref.c:
Define a value for PATH_MAX in case one is not already defined.
2005-11-19 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* configure.in, cpp/configure.in: Call AC_INIT() properly.
2005-10-15 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/cccp.c:
Remove gcc-4.0 unused variable and signed/unsigned pointer warnings.
2005-05-01 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.6a of cxref released.
2005-05-01 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/NEWS, src/version.h: Updated to version 1.6a.
2005-02-20 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y:
Stop function comments leaking through to #defines inside.
2005-02-05 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/Makefile.in:
The cxref-cpp program must be run with the -lang-c option to get vararg macros
correct.
* cpp/cccp.c:
Applied Debian gcc-2.95.4 patch 'cpp-dos-newlines.dpatch' (originally from egcs).
* cpp/README: Added more text describing the changes for cxref.
2005-02-01 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* Makefile.in, doc/Makefile.in, src/Makefile.in:
Install the cxref manual page from 'doc' subdir not 'src'.
2005-01-29 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/cccp.c:
Give a fatal error if cxref-cpp.defines has an invalid -I path in it.
2004-11-20 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/type.c: Remove small memory leaks.
2004-11-19 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/html.c: Don't read from freed memory location.
2004-11-10 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y: Improve the way that structure initializers are parsed.
2004-11-06 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/README: Need to modify prefix.c to remove compilation warnings.
* cpp/prefix.c: New file.
* cpp/config.h: Improve function prototypes for cccp.c local functions.
* cpp/Makefile.in: Don't ignore compilation warnings.
2004-11-06 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y: Just some whitespace changes.
* src/parse.y:
Fixed some structure assignments for parsing the kernel version 2.6.
2004-10-17 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y: Allow variables to be declared in for(;;) statements.
2004-10-12 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/config.h:
Add some function prototypes for cccp.c local functions.
2004-09-26 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.6 of cxref released.
2004-09-26 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/NEWS, src/version.h: Update for version 1.6.
* src/cxref.c: Fix reversal of -html-src/-html options.
* Makefile.in: Allow 'make distclean ; make docs' to work.
2004-09-07 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/Makefile.in:
Simplify parse-yacc.h and parse-yacc.c generation from parse.y.
2004-09-04 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y:
Fix problem with structure containing pointer to function looking like a function declaration.
2004-08-29 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.y:
Handle a goto statement or a named label with a type name.
2004-08-15 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* INSTALL: Add instructions for installing with Cygwin.
2004-07-17 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/parse.l: Added C99 Boolean type.
Ignore any C99 Complex or GNU C Complex.
* src/parse.y: Added C99 Boolean type.
2004-07-03 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* INSTALL, doc/FAQ: Update to version 1.6.
2004-06-26 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/html.c: Make the HTML output nicely formatted and using styles.
* src/latex.c, src/rtf.c, src/sgml.c:
Make some changes to match html.c.
* src/cxref.css.in: Add some stylesheet definitions.
* doc/Makefile.in: Print something before running latex.
* src/cxref.c:
If the -latex209, -latex2e, -html20 or -html32 options are used give a warning but continue.
2004-06-23 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/Makefile.in:
Don't try and create the example output if compiling outside the source tree.
* src/Makefile.in: Fix Makefile bug.
* doc/README.html: Change the link to the example output.
2004-06-22 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/Makefile.in:
All documents: FAQ, READMEs and example code are handled by this Makefile now.
The FAQ and READMEs are processed here, cxref examples go to the example subdirectory.
* Makefile.in: New file.
* doc/README.tex: Style sheets are now in same directory as README.
* configure.in:
Move cxref source code into src directory, but keep configure at top level.
* cpp/Makefile.in: Fix for win32 installation.
* query/Makefile.in:
Change dependencies now that cxref source is in src directory.
* query/query.c, query/output.c, query/input.c:
Change #include now that cxref source is in src directory.
* src/Makefile.in: Move cxref source code into src directory.
2004-06-21 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/Makefile.in: Delete the cxref.css file when doing 'make clean'.
Add the html-style.c file to the list to process.
* src/cxref.css.in: New file.
* src/latex.c, src/rtf.c, src/sgml.c:
Some comment changes to match html.c.
* src/Makefile.in, src/html.c:
Added a cxref.css file that is written out when creating an HTML file.
2004-06-20 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* query/Makefile.in, cpp/Makefile.in, src/Makefile.in:
Fixes to make compilation outside of the source tree work again.
* cpp/autoconfig.h.in, src/autoconfig.h.in:
Tidy up and add a standard header.
2004-06-19 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/configure.in: Don't test for ALLOCA.
* configure.in: Don't test for USE_STD_ARG or ALLOCA.
* src/memory.c: Use __STDC__ instead of USE_STD_ARG.
* cpp/autoconfig.h.in, cpp/config.h, cpp/configure.in:
Work out the size of a 'long long' variable in configure.
* cpp/cccp.c: Make include path work like system include path.
* cpp/Makefile.in, cpp/README, cpp/autoconfig.h.in, cpp/cccp.c,
cpp/config.h, cpp/configure.in, cpp/cxref-cpp-configure.in, cpp/version.c:
Updated with cpp from gcc-2.95.3.
2004-06-18 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* cpp/cccp.c: New file.
2004-06-16 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/FAQ-html.pl: Update to produce HTMl 4.01 output.
* doc/README, doc/README.html, doc/README.man, doc/README.sgml, doc/README.tex:
Change the -html* and -latex* options in the instructions.
Update the version number and dates.
* doc/Makefile.in, src/Makefile.in:
Change the -html* and -latex* options in the Makefiles.
* src/latex.c, src/cxref.c, src/html.c:
Remove the options to produce different types of HTML or LaTeX output.
All HTML is now HTML 4.01 and all LaTeX is LaTeX 2e.
2004-06-15 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* doc/Makefile.in: Add version.h.
* src/html.c:
Remove unwanted </a> tag in HTML output for some variables.
2004-06-13 Andrew M. Bishop <amb@gedanken.demon.co.uk>
* src/cxref.c, src/html.c, src/sgml.c:
Use version.h to define the program version number.
* src/latex.c, src/rtf.c:
Use version.h to define the program version number.
Change the local functions to be like HTML/SGML in filename handling.
* src/Makefile.in: Add version.h.
* src/version.h: New file.
2004-06-13 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5g of cxref released.
2004-02-14 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5f of cxref released.
2003-06-29 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5e of cxref released.
2002-05-05 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5d of cxref released.
Sat Apr 28 15:45:00 2001 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5c of cxref released.
Sun Sep 26 10:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5b of cxref released.
Fri Jun 18 19:15:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5a of cxref released.
Sun Feb 21 12:00:00 1999 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.5 of cxref released.
Sat Dec 6 14:30:00 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4c of cxref not released
Sat Apr 18 19:30:00 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4b of cxref released
Thu Nov 20 20:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4a of cxref released
Sat Jul 5 18:30:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.4 of cxref released
Wed Apr 23 20:00:00 1997 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.3a of cxref completed.
Sun Dec 8 10:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.3 of cxref released
Sat Nov 16 16:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Beta Version 1.3 of cxref released
Sat Oct 5 12:30:00 1996 Andrew M. Bishop <amb@gedanken.demon.co.uk>
Version 1.2b of cxref released
Sat Aug 17 12:00:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.2a of cxref released
Sat Jul 6 20:00:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.2 of cxref released
Wed May 22 19:00:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.1 of cxref released
Sat Feb 24 16:30:00 1996 Andrew M. Bishop (amb@gedanken)
Version 1.0 of cxref released
|