aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.h
AgeCommit message (Expand)AuthorFilesLines
2005-11-07If we're using libz, make file_open() construct the open() flagguy1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-3/+3
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-1/+5
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",guy1-5/+3
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalashokn1-3/+5
2000-01-26Always declare, and define, "file_seek()" to return a "long", as it'sguy1-3/+3
2000-01-25"gztell()" is also affected by the libz mess on platforms where "off_t"guy1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-0/+52