summaryrefslogtreecommitdiff
path: root/lib/bitio.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-22removed remaining int32 instances from bitio.cMatthias Kramm1-8/+8
2011-08-31fixed bug in write_compressed_intMatthias Kramm1-22/+19
2011-08-30added support for reading/writing compressed ints in bitio.cMatthias Kramm1-0/+95
2010-03-22use open64 in bitio if availableMatthias Kramm1-2/+13
2010-02-17added seeking support to bitioMatthias Kramm1-0/+34
2010-01-16implemented .swc importMatthias Kramm1-0/+22
2010-01-03added simple xml parserMatthias Kramm1-1/+14
2009-10-13fixed bug in SWF parserMatthias Kramm1-1/+2
2009-10-12synchronized with downstream gitMatthias Kramm1-0/+5
2008-07-11fixed bug in read/write floatkramm1-1/+8
2008-06-19added flush methodkramm1-39/+83
2008-03-12fixed growmemweriterkramm1-10/+10
2008-03-12fixed bug in reader_memread()kramm1-8/+5
2008-03-12new function growmemwrite_getmemptrkramm1-11/+36
2008-01-09win32 compile fixeskramm1-2/+1
2007-12-12fix for compile-time problemskramm1-1/+1
2007-12-12applied MSVC compatibility patch from Dwight Kellykramm1-14/+18
2007-01-06changed to typedefskramm1-54/+185
2005-02-23fixed error handling for missing zlib.kramm1-0/+1
2005-01-24fixed a bug in memreader.kramm1-1/+1
2004-09-09removed U8/U16/U32 stuff.kramm1-39/+0
2004-09-09* added growmemwriterkramm1-6/+155
2004-04-07zlib writer no longer calls finish() on it's output writerkramm1-1/+9
2004-04-07nullwriter now keeps track of how many bytes were writtenkramm1-0/+1
2003-08-08added (long) GPL headers.kramm1-6/+17
2003-06-22added null writer.kramm1-0/+20
2003-02-22removed a errorneous warning.kramm1-1/+0
2003-02-14bugfixes, cleanups.kramm1-193/+222
2003-01-31* zlib is now optionalkramm1-2/+39
2002-07-03MacOSX can't handle */#include. fixed.kramm1-1/+2
2002-06-04swf_ReadSWF2 used to report wrong filesizes.kramm1-15/+25
2002-06-04made bitio visible from outside.kramm1-55/+138
2002-04-21bugfixes.kramm1-3/+11
2002-04-21added zlib writer.kramm1-3/+93
2002-04-21* from ../src/bitio.c - r/w routines are now replaceable ("virtual")kramm1-0/+170