| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the return value of file_seek, as noted by Steve | Ulf Lamping | 2006-11-06 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -21/+79 |
* | Include <unistd.h> if available, to get "close()" declared. | Guy Harris | 2005-11-10 | 1 | -14/+20 |
* | If we're using libz, make file_open() construct the open() flag | Guy Harris | 2005-11-07 | 1 | -8/+37 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -0/+22 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -3/+31 |
* | zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", | Guy Harris | 2002-02-06 | 1 | -25/+1 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Removed the dependency on gzgetc and gzgets by implementing internal | Ashok Narayanan | 2001-09-20 | 1 | -1/+25 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Sigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile for zlib, so, | Guy Harris | 2000-03-14 | 1 | -11/+28 |
* | Always declare, and define, "file_seek()" to return a "long", as it's | Guy Harris | 2000-01-26 | 1 | -11/+10 |
* | "gztell()" is also affected by the libz mess on platforms where "off_t" | Guy Harris | 2000-01-25 | 1 | -3/+9 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Fix "ascend-scanner.l" to include "file_wrappers.h" rather than the | Guy Harris | 2000-01-13 | 1 | -11/+13 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -0/+131 |