source: zzuf/trunk/ChangeLog @ 1764

Last change on this file since 1764 was 1764, checked in by Sam Hocevar, 16 years ago
File size: 77.3 KB
Line 
1------------------------------------------------------------------------
2r288 | sam | 2007-03-02 00:53:51 +0100 (Fri, 02 Mar 2007) | 2 lines
3Changed paths:
4   M /trunk/src/lib-fd.c
5
6  * Save errno in offset_check, thanks to Sami Liedes.
7
8------------------------------------------------------------------------
9r287 | sam | 2007-03-02 00:52:00 +0100 (Fri, 02 Mar 2007) | 2 lines
10Changed paths:
11   M /trunk/src/zzuf.c
12
13  * Removed spurious verbosity, thanks to Sami Liedes.
14
15------------------------------------------------------------------------
16r286 | sam | 2007-02-24 18:37:46 +0100 (Sat, 24 Feb 2007) | 4 lines
17Changed paths:
18   M /trunk/configure.ac
19   M /trunk/src/md5.c
20
21  * Cleaned up md5.c.
22  * Do not convert words to little endian if the architecture is already
23    little endian.
24
25------------------------------------------------------------------------
26r285 | sam | 2007-02-24 17:37:12 +0100 (Sat, 24 Feb 2007) | 3 lines
27Changed paths:
28   M /trunk/ChangeLog
29   M /trunk/NEWS
30   M /trunk/configure.ac
31
32  * Version 0.8.
33  * Updated NEWS and ChangeLog.
34
35------------------------------------------------------------------------
36r284 | sam | 2007-02-24 17:32:54 +0100 (Sat, 24 Feb 2007) | 2 lines
37Changed paths:
38   M /trunk/COPYING
39
40  * Fix WTFPL address.
41
42------------------------------------------------------------------------
43r283 | sam | 2007-02-24 17:20:42 +0100 (Sat, 24 Feb 2007) | 2 lines
44Changed paths:
45   M /trunk/src/zzuf.c
46
47  * Minor win32 cosmetic updates.
48
49------------------------------------------------------------------------
50r282 | sam | 2007-02-20 19:18:27 +0100 (Tue, 20 Feb 2007) | 2 lines
51Changed paths:
52   M /trunk/src/lib-mem.c
53
54  * OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON.
55
56------------------------------------------------------------------------
57r281 | sam | 2007-02-19 11:28:16 +0100 (Mon, 19 Feb 2007) | 3 lines
58Changed paths:
59   M /trunk/src/lib-mem.c
60
61  * Use mmap() instead of malloc() in the mmap() reimplementation so that
62    returned values are not in the heap.
63
64------------------------------------------------------------------------
65r280 | sam | 2007-02-19 11:26:41 +0100 (Mon, 19 Feb 2007) | 2 lines
66Changed paths:
67   M /trunk/configure.ac
68
69  * Check for getpagesize() at configure time.
70
71------------------------------------------------------------------------
72r279 | sam | 2007-02-19 11:25:54 +0100 (Mon, 19 Feb 2007) | 3 lines
73Changed paths:
74   M /trunk/test/zzcat.c
75
76  * Check mmap() return value.
77  * Don't pass offsets to mmap() that are not page aligned.
78
79------------------------------------------------------------------------
80r278 | sam | 2007-02-19 10:28:52 +0100 (Mon, 19 Feb 2007) | 2 lines
81Changed paths:
82   M /trunk/test/zzcat.c
83
84  * Oops, fix compilation warning.
85
86------------------------------------------------------------------------
87r277 | sam | 2007-02-19 10:16:10 +0100 (Mon, 19 Feb 2007) | 2 lines
88Changed paths:
89   M /trunk/test/testsuite.sh
90   M /trunk/test/zzcat.c
91
92  * Added mmap() to the testsuite.
93
94------------------------------------------------------------------------
95r276 | sam | 2007-02-09 02:52:59 +0100 (Fri, 09 Feb 2007) | 2 lines
96Changed paths:
97   M /trunk/src/zzuf.c
98
99  * Improved win32 pipes.
100
101------------------------------------------------------------------------
102r275 | sam | 2007-02-09 02:33:02 +0100 (Fri, 09 Feb 2007) | 2 lines
103Changed paths:
104   M /trunk/src/libzzuf.h
105   M /trunk/src/zzuf.c
106
107  * Use doubles, not float. Fixes an issue when using the default ratio value.
108
109------------------------------------------------------------------------
110r274 | sam | 2007-02-09 00:08:38 +0100 (Fri, 09 Feb 2007) | 1 line
111Changed paths:
112   M /trunk/src/zzuf.c
113
114  * Disable -M when setrlimit isn't available.
115------------------------------------------------------------------------
116r273 | sam | 2007-02-08 22:51:37 +0100 (Thu, 08 Feb 2007) | 2 lines
117Changed paths:
118   M /trunk/doc/zzuf.1
119   M /trunk/src/zzuf.c
120
121  * OpenBSD support for setrlimit().
122
123------------------------------------------------------------------------
124r272 | sam | 2007-02-08 18:23:48 +0100 (Thu, 08 Feb 2007) | 2 lines
125Changed paths:
126   M /trunk/doc/zzuf.1
127   M /trunk/src/zzuf.c
128
129  * Handle architectures that don't have RLIMIT_AS (like OpenBSD).
130
131------------------------------------------------------------------------
132r271 | sam | 2007-02-02 12:58:06 +0100 (Fri, 02 Feb 2007) | 1 line
133Changed paths:
134   M /trunk/msvc/config.h
135   M /trunk/src/fuzz.c
136   M /trunk/src/libzzuf.h
137   M /trunk/src/mygetopt.c
138   M /trunk/src/zzuf.c
139
140  * Fixed more MSVC compilation warnings.
141------------------------------------------------------------------------
142r270 | sam | 2007-02-02 12:29:27 +0100 (Fri, 02 Feb 2007) | 1 line
143Changed paths:
144   M /trunk/src/debug.c
145
146  * Fixed a minor warning and commented our printf-like function.
147------------------------------------------------------------------------
148r269 | sam | 2007-02-01 23:50:34 +0100 (Thu, 01 Feb 2007) | 1 line
149Changed paths:
150   M /trunk/msvc/zzuf.vcproj
151
152  * Added mygetopt files to the MSVC project.
153------------------------------------------------------------------------
154r268 | sam | 2007-02-01 23:33:07 +0100 (Thu, 01 Feb 2007) | 3 lines
155Changed paths:
156   M /trunk/configure.ac
157   M /trunk/src/Makefile.am
158   A /trunk/src/mygetopt.c
159   A /trunk/src/mygetopt.h
160   M /trunk/src/zzuf.c
161
162  * Reimplemented getopt_long. We use our replacement even if simple getopt
163    is available on the operating system.
164
165------------------------------------------------------------------------
166r267 | sam | 2007-02-01 23:20:48 +0100 (Thu, 01 Feb 2007) | 2 lines
167Changed paths:
168   M /trunk/src/fuzz.c
169   M /trunk/src/fuzz.h
170   M /trunk/src/libzzuf.h
171
172  * Fixed a few signed/unsigned confusions.
173
174------------------------------------------------------------------------
175r266 | sam | 2007-02-01 20:27:21 +0100 (Thu, 01 Feb 2007) | 2 lines
176Changed paths:
177   M /trunk/configure.ac
178
179  * Fuck notepad and its fucking CRLFs.
180
181------------------------------------------------------------------------
182r265 | sam | 2007-02-01 19:19:03 +0100 (Thu, 01 Feb 2007) | 2 lines
183Changed paths:
184   M /trunk/configure.ac
185   M /trunk/msvc/config.h
186   M /trunk/src/debug.c
187   M /trunk/src/fd.c
188   M /trunk/src/fd.h
189   M /trunk/src/fuzz.c
190   M /trunk/src/lib-mem.c
191   M /trunk/src/lib-stream.c
192   M /trunk/src/libzzuf.c
193
194  * Fixed a few 64-bit issues reported by MSVC.
195  * More Win32 portability fixes.
196------------------------------------------------------------------------
197r264 | sam | 2007-02-01 17:41:54 +0100 (Thu, 01 Feb 2007) | 1 line
198Changed paths:
199   A /trunk/msvc
200   A /trunk/msvc/config.h
201   A /trunk/msvc/libzzuf.vcproj
202   A /trunk/msvc/zzuf.sln
203   A /trunk/msvc/zzuf.vcproj
204   M /trunk/src/zzuf.c
205
206  * Added an MSVC project.
207------------------------------------------------------------------------
208r263 | sam | 2007-02-01 17:08:33 +0100 (Thu, 01 Feb 2007) | 2 lines
209Changed paths:
210   M /trunk/configure.ac
211   M /trunk/src/debug.c
212   M /trunk/src/lib-fd.c
213   M /trunk/src/lib-mem.c
214   M /trunk/src/lib-stream.c
215   M /trunk/src/libzzuf.c
216   M /trunk/src/zzuf.c
217   M /trunk/test/zzcat.c
218
219  * Check for <unistd.h>, too. MSVC doesn't have it.
220
221------------------------------------------------------------------------
222r262 | sam | 2007-02-01 16:57:10 +0100 (Thu, 01 Feb 2007) | 2 lines
223Changed paths:
224   M /trunk/configure.ac
225   M /trunk/src/timer.c
226   M /trunk/src/zzuf.c
227
228  * Only include <sys/time.h> conditionally.
229
230------------------------------------------------------------------------
231r261 | sam | 2007-01-28 02:17:49 +0100 (Sun, 28 Jan 2007) | 3 lines
232Changed paths:
233   M /trunk/ChangeLog
234   M /trunk/NEWS
235   M /trunk/configure.ac
236
237  * Version 0.7.
238  * Updated NEWS and ChangeLog.
239
240------------------------------------------------------------------------
241r260 | sam | 2007-01-28 01:53:19 +0100 (Sun, 28 Jan 2007) | 2 lines
242Changed paths:
243   M /trunk/test
244   M /trunk/test/Makefile.am
245   D /trunk/test/fdcat.c
246   D /trunk/test/streamcat.c
247   M /trunk/test/testsuite.sh
248   A /trunk/test/zzcat.c
249
250  * Merged fdcat and streamcat into zzcat.
251
252------------------------------------------------------------------------
253r259 | sam | 2007-01-28 01:50:53 +0100 (Sun, 28 Jan 2007) | 2 lines
254Changed paths:
255   M /trunk/src/lib-stream.c
256
257  * Print "EOF" instead of -1 when it means EOF.
258
259------------------------------------------------------------------------
260r258 | sam | 2007-01-28 01:22:23 +0100 (Sun, 28 Jan 2007) | 2 lines
261Changed paths:
262   M /trunk/src/lib-stream.c
263
264  * Oops, fixed syntax error.
265
266------------------------------------------------------------------------
267r257 | sam | 2007-01-28 01:21:58 +0100 (Sun, 28 Jan 2007) | 2 lines
268Changed paths:
269   M /trunk/src/lib-stream.c
270
271  * Better debug messages for special cases (eg. fgetc returning -1).
272
273------------------------------------------------------------------------
274r256 | sam | 2007-01-27 22:40:31 +0100 (Sat, 27 Jan 2007) | 2 lines
275Changed paths:
276   M /trunk/test/Makefile.am
277   A /trunk/test/file-00
278   A /trunk/test/file-ff
279   A /trunk/test/file-random
280   A /trunk/test/file-text
281   M /trunk/test/testsuite.sh
282
283  * Updated testsuite to use our own files instead of /dev/*.
284
285------------------------------------------------------------------------
286r255 | sam | 2007-01-27 20:05:46 +0100 (Sat, 27 Jan 2007) | 2 lines
287Changed paths:
288   M /trunk/doc/zzuf.1
289   M /trunk/src/fuzz.c
290   M /trunk/src/fuzz.h
291   M /trunk/src/opts.c
292   M /trunk/src/opts.h
293   M /trunk/src/zzuf.c
294
295  * Implemented -f/--fuzzing (fuzzing mode).
296
297------------------------------------------------------------------------
298r254 | sam | 2007-01-27 16:13:34 +0100 (Sat, 27 Jan 2007) | 3 lines
299Changed paths:
300   M /trunk/src/fd.c
301   M /trunk/src/fuzz.c
302   M /trunk/src/lib-stream.c
303   M /trunk/src/libzzuf.h
304
305  * Better ungetc() implementation. Now we don't need to care about the
306    fuzzing method.
307
308------------------------------------------------------------------------
309r253 | sam | 2007-01-25 23:34:28 +0100 (Thu, 25 Jan 2007) | 2 lines
310Changed paths:
311   M /trunk/src/debug.c
312   M /trunk/src/lib-fd.c
313   M /trunk/src/libzzuf.c
314   M /trunk/src/libzzuf.h
315   M /trunk/src/zzuf.c
316
317  * Carry DEBUG_FILENO in the ZZUF_DEBUG environment variable.
318
319------------------------------------------------------------------------
320r252 | sam | 2007-01-25 23:07:23 +0100 (Thu, 25 Jan 2007) | 3 lines
321Changed paths:
322   M /trunk/src/libzzuf.c
323
324  * Initialise malloc-related functions earlier. They're needed for regex
325    initialisation amongst others.
326
327------------------------------------------------------------------------
328r251 | sam | 2007-01-25 22:43:37 +0100 (Thu, 25 Jan 2007) | 3 lines
329Changed paths:
330   M /trunk/src/lib-mem.c
331
332  * Put a few debug messages in malloc-related functions when they use our
333    custom buffer.
334
335------------------------------------------------------------------------
336r250 | sam | 2007-01-25 21:18:34 +0100 (Thu, 25 Jan 2007) | 2 lines
337Changed paths:
338   M /trunk/NEWS
339
340  * Updated NEWS.
341
342------------------------------------------------------------------------
343r249 | sam | 2007-01-25 20:55:20 +0100 (Thu, 25 Jan 2007) | 3 lines
344Changed paths:
345   M /trunk/src/lib-mem.c
346   M /trunk/src/libzzuf.c
347   M /trunk/src/libzzuf.h
348
349  * Crap! Fixed memory manager initialisation. And sticking that into the
350    0.6.1 tarball, no one will notice! (ha ha ha)
351
352------------------------------------------------------------------------
353r248 | sam | 2007-01-25 17:56:22 +0100 (Thu, 25 Jan 2007) | 3 lines
354Changed paths:
355   M /trunk/ChangeLog
356   M /trunk/NEWS
357   M /trunk/configure.ac
358
359  * Version 0.6.1.
360  * Updated NEWS and ChangeLog.
361
362------------------------------------------------------------------------
363r247 | sam | 2007-01-25 16:33:22 +0100 (Thu, 25 Jan 2007) | 2 lines
364Changed paths:
365   M /trunk/src/lib-stream.c
366
367  * More verbosity in fread().
368
369------------------------------------------------------------------------
370r246 | sam | 2007-01-25 16:28:24 +0100 (Thu, 25 Jan 2007) | 2 lines
371Changed paths:
372   M /trunk/src/lib-stream.c
373
374  * Fixed an index inconsistency bug in fread().
375
376------------------------------------------------------------------------
377r245 | sam | 2007-01-25 15:56:18 +0100 (Thu, 25 Jan 2007) | 2 lines
378Changed paths:
379   M /trunk/src/zzuf.c
380
381  * Grrr, fixed a bug in finfo() that corrupted the display.
382
383------------------------------------------------------------------------
384r244 | sam | 2007-01-25 14:28:40 +0100 (Thu, 25 Jan 2007) | 3 lines
385Changed paths:
386   M /trunk/ChangeLog
387   M /trunk/NEWS
388   M /trunk/configure.ac
389   M /trunk/src/zzuf.c
390
391  * Version 0.6.
392  * Updated NEWS and ChangeLog.
393
394------------------------------------------------------------------------
395r243 | sam | 2007-01-25 13:15:47 +0100 (Thu, 25 Jan 2007) | 2 lines
396Changed paths:
397   M /trunk/doc/zzuf.1
398
399  * Added a networking example using socat.
400
401------------------------------------------------------------------------
402r242 | sam | 2007-01-25 12:59:33 +0100 (Thu, 25 Jan 2007) | 2 lines
403Changed paths:
404   M /trunk/src/opts.h
405   M /trunk/src/zzuf.c
406
407  * Oops, fix in-tree preloading!
408
409------------------------------------------------------------------------
410r241 | sam | 2007-01-25 12:47:44 +0100 (Thu, 25 Jan 2007) | 2 lines
411Changed paths:
412   M /trunk/src/zzuf.c
413
414  * Put opts->bytes handling in the right place.
415
416------------------------------------------------------------------------
417r240 | sam | 2007-01-25 12:40:27 +0100 (Thu, 25 Jan 2007) | 2 lines
418Changed paths:
419   M /trunk/doc/zzuf.1
420   M /trunk/src/fuzz.c
421   M /trunk/src/fuzz.h
422   M /trunk/src/libzzuf.c
423   M /trunk/src/opts.c
424   M /trunk/src/opts.h
425   M /trunk/src/zzuf.c
426
427  * Implemented -b/--bytes to restrict fuzzing to specific offsets.
428
429------------------------------------------------------------------------
430r239 | sam | 2007-01-25 03:16:00 +0100 (Thu, 25 Jan 2007) | 2 lines
431Changed paths:
432   M /trunk/src/zzuf.c
433
434  * Fixed ifdef typo.
435
436------------------------------------------------------------------------
437r238 | sam | 2007-01-25 02:10:10 +0100 (Thu, 25 Jan 2007) | 2 lines
438Changed paths:
439   M /trunk/TODO
440
441  * Updated TODO list.
442
443------------------------------------------------------------------------
444r237 | sam | 2007-01-24 16:06:17 +0100 (Wed, 24 Jan 2007) | 2 lines
445Changed paths:
446   M /trunk/build-win32
447   M /trunk/configure.ac
448   M /trunk/src/Makefile.am
449   M /trunk/src/opts.h
450   M /trunk/src/timer.c
451   M /trunk/src/zzuf.c
452
453  * Added DLL injection to the Win32 port attempt.
454
455------------------------------------------------------------------------
456r236 | sam | 2007-01-23 16:38:18 +0100 (Tue, 23 Jan 2007) | 2 lines
457Changed paths:
458   A /trunk/build-win32
459   M /trunk/configure.ac
460   M /trunk/src/Makefile.am
461   M /trunk/src/lib-load.h
462   M /trunk/src/libzzuf.c
463   M /trunk/src/libzzuf.h
464   A /trunk/src/sys.c
465   A /trunk/src/sys.h
466   M /trunk/src/zzuf.c
467
468  * Added DLL initialisation code for Win32.
469
470------------------------------------------------------------------------
471r235 | sam | 2007-01-23 13:16:50 +0100 (Tue, 23 Jan 2007) | 2 lines
472Changed paths:
473   M /trunk/src/fd.c
474
475  * Fix minor memory leak.
476
477------------------------------------------------------------------------
478r234 | sam | 2007-01-23 09:45:47 +0100 (Tue, 23 Jan 2007) | 3 lines
479Changed paths:
480   M /trunk/src/lib-fd.c
481   M /trunk/src/lib-load.h
482   M /trunk/src/lib-mem.c
483   M /trunk/src/lib-signal.c
484   M /trunk/src/lib-stream.c
485   M /trunk/src/zzuf.c
486
487  * Put either ORIG() or NEW(() around functions, because the naming scheme is
488    likely to change for the Win32 port.
489
490------------------------------------------------------------------------
491r233 | sam | 2007-01-18 22:04:34 +0100 (Thu, 18 Jan 2007) | 2 lines
492Changed paths:
493   M /trunk/doc/zzuf.1
494   M /trunk/src/zzuf.c
495
496  * Minor documentation updates.
497
498------------------------------------------------------------------------
499r232 | sam | 2007-01-18 19:45:58 +0100 (Thu, 18 Jan 2007) | 2 lines
500Changed paths:
501   M /trunk/src/fd.c
502   M /trunk/src/lib-stream.c
503
504  * Minor improvement in the locking mechanism.
505
506------------------------------------------------------------------------
507r231 | sam | 2007-01-18 13:32:31 +0100 (Thu, 18 Jan 2007) | 2 lines
508Changed paths:
509   M /trunk/configure.ac
510   M /trunk/src/lib-fd.c
511
512  * Check recv() return type: int on Linux, ssize_t on OS X.
513
514------------------------------------------------------------------------
515r230 | sam | 2007-01-18 01:21:07 +0100 (Thu, 18 Jan 2007) | 3 lines
516Changed paths:
517   M /trunk/configure.ac
518   M /trunk/src/fd.c
519   M /trunk/src/lib-fd.c
520   M /trunk/src/lib-load.h
521   M /trunk/src/lib-mem.c
522   M /trunk/src/lib-signal.c
523   M /trunk/src/lib-stream.c
524   M /trunk/src/libzzuf.c
525   M /trunk/src/zzuf.c
526
527  * Added enough autoconf checks and #ifdefs so that libzzuf builds on Win32.
528    zzuf itself doesn't build yet, though.
529
530------------------------------------------------------------------------
531r229 | sam | 2007-01-17 22:52:44 +0100 (Wed, 17 Jan 2007) | 3 lines
532Changed paths:
533   M /trunk/src/fd.c
534   M /trunk/src/fd.h
535   M /trunk/src/lib-fd.c
536   M /trunk/src/lib-mem.c
537   M /trunk/src/lib-stream.c
538   M /trunk/src/libzzuf.c
539
540  * Replaced _zz_disabled with a less stinky API. Still not thread safe, does
541    not recover very well from errors, but why care?
542
543------------------------------------------------------------------------
544r228 | sam | 2007-01-17 22:12:27 +0100 (Wed, 17 Jan 2007) | 3 lines
545Changed paths:
546   M /trunk/doc/zzuf.1
547   M /trunk/src/fuzz.c
548   M /trunk/src/fuzz.h
549   M /trunk/src/lib-fd.c
550
551  * Added aio_read() and aio_return(). They don’t work well yet, I’ll need
552    to fix the _zz_disabled mess first.
553
554------------------------------------------------------------------------
555r227 | sam | 2007-01-17 20:48:23 +0100 (Wed, 17 Jan 2007) | 2 lines
556Changed paths:
557   M /trunk/src/Makefile.am
558   A /trunk/src/opts.c
559   A /trunk/src/opts.h
560   M /trunk/src/zzuf.c
561
562  * Reorganised code, got rid of global variables.
563
564------------------------------------------------------------------------
565r226 | sam | 2007-01-17 18:14:22 +0100 (Wed, 17 Jan 2007) | 3 lines
566Changed paths:
567   M /trunk/AUTHORS
568   M /trunk/doc/zzuf.1
569   M /trunk/src/lib-fd.c
570
571  * recvmsg() support by Rémi Denis-Courmont.
572  * Minor code reorganisation.
573
574------------------------------------------------------------------------
575r225 | sam | 2007-01-17 17:32:45 +0100 (Wed, 17 Jan 2007) | 3 lines
576Changed paths:
577   M /trunk/src/lib-fd.c
578
579  * Improved recvfrom() debug information.
580  * Implemented recv().
581
582------------------------------------------------------------------------
583r224 | sam | 2007-01-17 17:26:40 +0100 (Wed, 17 Jan 2007) | 2 lines
584Changed paths:
585   M /trunk/src/debug.c
586
587  * Add %x to the format string parameters supported by debug().
588
589------------------------------------------------------------------------
590r223 | sam | 2007-01-17 16:31:40 +0100 (Wed, 17 Jan 2007) | 2 lines
591Changed paths:
592   M /trunk/src/debug.c
593   M /trunk/src/lib-stream.c
594
595  * Improved %c usage in our custom fprintf() implementation.
596
597------------------------------------------------------------------------
598r222 | sam | 2007-01-17 16:21:09 +0100 (Wed, 17 Jan 2007) | 2 lines
599Changed paths:
600   M /trunk/src/lib-fd.c
601   M /trunk/src/lib-load.h
602   M /trunk/src/lib-mem.c
603   M /trunk/src/lib-signal.c
604   M /trunk/src/lib-stream.c
605
606  * Use __func__ wherever possible.
607
608------------------------------------------------------------------------
609r221 | sam | 2007-01-17 16:07:35 +0100 (Wed, 17 Jan 2007) | 2 lines
610Changed paths:
611   M /trunk/AUTHORS
612   M /trunk/doc/zzuf.1
613   M /trunk/src/lib-fd.c
614
615  * recvfrom() support from Dominik Kuhlen.
616
617------------------------------------------------------------------------
618r220 | sam | 2007-01-17 16:02:05 +0100 (Wed, 17 Jan 2007) | 2 lines
619Changed paths:
620   M /trunk/src/debug.c
621
622  * Print "NULL" instead of "(nil)" when printing null pointers.
623
624------------------------------------------------------------------------
625r219 | sam | 2007-01-17 15:35:12 +0100 (Wed, 17 Jan 2007) | 2 lines
626Changed paths:
627   M /trunk/src/fd.c
628   M /trunk/test/testsuite.sh
629
630  * Allow -r 0.0 again. Fixed the testsuite accordingly.
631
632------------------------------------------------------------------------
633r218 | sam | 2007-01-17 14:46:38 +0100 (Wed, 17 Jan 2007) | 2 lines
634Changed paths:
635   M /trunk/src/Makefile.am
636   A /trunk/src/lib-fd.c (from /trunk/src/load-fd.c:214)
637   A /trunk/src/lib-load.h (from /trunk/src/load.h:214)
638   A /trunk/src/lib-mem.c (from /trunk/src/load-mem.c:214)
639   A /trunk/src/lib-signal.c (from /trunk/src/load-signal.c:214)
640   A /trunk/src/lib-stream.c (from /trunk/src/load-stream.c:214)
641   D /trunk/src/load-fd.c
642   D /trunk/src/load-mem.c
643   D /trunk/src/load-signal.c
644   D /trunk/src/load-stream.c
645   D /trunk/src/load.h
646
647  * Moved files around.
648
649------------------------------------------------------------------------
650r217 | sam | 2007-01-17 14:42:18 +0100 (Wed, 17 Jan 2007) | 2 lines
651Changed paths:
652   M /trunk/doc/zzuf.1
653
654  * Suggest jot instead of seq in the examples.
655
656------------------------------------------------------------------------
657r216 | sam | 2007-01-17 08:22:10 +0100 (Wed, 17 Jan 2007) | 2 lines
658Changed paths:
659   M /trunk/src/zzuf.c
660
661  * Fix a longopt parsing crash, thanks to Matti Hämäläinen.
662
663------------------------------------------------------------------------
664r215 | sam | 2007-01-17 08:21:40 +0100 (Wed, 17 Jan 2007) | 2 lines
665Changed paths:
666   M /trunk/doc/zzuf.1
667   M /trunk/src/zzuf.c
668
669  * Fix testsuite by printing MD5 hashes to stdout.
670
671------------------------------------------------------------------------
672r214 | sam | 2007-01-16 15:36:33 +0100 (Tue, 16 Jan 2007) | 3 lines
673Changed paths:
674   M /trunk/src/libzzuf.c
675   M /trunk/src/load-fd.c
676   M /trunk/src/load-mem.c
677   M /trunk/src/load-signal.c
678   M /trunk/src/load-stream.c
679   M /trunk/src/load.h
680
681  * Got rid of the *_load() functions. Now each diverted function is supposed
682    to check that the *_orig() functions it calls are properly loaded.
683
684------------------------------------------------------------------------
685r213 | sam | 2007-01-16 15:21:28 +0100 (Tue, 16 Jan 2007) | 2 lines
686Changed paths:
687   M /trunk/AUTHORS
688   M /trunk/doc/zzuf.1
689   M /trunk/src/load-fd.c
690
691  * pread() implementation, thanks to Clément Stenac.
692
693------------------------------------------------------------------------
694r212 | sam | 2007-01-16 15:06:57 +0100 (Tue, 16 Jan 2007) | 2 lines
695Changed paths:
696   M /trunk/src/load-fd.c
697
698  * Don't do the offset sanity check on non-seekable devices.
699
700------------------------------------------------------------------------
701r211 | sam | 2007-01-16 14:54:34 +0100 (Tue, 16 Jan 2007) | 2 lines
702Changed paths:
703   M /trunk/AUTHORS
704   M /trunk/doc/zzuf.1
705   M /trunk/src/load-fd.c
706
707  * readv() implementation, thanks to Rémi Denis-Courmont.
708
709------------------------------------------------------------------------
710r210 | sam | 2007-01-15 14:28:19 +0100 (Mon, 15 Jan 2007) | 3 lines
711Changed paths:
712   M /trunk/doc/zzuf.1
713
714  * Use seq instead of awk in the example, to make shorter code. I know it
715    won't work on BSD systems, but should I care?
716
717------------------------------------------------------------------------
718r209 | sam | 2007-01-15 00:56:39 +0100 (Mon, 15 Jan 2007) | 3 lines
719Changed paths:
720   M /trunk/ChangeLog
721   M /trunk/NEWS
722   M /trunk/TODO
723   M /trunk/configure.ac
724
725  * Version 0.5.
726  * Updated NEWS and ChangeLog.
727
728------------------------------------------------------------------------
729r208 | sam | 2007-01-15 00:42:34 +0100 (Mon, 15 Jan 2007) | 2 lines
730Changed paths:
731   M /trunk/doc/zzuf.1
732
733  * interval -> range.
734
735------------------------------------------------------------------------
736r207 | sam | 2007-01-15 00:41:03 +0100 (Mon, 15 Jan 2007) | 2 lines
737Changed paths:
738   M /trunk/configure.ac
739   M /trunk/doc/zzuf.1
740   M /trunk/src/Makefile.am
741   M /trunk/src/fd.c
742   M /trunk/src/fd.h
743   M /trunk/src/libzzuf.c
744   M /trunk/src/zzuf.c
745
746  * Support ranges with the -r flag.
747
748------------------------------------------------------------------------
749r206 | sam | 2007-01-14 21:47:18 +0100 (Sun, 14 Jan 2007) | 2 lines
750Changed paths:
751   M /trunk/src/fd.c
752   M /trunk/src/fd.h
753   M /trunk/src/libzzuf.h
754   M /trunk/src/zzuf.c
755
756  * Oops, ratio should be a double, not a float.
757
758------------------------------------------------------------------------
759r205 | sam | 2007-01-14 21:28:09 +0100 (Sun, 14 Jan 2007) | 2 lines
760Changed paths:
761   M /trunk/doc/zzuf.1
762   M /trunk/src/zzuf.c
763
764  * Exit non-zero if one process crashed.
765
766------------------------------------------------------------------------
767r204 | sam | 2007-01-14 21:18:31 +0100 (Sun, 14 Jan 2007) | 2 lines
768Changed paths:
769   M /trunk/doc/zzuf.1
770   M /trunk/src/zzuf.c
771
772  * Display our information to stderr, not stdout. Documented that.
773
774------------------------------------------------------------------------
775r203 | sam | 2007-01-14 21:17:45 +0100 (Sun, 14 Jan 2007) | 3 lines
776Changed paths:
777   M /trunk/src/fd.c
778   M /trunk/src/libzzuf.h
779   M /trunk/src/zzuf.c
780
781  * Only display our own kills in verbose mode.
782  * Factorise min/max ratio values.
783
784------------------------------------------------------------------------
785r202 | sam | 2007-01-14 18:47:01 +0100 (Sun, 14 Jan 2007) | 2 lines
786Changed paths:
787   M /trunk/doc/zzuf.1
788   M /trunk/src/zzuf.c
789
790  * Added -v/--verbose (unused yet).
791
792------------------------------------------------------------------------
793r201 | sam | 2007-01-14 12:03:37 +0100 (Sun, 14 Jan 2007) | 2 lines
794Changed paths:
795   M /trunk/doc/zzuf.1
796   M /trunk/src/zzuf.c
797
798  * Set --version to -V, not -v. We'll use -v for verbose.
799
800------------------------------------------------------------------------
801r200 | sam | 2007-01-14 02:03:44 +0100 (Sun, 14 Jan 2007) | 4 lines
802Changed paths:
803   M /trunk/src/zzuf.c
804
805  * Fix a problem with filedescriptor 17 being reused for other purposes than
806    the debugging channel.
807  * Print signal name, eg. SIGABRT instead of just "signal 6".
808
809------------------------------------------------------------------------
810r199 | sam | 2007-01-13 23:47:56 +0100 (Sat, 13 Jan 2007) | 2 lines
811Changed paths:
812   M /trunk/doc/zzuf.1
813
814  * Minor documentation layout fix.
815
816------------------------------------------------------------------------
817r198 | sam | 2007-01-13 20:33:48 +0100 (Sat, 13 Jan 2007) | 2 lines
818Changed paths:
819   M /trunk/doc/zzuf.1
820   M /trunk/src/fd.c
821   M /trunk/src/fd.h
822   M /trunk/src/fuzz.c
823   M /trunk/src/fuzz.h
824   M /trunk/src/libzzuf.c
825   M /trunk/src/libzzuf.h
826   M /trunk/src/zzuf.c
827
828  * Added auto-increment mode. Not very handy to use yet.
829
830------------------------------------------------------------------------
831r197 | sam | 2007-01-13 19:00:03 +0100 (Sat, 13 Jan 2007) | 2 lines
832Changed paths:
833   M /trunk/src/libzzuf.c
834
835  * Print program PID when initialising libzzuf.
836
837------------------------------------------------------------------------
838r196 | sam | 2007-01-13 11:59:07 +0100 (Sat, 13 Jan 2007) | 3 lines
839Changed paths:
840   M /trunk/src/zzuf.c
841
842  * Fixed -c behaviour. Sometimes apps open "$PWD/file" when asked to
843    simply open "file" (eg. eog).
844
845------------------------------------------------------------------------
846r195 | sam | 2007-01-13 11:50:38 +0100 (Sat, 13 Jan 2007) | 2 lines
847Changed paths:
848   M /trunk/doc/zzuf.1
849   M /trunk/src/zzuf.c
850
851  * Implemented -D/--delay to avoid fork bombs.
852
853------------------------------------------------------------------------
854r194 | sam | 2007-01-12 19:01:27 +0100 (Fri, 12 Jan 2007) | 2 lines
855Changed paths:
856   M /trunk/src/zzuf.c
857
858  * Refactored some shit around.
859
860------------------------------------------------------------------------
861r193 | sam | 2007-01-12 17:20:14 +0100 (Fri, 12 Jan 2007) | 2 lines
862Changed paths:
863   M /trunk/doc/zzuf.1
864   M /trunk/src/zzuf.c
865
866  * Minor documentation fixes.
867
868------------------------------------------------------------------------
869r192 | sam | 2007-01-12 16:47:48 +0100 (Fri, 12 Jan 2007) | 3 lines
870Changed paths:
871   M /trunk/Makefile.am
872   M /trunk/src/Makefile.am
873   A /trunk/src/timer.c
874   A /trunk/src/timer.h
875   M /trunk/src/zzuf.c
876
877  * Change timing functions to gettimeofday() instead of time() for more
878    precision.
879
880------------------------------------------------------------------------
881r191 | sam | 2007-01-12 15:19:55 +0100 (Fri, 12 Jan 2007) | 2 lines
882Changed paths:
883   M /trunk/AUTHORS
884   M /trunk/README
885   M /trunk/doc/zzuf.1
886
887  * Lowercase zzuf everywhere.
888
889------------------------------------------------------------------------
890r190 | sam | 2007-01-12 11:09:22 +0100 (Fri, 12 Jan 2007) | 2 lines
891Changed paths:
892   M /trunk/src/zzuf.c
893
894  * Better line-buffered stdin reads.
895
896------------------------------------------------------------------------
897r189 | sam | 2007-01-12 00:36:28 +0100 (Fri, 12 Jan 2007) | 3 lines
898Changed paths:
899   M /trunk/ChangeLog
900   M /trunk/NEWS
901   M /trunk/configure.ac
902
903  * Version 0.4.
904  * Updated NEWS and ChangeLog.
905
906------------------------------------------------------------------------
907r188 | sam | 2007-01-12 00:30:29 +0100 (Fri, 12 Jan 2007) | 3 lines
908Changed paths:
909   M /trunk/src/fd.c
910
911  * Got rid of malloc() for each file opened. Now we only start calling
912    malloc() after the 32th file descriptor.
913
914------------------------------------------------------------------------
915r187 | sam | 2007-01-11 23:43:45 +0100 (Thu, 11 Jan 2007) | 2 lines
916Changed paths:
917   M /trunk/src/fd.c
918   M /trunk/src/libzzuf.h
919
920  * Reduce number of malloc() calls within libzzuf.
921
922------------------------------------------------------------------------
923r186 | sam | 2007-01-11 23:11:56 +0100 (Thu, 11 Jan 2007) | 2 lines
924Changed paths:
925   M /trunk/src/fd.c
926
927  * Remove two useless malloc() calls.
928
929------------------------------------------------------------------------
930r185 | sam | 2007-01-11 23:11:28 +0100 (Thu, 11 Jan 2007) | 2 lines
931Changed paths:
932   M /trunk/src/zzuf.c
933
934  * Don't stop if the process was killed by us.
935
936------------------------------------------------------------------------
937r184 | sam | 2007-01-11 11:21:11 +0100 (Thu, 11 Jan 2007) | 2 lines
938Changed paths:
939   M /trunk/src/load-mem.c
940
941  * Better realloc dummy implementation.
942
943------------------------------------------------------------------------
944r183 | sam | 2007-01-11 01:39:59 +0100 (Thu, 11 Jan 2007) | 2 lines
945Changed paths:
946   M /trunk/src/libzzuf.c
947   M /trunk/src/load-fd.c
948   M /trunk/src/load-mem.c
949   M /trunk/src/load-signal.c
950   M /trunk/src/load-stream.c
951   M /trunk/src/load.h
952
953  * Minor code factorisation into LOADSYM().
954
955------------------------------------------------------------------------
956r182 | sam | 2007-01-11 01:27:47 +0100 (Thu, 11 Jan 2007) | 2 lines
957Changed paths:
958   M /trunk/doc/zzuf.1
959
960  * Typo in the manpage.
961
962------------------------------------------------------------------------
963r181 | sam | 2007-01-10 19:11:13 +0100 (Wed, 10 Jan 2007) | 2 lines
964Changed paths:
965   M /trunk/src/load-mem.c
966
967  * Allow several calls to malloc()/calloc() in the library preloading stage.
968
969------------------------------------------------------------------------
970r180 | sam | 2007-01-10 18:31:58 +0100 (Wed, 10 Jan 2007) | 2 lines
971Changed paths:
972   M /trunk/doc/zzuf.1
973   M /trunk/src/load-mem.c
974
975  * Removed brk/sbrk, they're so outdated and useless.
976
977------------------------------------------------------------------------
978r179 | sam | 2007-01-10 18:25:09 +0100 (Wed, 10 Jan 2007) | 2 lines
979Changed paths:
980   M /trunk/src/load-mem.c
981
982  * Oops, fixed an old OS X build failure.
983
984------------------------------------------------------------------------
985r178 | sam | 2007-01-10 18:23:23 +0100 (Wed, 10 Jan 2007) | 2 lines
986Changed paths:
987   M /trunk/configure.ac
988   M /trunk/src/load-mem.c
989
990  * Check for memalign and posix_memalign.
991
992------------------------------------------------------------------------
993r177 | sam | 2007-01-10 18:19:48 +0100 (Wed, 10 Jan 2007) | 2 lines
994Changed paths:
995   M /trunk/configure.ac
996   M /trunk/src/load-mem.c
997
998  * Check for malloc.h.
999
1000------------------------------------------------------------------------
1001r176 | sam | 2007-01-10 18:17:26 +0100 (Wed, 10 Jan 2007) | 3 lines
1002Changed paths:
1003   M /trunk/doc/zzuf.1
1004   M /trunk/src/libzzuf.c
1005   M /trunk/src/libzzuf.h
1006   M /trunk/src/load-mem.c
1007   M /trunk/src/zzuf.c
1008
1009  * Implemented memory limits. Probably breaks on other arches because of all
1010    the new functions.
1011
1012------------------------------------------------------------------------
1013r175 | sam | 2007-01-10 16:22:09 +0100 (Wed, 10 Jan 2007) | 2 lines
1014Changed paths:
1015   M /trunk/doc/zzuf.1
1016   M /trunk/src/zzuf.c
1017   M /trunk/test/testsuite.sh
1018
1019  * Changed -M to -m (for --md5).
1020
1021------------------------------------------------------------------------
1022r174 | sam | 2007-01-10 15:57:22 +0100 (Wed, 10 Jan 2007) | 2 lines
1023Changed paths:
1024   M /trunk/src/Makefile.am
1025   M /trunk/src/libzzuf.c
1026   M /trunk/src/load-fd.c
1027   A /trunk/src/load-mem.c (from /trunk/src/load-fd.c:173)
1028   M /trunk/src/load.h
1029
1030  * Split load-fd.c into load-fd.c and load-mem.c (mmap, etc.).
1031
1032------------------------------------------------------------------------
1033r173 | sam | 2007-01-09 17:39:07 +0100 (Tue, 09 Jan 2007) | 2 lines
1034Changed paths:
1035   M /trunk/src/load-fd.c
1036
1037  * Fixed double mmap debug message.
1038
1039------------------------------------------------------------------------
1040r172 | sam | 2007-01-09 17:16:00 +0100 (Tue, 09 Jan 2007) | 3 lines
1041Changed paths:
1042   M /trunk/src/load-fd.c
1043
1044  * Add verbosity to read() and mmap() so that we roughly know where we
1045    are reading.
1046
1047------------------------------------------------------------------------
1048r171 | sam | 2007-01-09 17:14:31 +0100 (Tue, 09 Jan 2007) | 2 lines
1049Changed paths:
1050   M /trunk/src/debug.c
1051
1052  * Change debug's %c so that it automatically escapes binary characters.
1053
1054------------------------------------------------------------------------
1055r170 | sam | 2007-01-09 16:40:08 +0100 (Tue, 09 Jan 2007) | 2 lines
1056Changed paths:
1057   M /trunk/src/load-fd.c
1058
1059  * mmap() maps the file descriptor at offset 0.
1060
1061------------------------------------------------------------------------
1062r169 | sam | 2007-01-09 12:22:09 +0100 (Tue, 09 Jan 2007) | 3 lines
1063Changed paths:
1064   M /trunk/doc/zzuf.1
1065   M /trunk/src/zzuf.c
1066
1067  * Don’t report exit status by default.
1068  * Add -x/--check-exit to get back to the previous behaviour.
1069
1070------------------------------------------------------------------------
1071r168 | sam | 2007-01-09 11:07:35 +0100 (Tue, 09 Jan 2007) | 2 lines
1072Changed paths:
1073   M /trunk/doc/zzuf.1
1074   M /trunk/src/zzuf.c
1075
1076  * Bah, reverted that. We'll use -O for --offset.
1077
1078------------------------------------------------------------------------
1079r167 | sam | 2007-01-09 11:05:47 +0100 (Tue, 09 Jan 2007) | 2 lines
1080Changed paths:
1081   M /trunk/doc/zzuf.1
1082   M /trunk/src/zzuf.c
1083
1084  * Rename -B/--max-bytes to -O/--max-output so that we can implement -A/-B.
1085
1086------------------------------------------------------------------------
1087r166 | sam | 2007-01-09 11:02:57 +0100 (Tue, 09 Jan 2007) | 2 lines
1088Changed paths:
1089   M /trunk/configure.ac
1090   M /trunk/doc/zzuf.1
1091   M /trunk/src/load-fd.c
1092
1093  * Implement map_fd for OS X.
1094
1095------------------------------------------------------------------------
1096r165 | sam | 2007-01-08 22:51:06 +0100 (Mon, 08 Jan 2007) | 2 lines
1097Changed paths:
1098   M /trunk/test/testsuite.sh
1099
1100  * Fixed testsuite for anal shells.
1101
1102------------------------------------------------------------------------
1103r164 | sam | 2007-01-08 22:49:57 +0100 (Mon, 08 Jan 2007) | 2 lines
1104Changed paths:
1105   M /trunk/src/zzuf.c
1106
1107  * Tru64 loader support (_RLD_LIST).
1108
1109------------------------------------------------------------------------
1110r163 | sam | 2007-01-08 22:48:39 +0100 (Mon, 08 Jan 2007) | 2 lines
1111Changed paths:
1112   M /trunk/configure.ac
1113
1114  * Fix the socklen_t type detection on Linux.
1115
1116------------------------------------------------------------------------
1117r162 | sam | 2007-01-08 22:05:05 +0100 (Mon, 08 Jan 2007) | 2 lines
1118Changed paths:
1119   M /trunk/src/load-signal.c
1120
1121  * Define sig_t to void (*) (int) if it does not exist.
1122
1123------------------------------------------------------------------------
1124r161 | sam | 2007-01-08 22:03:32 +0100 (Mon, 08 Jan 2007) | 2 lines
1125Changed paths:
1126   M /trunk/configure.ac
1127   M /trunk/src/load-fd.c
1128
1129  * Define socklen_t to int if it does not exist.
1130
1131------------------------------------------------------------------------
1132r160 | sam | 2007-01-08 19:15:49 +0100 (Mon, 08 Jan 2007) | 2 lines
1133Changed paths:
1134   M /trunk/test/testsuite.sh
1135
1136  * Test suite now uses the new MD5 feature.
1137
1138------------------------------------------------------------------------
1139r159 | sam | 2007-01-08 18:54:16 +0100 (Mon, 08 Jan 2007) | 2 lines
1140Changed paths:
1141   M /trunk/doc/zzuf.1
1142   M /trunk/src/zzuf.c
1143
1144  * Changed --md5 to only compute the standard output.
1145
1146------------------------------------------------------------------------
1147r158 | sam | 2007-01-08 18:50:34 +0100 (Mon, 08 Jan 2007) | 2 lines
1148Changed paths:
1149   M /trunk/doc/zzuf.1
1150   M /trunk/src/Makefile.am
1151   A /trunk/src/md5.c
1152   A /trunk/src/md5.h
1153   M /trunk/src/zzuf.c
1154
1155  * Implemented -M/--md5 flag.
1156
1157------------------------------------------------------------------------
1158r157 | sam | 2007-01-07 22:29:37 +0100 (Sun, 07 Jan 2007) | 3 lines
1159Changed paths:
1160   M /trunk/ChangeLog
1161   M /trunk/NEWS
1162   M /trunk/configure.ac
1163
1164  * Version 0.3.
1165  * Updated NEWS and ChangeLog.
1166
1167------------------------------------------------------------------------
1168r156 | sam | 2007-01-07 22:14:26 +0100 (Sun, 07 Jan 2007) | 2 lines
1169Changed paths:
1170   M /trunk/src/fd.c
1171   M /trunk/src/fd.h
1172   M /trunk/src/fuzz.c
1173   M /trunk/src/libzzuf.c
1174   M /trunk/src/load-fd.c
1175   M /trunk/src/load-signal.c
1176   M /trunk/src/load-stream.c
1177
1178  * Factor regex stuff into fd.c, so that <regex.h> isn’t needed otherwhere.
1179
1180------------------------------------------------------------------------
1181r155 | sam | 2007-01-07 22:13:31 +0100 (Sun, 07 Jan 2007) | 2 lines
1182Changed paths:
1183   M /trunk/doc/zzuf.1
1184   M /trunk/src/load-stream.c
1185
1186  * Use __srefill() on OS X, too. It now works properly.
1187
1188------------------------------------------------------------------------
1189r154 | sam | 2007-01-07 21:50:49 +0100 (Sun, 07 Jan 2007) | 2 lines
1190Changed paths:
1191   M /trunk/doc/zzuf.1
1192   M /trunk/src/load-stream.c
1193
1194  * Implemented freopen().
1195
1196------------------------------------------------------------------------
1197r153 | sam | 2007-01-07 21:24:03 +0100 (Sun, 07 Jan 2007) | 2 lines
1198Changed paths:
1199   M /trunk/src/load-stream.c
1200
1201  * Protect __srefill_orig() calls.
1202
1203------------------------------------------------------------------------
1204r152 | sam | 2007-01-07 20:12:35 +0100 (Sun, 07 Jan 2007) | 2 lines
1205Changed paths:
1206   M /trunk/bootstrap
1207
1208  * Updated bootstrap script.
1209
1210------------------------------------------------------------------------
1211r151 | sam | 2007-01-07 19:45:00 +0100 (Sun, 07 Jan 2007) | 2 lines
1212Changed paths:
1213   M /trunk/doc/zzuf.1
1214   M /trunk/src/zzuf.c
1215   M /trunk/test/testsuite.sh
1216
1217  * Documented stdin behaviour.
1218
1219------------------------------------------------------------------------
1220r150 | sam | 2007-01-07 19:36:19 +0100 (Sun, 07 Jan 2007) | 2 lines
1221Changed paths:
1222   M /trunk/src/Makefile.am
1223
1224  * Factored sources in the makefile.
1225
1226------------------------------------------------------------------------
1227r149 | sam | 2007-01-07 19:34:50 +0100 (Sun, 07 Jan 2007) | 2 lines
1228Changed paths:
1229   M /trunk/src/Makefile.am
1230   D /trunk/src/chars.c
1231   D /trunk/src/chars.h
1232   M /trunk/src/fuzz.c
1233   M /trunk/src/fuzz.h
1234   M /trunk/src/libzzuf.c
1235   M /trunk/src/libzzuf.h
1236   M /trunk/src/zzuf.c
1237
1238  * Merged chars.c and fuzz.c.
1239
1240------------------------------------------------------------------------
1241r148 | sam | 2007-01-07 19:18:50 +0100 (Sun, 07 Jan 2007) | 2 lines
1242Changed paths:
1243   M /trunk/src/Makefile.am
1244   A /trunk/src/chars.c (from /trunk/src/libzzuf.c:126)
1245   A /trunk/src/chars.h
1246   A /trunk/src/fd.c (from /trunk/src/libzzuf.c:126)
1247   A /trunk/src/fd.h
1248   M /trunk/src/fuzz.c
1249   M /trunk/src/fuzz.h
1250   M /trunk/src/libzzuf.c
1251   M /trunk/src/libzzuf.h
1252   M /trunk/src/load-fd.c
1253   M /trunk/src/load-signal.c
1254   M /trunk/src/load-stream.c
1255   M /trunk/src/zzuf.c
1256
1257  * If no argument is given, just fuzz standard input.
1258
1259------------------------------------------------------------------------
1260r147 | sam | 2007-01-07 18:12:53 +0100 (Sun, 07 Jan 2007) | 2 lines
1261Changed paths:
1262   M /trunk/test/testsuite.sh
1263
1264  * Don't call cat or dd in the testsuite if they're statically linked.
1265
1266------------------------------------------------------------------------
1267r146 | sam | 2007-01-07 17:31:33 +0100 (Sun, 07 Jan 2007) | 2 lines
1268Changed paths:
1269   M /trunk/src/load-stream.c
1270
1271  * Fix a compilation warning.
1272
1273------------------------------------------------------------------------
1274r145 | sam | 2007-01-07 17:29:25 +0100 (Sun, 07 Jan 2007) | 2 lines
1275Changed paths:
1276   M /trunk/doc/zzuf.1
1277
1278  * Added note about 64-bit offsets in manpage.
1279
1280------------------------------------------------------------------------
1281r144 | sam | 2007-01-07 17:27:59 +0100 (Sun, 07 Jan 2007) | 2 lines
1282Changed paths:
1283   M /trunk/src/load-stream.c
1284
1285  * Fixed __srefill()/lseek() conflict issue.
1286
1287------------------------------------------------------------------------
1288r143 | sam | 2007-01-07 17:09:13 +0100 (Sun, 07 Jan 2007) | 2 lines
1289Changed paths:
1290   M /trunk/src/load-stream.c
1291
1292  * Only use __srefill on OpenBSD and FreeBSD.
1293
1294------------------------------------------------------------------------
1295r142 | sam | 2007-01-07 16:55:24 +0100 (Sun, 07 Jan 2007) | 2 lines
1296Changed paths:
1297   M /trunk/doc/zzuf.1
1298
1299  * Updated manpage, fixed - to \- here and there.
1300
1301------------------------------------------------------------------------
1302r141 | sam | 2007-01-07 16:55:00 +0100 (Sun, 07 Jan 2007) | 2 lines
1303Changed paths:
1304   M /trunk/src/load-stream.c
1305
1306  * Implemented BSD stdio by overriding __srefill().
1307
1308------------------------------------------------------------------------
1309r140 | sam | 2007-01-07 15:22:34 +0100 (Sun, 07 Jan 2007) | 2 lines
1310Changed paths:
1311   M /trunk/src/load-stream.c
1312
1313  * Fuzz in __srefill even if _zz_disabled is on.
1314
1315------------------------------------------------------------------------
1316r139 | sam | 2007-01-07 15:16:46 +0100 (Sun, 07 Jan 2007) | 2 lines
1317Changed paths:
1318   M /trunk/src/load-stream.c
1319
1320  * Oops, got it wrong.
1321
1322------------------------------------------------------------------------
1323r138 | sam | 2007-01-07 15:16:06 +0100 (Sun, 07 Jan 2007) | 2 lines
1324Changed paths:
1325   M /trunk/src/load-stream.c
1326
1327  * Fix compilation warnings on BSD libc’s and a bug on FreeBSD.
1328
1329------------------------------------------------------------------------
1330r137 | sam | 2007-01-07 15:14:19 +0100 (Sun, 07 Jan 2007) | 2 lines
1331Changed paths:
1332   M /trunk/src/load-stream.c
1333
1334  * Implemented __refill(). Untested yet.
1335
1336------------------------------------------------------------------------
1337r136 | sam | 2007-01-07 15:13:29 +0100 (Sun, 07 Jan 2007) | 2 lines
1338Changed paths:
1339   M /trunk/test/testsuite.sh
1340
1341  * Made the testsuite shorter.
1342
1343------------------------------------------------------------------------
1344r135 | sam | 2007-01-07 14:20:04 +0100 (Sun, 07 Jan 2007) | 2 lines
1345Changed paths:
1346   M /trunk/src/load-stream.c
1347
1348  * Protected the _IO_getc_orig declaration.
1349
1350------------------------------------------------------------------------
1351r134 | sam | 2007-01-07 14:18:36 +0100 (Sun, 07 Jan 2007) | 2 lines
1352Changed paths:
1353   M /trunk/src/load-stream.c
1354
1355  * Oops, compilation fix.
1356
1357------------------------------------------------------------------------
1358r133 | sam | 2007-01-07 14:16:43 +0100 (Sun, 07 Jan 2007) | 2 lines
1359Changed paths:
1360   M /trunk/configure.ac
1361   M /trunk/src/load-stream.c
1362
1363  * Added __srefill() skeleton, for BSD libc.
1364
1365------------------------------------------------------------------------
1366r132 | sam | 2007-01-07 13:39:30 +0100 (Sun, 07 Jan 2007) | 2 lines
1367Changed paths:
1368   M /trunk/doc/zzuf.1
1369
1370  * Added a note about statically linked binaries and one about getc().
1371
1372------------------------------------------------------------------------
1373r131 | sam | 2007-01-07 13:06:07 +0100 (Sun, 07 Jan 2007) | 2 lines
1374Changed paths:
1375   M /trunk/test/testsuite.sh
1376
1377  * Don’t run the testsuite if /bin/cat is statically linked.
1378
1379------------------------------------------------------------------------
1380r130 | sam | 2007-01-07 11:34:45 +0100 (Sun, 07 Jan 2007) | 3 lines
1381Changed paths:
1382   M /trunk/configure.ac
1383   M /trunk/doc/zzuf.1
1384   M /trunk/src/fuzz.c
1385   M /trunk/src/load-stream.c
1386   M /trunk/test/testsuite.sh
1387
1388  * Always define getc(), but undefine the getc macro beforehands just in case.
1389  * Implemented _IO_getc().
1390
1391------------------------------------------------------------------------
1392r129 | sam | 2007-01-07 10:34:42 +0100 (Sun, 07 Jan 2007) | 2 lines
1393Changed paths:
1394   M /trunk/configure.ac
1395   M /trunk/doc/zzuf.1
1396   M /trunk/src/load-stream.c
1397
1398  * Implemented fseeko().
1399
1400------------------------------------------------------------------------
1401r128 | sam | 2007-01-06 23:17:09 +0100 (Sat, 06 Jan 2007) | 3 lines
1402Changed paths:
1403   M /trunk/src/load-stream.c
1404
1405  * Fix a bug in the fgetln() implementation. The newline was not properly
1406    accounted for in the returned length.
1407
1408------------------------------------------------------------------------
1409r127 | sam | 2007-01-06 22:54:02 +0100 (Sat, 06 Jan 2007) | 2 lines
1410Changed paths:
1411   M /trunk/test/testsuite.sh
1412
1413  * BSD's md5 does not have a --help option. Trying /dev/null instead.
1414
1415------------------------------------------------------------------------
1416r126 | sam | 2007-01-06 22:38:33 +0100 (Sat, 06 Jan 2007) | 2 lines
1417Changed paths:
1418   M /trunk/src/load-stream.c
1419
1420  * Cleaned up code.
1421
1422------------------------------------------------------------------------
1423r125 | sam | 2007-01-06 22:37:42 +0100 (Sat, 06 Jan 2007) | 4 lines
1424Changed paths:
1425   M /trunk/configure.ac
1426   M /trunk/src/Makefile.am
1427
1428  * Only link with -ldl when available.
1429  * Removed PKG_* stuff from configure.ac.
1430  * Add more compilation warnings.
1431
1432------------------------------------------------------------------------
1433r124 | sam | 2007-01-06 22:25:56 +0100 (Sat, 06 Jan 2007) | 2 lines
1434Changed paths:
1435   M /trunk/test/testsuite.sh
1436
1437  * Got testsuite to work on FreeBSD.
1438
1439------------------------------------------------------------------------
1440r123 | sam | 2007-01-06 21:59:28 +0100 (Sat, 06 Jan 2007) | 2 lines
1441Changed paths:
1442   M /trunk/src/load-stream.c
1443
1444  * Fix for BSD machines: getc() may be defined as a macro.
1445
1446------------------------------------------------------------------------
1447r122 | sam | 2007-01-06 21:24:54 +0100 (Sat, 06 Jan 2007) | 2 lines
1448Changed paths:
1449   M /trunk/test/testsuite.sh
1450
1451  * Fixed the head call in the testsuite so that it works on OS X.
1452
1453------------------------------------------------------------------------
1454r121 | sam | 2007-01-06 21:20:15 +0100 (Sat, 06 Jan 2007) | 2 lines
1455Changed paths:
1456   M /trunk/test/testsuite.sh
1457
1458  * Added head and tail to the testsuite.
1459
1460------------------------------------------------------------------------
1461r120 | sam | 2007-01-06 21:08:31 +0100 (Sat, 06 Jan 2007) | 2 lines
1462Changed paths:
1463   M /trunk/src/load-fd.c
1464
1465  * Fixed implicit declaration.
1466
1467------------------------------------------------------------------------
1468r119 | sam | 2007-01-06 21:02:01 +0100 (Sat, 06 Jan 2007) | 2 lines
1469Changed paths:
1470   M /trunk/doc/zzuf.1
1471
1472  * Updated documentation wrt. mmap().
1473
1474------------------------------------------------------------------------
1475r118 | sam | 2007-01-06 21:01:51 +0100 (Sat, 06 Jan 2007) | 2 lines
1476Changed paths:
1477   M /trunk/configure.ac
1478
1479  * Missing autoconf check for mmap64().
1480
1481------------------------------------------------------------------------
1482r117 | sam | 2007-01-06 21:01:25 +0100 (Sat, 06 Jan 2007) | 2 lines
1483Changed paths:
1484   M /trunk/src/load-fd.c
1485
1486  * Implemented the mmap() family.
1487
1488------------------------------------------------------------------------
1489r116 | sam | 2007-01-06 21:01:15 +0100 (Sat, 06 Jan 2007) | 2 lines
1490Changed paths:
1491   M /trunk/src/load-stream.c
1492
1493  * Implemented rewind().
1494
1495------------------------------------------------------------------------
1496r115 | sam | 2007-01-06 16:54:14 +0100 (Sat, 06 Jan 2007) | 2 lines
1497Changed paths:
1498   M /trunk/src/load-stream.c
1499   M /trunk/test/testsuite.sh
1500
1501  * Fix fread() issue with standard input reading.
1502
1503------------------------------------------------------------------------
1504r114 | sam | 2007-01-06 15:03:07 +0100 (Sat, 06 Jan 2007) | 2 lines
1505Changed paths:
1506   M /trunk/doc/zzuf.1
1507
1508  * Added a note about mmap() not being available.
1509
1510------------------------------------------------------------------------
1511r113 | sam | 2007-01-06 15:02:51 +0100 (Sat, 06 Jan 2007) | 2 lines
1512Changed paths:
1513   M /trunk/src/debug.c
1514   M /trunk/src/zzuf.c
1515
1516  * Fix build with older versions of gcc.
1517
1518------------------------------------------------------------------------
1519r112 | sam | 2007-01-06 11:51:44 +0100 (Sat, 06 Jan 2007) | 2 lines
1520Changed paths:
1521   M /trunk/doc/zzuf.1
1522   M /trunk/src/zzuf.c
1523
1524  * Documentation tuning.
1525
1526------------------------------------------------------------------------
1527r111 | sam | 2007-01-06 01:40:51 +0100 (Sat, 06 Jan 2007) | 2 lines
1528Changed paths:
1529   M /trunk/ChangeLog
1530   M /trunk/NEWS
1531   M /trunk/TODO
1532   M /trunk/configure.ac
1533   M /trunk/src/zzuf.c
1534
1535  * Version 0.2 is ready.
1536
1537------------------------------------------------------------------------
1538r110 | sam | 2007-01-06 01:26:39 +0100 (Sat, 06 Jan 2007) | 2 lines
1539Changed paths:
1540   M /trunk/doc/zzuf.1
1541
1542  * Another note in the manpage.
1543
1544------------------------------------------------------------------------
1545r109 | sam | 2007-01-06 01:10:46 +0100 (Sat, 06 Jan 2007) | 2 lines
1546Changed paths:
1547   M /trunk/src/zzuf.c
1548
1549  * Cosmetic fixes.
1550
1551------------------------------------------------------------------------
1552r108 | sam | 2007-01-06 01:08:16 +0100 (Sat, 06 Jan 2007) | 4 lines
1553Changed paths:
1554   M /trunk/doc/zzuf.1
1555   M /trunk/src/zzuf.c
1556
1557  * Implemented --max-crashes.
1558  * Renamed --forks to --max-forks.
1559  * Changed debug messages format.
1560
1561------------------------------------------------------------------------
1562r107 | sam | 2007-01-06 00:15:29 +0100 (Sat, 06 Jan 2007) | 2 lines
1563Changed paths:
1564   M /trunk/src/zzuf.c
1565
1566  * Oops, forgot to fix --help output.
1567
1568------------------------------------------------------------------------
1569r106 | sam | 2007-01-06 00:14:37 +0100 (Sat, 06 Jan 2007) | 2 lines
1570Changed paths:
1571   M /trunk/doc/zzuf.1
1572   M /trunk/src/zzuf.c
1573
1574  * Rename --fork to --max-forks.
1575
1576------------------------------------------------------------------------
1577r105 | sam | 2007-01-05 22:36:13 +0100 (Fri, 05 Jan 2007) | 2 lines
1578Changed paths:
1579   M /trunk/doc/zzuf.1
1580
1581  * Specified signal handling stuff in the manpage.
1582
1583------------------------------------------------------------------------
1584r104 | sam | 2007-01-05 22:33:28 +0100 (Fri, 05 Jan 2007) | 3 lines
1585Changed paths:
1586   M /trunk/doc/zzuf.1
1587
1588  * Split the bugs manpage section into bugs and restrictions.
1589  * Listed diverted functions.
1590
1591------------------------------------------------------------------------
1592r103 | sam | 2007-01-05 18:34:10 +0100 (Fri, 05 Jan 2007) | 2 lines
1593Changed paths:
1594   M /trunk/src/load-stream.c
1595
1596  * Fix an uncontrolled corruption bug in fgetln().
1597
1598------------------------------------------------------------------------
1599r102 | sam | 2007-01-05 17:03:04 +0100 (Fri, 05 Jan 2007) | 2 lines
1600Changed paths:
1601   M /trunk/src/load-stream.c
1602
1603  * Fix fgetln(). The testsuite *almost* passes.
1604
1605------------------------------------------------------------------------
1606r101 | sam | 2007-01-05 15:36:39 +0100 (Fri, 05 Jan 2007) | 2 lines
1607Changed paths:
1608   M /trunk/configure.ac
1609   M /trunk/src/libzzuf.c
1610   M /trunk/src/libzzuf.h
1611   M /trunk/src/load-stream.c
1612
1613  * Implemented BSD fgetln(). Untested yet.
1614
1615------------------------------------------------------------------------
1616r100 | sam | 2007-01-05 12:01:49 +0100 (Fri, 05 Jan 2007) | 3 lines
1617Changed paths:
1618   M /trunk/test/testsuite.sh
1619
1620  * Put back grep and sed into the testsuite, now that we can protect newlines
1621    from being fuzzed away.
1622
1623------------------------------------------------------------------------
1624r99 | sam | 2007-01-05 11:49:12 +0100 (Fri, 05 Jan 2007) | 2 lines
1625Changed paths:
1626   M /trunk/doc/zzuf.1
1627
1628  * Minor layout tuning.
1629
1630------------------------------------------------------------------------
1631r98 | sam | 2007-01-05 11:28:07 +0100 (Fri, 05 Jan 2007) | 3 lines
1632Changed paths:
1633   M /trunk/doc/zzuf.1
1634   M /trunk/src/libzzuf.c
1635
1636  * Allow octal escape values for -P and -R.
1637  * Updated manpage accordingly and added a few minor things in it.
1638
1639------------------------------------------------------------------------
1640r97 | sam | 2007-01-05 09:01:06 +0100 (Fri, 05 Jan 2007) | 2 lines
1641Changed paths:
1642   M /trunk/doc/zzuf.1
1643   M /trunk/src/zzuf.c
1644
1645  * Change -N to -n for --network.
1646
1647------------------------------------------------------------------------
1648r96 | sam | 2007-01-05 08:57:41 +0100 (Fri, 05 Jan 2007) | 2 lines
1649Changed paths:
1650   M /trunk/doc/zzuf.1
1651
1652  * Clarified reproducibility claim.
1653
1654------------------------------------------------------------------------
1655r95 | sam | 2007-01-05 08:52:30 +0100 (Fri, 05 Jan 2007) | 2 lines
1656Changed paths:
1657   M /trunk/doc/zzuf.1
1658   M /trunk/src/libzzuf.c
1659   M /trunk/src/libzzuf.h
1660   M /trunk/src/load-fd.c
1661   M /trunk/src/zzuf.c
1662
1663  * Network support.
1664
1665------------------------------------------------------------------------
1666r94 | sam | 2007-01-05 01:24:43 +0100 (Fri, 05 Jan 2007) | 2 lines
1667Changed paths:
1668   M /trunk/doc/zzuf.1
1669
1670  * Manpage layout improvements.
1671
1672------------------------------------------------------------------------
1673r93 | sam | 2007-01-04 14:33:33 +0100 (Thu, 04 Jan 2007) | 2 lines
1674Changed paths:
1675   M /trunk/doc/zzuf.1
1676
1677  * Minor manpage improvement.
1678
1679------------------------------------------------------------------------
1680r92 | sam | 2007-01-04 14:28:35 +0100 (Thu, 04 Jan 2007) | 2 lines
1681Changed paths:
1682   M /trunk/doc/zzuf.1
1683
1684  * Improved manpage, especially the statistical effect of using -R.
1685
1686------------------------------------------------------------------------
1687r91 | sam | 2007-01-04 09:59:05 +0100 (Thu, 04 Jan 2007) | 2 lines
1688Changed paths:
1689   M /trunk/doc/zzuf.1
1690   M /trunk/src/fuzz.c
1691   M /trunk/src/libzzuf.c
1692   M /trunk/src/libzzuf.h
1693   M /trunk/src/zzuf.c
1694
1695  * Implemented -R / --refuse.
1696
1697------------------------------------------------------------------------
1698r90 | sam | 2007-01-04 02:09:04 +0100 (Thu, 04 Jan 2007) | 2 lines
1699Changed paths:
1700   M /trunk/doc/zzuf.1
1701   M /trunk/src/fuzz.c
1702   M /trunk/src/libzzuf.c
1703   M /trunk/src/libzzuf.h
1704   M /trunk/src/zzuf.c
1705
1706  * Implement -P / --protect.
1707
1708------------------------------------------------------------------------
1709r89 | sam | 2007-01-03 23:51:36 +0100 (Wed, 03 Jan 2007) | 4 lines
1710Changed paths:
1711   M /trunk/src/libzzuf.c
1712   M /trunk/src/libzzuf.h
1713   M /trunk/src/load-fd.c
1714   M /trunk/src/load-stream.c
1715
1716  * Added a _zz_disabled flag. This is needed on OS X where we protect the
1717    fopen_orig() call because it will call our own diverted open() function
1718    and we don't want it to fiddle with our structures.
1719
1720------------------------------------------------------------------------
1721r88 | sam | 2007-01-03 23:25:45 +0100 (Wed, 03 Jan 2007) | 3 lines
1722Changed paths:
1723   M /trunk/src/fuzz.c
1724   M /trunk/src/load-stream.c
1725
1726  * Do not fuzz anything if 0 bytes were read.
1727  * Added a debug message for fuzzing.
1728
1729------------------------------------------------------------------------
1730r87 | sam | 2007-01-03 23:12:02 +0100 (Wed, 03 Jan 2007) | 2 lines
1731Changed paths:
1732   M /trunk/src/load-stream.c
1733
1734  * Better debug messages in load-stream.c.
1735
1736------------------------------------------------------------------------
1737r86 | sam | 2007-01-03 23:10:57 +0100 (Wed, 03 Jan 2007) | 2 lines
1738Changed paths:
1739   M /trunk/src/debug.c
1740
1741  * Implemented %c in our debug() printf implementation.
1742
1743------------------------------------------------------------------------
1744r85 | sam | 2007-01-03 22:53:03 +0100 (Wed, 03 Jan 2007) | 2 lines
1745Changed paths:
1746   M /trunk/test/testsuite.sh
1747
1748  * Use "strings </dev/urandom", not "strings /dev/urandom".
1749
1750------------------------------------------------------------------------
1751r84 | sam | 2007-01-03 22:51:11 +0100 (Wed, 03 Jan 2007) | 3 lines
1752Changed paths:
1753   M /trunk/test/fdcat.c
1754   M /trunk/test/streamcat.c
1755   M /trunk/test/testsuite.sh
1756
1757  * Added a stupid PRNG to streamcat and fdcat.
1758  * Do not use sed in the testsuite, because of OS X.
1759
1760------------------------------------------------------------------------
1761r83 | sam | 2007-01-03 22:20:22 +0100 (Wed, 03 Jan 2007) | 3 lines
1762Changed paths:
1763   M /trunk/src/random.c
1764
1765  * No longer use the OS's PRNG, we use our own (based on a Dr Dobbs article
1766    from November 1985, page 91).
1767
1768------------------------------------------------------------------------
1769r82 | sam | 2007-01-03 21:43:47 +0100 (Wed, 03 Jan 2007) | 2 lines
1770Changed paths:
1771   M /trunk/src/zzuf.c
1772
1773  * Split some code into clean functions.
1774
1775------------------------------------------------------------------------
1776r81 | sam | 2007-01-03 18:58:11 +0100 (Wed, 03 Jan 2007) | 2 lines
1777Changed paths:
1778   M /trunk/test/testsuite.sh
1779
1780  * Make the testsuite reproductible.
1781
1782------------------------------------------------------------------------
1783r80 | sam | 2007-01-03 18:57:52 +0100 (Wed, 03 Jan 2007) | 2 lines
1784Changed paths:
1785   M /trunk/src/Makefile.am
1786   M /trunk/src/zzuf.c
1787
1788  * Now works on Darwin!
1789
1790------------------------------------------------------------------------
1791r79 | sam | 2007-01-03 10:09:41 +0100 (Wed, 03 Jan 2007) | 2 lines
1792Changed paths:
1793   M /trunk/configure.ac
1794   M /trunk/src/Makefile.am
1795   M /trunk/src/load-fd.c
1796   M /trunk/src/load-signal.c
1797   M /trunk/src/load-stream.c
1798   M /trunk/src/zzuf.c
1799   M /trunk/test/fdcat.c
1800
1801  * The whole crap now builds on OS X. Now if it only agreed to run, too...
1802
1803------------------------------------------------------------------------
1804r78 | sam | 2007-01-03 10:04:01 +0100 (Wed, 03 Jan 2007) | 2 lines
1805Changed paths:
1806   M /trunk/test/testsuite.sh
1807
1808  * Minor optimisations to the testsuite.
1809
1810------------------------------------------------------------------------
1811r77 | sam | 2007-01-03 02:28:02 +0100 (Wed, 03 Jan 2007) | 2 lines
1812Changed paths:
1813   M /trunk/test/testsuite.sh
1814
1815  * Oops, fixed the testsuite again.
1816
1817------------------------------------------------------------------------
1818r76 | sam | 2007-01-02 19:26:56 +0100 (Tue, 02 Jan 2007) | 2 lines
1819Changed paths:
1820   M /trunk/src/zzuf.c
1821
1822  * Oops, fixed stdout writing.
1823
1824------------------------------------------------------------------------
1825r75 | sam | 2007-01-02 18:15:34 +0100 (Tue, 02 Jan 2007) | 2 lines
1826Changed paths:
1827   M /trunk/doc/zzuf.1
1828
1829  * Totally reworked webpage.
1830
1831------------------------------------------------------------------------
1832r74 | sam | 2007-01-02 15:51:55 +0100 (Tue, 02 Jan 2007) | 2 lines
1833Changed paths:
1834   M /trunk/src/zzuf.c
1835
1836  * Output process status to stdout, not stderr.
1837
1838------------------------------------------------------------------------
1839r73 | sam | 2007-01-02 14:26:32 +0100 (Tue, 02 Jan 2007) | 2 lines
1840Changed paths:
1841   M /trunk/src/zzuf.c
1842
1843  * Do not count debug bytes in the --max-bytes count.
1844
1845------------------------------------------------------------------------
1846r72 | sam | 2007-01-02 11:45:19 +0100 (Tue, 02 Jan 2007) | 2 lines
1847Changed paths:
1848   M /trunk/doc/zzuf.1
1849
1850  * Fix typo in manpage.
1851
1852------------------------------------------------------------------------
1853r71 | sam | 2007-01-02 02:13:05 +0100 (Tue, 02 Jan 2007) | 4 lines
1854Changed paths:
1855   M /trunk/src/debug.c
1856   M /trunk/src/libzzuf.h
1857   M /trunk/src/load-fd.c
1858   M /trunk/src/zzuf.c
1859
1860  * Use a separate file descriptor for debugging messages, so that the -q flag
1861    does not remove debug messages.
1862  * Slightly improved fd handling code.
1863
1864------------------------------------------------------------------------
1865r70 | sam | 2007-01-02 01:27:33 +0100 (Tue, 02 Jan 2007) | 3 lines
1866Changed paths:
1867   M /trunk/src/debug.c
1868
1869  * Made the debug() function signal-safe by reimplementing the necessary
1870    subset of fprintf() we needed.
1871
1872------------------------------------------------------------------------
1873r69 | sam | 2007-01-01 22:55:48 +0100 (Mon, 01 Jan 2007) | 2 lines
1874Changed paths:
1875   M /trunk/README
1876
1877  * Deprecate README tutorial. Everything’s in the manpage now.
1878
1879------------------------------------------------------------------------
1880r68 | sam | 2007-01-01 22:35:54 +0100 (Mon, 01 Jan 2007) | 3 lines
1881Changed paths:
1882   M /trunk/doc/zzuf.1
1883   M /trunk/src/Makefile.am
1884   M /trunk/src/libzzuf.c
1885   M /trunk/src/libzzuf.h
1886   A /trunk/src/load-signal.c
1887   M /trunk/src/load.h
1888   M /trunk/src/zzuf.c
1889
1890  * Implemented signal handling.
1891  * Updated documentation accordingly and improved a few parts.
1892
1893------------------------------------------------------------------------
1894r67 | sam | 2007-01-01 20:49:57 +0100 (Mon, 01 Jan 2007) | 2 lines
1895Changed paths:
1896   M /trunk/doc/zzuf.1
1897   M /trunk/src/zzuf.c
1898
1899  * Alphabetise flags in help output and manpage.
1900
1901------------------------------------------------------------------------
1902r66 | sam | 2007-01-01 20:14:55 +0100 (Mon, 01 Jan 2007) | 2 lines
1903Changed paths:
1904   M /trunk/README
1905   M /trunk/doc/zzuf.1
1906
1907  * Update documentation.
1908
1909------------------------------------------------------------------------
1910r65 | sam | 2007-01-01 19:56:13 +0100 (Mon, 01 Jan 2007) | 4 lines
1911Changed paths:
1912   M /trunk/doc/zzuf.1
1913   M /trunk/src/libzzuf.c
1914   M /trunk/src/zzuf.c
1915
1916  * Switch to REG_EXTENDED.
1917  * Implement -c (--cmdline).
1918  * Updated documentation accordingly.
1919
1920------------------------------------------------------------------------
1921r64 | sam | 2006-12-29 19:13:42 +0100 (Fri, 29 Dec 2006) | 3 lines
1922Changed paths:
1923   M /trunk/src/zzuf.c
1924
1925  * Check regex syntax in zzuf.
1926  * Fix minor, harmful memory leaks.
1927
1928------------------------------------------------------------------------
1929r63 | sam | 2006-12-29 18:49:11 +0100 (Fri, 29 Dec 2006) | 2 lines
1930Changed paths:
1931   M /trunk/src/debug.c
1932   M /trunk/src/fuzz.c
1933   M /trunk/src/libzzuf.c
1934   M /trunk/src/libzzuf.h
1935   M /trunk/src/load-fd.c
1936   M /trunk/src/load-stream.c
1937
1938  * Factored regex matching stuff.
1939
1940------------------------------------------------------------------------
1941r62 | sam | 2006-12-29 18:22:11 +0100 (Fri, 29 Dec 2006) | 2 lines
1942Changed paths:
1943   M /trunk/doc/zzuf.1
1944   M /trunk/src/libzzuf.c
1945   M /trunk/src/zzuf.c
1946   M /trunk/test/testsuite.sh
1947
1948  * Added the -i flag (for stdin fuzzing).
1949
1950------------------------------------------------------------------------
1951r61 | sam | 2006-12-29 17:46:06 +0100 (Fri, 29 Dec 2006) | 2 lines
1952Changed paths:
1953   M /trunk/README
1954   M /trunk/doc/zzuf.1
1955   M /trunk/src/zzuf.c
1956
1957  * Change -i/-e to -I/-E.
1958
1959------------------------------------------------------------------------
1960r60 | sam | 2006-12-28 21:32:21 +0100 (Thu, 28 Dec 2006) | 2 lines
1961Changed paths:
1962   M /trunk/src/fuzz.c
1963   M /trunk/src/libzzuf.c
1964   M /trunk/src/libzzuf.h
1965   M /trunk/src/load-fd.c
1966   M /trunk/src/load-stream.c
1967
1968  * Renamed functions here and there.
1969
1970------------------------------------------------------------------------
1971r59 | sam | 2006-12-28 21:22:32 +0100 (Thu, 28 Dec 2006) | 3 lines
1972Changed paths:
1973   M /trunk/src/debug.c
1974   M /trunk/src/debug.h
1975   M /trunk/src/fuzz.c
1976   M /trunk/src/fuzz.h
1977   M /trunk/src/libzzuf.c
1978   M /trunk/src/libzzuf.h
1979   M /trunk/src/load-fd.c
1980   M /trunk/src/load-stream.c
1981   M /trunk/src/load.h
1982   M /trunk/src/random.c
1983   M /trunk/src/random.h
1984
1985  * Improved zfd_register() and zfd_* function performances.
1986  * Changed function names here and there.
1987
1988------------------------------------------------------------------------
1989r58 | sam | 2006-12-28 18:48:05 +0100 (Thu, 28 Dec 2006) | 3 lines
1990Changed paths:
1991   M /trunk/src/load-fd.c
1992   M /trunk/src/load-stream.c
1993
1994  * Fixed a partial read data loss bug in the fread implementation.
1995  * Cosmetic fixes.
1996
1997------------------------------------------------------------------------
1998r57 | sam | 2006-12-28 18:47:26 +0100 (Thu, 28 Dec 2006) | 2 lines
1999Changed paths:
2000   M /trunk/Makefile.am
2001   M /trunk/test
2002   M /trunk/test/Makefile.am
2003   A /trunk/test/fdcat.c
2004   A /trunk/test/streamcat.c
2005   M /trunk/test/testsuite.sh
2006
2007  * Added cat reimplementations to the testsuite.
2008
2009------------------------------------------------------------------------
2010r56 | sam | 2006-12-28 16:51:43 +0100 (Thu, 28 Dec 2006) | 2 lines
2011Changed paths:
2012   M /trunk/src/fuzz.c
2013   M /trunk/src/libzzuf.c
2014   M /trunk/src/libzzuf.h
2015   M /trunk/src/load-fd.c
2016   M /trunk/src/load-stream.c
2017
2018  * Shorten function names.
2019
2020------------------------------------------------------------------------
2021r55 | sam | 2006-12-28 16:48:10 +0100 (Thu, 28 Dec 2006) | 2 lines
2022Changed paths:
2023   M /trunk/src/fuzz.c
2024   M /trunk/src/libzzuf.c
2025   M /trunk/src/libzzuf.h
2026   M /trunk/src/load-fd.c
2027   M /trunk/src/load-stream.c
2028
2029  * Hide struct zzuf behind public functions. No real abstraction yet.
2030
2031------------------------------------------------------------------------
2032r54 | sam | 2006-12-28 16:44:28 +0100 (Thu, 28 Dec 2006) | 2 lines
2033Changed paths:
2034   A /trunk/ChangeLog
2035
2036  * Add a changelog (from version 1.0).
2037
2038------------------------------------------------------------------------
2039r53 | sam | 2006-12-28 16:44:13 +0100 (Thu, 28 Dec 2006) | 2 lines
2040Changed paths:
2041   M /trunk/src/Makefile.am
2042
2043  * Do not put version information in the distributed .so.
2044
2045------------------------------------------------------------------------
2046r52 | sam | 2006-12-28 16:43:28 +0100 (Thu, 28 Dec 2006) | 2 lines
2047Changed paths:
2048   M /trunk/README
2049
2050  * Update documentation.
2051
2052------------------------------------------------------------------------
2053r51 | sam | 2006-12-23 20:12:52 +0100 (Sat, 23 Dec 2006) | 2 lines
2054Changed paths:
2055   M /trunk/Makefile.am
2056
2057  * Oops, correctly install manpage.
2058
2059------------------------------------------------------------------------
2060r50 | sam | 2006-12-23 19:40:28 +0100 (Sat, 23 Dec 2006) | 2 lines
2061Changed paths:
2062   M /trunk/src/Makefile.am
2063
2064  * Typo in Makefile.am.
2065
2066------------------------------------------------------------------------
2067r49 | sam | 2006-12-23 19:37:52 +0100 (Sat, 23 Dec 2006) | 2 lines
2068Changed paths:
2069   M /trunk/AUTHORS
2070   M /trunk/NEWS
2071   M /trunk/README
2072   M /trunk/configure.ac
2073
2074  * Prepare version 0.1.
2075
2076------------------------------------------------------------------------
2077r48 | sam | 2006-12-23 00:40:03 +0100 (Sat, 23 Dec 2006) | 2 lines
2078Changed paths:
2079   M /trunk/README
2080
2081  * Sync’ed README and manpage.
2082
2083------------------------------------------------------------------------
2084r47 | sam | 2006-12-23 00:36:04 +0100 (Sat, 23 Dec 2006) | 2 lines
2085Changed paths:
2086   M /trunk/doc/zzuf.1
2087   M /trunk/src/zzuf.c
2088
2089  * Slightly updated documentation.
2090
2091------------------------------------------------------------------------
2092r46 | sam | 2006-12-22 18:01:16 +0100 (Fri, 22 Dec 2006) | 3 lines
2093Changed paths:
2094   M /trunk/src/zzuf.c
2095
2096  * Fix stdout/stderr copying. Don't use fprintf for something that can
2097    have null bytes (lol @ me).
2098
2099------------------------------------------------------------------------
2100r45 | sam | 2006-12-22 17:54:55 +0100 (Fri, 22 Dec 2006) | 3 lines
2101Changed paths:
2102   M /trunk/test/testsuite.sh
2103
2104  * Fix a cleanup bug in the testsuite.
2105  * If any of the tests failed, do not erase the test files.
2106
2107------------------------------------------------------------------------
2108r44 | sam | 2006-12-22 17:36:47 +0100 (Fri, 22 Dec 2006) | 2 lines
2109Changed paths:
2110   M /trunk/src/zzuf.c
2111
2112  * Slightly modified --help message.
2113
2114------------------------------------------------------------------------
2115r43 | sam | 2006-12-22 17:36:30 +0100 (Fri, 22 Dec 2006) | 2 lines
2116Changed paths:
2117   M /trunk/Makefile.am
2118   M /trunk/configure.ac
2119   A /trunk/doc
2120   A /trunk/doc/Makefile.am
2121   A /trunk/doc/zzuf.1
2122
2123  * Wrote a manpage. Phew.
2124
2125------------------------------------------------------------------------
2126r42 | sam | 2006-12-22 16:06:21 +0100 (Fri, 22 Dec 2006) | 2 lines
2127Changed paths:
2128   M /trunk/src/zzuf.c
2129
2130  * Implement --max-bytes and --max-time.
2131
2132------------------------------------------------------------------------
2133r41 | sam | 2006-12-22 14:53:58 +0100 (Fri, 22 Dec 2006) | 4 lines
2134Changed paths:
2135   M /trunk/src/zzuf.c
2136
2137  * Implemented parallelisation.
2138  * Implemented “quiet” mode.
2139  * Handle stdin and stderr in their own pipes.
2140
2141------------------------------------------------------------------------
2142r40 | sam | 2006-12-22 14:18:13 +0100 (Fri, 22 Dec 2006) | 2 lines
2143Changed paths:
2144   M /trunk/src/debug.c
2145
2146  * Don’t rely on libzzuf.h in debug.c, so that it can be used in zzuf, too.
2147
2148------------------------------------------------------------------------
2149r39 | sam | 2006-12-21 20:56:22 +0100 (Thu, 21 Dec 2006) | 2 lines
2150Changed paths:
2151   M /trunk/src/zzuf.c
2152
2153  * Fork to launch the child and read its stdout/stderr.
2154
2155------------------------------------------------------------------------
2156r38 | sam | 2006-12-18 14:23:56 +0100 (Mon, 18 Dec 2006) | 2 lines
2157Changed paths:
2158   M /trunk/src/zzuf.c
2159
2160  * Improved help.
2161
2162------------------------------------------------------------------------
2163r37 | sam | 2006-12-18 13:58:47 +0100 (Mon, 18 Dec 2006) | 2 lines
2164Changed paths:
2165   M /trunk/TODO
2166
2167  * Improved TODO list.
2168
2169------------------------------------------------------------------------
2170r36 | sam | 2006-12-18 13:48:49 +0100 (Mon, 18 Dec 2006) | 2 lines
2171Changed paths:
2172   M /trunk/test/testsuite.sh
2173
2174  * More testsuite improvements.
2175
2176------------------------------------------------------------------------
2177r35 | sam | 2006-12-18 12:07:42 +0100 (Mon, 18 Dec 2006) | 2 lines
2178Changed paths:
2179   M /trunk/test/testsuite.sh
2180
2181  * Better tests and error reporting in the testsuite.
2182
2183------------------------------------------------------------------------
2184r34 | sam | 2006-12-18 00:58:23 +0100 (Mon, 18 Dec 2006) | 2 lines
2185Changed paths:
2186   M /trunk/src/fuzz.c
2187   M /trunk/src/libzzuf.c
2188   M /trunk/src/libzzuf.h
2189   M /trunk/src/load-fd.c
2190   M /trunk/src/load-stream.c
2191
2192  * Huge performance improvement by caching the bit array. Yay.
2193
2194------------------------------------------------------------------------
2195r33 | sam | 2006-12-17 23:14:13 +0100 (Sun, 17 Dec 2006) | 3 lines
2196Changed paths:
2197   M /trunk/src/load-stream.c
2198
2199  * Added getc(), fgetc(), fgets(), ungetc(), getline() and getdelim().
2200  * sed now works properly.
2201
2202------------------------------------------------------------------------
2203r32 | sam | 2006-12-17 23:12:11 +0100 (Sun, 17 Dec 2006) | 2 lines
2204Changed paths:
2205   M /trunk/test/testsuite.sh
2206
2207  * Better, more complete testsuite program.
2208
2209------------------------------------------------------------------------
2210r31 | sam | 2006-12-17 18:33:02 +0100 (Sun, 17 Dec 2006) | 2 lines
2211Changed paths:
2212   M /trunk/Makefile.am
2213   M /trunk/configure.ac
2214   A /trunk/test
2215   A /trunk/test/Makefile.am
2216   A /trunk/test/testsuite.sh
2217
2218  * Added a testsuite script.
2219
2220------------------------------------------------------------------------
2221r30 | sam | 2006-12-17 18:17:31 +0100 (Sun, 17 Dec 2006) | 2 lines
2222Changed paths:
2223   M /trunk/README
2224   M /trunk/src/Makefile.am
2225   M /trunk/src/libzzuf.c
2226   A /trunk/src/load-fd.c (from /trunk/src/preload.c:26)
2227   A /trunk/src/load-stream.c (from /trunk/src/preload.c:26)
2228   A /trunk/src/load.h (from /trunk/src/preload.h:26)
2229   D /trunk/src/preload.c
2230   D /trunk/src/preload.h
2231
2232  * Split preload.c into load-fd.c and load-stream.c.
2233
2234------------------------------------------------------------------------
2235r29 | sam | 2006-12-16 11:37:41 +0100 (Sat, 16 Dec 2006) | 2 lines
2236Changed paths:
2237   M /trunk/README
2238
2239  * Update README file.
2240
2241------------------------------------------------------------------------
2242r28 | sam | 2006-12-15 21:42:27 +0100 (Fri, 15 Dec 2006) | 2 lines
2243Changed paths:
2244   A /trunk/AUTHORS
2245   M /trunk/Makefile.am
2246
2247  * Added AUTHORS file.
2248
2249------------------------------------------------------------------------
2250r27 | sam | 2006-12-15 19:49:33 +0100 (Fri, 15 Dec 2006) | 2 lines
2251Changed paths:
2252   M /trunk/TODO
2253
2254  * More TODO.
2255
2256------------------------------------------------------------------------
2257r26 | sam | 2006-12-15 19:48:24 +0100 (Fri, 15 Dec 2006) | 2 lines
2258Changed paths:
2259   M /trunk/TODO
2260   M /trunk/src/libzzuf.c
2261   M /trunk/src/preload.c
2262   M /trunk/src/preload.h
2263
2264  * Rename zzuf_preload to zzuf_preload_libc. You never know.
2265
2266------------------------------------------------------------------------
2267r25 | sam | 2006-12-15 18:48:17 +0100 (Fri, 15 Dec 2006) | 2 lines
2268Changed paths:
2269   M /trunk/README
2270
2271  * Added a few examples to README.
2272
2273------------------------------------------------------------------------
2274r24 | sam | 2006-12-15 18:47:59 +0100 (Fri, 15 Dec 2006) | 2 lines
2275Changed paths:
2276   M /trunk/src/fuzz.c
2277   M /trunk/src/libzzuf.c
2278
2279  * Fix ratio so that it talks about bits, not bytes.
2280
2281------------------------------------------------------------------------
2282r23 | sam | 2006-12-15 18:44:20 +0100 (Fri, 15 Dec 2006) | 2 lines
2283Changed paths:
2284   M /trunk/src/Makefile.am
2285   M /trunk/src/zzuf.c
2286
2287  * Support --prefix (library location).
2288
2289------------------------------------------------------------------------
2290r22 | sam | 2006-12-15 17:10:56 +0100 (Fri, 15 Dec 2006) | 2 lines
2291Changed paths:
2292   M /trunk/TODO
2293   M /trunk/src/fuzz.c
2294   M /trunk/src/libzzuf.c
2295   M /trunk/src/libzzuf.h
2296   M /trunk/src/preload.c
2297   M /trunk/src/zzuf.c
2298
2299  * Rename percent to ratio.
2300
2301------------------------------------------------------------------------
2302r21 | sam | 2006-12-15 16:07:38 +0100 (Fri, 15 Dec 2006) | 2 lines
2303Changed paths:
2304   M /trunk/src/libzzuf.c
2305
2306  * Crap, percents could not go higer than 1.0.
2307
2308------------------------------------------------------------------------
2309r20 | sam | 2006-12-15 15:57:59 +0100 (Fri, 15 Dec 2006) | 2 lines
2310Changed paths:
2311   M /trunk/src/random.c
2312   M /trunk/src/random.h
2313
2314  * Switch random back to 32 bits. It's enough (tm).
2315
2316------------------------------------------------------------------------
2317r19 | sam | 2006-12-15 15:07:46 +0100 (Fri, 15 Dec 2006) | 3 lines
2318Changed paths:
2319   M /trunk/src/fuzz.c
2320
2321  * Really fix the inconsistency bug. Now dd bs=2048 count=1 gives the same
2322    result as dd bs=1 count=2048.
2323
2324------------------------------------------------------------------------
2325r18 | sam | 2006-12-15 14:20:01 +0100 (Fri, 15 Dec 2006) | 2 lines
2326Changed paths:
2327   M /trunk/src/preload.c
2328
2329  * Implemented lseek() and factored lseek64() code.
2330
2331------------------------------------------------------------------------
2332r17 | sam | 2006-12-15 14:12:44 +0100 (Fri, 15 Dec 2006) | 3 lines
2333Changed paths:
2334   M /trunk/src/fuzz.c
2335
2336  * Handle percent < 100.0/CHUNK_SIZE a bit better.
2337  * Fix a grave index bug in the fuzzer that made everything inconsistent.
2338
2339------------------------------------------------------------------------
2340r16 | sam | 2006-12-15 11:18:57 +0100 (Fri, 15 Dec 2006) | 2 lines
2341Changed paths:
2342   M /trunk/src/debug.h
2343
2344  * Add a printf attribute to the debug function to trap errors.
2345
2346------------------------------------------------------------------------
2347r15 | sam | 2006-12-15 11:07:53 +0100 (Fri, 15 Dec 2006) | 2 lines
2348Changed paths:
2349   M /trunk/src/preload.c
2350
2351  * Oops, fix a bug in the lseek64() diversion.
2352
2353------------------------------------------------------------------------
2354r14 | sam | 2006-12-15 11:06:30 +0100 (Fri, 15 Dec 2006) | 2 lines
2355Changed paths:
2356   M /trunk/TODO
2357   M /trunk/src/preload.c
2358
2359  * Divert close, fclose, lseek64.
2360
2361------------------------------------------------------------------------
2362r13 | sam | 2006-12-15 10:08:52 +0100 (Fri, 15 Dec 2006) | 2 lines
2363Changed paths:
2364   M /trunk/src/preload.c
2365
2366  * Remove useless verbosity.
2367
2368------------------------------------------------------------------------
2369r12 | sam | 2006-12-15 10:03:48 +0100 (Fri, 15 Dec 2006) | 2 lines
2370Changed paths:
2371   M /trunk/src/preload.c
2372
2373  * Divert fseek().
2374
2375------------------------------------------------------------------------
2376r11 | sam | 2006-12-15 10:01:46 +0100 (Fri, 15 Dec 2006) | 2 lines
2377Changed paths:
2378   M /trunk/src/zzuf.c
2379
2380  * Better error reporting if command failed.
2381
2382------------------------------------------------------------------------
2383r10 | sam | 2006-12-15 09:42:27 +0100 (Fri, 15 Dec 2006) | 3 lines
2384Changed paths:
2385   M /trunk/src/fuzz.c
2386   M /trunk/src/libzzuf.c
2387   M /trunk/src/preload.c
2388   M /trunk/src/zzuf.c
2389
2390  * Add --debug.
2391  * --include and --exclude now work.
2392
2393------------------------------------------------------------------------
2394r9 | sam | 2006-12-15 09:14:38 +0100 (Fri, 15 Dec 2006) | 3 lines
2395Changed paths:
2396   M /trunk/src/libzzuf.c
2397   M /trunk/src/libzzuf.h
2398   M /trunk/src/preload.c
2399
2400  * Add fallbacks to our functions in case other libraries call libc functions
2401    in their init constructor (eg. libproc).
2402
2403------------------------------------------------------------------------
2404r8 | sam | 2006-12-15 08:53:09 +0100 (Fri, 15 Dec 2006) | 2 lines
2405Changed paths:
2406   M /trunk/src/debug.c
2407   M /trunk/src/fuzz.c
2408   M /trunk/src/libzzuf.c
2409   M /trunk/src/libzzuf.h
2410   M /trunk/src/preload.c
2411   M /trunk/src/zzuf.c
2412
2413  * Added code for --include/--exclude. Does not work yet.
2414
2415------------------------------------------------------------------------
2416r7 | sam | 2006-12-15 01:43:39 +0100 (Fri, 15 Dec 2006) | 2 lines
2417Changed paths:
2418   M /trunk/src/preload.c
2419
2420  * Support fopen64().
2421
2422------------------------------------------------------------------------
2423r6 | sam | 2006-12-15 01:26:01 +0100 (Fri, 15 Dec 2006) | 2 lines
2424Changed paths:
2425   M /trunk/README
2426   M /trunk/TODO
2427   M /trunk/src/Makefile.am
2428   A /trunk/src/debug.c
2429   A /trunk/src/debug.h
2430   A /trunk/src/fuzz.c
2431   A /trunk/src/fuzz.h
2432   M /trunk/src/libzzuf.c
2433   A /trunk/src/libzzuf.h
2434   A /trunk/src/preload.c (from /trunk/src/libzzuf.c:5)
2435   A /trunk/src/preload.h
2436   M /trunk/src/zzuf.c
2437
2438  * First somewhat working version.
2439
2440------------------------------------------------------------------------
2441r5 | sam | 2006-12-14 17:11:14 +0100 (Thu, 14 Dec 2006) | 2 lines
2442Changed paths:
2443   M /trunk/src/libzzuf.c
2444
2445  * Fix a bug and refactor some code.
2446
2447------------------------------------------------------------------------
2448r4 | sam | 2006-12-14 16:55:18 +0100 (Thu, 14 Dec 2006) | 2 lines
2449Changed paths:
2450   M /trunk
2451   M /trunk/configure.ac
2452   M /trunk/src
2453   M /trunk/src/Makefile.am
2454   A /trunk/src/libzzuf.c
2455
2456  * First try at libzzuf.
2457
2458------------------------------------------------------------------------
2459r3 | sam | 2006-12-14 15:25:10 +0100 (Thu, 14 Dec 2006) | 2 lines
2460Changed paths:
2461   M /trunk/src/zzuf.c
2462
2463  * Oops, typo.
2464
2465------------------------------------------------------------------------
2466r2 | sam | 2006-12-14 15:23:07 +0100 (Thu, 14 Dec 2006) | 2 lines
2467Changed paths:
2468   M /trunk/configure.ac
2469   M /trunk/src/Makefile.am
2470   A /trunk/src/random.c
2471   A /trunk/src/random.h
2472   M /trunk/src/zzuf.c
2473
2474  * Easy POC code. We need some LD_PRELOAD shit instead.
2475
2476------------------------------------------------------------------------
2477r1 | sam | 2006-12-13 21:17:27 +0100 (Wed, 13 Dec 2006) | 2 lines
2478Changed paths:
2479   A /branches
2480   A /tags
2481   A /trunk
2482   A /trunk/COPYING
2483   A /trunk/Makefile.am
2484   A /trunk/NEWS
2485   A /trunk/README
2486   A /trunk/TODO
2487   A /trunk/bootstrap
2488   A /trunk/configure.ac
2489   A /trunk/src
2490   A /trunk/src/Makefile.am
2491   A /trunk/src/zzuf.c
2492
2493  * Initial tree.
2494
2495------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.