Changeset 1622
- Timestamp:
- Jan 7, 2007, 10:29:37 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/ChangeLog
r1576 r1622 1 ------------------------------------------------------------------------ 2 r156 | sam | 2007-01-07 22:14:26 +0100 (Sun, 07 Jan 2007) | 2 lines 3 Changed paths: 4 M /trunk/src/fd.c 5 M /trunk/src/fd.h 6 M /trunk/src/fuzz.c 7 M /trunk/src/libzzuf.c 8 M /trunk/src/load-fd.c 9 M /trunk/src/load-signal.c 10 M /trunk/src/load-stream.c 11 12 * Factor regex stuff into fd.c, so that <regex.h> isn’t needed otherwhere. 13 14 ------------------------------------------------------------------------ 15 r155 | sam | 2007-01-07 22:13:31 +0100 (Sun, 07 Jan 2007) | 2 lines 16 Changed paths: 17 M /trunk/doc/zzuf.1 18 M /trunk/src/load-stream.c 19 20 * Use __srefill() on OS X, too. It now works properly. 21 22 ------------------------------------------------------------------------ 23 r154 | sam | 2007-01-07 21:50:49 +0100 (Sun, 07 Jan 2007) | 2 lines 24 Changed paths: 25 M /trunk/doc/zzuf.1 26 M /trunk/src/load-stream.c 27 28 * Implemented freopen(). 29 30 ------------------------------------------------------------------------ 31 r153 | sam | 2007-01-07 21:24:03 +0100 (Sun, 07 Jan 2007) | 2 lines 32 Changed paths: 33 M /trunk/src/load-stream.c 34 35 * Protect __srefill_orig() calls. 36 37 ------------------------------------------------------------------------ 38 r152 | sam | 2007-01-07 20:12:35 +0100 (Sun, 07 Jan 2007) | 2 lines 39 Changed paths: 40 M /trunk/bootstrap 41 42 * Updated bootstrap script. 43 44 ------------------------------------------------------------------------ 45 r151 | sam | 2007-01-07 19:45:00 +0100 (Sun, 07 Jan 2007) | 2 lines 46 Changed paths: 47 M /trunk/doc/zzuf.1 48 M /trunk/src/zzuf.c 49 M /trunk/test/testsuite.sh 50 51 * Documented stdin behaviour. 52 53 ------------------------------------------------------------------------ 54 r150 | sam | 2007-01-07 19:36:19 +0100 (Sun, 07 Jan 2007) | 2 lines 55 Changed paths: 56 M /trunk/src/Makefile.am 57 58 * Factored sources in the makefile. 59 60 ------------------------------------------------------------------------ 61 r149 | sam | 2007-01-07 19:34:50 +0100 (Sun, 07 Jan 2007) | 2 lines 62 Changed paths: 63 M /trunk/src/Makefile.am 64 D /trunk/src/chars.c 65 D /trunk/src/chars.h 66 M /trunk/src/fuzz.c 67 M /trunk/src/fuzz.h 68 M /trunk/src/libzzuf.c 69 M /trunk/src/libzzuf.h 70 M /trunk/src/zzuf.c 71 72 * Merged chars.c and fuzz.c. 73 74 ------------------------------------------------------------------------ 75 r148 | sam | 2007-01-07 19:18:50 +0100 (Sun, 07 Jan 2007) | 2 lines 76 Changed paths: 77 M /trunk/src/Makefile.am 78 A /trunk/src/chars.c (from /trunk/src/libzzuf.c:126) 79 A /trunk/src/chars.h 80 A /trunk/src/fd.c (from /trunk/src/libzzuf.c:126) 81 A /trunk/src/fd.h 82 M /trunk/src/fuzz.c 83 M /trunk/src/fuzz.h 84 M /trunk/src/libzzuf.c 85 M /trunk/src/libzzuf.h 86 M /trunk/src/load-fd.c 87 M /trunk/src/load-signal.c 88 M /trunk/src/load-stream.c 89 M /trunk/src/zzuf.c 90 91 * If no argument is given, just fuzz standard input. 92 93 ------------------------------------------------------------------------ 94 r147 | sam | 2007-01-07 18:12:53 +0100 (Sun, 07 Jan 2007) | 2 lines 95 Changed paths: 96 M /trunk/test/testsuite.sh 97 98 * Don't call cat or dd in the testsuite if they're statically linked. 99 100 ------------------------------------------------------------------------ 101 r146 | sam | 2007-01-07 17:31:33 +0100 (Sun, 07 Jan 2007) | 2 lines 102 Changed paths: 103 M /trunk/src/load-stream.c 104 105 * Fix a compilation warning. 106 107 ------------------------------------------------------------------------ 108 r145 | sam | 2007-01-07 17:29:25 +0100 (Sun, 07 Jan 2007) | 2 lines 109 Changed paths: 110 M /trunk/doc/zzuf.1 111 112 * Added note about 64-bit offsets in manpage. 113 114 ------------------------------------------------------------------------ 115 r144 | sam | 2007-01-07 17:27:59 +0100 (Sun, 07 Jan 2007) | 2 lines 116 Changed paths: 117 M /trunk/src/load-stream.c 118 119 * Fixed __srefill()/lseek() conflict issue. 120 121 ------------------------------------------------------------------------ 122 r143 | sam | 2007-01-07 17:09:13 +0100 (Sun, 07 Jan 2007) | 2 lines 123 Changed paths: 124 M /trunk/src/load-stream.c 125 126 * Only use __srefill on OpenBSD and FreeBSD. 127 128 ------------------------------------------------------------------------ 129 r142 | sam | 2007-01-07 16:55:24 +0100 (Sun, 07 Jan 2007) | 2 lines 130 Changed paths: 131 M /trunk/doc/zzuf.1 132 133 * Updated manpage, fixed - to \- here and there. 134 135 ------------------------------------------------------------------------ 136 r141 | sam | 2007-01-07 16:55:00 +0100 (Sun, 07 Jan 2007) | 2 lines 137 Changed paths: 138 M /trunk/src/load-stream.c 139 140 * Implemented BSD stdio by overriding __srefill(). 141 142 ------------------------------------------------------------------------ 143 r140 | sam | 2007-01-07 15:22:34 +0100 (Sun, 07 Jan 2007) | 2 lines 144 Changed paths: 145 M /trunk/src/load-stream.c 146 147 * Fuzz in __srefill even if _zz_disabled is on. 148 149 ------------------------------------------------------------------------ 150 r139 | sam | 2007-01-07 15:16:46 +0100 (Sun, 07 Jan 2007) | 2 lines 151 Changed paths: 152 M /trunk/src/load-stream.c 153 154 * Oops, got it wrong. 155 156 ------------------------------------------------------------------------ 157 r138 | sam | 2007-01-07 15:16:06 +0100 (Sun, 07 Jan 2007) | 2 lines 158 Changed paths: 159 M /trunk/src/load-stream.c 160 161 * Fix compilation warnings on BSD libc’s and a bug on FreeBSD. 162 163 ------------------------------------------------------------------------ 164 r137 | sam | 2007-01-07 15:14:19 +0100 (Sun, 07 Jan 2007) | 2 lines 165 Changed paths: 166 M /trunk/src/load-stream.c 167 168 * Implemented __refill(). Untested yet. 169 170 ------------------------------------------------------------------------ 171 r136 | sam | 2007-01-07 15:13:29 +0100 (Sun, 07 Jan 2007) | 2 lines 172 Changed paths: 173 M /trunk/test/testsuite.sh 174 175 * Made the testsuite shorter. 176 177 ------------------------------------------------------------------------ 178 r135 | sam | 2007-01-07 14:20:04 +0100 (Sun, 07 Jan 2007) | 2 lines 179 Changed paths: 180 M /trunk/src/load-stream.c 181 182 * Protected the _IO_getc_orig declaration. 183 184 ------------------------------------------------------------------------ 185 r134 | sam | 2007-01-07 14:18:36 +0100 (Sun, 07 Jan 2007) | 2 lines 186 Changed paths: 187 M /trunk/src/load-stream.c 188 189 * Oops, compilation fix. 190 191 ------------------------------------------------------------------------ 192 r133 | sam | 2007-01-07 14:16:43 +0100 (Sun, 07 Jan 2007) | 2 lines 193 Changed paths: 194 M /trunk/configure.ac 195 M /trunk/src/load-stream.c 196 197 * Added __srefill() skeleton, for BSD libc. 198 199 ------------------------------------------------------------------------ 200 r132 | sam | 2007-01-07 13:39:30 +0100 (Sun, 07 Jan 2007) | 2 lines 201 Changed paths: 202 M /trunk/doc/zzuf.1 203 204 * Added a note about statically linked binaries and one about getc(). 205 206 ------------------------------------------------------------------------ 207 r131 | sam | 2007-01-07 13:06:07 +0100 (Sun, 07 Jan 2007) | 2 lines 208 Changed paths: 209 M /trunk/test/testsuite.sh 210 211 * Don’t run the testsuite if /bin/cat is statically linked. 212 213 ------------------------------------------------------------------------ 214 r130 | sam | 2007-01-07 11:34:45 +0100 (Sun, 07 Jan 2007) | 3 lines 215 Changed paths: 216 M /trunk/configure.ac 217 M /trunk/doc/zzuf.1 218 M /trunk/src/fuzz.c 219 M /trunk/src/load-stream.c 220 M /trunk/test/testsuite.sh 221 222 * Always define getc(), but undefine the getc macro beforehands just in case. 223 * Implemented _IO_getc(). 224 225 ------------------------------------------------------------------------ 226 r129 | sam | 2007-01-07 10:34:42 +0100 (Sun, 07 Jan 2007) | 2 lines 227 Changed paths: 228 M /trunk/configure.ac 229 M /trunk/doc/zzuf.1 230 M /trunk/src/load-stream.c 231 232 * Implemented fseeko(). 233 234 ------------------------------------------------------------------------ 235 r128 | sam | 2007-01-06 23:17:09 +0100 (Sat, 06 Jan 2007) | 3 lines 236 Changed paths: 237 M /trunk/src/load-stream.c 238 239 * Fix a bug in the fgetln() implementation. The newline was not properly 240 accounted for in the returned length. 241 242 ------------------------------------------------------------------------ 243 r127 | sam | 2007-01-06 22:54:02 +0100 (Sat, 06 Jan 2007) | 2 lines 244 Changed paths: 245 M /trunk/test/testsuite.sh 246 247 * BSD's md5 does not have a --help option. Trying /dev/null instead. 248 249 ------------------------------------------------------------------------ 250 r126 | sam | 2007-01-06 22:38:33 +0100 (Sat, 06 Jan 2007) | 2 lines 251 Changed paths: 252 M /trunk/src/load-stream.c 253 254 * Cleaned up code. 255 256 ------------------------------------------------------------------------ 257 r125 | sam | 2007-01-06 22:37:42 +0100 (Sat, 06 Jan 2007) | 4 lines 258 Changed paths: 259 M /trunk/configure.ac 260 M /trunk/src/Makefile.am 261 262 * Only link with -ldl when available. 263 * Removed PKG_* stuff from configure.ac. 264 * Add more compilation warnings. 265 266 ------------------------------------------------------------------------ 267 r124 | sam | 2007-01-06 22:25:56 +0100 (Sat, 06 Jan 2007) | 2 lines 268 Changed paths: 269 M /trunk/test/testsuite.sh 270 271 * Got testsuite to work on FreeBSD. 272 273 ------------------------------------------------------------------------ 274 r123 | sam | 2007-01-06 21:59:28 +0100 (Sat, 06 Jan 2007) | 2 lines 275 Changed paths: 276 M /trunk/src/load-stream.c 277 278 * Fix for BSD machines: getc() may be defined as a macro. 279 280 ------------------------------------------------------------------------ 281 r122 | sam | 2007-01-06 21:24:54 +0100 (Sat, 06 Jan 2007) | 2 lines 282 Changed paths: 283 M /trunk/test/testsuite.sh 284 285 * Fixed the head call in the testsuite so that it works on OS X. 286 287 ------------------------------------------------------------------------ 288 r121 | sam | 2007-01-06 21:20:15 +0100 (Sat, 06 Jan 2007) | 2 lines 289 Changed paths: 290 M /trunk/test/testsuite.sh 291 292 * Added head and tail to the testsuite. 293 294 ------------------------------------------------------------------------ 295 r120 | sam | 2007-01-06 21:08:31 +0100 (Sat, 06 Jan 2007) | 2 lines 296 Changed paths: 297 M /trunk/src/load-fd.c 298 299 * Fixed implicit declaration. 300 301 ------------------------------------------------------------------------ 302 r119 | sam | 2007-01-06 21:02:01 +0100 (Sat, 06 Jan 2007) | 2 lines 303 Changed paths: 304 M /trunk/doc/zzuf.1 305 306 * Updated documentation wrt. mmap(). 307 308 ------------------------------------------------------------------------ 309 r118 | sam | 2007-01-06 21:01:51 +0100 (Sat, 06 Jan 2007) | 2 lines 310 Changed paths: 311 M /trunk/configure.ac 312 313 * Missing autoconf check for mmap64(). 314 315 ------------------------------------------------------------------------ 316 r117 | sam | 2007-01-06 21:01:25 +0100 (Sat, 06 Jan 2007) | 2 lines 317 Changed paths: 318 M /trunk/src/load-fd.c 319 320 * Implemented the mmap() family. 321 322 ------------------------------------------------------------------------ 323 r116 | sam | 2007-01-06 21:01:15 +0100 (Sat, 06 Jan 2007) | 2 lines 324 Changed paths: 325 M /trunk/src/load-stream.c 326 327 * Implemented rewind(). 328 329 ------------------------------------------------------------------------ 330 r115 | sam | 2007-01-06 16:54:14 +0100 (Sat, 06 Jan 2007) | 2 lines 331 Changed paths: 332 M /trunk/src/load-stream.c 333 M /trunk/test/testsuite.sh 334 335 * Fix fread() issue with standard input reading. 336 337 ------------------------------------------------------------------------ 338 r114 | sam | 2007-01-06 15:03:07 +0100 (Sat, 06 Jan 2007) | 2 lines 339 Changed paths: 340 M /trunk/doc/zzuf.1 341 342 * Added a note about mmap() not being available. 343 344 ------------------------------------------------------------------------ 345 r113 | sam | 2007-01-06 15:02:51 +0100 (Sat, 06 Jan 2007) | 2 lines 346 Changed paths: 347 M /trunk/src/debug.c 348 M /trunk/src/zzuf.c 349 350 * Fix build with older versions of gcc. 351 352 ------------------------------------------------------------------------ 353 r112 | sam | 2007-01-06 11:51:44 +0100 (Sat, 06 Jan 2007) | 2 lines 354 Changed paths: 355 M /trunk/doc/zzuf.1 356 M /trunk/src/zzuf.c 357 358 * Documentation tuning. 359 360 ------------------------------------------------------------------------ 361 r111 | sam | 2007-01-06 01:40:51 +0100 (Sat, 06 Jan 2007) | 2 lines 362 Changed paths: 363 M /trunk/ChangeLog 364 M /trunk/NEWS 365 M /trunk/TODO 366 M /trunk/configure.ac 367 M /trunk/src/zzuf.c 368 369 * Version 0.2 is ready. 370 1 371 ------------------------------------------------------------------------ 2 372 r110 | sam | 2007-01-06 01:26:39 +0100 (Sat, 06 Jan 2007) | 2 lines -
zzuf/trunk/NEWS
r1576 r1622 1 1 $Id$ 2 3 Changes from 0.2 to 0.3 4 5 * FreeBSD, NetBSD and OpenBSD support 6 * direct standard input fuzzing 7 * stdio support: full (FreeBSD), freopen, fseeko, rewind 8 * fd support: mmap, munmap 2 9 3 10 Changes from 0.1 to 0.2 -
zzuf/trunk/configure.ac
r1598 r1622 1 1 # $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 2 2 3 AC_INIT(zzuf, 0. 2)3 AC_INIT(zzuf, 0.3) 4 4 5 5 AC_PREREQ(2.50) … … 8 8 AC_CANONICAL_SYSTEM 9 9 10 AM_INIT_AUTOMAKE(zzuf, 0. 2)10 AM_INIT_AUTOMAKE(zzuf, 0.3) 11 11 AM_CONFIG_HEADER(config.h) 12 12
Note: See TracChangeset
for help on using the changeset viewer.