27628f1f61
* Version 0.4. * Updated NEWS and ChangeLog.
Sam Hocevar
2007-01-11 23:36:28 +00:00
16515a9f5f
* Got rid of malloc() for each file opened. Now we only start calling malloc() after the 32th file descriptor.
Sam Hocevar
2007-01-11 23:30:29 +00:00
f90911b51d
* Reduce number of malloc() calls within libzzuf.
Sam Hocevar
2007-01-11 22:43:45 +00:00
8973eb7d58
* Remove two useless malloc() calls.
Sam Hocevar
2007-01-11 22:11:56 +00:00
b01102d331
* Don't stop if the process was killed by us.
Sam Hocevar
2007-01-11 22:11:28 +00:00
44637ccbed
* Made the testsuite shorter.
Sam Hocevar
2007-01-07 14:13:29 +00:00
d04ed9dd4a
* Protected the _IO_getc_orig declaration.
Sam Hocevar
2007-01-07 13:20:04 +00:00
6a248bfcd3
* Oops, compilation fix.
Sam Hocevar
2007-01-07 13:18:36 +00:00
379c0b4f5f
* Added __srefill() skeleton, for BSD libc.
Sam Hocevar
2007-01-07 13:16:43 +00:00
7d74595f6f
* Added a note about statically linked binaries and one about getc().
Sam Hocevar
2007-01-07 12:39:30 +00:00
5d48434914
* Don’t run the testsuite if /bin/cat is statically linked.
Sam Hocevar
2007-01-07 12:06:07 +00:00
f109b99b53
* Always define getc(), but undefine the getc macro beforehands just in case. * Implemented _IO_getc().
Sam Hocevar
2007-01-07 10:34:45 +00:00
399f65d704
* Implemented fseeko().
Sam Hocevar
2007-01-07 09:34:42 +00:00
f62025e392
* Fix a bug in the fgetln() implementation. The newline was not properly accounted for in the returned length.
Sam Hocevar
2007-01-06 22:17:09 +00:00
c2d12ddd92
* BSD's md5 does not have a --help option. Trying /dev/null instead.
Sam Hocevar
2007-01-06 21:54:02 +00:00
f77a838606
* Cleaned up code.
Sam Hocevar
2007-01-06 21:38:33 +00:00
1f4b9cfa97
* Only link with -ldl when available. * Removed PKG_* stuff from configure.ac. * Add more compilation warnings.
Sam Hocevar
2007-01-06 21:37:42 +00:00
5b90ba4ec2
* Got testsuite to work on FreeBSD.
Sam Hocevar
2007-01-06 21:25:56 +00:00
e20a8f44bd
* Fix for BSD machines: getc() may be defined as a macro.
Sam Hocevar
2007-01-06 20:59:28 +00:00
1913d08ca0
* Fixed the head call in the testsuite so that it works on OS X.
Sam Hocevar
2007-01-06 20:24:54 +00:00
e5b145ce34
* Added head and tail to the testsuite.
Sam Hocevar
2007-01-06 20:20:15 +00:00
4f2b321dbf
* Fixed implicit declaration.
Sam Hocevar
2007-01-06 20:08:31 +00:00
a58daf09d7
* Put back grep and sed into the testsuite, now that we can protect newlines from being fuzzed away.
Sam Hocevar
2007-01-05 11:01:49 +00:00
2387aa2907
* Minor layout tuning.
Sam Hocevar
2007-01-05 10:49:12 +00:00
df7b1127df
* Allow octal escape values for -P and -R. * Updated manpage accordingly and added a few minor things in it.
Sam Hocevar
2007-01-05 10:28:07 +00:00
7557e335bd
* Change -N to -n for --network.
Sam Hocevar
2007-01-05 08:01:06 +00:00
92f06199ff
* Clarified reproducibility claim.
Sam Hocevar
2007-01-05 07:57:41 +00:00
8d40570979
* Network support.
Sam Hocevar
2007-01-05 07:52:30 +00:00
bd659d383c
* Manpage layout improvements.
Sam Hocevar
2007-01-05 00:24:43 +00:00
3dc82f3b69
* Minor manpage improvement.
Sam Hocevar
2007-01-04 13:33:33 +00:00
87c80404e0
* Improved manpage, especially the statistical effect of using -R.
Sam Hocevar
2007-01-04 13:28:35 +00:00