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
|
2004-09-19 Tristan Miller <psychonaut@nothingisreal.com>
* NEWS, TODO, configure.ac, doc/gpp.pp, src/gpp.c:
Added #date meta-macro
2004-07-11 Tristan Miller <psychonaut@nothingisreal.com>
* configure.ac: Upgrade version number
* THANKS: *** empty log message ***
* NEWS: Downgraded version number
* BUGS: Bug report from Richard M. Myers
* TODO: More wishlist items from users
* configure.ac, src/Makefile.am, src/gettext.h, src/gpp.c, autogen.mak, Makefile.am:
Roll back changes to 2004-07-05
* Makefile.am, NEWS, THANKS, autogen.mak, configure.ac, src/Makefile.am, src/gettext.h, src/gpp.c:
Added gettext patch from Lucas Wall <kthulhu@usa.net>
2004-07-05 Tristan Miller <psychonaut@nothingisreal.com>
* src/gpp.c:
Fixed bug where #error/#warning inside an #if block was always
executed (even in the false branch)
2004-06-22 Tristan Miller <psychonaut@nothingisreal.com>
* THANKS: Debian package
2004-02-14 Tristan Miller <psychonaut@nothingisreal.com>
* NEWS, README, THANKS, TODO, configure.ac, doc/gpp.pp, src/gpp.c, BUGS, INSTALL:
Added --include option
2004-02-07 Tristan Miller <psychonaut@nothingisreal.com>
* TODO: Misc updates
* INSTALL: Updated copyright notice.
* INSTALL:
Simplified installation instructions into Unix and non-Unix varieties.
* doc/gpp.pp: Documentation for #error and #warning
* NEWS: Changes for 2.21
* src/gpp.c: Added #error and #warning meta-macros
* configure.ac: Bump version number
2004-01-17 Tristan Miller <psychonaut@nothingisreal.com>
* NEWS: Describes new features in 2.20
* src/gpp.c: Adding globbing and elif support
* doc/gpp.pp: Added documentation for globbing and elif
* configure.ac: Now checks for fnmatch.h
* THANKS: *** empty log message ***
* src/gpp.c: Fixed line number bug
* configure.ac: *** empty log message ***
* configure.ac:
Removed MALLOC/REALLOC checks (we never malloc(0) anyway AFAIK)
2004-01-16 Tristan Miller <psychonaut@nothingisreal.com>
* THANKS, TODO, configure.ac, doc/gpp.pp, src/gpp.c, NEWS:
Fixed crash bug, added #line and #file macros, updated licence for documentation
* TODO: *** empty log message ***
2003-12-31 Tristan Miller <psychonaut@nothingisreal.com>
* Makefile.am: Added BUGS, TODO to distribution
* NEWS, README, THANKS, TODO, configure.ac, doc/gpp.pp, gpp.c, gpphelp.pp, src/Makefile.am, src/gpp.c, AUTHORS, BUGS, CHANGELOG, COPYING, INSTALL, LICENCE, Makefile, Makefile.am:
Autoconfiscated plus various bugfixes and updates; see NEWS for details
2003-11-22 Tristan Miller <psychonaut@nothingisreal.com>
* CHANGELOG, gpp.c: Changed licence
* gpphelp.pp: *** empty log message ***
* README: Initial import
* Makefile, CHANGELOG: *** empty log message ***
* CHANGELOG: Added CVS Id string
* CHANGELOG: Licence
* gpphelp.pp: Changed copyright notices
* gpp.c: Added to to-do list
* gpp.c: Changed copyright notices
* Makefile: Added CVS Id string
* CHANGELOG: *** empty log message ***
* gpphelp.pp: Added documentation for long options
* gpp.c: Added long option variants
* gpphelp.pp: Documentation for -h, --help, --version
* gpp.c: Added -help, -version arguments
* CHANGELOG: *** empty log message ***
* gpphelp.pp: Fixed grammar, spelling, typography, typos
2003-11-21 Tristan Miller <psychonaut@nothingisreal.com>
* gpphelp.pp: Changed copyright notices
* gpp.c: *** empty log message ***
* gpp.c: Updated version number
* gpp.c: *** empty log message ***
* gpp.c:
Added const qualifiers where appropriate (may not have caught them
all, though)
* gpp.c: Removed casting to calloc() calls, sizeof(char)
* gpp.c: Removed casting to realloc() calls
* gpp.c: Removed casting in memcpy()
* gpp.c: Many instances of () -> (void)
* gpp.c: ProcessContext() -> ProcessContext(void)
* gpp.c: Removed malloc() casting
2003-10-04 Tristan Miller <psychonaut@nothingisreal.com>
* LICENCE: LGPL
* LICENCE: Wrong licence; should be LGPL
* LICENCE: Adding GNU licence
* gpphelp.pp: Added nothingisreal.com home page
* gpp.c: Misc authorship changes and C code niceties
* gpphelp.pp: Fixed bugs in author attribution
* gpphelp.pp: Deleted space before /> in example
* CHANGELOG, Makefile, gpp.1, gpp.c, gpp.html, gpphelp.pp:
Initial release of 2.11
* CHANGELOG, Makefile, gpp.1, gpp.c, gpp.html, gpphelp.pp:
Initial import into CVS
* CHANGELOG, Makefile, gpp.1, gpp.c, gpp.html, gpphelp.pp: New file.
|