]> mj.ucw.cz Git - libucw.git/history - lib/fastbuf.h
Added license notices to all library files which are not specific
[libucw.git] / lib / fastbuf.h
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-05-26 Martin MaresAdded bopen_tmp() for opening of temporary files.
2002-05-22 Martin Maresbungetc() is no longer passed the character to unget...
2002-05-16 Robert Spalekfixed missing includes
2001-12-15 Martin Maresbgetw() returns int instead of word, so it's possible
2001-09-02 Martin MaresAdded I/O functions on addr_int_t.
2001-03-07 Martin MaresCreated a new include for efficient access to unaligned...
2001-03-03 Martin MaresDefine FASTBUF_BYTES_PER_(O|P).
2001-02-20 Martin MaresAdded bgets0().
2001-02-19 Martin MaresAdded breadb() which acts just like bread(), but die...
2001-02-15 Martin MaresAdded bputs0() -- put a null-terminated string.
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-21 Martin MaresAdded "direct buffer I/O" interface for those who want...
2001-01-14 Martin MaresGuard against multiple inclusion.
2001-01-07 Martin Maresbread() now returns the number of bytes read instead...
2000-12-05 Martin MaresSquashed a couple of warnings.
2000-10-28 Martin MaresNew I/O library.
1999-11-09 Martin MaresSignedness fixes.
1999-10-24 Martin MaresLarge File Support in fastbuf library.
1999-09-13 Martin MaresKilled `typedef unsigned long ulg' and replaced all...
1997-07-28 Martin MaresNew buffering code and objget caching changes.
1997-07-28 Martin Maresx