source: zzuf/trunk/ChangeLog @ 1622

Last change on this file since 1622 was 1622, checked in by Sam Hocevar, 16 years ago
File size: 41.0 KB
Line 
1------------------------------------------------------------------------
2r156 | sam | 2007-01-07 22:14:26 +0100 (Sun, 07 Jan 2007) | 2 lines
3Changed 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------------------------------------------------------------------------
15r155 | sam | 2007-01-07 22:13:31 +0100 (Sun, 07 Jan 2007) | 2 lines
16Changed 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------------------------------------------------------------------------
23r154 | sam | 2007-01-07 21:50:49 +0100 (Sun, 07 Jan 2007) | 2 lines
24Changed paths:
25   M /trunk/doc/zzuf.1
26   M /trunk/src/load-stream.c
27
28  * Implemented freopen().
29
30------------------------------------------------------------------------
31r153 | sam | 2007-01-07 21:24:03 +0100 (Sun, 07 Jan 2007) | 2 lines
32Changed paths:
33   M /trunk/src/load-stream.c
34
35  * Protect __srefill_orig() calls.
36
37------------------------------------------------------------------------
38r152 | sam | 2007-01-07 20:12:35 +0100 (Sun, 07 Jan 2007) | 2 lines
39Changed paths:
40   M /trunk/bootstrap
41
42  * Updated bootstrap script.
43
44------------------------------------------------------------------------
45r151 | sam | 2007-01-07 19:45:00 +0100 (Sun, 07 Jan 2007) | 2 lines
46Changed 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------------------------------------------------------------------------
54r150 | sam | 2007-01-07 19:36:19 +0100 (Sun, 07 Jan 2007) | 2 lines
55Changed paths:
56   M /trunk/src/Makefile.am
57
58  * Factored sources in the makefile.
59
60------------------------------------------------------------------------
61r149 | sam | 2007-01-07 19:34:50 +0100 (Sun, 07 Jan 2007) | 2 lines
62Changed 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------------------------------------------------------------------------
75r148 | sam | 2007-01-07 19:18:50 +0100 (Sun, 07 Jan 2007) | 2 lines
76Changed 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------------------------------------------------------------------------
94r147 | sam | 2007-01-07 18:12:53 +0100 (Sun, 07 Jan 2007) | 2 lines
95Changed 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------------------------------------------------------------------------
101r146 | sam | 2007-01-07 17:31:33 +0100 (Sun, 07 Jan 2007) | 2 lines
102Changed paths:
103   M /trunk/src/load-stream.c
104
105  * Fix a compilation warning.
106
107------------------------------------------------------------------------
108r145 | sam | 2007-01-07 17:29:25 +0100 (Sun, 07 Jan 2007) | 2 lines
109Changed paths:
110   M /trunk/doc/zzuf.1
111
112  * Added note about 64-bit offsets in manpage.
113
114------------------------------------------------------------------------
115r144 | sam | 2007-01-07 17:27:59 +0100 (Sun, 07 Jan 2007) | 2 lines
116Changed paths:
117   M /trunk/src/load-stream.c
118
119  * Fixed __srefill()/lseek() conflict issue.
120
121------------------------------------------------------------------------
122r143 | sam | 2007-01-07 17:09:13 +0100 (Sun, 07 Jan 2007) | 2 lines
123Changed paths:
124   M /trunk/src/load-stream.c
125
126  * Only use __srefill on OpenBSD and FreeBSD.
127
128------------------------------------------------------------------------
129r142 | sam | 2007-01-07 16:55:24 +0100 (Sun, 07 Jan 2007) | 2 lines
130Changed paths:
131   M /trunk/doc/zzuf.1
132
133  * Updated manpage, fixed - to \- here and there.
134
135------------------------------------------------------------------------
136r141 | sam | 2007-01-07 16:55:00 +0100 (Sun, 07 Jan 2007) | 2 lines
137Changed paths:
138   M /trunk/src/load-stream.c
139
140  * Implemented BSD stdio by overriding __srefill().
141
142------------------------------------------------------------------------
143r140 | sam | 2007-01-07 15:22:34 +0100 (Sun, 07 Jan 2007) | 2 lines
144Changed paths:
145   M /trunk/src/load-stream.c
146
147  * Fuzz in __srefill even if _zz_disabled is on.
148
149------------------------------------------------------------------------
150r139 | sam | 2007-01-07 15:16:46 +0100 (Sun, 07 Jan 2007) | 2 lines
151Changed paths:
152   M /trunk/src/load-stream.c
153
154  * Oops, got it wrong.
155
156------------------------------------------------------------------------
157r138 | sam | 2007-01-07 15:16:06 +0100 (Sun, 07 Jan 2007) | 2 lines
158Changed paths:
159   M /trunk/src/load-stream.c
160
161  * Fix compilation warnings on BSD libc’s and a bug on FreeBSD.
162
163------------------------------------------------------------------------
164r137 | sam | 2007-01-07 15:14:19 +0100 (Sun, 07 Jan 2007) | 2 lines
165Changed paths:
166   M /trunk/src/load-stream.c
167
168  * Implemented __refill(). Untested yet.
169
170------------------------------------------------------------------------
171r136 | sam | 2007-01-07 15:13:29 +0100 (Sun, 07 Jan 2007) | 2 lines
172Changed paths:
173   M /trunk/test/testsuite.sh
174
175  * Made the testsuite shorter.
176
177------------------------------------------------------------------------
178r135 | sam | 2007-01-07 14:20:04 +0100 (Sun, 07 Jan 2007) | 2 lines
179Changed paths:
180   M /trunk/src/load-stream.c
181
182  * Protected the _IO_getc_orig declaration.
183
184------------------------------------------------------------------------
185r134 | sam | 2007-01-07 14:18:36 +0100 (Sun, 07 Jan 2007) | 2 lines
186Changed paths:
187   M /trunk/src/load-stream.c
188
189  * Oops, compilation fix.
190
191------------------------------------------------------------------------
192r133 | sam | 2007-01-07 14:16:43 +0100 (Sun, 07 Jan 2007) | 2 lines
193Changed paths:
194   M /trunk/configure.ac
195   M /trunk/src/load-stream.c
196
197  * Added __srefill() skeleton, for BSD libc.
198
199------------------------------------------------------------------------
200r132 | sam | 2007-01-07 13:39:30 +0100 (Sun, 07 Jan 2007) | 2 lines
201Changed paths:
202   M /trunk/doc/zzuf.1
203
204  * Added a note about statically linked binaries and one about getc().
205
206------------------------------------------------------------------------
207r131 | sam | 2007-01-07 13:06:07 +0100 (Sun, 07 Jan 2007) | 2 lines
208Changed paths:
209   M /trunk/test/testsuite.sh
210
211  * Don’t run the testsuite if /bin/cat is statically linked.
212
213------------------------------------------------------------------------
214r130 | sam | 2007-01-07 11:34:45 +0100 (Sun, 07 Jan 2007) | 3 lines
215Changed 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------------------------------------------------------------------------
226r129 | sam | 2007-01-07 10:34:42 +0100 (Sun, 07 Jan 2007) | 2 lines
227Changed 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------------------------------------------------------------------------
235r128 | sam | 2007-01-06 23:17:09 +0100 (Sat, 06 Jan 2007) | 3 lines
236Changed 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------------------------------------------------------------------------
243r127 | sam | 2007-01-06 22:54:02 +0100 (Sat, 06 Jan 2007) | 2 lines
244Changed paths:
245   M /trunk/test/testsuite.sh
246
247  * BSD's md5 does not have a --help option. Trying /dev/null instead.
248
249------------------------------------------------------------------------
250r126 | sam | 2007-01-06 22:38:33 +0100 (Sat, 06 Jan 2007) | 2 lines
251Changed paths:
252   M /trunk/src/load-stream.c
253
254  * Cleaned up code.
255
256------------------------------------------------------------------------
257r125 | sam | 2007-01-06 22:37:42 +0100 (Sat, 06 Jan 2007) | 4 lines
258Changed 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------------------------------------------------------------------------
267r124 | sam | 2007-01-06 22:25:56 +0100 (Sat, 06 Jan 2007) | 2 lines
268Changed paths:
269   M /trunk/test/testsuite.sh
270
271  * Got testsuite to work on FreeBSD.
272
273------------------------------------------------------------------------
274r123 | sam | 2007-01-06 21:59:28 +0100 (Sat, 06 Jan 2007) | 2 lines
275Changed paths:
276   M /trunk/src/load-stream.c
277
278  * Fix for BSD machines: getc() may be defined as a macro.
279
280------------------------------------------------------------------------
281r122 | sam | 2007-01-06 21:24:54 +0100 (Sat, 06 Jan 2007) | 2 lines
282Changed 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------------------------------------------------------------------------
288r121 | sam | 2007-01-06 21:20:15 +0100 (Sat, 06 Jan 2007) | 2 lines
289Changed paths:
290   M /trunk/test/testsuite.sh
291
292  * Added head and tail to the testsuite.
293
294------------------------------------------------------------------------
295r120 | sam | 2007-01-06 21:08:31 +0100 (Sat, 06 Jan 2007) | 2 lines
296Changed paths:
297   M /trunk/src/load-fd.c
298
299  * Fixed implicit declaration.
300
301------------------------------------------------------------------------
302r119 | sam | 2007-01-06 21:02:01 +0100 (Sat, 06 Jan 2007) | 2 lines
303Changed paths:
304   M /trunk/doc/zzuf.1
305
306  * Updated documentation wrt. mmap().
307
308------------------------------------------------------------------------
309r118 | sam | 2007-01-06 21:01:51 +0100 (Sat, 06 Jan 2007) | 2 lines
310Changed paths:
311   M /trunk/configure.ac
312
313  * Missing autoconf check for mmap64().
314
315------------------------------------------------------------------------
316r117 | sam | 2007-01-06 21:01:25 +0100 (Sat, 06 Jan 2007) | 2 lines
317Changed paths:
318   M /trunk/src/load-fd.c
319
320  * Implemented the mmap() family.
321
322------------------------------------------------------------------------
323r116 | sam | 2007-01-06 21:01:15 +0100 (Sat, 06 Jan 2007) | 2 lines
324Changed paths:
325   M /trunk/src/load-stream.c
326
327  * Implemented rewind().
328
329------------------------------------------------------------------------
330r115 | sam | 2007-01-06 16:54:14 +0100 (Sat, 06 Jan 2007) | 2 lines
331Changed 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------------------------------------------------------------------------
338r114 | sam | 2007-01-06 15:03:07 +0100 (Sat, 06 Jan 2007) | 2 lines
339Changed paths:
340   M /trunk/doc/zzuf.1
341
342  * Added a note about mmap() not being available.
343
344------------------------------------------------------------------------
345r113 | sam | 2007-01-06 15:02:51 +0100 (Sat, 06 Jan 2007) | 2 lines
346Changed paths:
347   M /trunk/src/debug.c
348   M /trunk/src/zzuf.c
349
350  * Fix build with older versions of gcc.
351
352------------------------------------------------------------------------
353r112 | sam | 2007-01-06 11:51:44 +0100 (Sat, 06 Jan 2007) | 2 lines
354Changed paths:
355   M /trunk/doc/zzuf.1
356   M /trunk/src/zzuf.c
357
358  * Documentation tuning.
359
360------------------------------------------------------------------------
361r111 | sam | 2007-01-06 01:40:51 +0100 (Sat, 06 Jan 2007) | 2 lines
362Changed 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
371------------------------------------------------------------------------
372r110 | sam | 2007-01-06 01:26:39 +0100 (Sat, 06 Jan 2007) | 2 lines
373Changed paths:
374   M /trunk/doc/zzuf.1
375
376  * Another note in the manpage.
377
378------------------------------------------------------------------------
379r109 | sam | 2007-01-06 01:10:46 +0100 (Sat, 06 Jan 2007) | 2 lines
380Changed paths:
381   M /trunk/src/zzuf.c
382
383  * Cosmetic fixes.
384
385------------------------------------------------------------------------
386r108 | sam | 2007-01-06 01:08:16 +0100 (Sat, 06 Jan 2007) | 4 lines
387Changed paths:
388   M /trunk/doc/zzuf.1
389   M /trunk/src/zzuf.c
390
391  * Implemented --max-crashes.
392  * Renamed --forks to --max-forks.
393  * Changed debug messages format.
394
395------------------------------------------------------------------------
396r107 | sam | 2007-01-06 00:15:29 +0100 (Sat, 06 Jan 2007) | 2 lines
397Changed paths:
398   M /trunk/src/zzuf.c
399
400  * Oops, forgot to fix --help output.
401
402------------------------------------------------------------------------
403r106 | sam | 2007-01-06 00:14:37 +0100 (Sat, 06 Jan 2007) | 2 lines
404Changed paths:
405   M /trunk/doc/zzuf.1
406   M /trunk/src/zzuf.c
407
408  * Rename --fork to --max-forks.
409
410------------------------------------------------------------------------
411r105 | sam | 2007-01-05 22:36:13 +0100 (Fri, 05 Jan 2007) | 2 lines
412Changed paths:
413   M /trunk/doc/zzuf.1
414
415  * Specified signal handling stuff in the manpage.
416
417------------------------------------------------------------------------
418r104 | sam | 2007-01-05 22:33:28 +0100 (Fri, 05 Jan 2007) | 3 lines
419Changed paths:
420   M /trunk/doc/zzuf.1
421
422  * Split the bugs manpage section into bugs and restrictions.
423  * Listed diverted functions.
424
425------------------------------------------------------------------------
426r103 | sam | 2007-01-05 18:34:10 +0100 (Fri, 05 Jan 2007) | 2 lines
427Changed paths:
428   M /trunk/src/load-stream.c
429
430  * Fix an uncontrolled corruption bug in fgetln().
431
432------------------------------------------------------------------------
433r102 | sam | 2007-01-05 17:03:04 +0100 (Fri, 05 Jan 2007) | 2 lines
434Changed paths:
435   M /trunk/src/load-stream.c
436
437  * Fix fgetln(). The testsuite *almost* passes.
438
439------------------------------------------------------------------------
440r101 | sam | 2007-01-05 15:36:39 +0100 (Fri, 05 Jan 2007) | 2 lines
441Changed paths:
442   M /trunk/configure.ac
443   M /trunk/src/libzzuf.c
444   M /trunk/src/libzzuf.h
445   M /trunk/src/load-stream.c
446
447  * Implemented BSD fgetln(). Untested yet.
448
449------------------------------------------------------------------------
450r100 | sam | 2007-01-05 12:01:49 +0100 (Fri, 05 Jan 2007) | 3 lines
451Changed paths:
452   M /trunk/test/testsuite.sh
453
454  * Put back grep and sed into the testsuite, now that we can protect newlines
455    from being fuzzed away.
456
457------------------------------------------------------------------------
458r99 | sam | 2007-01-05 11:49:12 +0100 (Fri, 05 Jan 2007) | 2 lines
459Changed paths:
460   M /trunk/doc/zzuf.1
461
462  * Minor layout tuning.
463
464------------------------------------------------------------------------
465r98 | sam | 2007-01-05 11:28:07 +0100 (Fri, 05 Jan 2007) | 3 lines
466Changed paths:
467   M /trunk/doc/zzuf.1
468   M /trunk/src/libzzuf.c
469
470  * Allow octal escape values for -P and -R.
471  * Updated manpage accordingly and added a few minor things in it.
472
473------------------------------------------------------------------------
474r97 | sam | 2007-01-05 09:01:06 +0100 (Fri, 05 Jan 2007) | 2 lines
475Changed paths:
476   M /trunk/doc/zzuf.1
477   M /trunk/src/zzuf.c
478
479  * Change -N to -n for --network.
480
481------------------------------------------------------------------------
482r96 | sam | 2007-01-05 08:57:41 +0100 (Fri, 05 Jan 2007) | 2 lines
483Changed paths:
484   M /trunk/doc/zzuf.1
485
486  * Clarified reproducibility claim.
487
488------------------------------------------------------------------------
489r95 | sam | 2007-01-05 08:52:30 +0100 (Fri, 05 Jan 2007) | 2 lines
490Changed paths:
491   M /trunk/doc/zzuf.1
492   M /trunk/src/libzzuf.c
493   M /trunk/src/libzzuf.h
494   M /trunk/src/load-fd.c
495   M /trunk/src/zzuf.c
496
497  * Network support.
498
499------------------------------------------------------------------------
500r94 | sam | 2007-01-05 01:24:43 +0100 (Fri, 05 Jan 2007) | 2 lines
501Changed paths:
502   M /trunk/doc/zzuf.1
503
504  * Manpage layout improvements.
505
506------------------------------------------------------------------------
507r93 | sam | 2007-01-04 14:33:33 +0100 (Thu, 04 Jan 2007) | 2 lines
508Changed paths:
509   M /trunk/doc/zzuf.1
510
511  * Minor manpage improvement.
512
513------------------------------------------------------------------------
514r92 | sam | 2007-01-04 14:28:35 +0100 (Thu, 04 Jan 2007) | 2 lines
515Changed paths:
516   M /trunk/doc/zzuf.1
517
518  * Improved manpage, especially the statistical effect of using -R.
519
520------------------------------------------------------------------------
521r91 | sam | 2007-01-04 09:59:05 +0100 (Thu, 04 Jan 2007) | 2 lines
522Changed paths:
523   M /trunk/doc/zzuf.1
524   M /trunk/src/fuzz.c
525   M /trunk/src/libzzuf.c
526   M /trunk/src/libzzuf.h
527   M /trunk/src/zzuf.c
528
529  * Implemented -R / --refuse.
530
531------------------------------------------------------------------------
532r90 | sam | 2007-01-04 02:09:04 +0100 (Thu, 04 Jan 2007) | 2 lines
533Changed paths:
534   M /trunk/doc/zzuf.1
535   M /trunk/src/fuzz.c
536   M /trunk/src/libzzuf.c
537   M /trunk/src/libzzuf.h
538   M /trunk/src/zzuf.c
539
540  * Implement -P / --protect.
541
542------------------------------------------------------------------------
543r89 | sam | 2007-01-03 23:51:36 +0100 (Wed, 03 Jan 2007) | 4 lines
544Changed paths:
545   M /trunk/src/libzzuf.c
546   M /trunk/src/libzzuf.h
547   M /trunk/src/load-fd.c
548   M /trunk/src/load-stream.c
549
550  * Added a _zz_disabled flag. This is needed on OS X where we protect the
551    fopen_orig() call because it will call our own diverted open() function
552    and we don't want it to fiddle with our structures.
553
554------------------------------------------------------------------------
555r88 | sam | 2007-01-03 23:25:45 +0100 (Wed, 03 Jan 2007) | 3 lines
556Changed paths:
557   M /trunk/src/fuzz.c
558   M /trunk/src/load-stream.c
559
560  * Do not fuzz anything if 0 bytes were read.
561  * Added a debug message for fuzzing.
562
563------------------------------------------------------------------------
564r87 | sam | 2007-01-03 23:12:02 +0100 (Wed, 03 Jan 2007) | 2 lines
565Changed paths:
566   M /trunk/src/load-stream.c
567
568  * Better debug messages in load-stream.c.
569
570------------------------------------------------------------------------
571r86 | sam | 2007-01-03 23:10:57 +0100 (Wed, 03 Jan 2007) | 2 lines
572Changed paths:
573   M /trunk/src/debug.c
574
575  * Implemented %c in our debug() printf implementation.
576
577------------------------------------------------------------------------
578r85 | sam | 2007-01-03 22:53:03 +0100 (Wed, 03 Jan 2007) | 2 lines
579Changed paths:
580   M /trunk/test/testsuite.sh
581
582  * Use "strings </dev/urandom", not "strings /dev/urandom".
583
584------------------------------------------------------------------------
585r84 | sam | 2007-01-03 22:51:11 +0100 (Wed, 03 Jan 2007) | 3 lines
586Changed paths:
587   M /trunk/test/fdcat.c
588   M /trunk/test/streamcat.c
589   M /trunk/test/testsuite.sh
590
591  * Added a stupid PRNG to streamcat and fdcat.
592  * Do not use sed in the testsuite, because of OS X.
593
594------------------------------------------------------------------------
595r83 | sam | 2007-01-03 22:20:22 +0100 (Wed, 03 Jan 2007) | 3 lines
596Changed paths:
597   M /trunk/src/random.c
598
599  * No longer use the OS's PRNG, we use our own (based on a Dr Dobbs article
600    from November 1985, page 91).
601
602------------------------------------------------------------------------
603r82 | sam | 2007-01-03 21:43:47 +0100 (Wed, 03 Jan 2007) | 2 lines
604Changed paths:
605   M /trunk/src/zzuf.c
606
607  * Split some code into clean functions.
608
609------------------------------------------------------------------------
610r81 | sam | 2007-01-03 18:58:11 +0100 (Wed, 03 Jan 2007) | 2 lines
611Changed paths:
612   M /trunk/test/testsuite.sh
613
614  * Make the testsuite reproductible.
615
616------------------------------------------------------------------------
617r80 | sam | 2007-01-03 18:57:52 +0100 (Wed, 03 Jan 2007) | 2 lines
618Changed paths:
619   M /trunk/src/Makefile.am
620   M /trunk/src/zzuf.c
621
622  * Now works on Darwin!
623
624------------------------------------------------------------------------
625r79 | sam | 2007-01-03 10:09:41 +0100 (Wed, 03 Jan 2007) | 2 lines
626Changed paths:
627   M /trunk/configure.ac
628   M /trunk/src/Makefile.am
629   M /trunk/src/load-fd.c
630   M /trunk/src/load-signal.c
631   M /trunk/src/load-stream.c
632   M /trunk/src/zzuf.c
633   M /trunk/test/fdcat.c
634
635  * The whole crap now builds on OS X. Now if it only agreed to run, too...
636
637------------------------------------------------------------------------
638r78 | sam | 2007-01-03 10:04:01 +0100 (Wed, 03 Jan 2007) | 2 lines
639Changed paths:
640   M /trunk/test/testsuite.sh
641
642  * Minor optimisations to the testsuite.
643
644------------------------------------------------------------------------
645r77 | sam | 2007-01-03 02:28:02 +0100 (Wed, 03 Jan 2007) | 2 lines
646Changed paths:
647   M /trunk/test/testsuite.sh
648
649  * Oops, fixed the testsuite again.
650
651------------------------------------------------------------------------
652r76 | sam | 2007-01-02 19:26:56 +0100 (Tue, 02 Jan 2007) | 2 lines
653Changed paths:
654   M /trunk/src/zzuf.c
655
656  * Oops, fixed stdout writing.
657
658------------------------------------------------------------------------
659r75 | sam | 2007-01-02 18:15:34 +0100 (Tue, 02 Jan 2007) | 2 lines
660Changed paths:
661   M /trunk/doc/zzuf.1
662
663  * Totally reworked webpage.
664
665------------------------------------------------------------------------
666r74 | sam | 2007-01-02 15:51:55 +0100 (Tue, 02 Jan 2007) | 2 lines
667Changed paths:
668   M /trunk/src/zzuf.c
669
670  * Output process status to stdout, not stderr.
671
672------------------------------------------------------------------------
673r73 | sam | 2007-01-02 14:26:32 +0100 (Tue, 02 Jan 2007) | 2 lines
674Changed paths:
675   M /trunk/src/zzuf.c
676
677  * Do not count debug bytes in the --max-bytes count.
678
679------------------------------------------------------------------------
680r72 | sam | 2007-01-02 11:45:19 +0100 (Tue, 02 Jan 2007) | 2 lines
681Changed paths:
682   M /trunk/doc/zzuf.1
683
684  * Fix typo in manpage.
685
686------------------------------------------------------------------------
687r71 | sam | 2007-01-02 02:13:05 +0100 (Tue, 02 Jan 2007) | 4 lines
688Changed paths:
689   M /trunk/src/debug.c
690   M /trunk/src/libzzuf.h
691   M /trunk/src/load-fd.c
692   M /trunk/src/zzuf.c
693
694  * Use a separate file descriptor for debugging messages, so that the -q flag
695    does not remove debug messages.
696  * Slightly improved fd handling code.
697
698------------------------------------------------------------------------
699r70 | sam | 2007-01-02 01:27:33 +0100 (Tue, 02 Jan 2007) | 3 lines
700Changed paths:
701   M /trunk/src/debug.c
702
703  * Made the debug() function signal-safe by reimplementing the necessary
704    subset of fprintf() we needed.
705
706------------------------------------------------------------------------
707r69 | sam | 2007-01-01 22:55:48 +0100 (Mon, 01 Jan 2007) | 2 lines
708Changed paths:
709   M /trunk/README
710
711  * Deprecate README tutorial. Everything’s in the manpage now.
712
713------------------------------------------------------------------------
714r68 | sam | 2007-01-01 22:35:54 +0100 (Mon, 01 Jan 2007) | 3 lines
715Changed paths:
716   M /trunk/doc/zzuf.1
717   M /trunk/src/Makefile.am
718   M /trunk/src/libzzuf.c
719   M /trunk/src/libzzuf.h
720   A /trunk/src/load-signal.c
721   M /trunk/src/load.h
722   M /trunk/src/zzuf.c
723
724  * Implemented signal handling.
725  * Updated documentation accordingly and improved a few parts.
726
727------------------------------------------------------------------------
728r67 | sam | 2007-01-01 20:49:57 +0100 (Mon, 01 Jan 2007) | 2 lines
729Changed paths:
730   M /trunk/doc/zzuf.1
731   M /trunk/src/zzuf.c
732
733  * Alphabetise flags in help output and manpage.
734
735------------------------------------------------------------------------
736r66 | sam | 2007-01-01 20:14:55 +0100 (Mon, 01 Jan 2007) | 2 lines
737Changed paths:
738   M /trunk/README
739   M /trunk/doc/zzuf.1
740
741  * Update documentation.
742
743------------------------------------------------------------------------
744r65 | sam | 2007-01-01 19:56:13 +0100 (Mon, 01 Jan 2007) | 4 lines
745Changed paths:
746   M /trunk/doc/zzuf.1
747   M /trunk/src/libzzuf.c
748   M /trunk/src/zzuf.c
749
750  * Switch to REG_EXTENDED.
751  * Implement -c (--cmdline).
752  * Updated documentation accordingly.
753
754------------------------------------------------------------------------
755r64 | sam | 2006-12-29 19:13:42 +0100 (Fri, 29 Dec 2006) | 3 lines
756Changed paths:
757   M /trunk/src/zzuf.c
758
759  * Check regex syntax in zzuf.
760  * Fix minor, harmful memory leaks.
761
762------------------------------------------------------------------------
763r63 | sam | 2006-12-29 18:49:11 +0100 (Fri, 29 Dec 2006) | 2 lines
764Changed paths:
765   M /trunk/src/debug.c
766   M /trunk/src/fuzz.c
767   M /trunk/src/libzzuf.c
768   M /trunk/src/libzzuf.h
769   M /trunk/src/load-fd.c
770   M /trunk/src/load-stream.c
771
772  * Factored regex matching stuff.
773
774------------------------------------------------------------------------
775r62 | sam | 2006-12-29 18:22:11 +0100 (Fri, 29 Dec 2006) | 2 lines
776Changed paths:
777   M /trunk/doc/zzuf.1
778   M /trunk/src/libzzuf.c
779   M /trunk/src/zzuf.c
780   M /trunk/test/testsuite.sh
781
782  * Added the -i flag (for stdin fuzzing).
783
784------------------------------------------------------------------------
785r61 | sam | 2006-12-29 17:46:06 +0100 (Fri, 29 Dec 2006) | 2 lines
786Changed paths:
787   M /trunk/README
788   M /trunk/doc/zzuf.1
789   M /trunk/src/zzuf.c
790
791  * Change -i/-e to -I/-E.
792
793------------------------------------------------------------------------
794r60 | sam | 2006-12-28 21:32:21 +0100 (Thu, 28 Dec 2006) | 2 lines
795Changed paths:
796   M /trunk/src/fuzz.c
797   M /trunk/src/libzzuf.c
798   M /trunk/src/libzzuf.h
799   M /trunk/src/load-fd.c
800   M /trunk/src/load-stream.c
801
802  * Renamed functions here and there.
803
804------------------------------------------------------------------------
805r59 | sam | 2006-12-28 21:22:32 +0100 (Thu, 28 Dec 2006) | 3 lines
806Changed paths:
807   M /trunk/src/debug.c
808   M /trunk/src/debug.h
809   M /trunk/src/fuzz.c
810   M /trunk/src/fuzz.h
811   M /trunk/src/libzzuf.c
812   M /trunk/src/libzzuf.h
813   M /trunk/src/load-fd.c
814   M /trunk/src/load-stream.c
815   M /trunk/src/load.h
816   M /trunk/src/random.c
817   M /trunk/src/random.h
818
819  * Improved zfd_register() and zfd_* function performances.
820  * Changed function names here and there.
821
822------------------------------------------------------------------------
823r58 | sam | 2006-12-28 18:48:05 +0100 (Thu, 28 Dec 2006) | 3 lines
824Changed paths:
825   M /trunk/src/load-fd.c
826   M /trunk/src/load-stream.c
827
828  * Fixed a partial read data loss bug in the fread implementation.
829  * Cosmetic fixes.
830
831------------------------------------------------------------------------
832r57 | sam | 2006-12-28 18:47:26 +0100 (Thu, 28 Dec 2006) | 2 lines
833Changed paths:
834   M /trunk/Makefile.am
835   M /trunk/test
836   M /trunk/test/Makefile.am
837   A /trunk/test/fdcat.c
838   A /trunk/test/streamcat.c
839   M /trunk/test/testsuite.sh
840
841  * Added cat reimplementations to the testsuite.
842
843------------------------------------------------------------------------
844r56 | sam | 2006-12-28 16:51:43 +0100 (Thu, 28 Dec 2006) | 2 lines
845Changed paths:
846   M /trunk/src/fuzz.c
847   M /trunk/src/libzzuf.c
848   M /trunk/src/libzzuf.h
849   M /trunk/src/load-fd.c
850   M /trunk/src/load-stream.c
851
852  * Shorten function names.
853
854------------------------------------------------------------------------
855r55 | sam | 2006-12-28 16:48:10 +0100 (Thu, 28 Dec 2006) | 2 lines
856Changed paths:
857   M /trunk/src/fuzz.c
858   M /trunk/src/libzzuf.c
859   M /trunk/src/libzzuf.h
860   M /trunk/src/load-fd.c
861   M /trunk/src/load-stream.c
862
863  * Hide struct zzuf behind public functions. No real abstraction yet.
864
865------------------------------------------------------------------------
866r54 | sam | 2006-12-28 16:44:28 +0100 (Thu, 28 Dec 2006) | 2 lines
867Changed paths:
868   A /trunk/ChangeLog
869
870  * Add a changelog (from version 1.0).
871
872------------------------------------------------------------------------
873r53 | sam | 2006-12-28 16:44:13 +0100 (Thu, 28 Dec 2006) | 2 lines
874Changed paths:
875   M /trunk/src/Makefile.am
876
877  * Do not put version information in the distributed .so.
878
879------------------------------------------------------------------------
880r52 | sam | 2006-12-28 16:43:28 +0100 (Thu, 28 Dec 2006) | 2 lines
881Changed paths:
882   M /trunk/README
883
884  * Update documentation.
885
886------------------------------------------------------------------------
887r51 | sam | 2006-12-23 20:12:52 +0100 (Sat, 23 Dec 2006) | 2 lines
888Changed paths:
889   M /trunk/Makefile.am
890
891  * Oops, correctly install manpage.
892
893------------------------------------------------------------------------
894r50 | sam | 2006-12-23 19:40:28 +0100 (Sat, 23 Dec 2006) | 2 lines
895Changed paths:
896   M /trunk/src/Makefile.am
897
898  * Typo in Makefile.am.
899
900------------------------------------------------------------------------
901r49 | sam | 2006-12-23 19:37:52 +0100 (Sat, 23 Dec 2006) | 2 lines
902Changed paths:
903   M /trunk/AUTHORS
904   M /trunk/NEWS
905   M /trunk/README
906   M /trunk/configure.ac
907
908  * Prepare version 0.1.
909
910------------------------------------------------------------------------
911r48 | sam | 2006-12-23 00:40:03 +0100 (Sat, 23 Dec 2006) | 2 lines
912Changed paths:
913   M /trunk/README
914
915  * Sync’ed README and manpage.
916
917------------------------------------------------------------------------
918r47 | sam | 2006-12-23 00:36:04 +0100 (Sat, 23 Dec 2006) | 2 lines
919Changed paths:
920   M /trunk/doc/zzuf.1
921   M /trunk/src/zzuf.c
922
923  * Slightly updated documentation.
924
925------------------------------------------------------------------------
926r46 | sam | 2006-12-22 18:01:16 +0100 (Fri, 22 Dec 2006) | 3 lines
927Changed paths:
928   M /trunk/src/zzuf.c
929
930  * Fix stdout/stderr copying. Don't use fprintf for something that can
931    have null bytes (lol @ me).
932
933------------------------------------------------------------------------
934r45 | sam | 2006-12-22 17:54:55 +0100 (Fri, 22 Dec 2006) | 3 lines
935Changed paths:
936   M /trunk/test/testsuite.sh
937
938  * Fix a cleanup bug in the testsuite.
939  * If any of the tests failed, do not erase the test files.
940
941------------------------------------------------------------------------
942r44 | sam | 2006-12-22 17:36:47 +0100 (Fri, 22 Dec 2006) | 2 lines
943Changed paths:
944   M /trunk/src/zzuf.c
945
946  * Slightly modified --help message.
947
948------------------------------------------------------------------------
949r43 | sam | 2006-12-22 17:36:30 +0100 (Fri, 22 Dec 2006) | 2 lines
950Changed paths:
951   M /trunk/Makefile.am
952   M /trunk/configure.ac
953   A /trunk/doc
954   A /trunk/doc/Makefile.am
955   A /trunk/doc/zzuf.1
956
957  * Wrote a manpage. Phew.
958
959------------------------------------------------------------------------
960r42 | sam | 2006-12-22 16:06:21 +0100 (Fri, 22 Dec 2006) | 2 lines
961Changed paths:
962   M /trunk/src/zzuf.c
963
964  * Implement --max-bytes and --max-time.
965
966------------------------------------------------------------------------
967r41 | sam | 2006-12-22 14:53:58 +0100 (Fri, 22 Dec 2006) | 4 lines
968Changed paths:
969   M /trunk/src/zzuf.c
970
971  * Implemented parallelisation.
972  * Implemented “quiet” mode.
973  * Handle stdin and stderr in their own pipes.
974
975------------------------------------------------------------------------
976r40 | sam | 2006-12-22 14:18:13 +0100 (Fri, 22 Dec 2006) | 2 lines
977Changed paths:
978   M /trunk/src/debug.c
979
980  * Don’t rely on libzzuf.h in debug.c, so that it can be used in zzuf, too.
981
982------------------------------------------------------------------------
983r39 | sam | 2006-12-21 20:56:22 +0100 (Thu, 21 Dec 2006) | 2 lines
984Changed paths:
985   M /trunk/src/zzuf.c
986
987  * Fork to launch the child and read its stdout/stderr.
988
989------------------------------------------------------------------------
990r38 | sam | 2006-12-18 14:23:56 +0100 (Mon, 18 Dec 2006) | 2 lines
991Changed paths:
992   M /trunk/src/zzuf.c
993
994  * Improved help.
995
996------------------------------------------------------------------------
997r37 | sam | 2006-12-18 13:58:47 +0100 (Mon, 18 Dec 2006) | 2 lines
998Changed paths:
999   M /trunk/TODO
1000
1001  * Improved TODO list.
1002
1003------------------------------------------------------------------------
1004r36 | sam | 2006-12-18 13:48:49 +0100 (Mon, 18 Dec 2006) | 2 lines
1005Changed paths:
1006   M /trunk/test/testsuite.sh
1007
1008  * More testsuite improvements.
1009
1010------------------------------------------------------------------------
1011r35 | sam | 2006-12-18 12:07:42 +0100 (Mon, 18 Dec 2006) | 2 lines
1012Changed paths:
1013   M /trunk/test/testsuite.sh
1014
1015  * Better tests and error reporting in the testsuite.
1016
1017------------------------------------------------------------------------
1018r34 | sam | 2006-12-18 00:58:23 +0100 (Mon, 18 Dec 2006) | 2 lines
1019Changed paths:
1020   M /trunk/src/fuzz.c
1021   M /trunk/src/libzzuf.c
1022   M /trunk/src/libzzuf.h
1023   M /trunk/src/load-fd.c
1024   M /trunk/src/load-stream.c
1025
1026  * Huge performance improvement by caching the bit array. Yay.
1027
1028------------------------------------------------------------------------
1029r33 | sam | 2006-12-17 23:14:13 +0100 (Sun, 17 Dec 2006) | 3 lines
1030Changed paths:
1031   M /trunk/src/load-stream.c
1032
1033  * Added getc(), fgetc(), fgets(), ungetc(), getline() and getdelim().
1034  * sed now works properly.
1035
1036------------------------------------------------------------------------
1037r32 | sam | 2006-12-17 23:12:11 +0100 (Sun, 17 Dec 2006) | 2 lines
1038Changed paths:
1039   M /trunk/test/testsuite.sh
1040
1041  * Better, more complete testsuite program.
1042
1043------------------------------------------------------------------------
1044r31 | sam | 2006-12-17 18:33:02 +0100 (Sun, 17 Dec 2006) | 2 lines
1045Changed paths:
1046   M /trunk/Makefile.am
1047   M /trunk/configure.ac
1048   A /trunk/test
1049   A /trunk/test/Makefile.am
1050   A /trunk/test/testsuite.sh
1051
1052  * Added a testsuite script.
1053
1054------------------------------------------------------------------------
1055r30 | sam | 2006-12-17 18:17:31 +0100 (Sun, 17 Dec 2006) | 2 lines
1056Changed paths:
1057   M /trunk/README
1058   M /trunk/src/Makefile.am
1059   M /trunk/src/libzzuf.c
1060   A /trunk/src/load-fd.c (from /trunk/src/preload.c:26)
1061   A /trunk/src/load-stream.c (from /trunk/src/preload.c:26)
1062   A /trunk/src/load.h (from /trunk/src/preload.h:26)
1063   D /trunk/src/preload.c
1064   D /trunk/src/preload.h
1065
1066  * Split preload.c into load-fd.c and load-stream.c.
1067
1068------------------------------------------------------------------------
1069r29 | sam | 2006-12-16 11:37:41 +0100 (Sat, 16 Dec 2006) | 2 lines
1070Changed paths:
1071   M /trunk/README
1072
1073  * Update README file.
1074
1075------------------------------------------------------------------------
1076r28 | sam | 2006-12-15 21:42:27 +0100 (Fri, 15 Dec 2006) | 2 lines
1077Changed paths:
1078   A /trunk/AUTHORS
1079   M /trunk/Makefile.am
1080
1081  * Added AUTHORS file.
1082
1083------------------------------------------------------------------------
1084r27 | sam | 2006-12-15 19:49:33 +0100 (Fri, 15 Dec 2006) | 2 lines
1085Changed paths:
1086   M /trunk/TODO
1087
1088  * More TODO.
1089
1090------------------------------------------------------------------------
1091r26 | sam | 2006-12-15 19:48:24 +0100 (Fri, 15 Dec 2006) | 2 lines
1092Changed paths:
1093   M /trunk/TODO
1094   M /trunk/src/libzzuf.c
1095   M /trunk/src/preload.c
1096   M /trunk/src/preload.h
1097
1098  * Rename zzuf_preload to zzuf_preload_libc. You never know.
1099
1100------------------------------------------------------------------------
1101r25 | sam | 2006-12-15 18:48:17 +0100 (Fri, 15 Dec 2006) | 2 lines
1102Changed paths:
1103   M /trunk/README
1104
1105  * Added a few examples to README.
1106
1107------------------------------------------------------------------------
1108r24 | sam | 2006-12-15 18:47:59 +0100 (Fri, 15 Dec 2006) | 2 lines
1109Changed paths:
1110   M /trunk/src/fuzz.c
1111   M /trunk/src/libzzuf.c
1112
1113  * Fix ratio so that it talks about bits, not bytes.
1114
1115------------------------------------------------------------------------
1116r23 | sam | 2006-12-15 18:44:20 +0100 (Fri, 15 Dec 2006) | 2 lines
1117Changed paths:
1118   M /trunk/src/Makefile.am
1119   M /trunk/src/zzuf.c
1120
1121  * Support --prefix (library location).
1122
1123------------------------------------------------------------------------
1124r22 | sam | 2006-12-15 17:10:56 +0100 (Fri, 15 Dec 2006) | 2 lines
1125Changed paths:
1126   M /trunk/TODO
1127   M /trunk/src/fuzz.c
1128   M /trunk/src/libzzuf.c
1129   M /trunk/src/libzzuf.h
1130   M /trunk/src/preload.c
1131   M /trunk/src/zzuf.c
1132
1133  * Rename percent to ratio.
1134
1135------------------------------------------------------------------------
1136r21 | sam | 2006-12-15 16:07:38 +0100 (Fri, 15 Dec 2006) | 2 lines
1137Changed paths:
1138   M /trunk/src/libzzuf.c
1139
1140  * Crap, percents could not go higer than 1.0.
1141
1142------------------------------------------------------------------------
1143r20 | sam | 2006-12-15 15:57:59 +0100 (Fri, 15 Dec 2006) | 2 lines
1144Changed paths:
1145   M /trunk/src/random.c
1146   M /trunk/src/random.h
1147
1148  * Switch random back to 32 bits. It's enough (tm).
1149
1150------------------------------------------------------------------------
1151r19 | sam | 2006-12-15 15:07:46 +0100 (Fri, 15 Dec 2006) | 3 lines
1152Changed paths:
1153   M /trunk/src/fuzz.c
1154
1155  * Really fix the inconsistency bug. Now dd bs=2048 count=1 gives the same
1156    result as dd bs=1 count=2048.
1157
1158------------------------------------------------------------------------
1159r18 | sam | 2006-12-15 14:20:01 +0100 (Fri, 15 Dec 2006) | 2 lines
1160Changed paths:
1161   M /trunk/src/preload.c
1162
1163  * Implemented lseek() and factored lseek64() code.
1164
1165------------------------------------------------------------------------
1166r17 | sam | 2006-12-15 14:12:44 +0100 (Fri, 15 Dec 2006) | 3 lines
1167Changed paths:
1168   M /trunk/src/fuzz.c
1169
1170  * Handle percent < 100.0/CHUNK_SIZE a bit better.
1171  * Fix a grave index bug in the fuzzer that made everything inconsistent.
1172
1173------------------------------------------------------------------------
1174r16 | sam | 2006-12-15 11:18:57 +0100 (Fri, 15 Dec 2006) | 2 lines
1175Changed paths:
1176   M /trunk/src/debug.h
1177
1178  * Add a printf attribute to the debug function to trap errors.
1179
1180------------------------------------------------------------------------
1181r15 | sam | 2006-12-15 11:07:53 +0100 (Fri, 15 Dec 2006) | 2 lines
1182Changed paths:
1183   M /trunk/src/preload.c
1184
1185  * Oops, fix a bug in the lseek64() diversion.
1186
1187------------------------------------------------------------------------
1188r14 | sam | 2006-12-15 11:06:30 +0100 (Fri, 15 Dec 2006) | 2 lines
1189Changed paths:
1190   M /trunk/TODO
1191   M /trunk/src/preload.c
1192
1193  * Divert close, fclose, lseek64.
1194
1195------------------------------------------------------------------------
1196r13 | sam | 2006-12-15 10:08:52 +0100 (Fri, 15 Dec 2006) | 2 lines
1197Changed paths:
1198   M /trunk/src/preload.c
1199
1200  * Remove useless verbosity.
1201
1202------------------------------------------------------------------------
1203r12 | sam | 2006-12-15 10:03:48 +0100 (Fri, 15 Dec 2006) | 2 lines
1204Changed paths:
1205   M /trunk/src/preload.c
1206
1207  * Divert fseek().
1208
1209------------------------------------------------------------------------
1210r11 | sam | 2006-12-15 10:01:46 +0100 (Fri, 15 Dec 2006) | 2 lines
1211Changed paths:
1212   M /trunk/src/zzuf.c
1213
1214  * Better error reporting if command failed.
1215
1216------------------------------------------------------------------------
1217r10 | sam | 2006-12-15 09:42:27 +0100 (Fri, 15 Dec 2006) | 3 lines
1218Changed paths:
1219   M /trunk/src/fuzz.c
1220   M /trunk/src/libzzuf.c
1221   M /trunk/src/preload.c
1222   M /trunk/src/zzuf.c
1223
1224  * Add --debug.
1225  * --include and --exclude now work.
1226
1227------------------------------------------------------------------------
1228r9 | sam | 2006-12-15 09:14:38 +0100 (Fri, 15 Dec 2006) | 3 lines
1229Changed paths:
1230   M /trunk/src/libzzuf.c
1231   M /trunk/src/libzzuf.h
1232   M /trunk/src/preload.c
1233
1234  * Add fallbacks to our functions in case other libraries call libc functions
1235    in their init constructor (eg. libproc).
1236
1237------------------------------------------------------------------------
1238r8 | sam | 2006-12-15 08:53:09 +0100 (Fri, 15 Dec 2006) | 2 lines
1239Changed paths:
1240   M /trunk/src/debug.c
1241   M /trunk/src/fuzz.c
1242   M /trunk/src/libzzuf.c
1243   M /trunk/src/libzzuf.h
1244   M /trunk/src/preload.c
1245   M /trunk/src/zzuf.c
1246
1247  * Added code for --include/--exclude. Does not work yet.
1248
1249------------------------------------------------------------------------
1250r7 | sam | 2006-12-15 01:43:39 +0100 (Fri, 15 Dec 2006) | 2 lines
1251Changed paths:
1252   M /trunk/src/preload.c
1253
1254  * Support fopen64().
1255
1256------------------------------------------------------------------------
1257r6 | sam | 2006-12-15 01:26:01 +0100 (Fri, 15 Dec 2006) | 2 lines
1258Changed paths:
1259   M /trunk/README
1260   M /trunk/TODO
1261   M /trunk/src/Makefile.am
1262   A /trunk/src/debug.c
1263   A /trunk/src/debug.h
1264   A /trunk/src/fuzz.c
1265   A /trunk/src/fuzz.h
1266   M /trunk/src/libzzuf.c
1267   A /trunk/src/libzzuf.h
1268   A /trunk/src/preload.c (from /trunk/src/libzzuf.c:5)
1269   A /trunk/src/preload.h
1270   M /trunk/src/zzuf.c
1271
1272  * First somewhat working version.
1273
1274------------------------------------------------------------------------
1275r5 | sam | 2006-12-14 17:11:14 +0100 (Thu, 14 Dec 2006) | 2 lines
1276Changed paths:
1277   M /trunk/src/libzzuf.c
1278
1279  * Fix a bug and refactor some code.
1280
1281------------------------------------------------------------------------
1282r4 | sam | 2006-12-14 16:55:18 +0100 (Thu, 14 Dec 2006) | 2 lines
1283Changed paths:
1284   M /trunk
1285   M /trunk/configure.ac
1286   M /trunk/src
1287   M /trunk/src/Makefile.am
1288   A /trunk/src/libzzuf.c
1289
1290  * First try at libzzuf.
1291
1292------------------------------------------------------------------------
1293r3 | sam | 2006-12-14 15:25:10 +0100 (Thu, 14 Dec 2006) | 2 lines
1294Changed paths:
1295   M /trunk/src/zzuf.c
1296
1297  * Oops, typo.
1298
1299------------------------------------------------------------------------
1300r2 | sam | 2006-12-14 15:23:07 +0100 (Thu, 14 Dec 2006) | 2 lines
1301Changed paths:
1302   M /trunk/configure.ac
1303   M /trunk/src/Makefile.am
1304   A /trunk/src/random.c
1305   A /trunk/src/random.h
1306   M /trunk/src/zzuf.c
1307
1308  * Easy POC code. We need some LD_PRELOAD shit instead.
1309
1310------------------------------------------------------------------------
1311r1 | sam | 2006-12-13 21:17:27 +0100 (Wed, 13 Dec 2006) | 2 lines
1312Changed paths:
1313   A /branches
1314   A /tags
1315   A /trunk
1316   A /trunk/COPYING
1317   A /trunk/Makefile.am
1318   A /trunk/NEWS
1319   A /trunk/README
1320   A /trunk/TODO
1321   A /trunk/bootstrap
1322   A /trunk/configure.ac
1323   A /trunk/src
1324   A /trunk/src/Makefile.am
1325   A /trunk/src/zzuf.c
1326
1327  * Initial tree.
1328
1329------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.