|
|
@4012
|
11 years |
Sam Hocevar |
Document the srefill strategy in the source code.
|
|
|
@4011
|
11 years |
Sam Hocevar |
Reimplement uflow() under Linux. Unlocked IO now works on Linux, …
|
|
|
@3981
|
11 years |
Sam Hocevar |
Use ftello64 instead of ftello to handle fseeko64.
|
|
|
@2584
|
13 years |
Sam Hocevar |
* Hack around to get HP-UX tools to work. It still fails the most …
|
|
|
@2572
|
13 years |
Sam Hocevar |
* lib-stream.c: since srefill is far more powerful than srget, we …
|
|
|
@2571
|
13 years |
Sam Hocevar |
* lib-stream.c: fix a bug in the OS X srefill implementation.
|
|
|
@2570
|
13 years |
Sam Hocevar |
* lib-stream.c: the BSDs' refill function is slightly different from …
|
|
|
@2569
|
13 years |
Sam Hocevar |
* Implement srget on FreeBSD, which is yet another version of srefill.
|
|
|
@2568
|
13 years |
Sam Hocevar |
* lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
|
|
|
@2566
|
13 years |
Sam Hocevar |
* lib-stream.c: only use the srefill trick on OS X. HP-UX is too …
|
|
|
@2559
|
13 years |
Sam Hocevar |
* Support fsetpos64 on Linux.
|
|
|
@2557
|
13 years |
Sam Hocevar |
* lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
|
|
|
@2554
|
13 years |
Sam Hocevar |
* Another fucked commit... synchronise config.h and lib-stream.c.
|
|
|
@2553
|
13 years |
Sam Hocevar |
* lib-stream.c: try to make the filbuf() implementation portable …
|
|
|
@2552
|
13 years |
Sam Hocevar |
* Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
|
|
|
@2542
|
13 years |
Sam Hocevar |
* Fix a few HP-UX warnings caused by missing headers.
|
|
|
@2533
|
13 years |
Sam Hocevar |
* Implement srefill() for full HP-UX support on parisc-gcc.
|
|
|
@2528
|
13 years |
Sam Hocevar |
* Implement additional functions required on HP-UX: fopen64, …
|
|
|
@2524
|
13 years |
Sam Hocevar |
* lib-stream.c: remove an unused variable.
|
|
|
@2334
|
13 years |
Sam Hocevar |
* Implement getchar() and getchar_unlocked().
|
|
|
@2332
|
13 years |
Sam Hocevar |
* Make sure the fgets_unlocked() reimplementation uses …
|
|
|
@2331
|
13 years |
Sam Hocevar |
* Implement fgets_unlocked() and fread_unlocked().
|
|
|
@2330
|
13 years |
Sam Hocevar |
* Implement getc_unlocked() and fgetc_unlocked().
|
|
|
@1791
|
14 years |
Sam Hocevar |
* Added -p flag to cherry pick file descriptors that get fuzzed.
|
|
|
@1730
|
14 years |
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
|
|
@1728
|
14 years |
Sam Hocevar |
* Check for <unistd.h>, too. MSVC doesn't have it.
|
|
|
@1724
|
14 years |
Sam Hocevar |
* Print "EOF" instead of -1 when it means EOF.
|
|
|
@1723
|
14 years |
Sam Hocevar |
* Oops, fixed syntax error.
|
|
|
@1722
|
14 years |
Sam Hocevar |
* Better debug messages for special cases (eg. fgetc returning -1).
|
|
|
@1719
|
14 years |
Sam Hocevar |
* Better ungetc() implementation. Now we don't need to care about the
…
|
|
|
@1712
|
14 years |
Sam Hocevar |
* More verbosity in fread().
|
|
|
@1711
|
14 years |
Sam Hocevar |
* Fixed an index inconsistency bug in fread().
|
|
|
@1699
|
14 years |
Sam Hocevar |
* Put either ORIG() or NEW(() around functions, because the naming …
|
|
|
@1697
|
14 years |
Sam Hocevar |
* Minor improvement in the locking mechanism.
|
|
|
@1695
|
14 years |
Sam Hocevar |
* Added enough autoconf checks and #ifdefs so that libzzuf builds on …
|
|
|
@1694
|
14 years |
Sam Hocevar |
* Replaced _zz_disabled with a less stinky API. Still not thread safe, …
|
|
|
@1688
|
14 years |
Sam Hocevar |
* Improved %c usage in our custom fprintf() implementation.
|
|
|
@1687
|
14 years |
Sam Hocevar |
* Use func wherever possible.
|
|
|
@1683
|
14 years |
Sam Hocevar |
* Moved files around.
|
|
copied from zzuf/trunk/src/load-stream.c:
|
|
|
@1679
|
14 years |
Sam Hocevar |
* Got rid of the *_load() functions. Now each diverted function is …
|