Changeset 1513
- Timestamp:
- Dec 23, 2006, 7:37:52 PM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/AUTHORS
-
Property
svn:keywords
set to
Id
r1492 r1513 1 $Id$ 2 1 3 Zzuf was written by Sam Hocevar <sam@zoy.org> -
Property
svn:keywords
set to
-
zzuf/trunk/NEWS
-
Property
svn:keywords
set to
Id
r1463 r1513 1 $Id$ 2 3 Changes to 0.1 4 5 * initial release 6 * only works on Linux 7 * stdio support: fopen, fopen64, fseek, fread, getc, fgetc, fgets, ungetc, 8 fclose, getline, getdelim, __getdelim 9 * fd support: open, open64, read, lseek, lseek64, close 10 * fuzzing modes: toggle random bits -
Property
svn:keywords
set to
-
zzuf/trunk/README
-
Property
svn:keywords
set to
Id
r1512 r1513 1 $Id$ 1 2 2 3 1. About Zzuf -
Property
svn:keywords
set to
-
zzuf/trunk/configure.ac
r1507 r1513 1 1 # $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 2 2 3 AC_INIT(zzuf, 0. 0)3 AC_INIT(zzuf, 0.1) 4 4 5 5 AC_PREREQ(2.50) … … 8 8 AC_CANONICAL_SYSTEM 9 9 10 AM_INIT_AUTOMAKE(zzuf, 0. 0)10 AM_INIT_AUTOMAKE(zzuf, 0.1) 11 11 AM_CONFIG_HEADER(config.h) 12 12
Note: See TracChangeset
for help on using the changeset viewer.