* Prepare version 0.1.

This commit is contained in:
Sam Hocevar 2006-12-23 18:37:52 +00:00 committed by sam
parent 83a38e48ba
commit f43871f59c
4 changed files with 15 additions and 2 deletions

View File

@ -1 +1,3 @@
$Id$
Zzuf was written by Sam Hocevar <sam@zoy.org>

10
NEWS
View File

@ -0,0 +1,10 @@
$Id$
Changes to 0.1
* initial release
* only works on Linux
* stdio support: fopen, fopen64, fseek, fread, getc, fgetc, fgets, ungetc,
fclose, getline, getdelim, __getdelim
* fd support: open, open64, read, lseek, lseek64, close
* fuzzing modes: toggle random bits

1
README
View File

@ -1,3 +1,4 @@
$Id$
1. About Zzuf

View File

@ -1,13 +1,13 @@
# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
AC_INIT(zzuf, 0.0)
AC_INIT(zzuf, 0.1)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/zzuf.c)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(zzuf, 0.0)
AM_INIT_AUTOMAKE(zzuf, 0.1)
AM_CONFIG_HEADER(config.h)
AM_PROG_CC_C_O