Add some routines to wsutil to, at least on some platforms, add
[metze/wireshark/wip.git] / wsutil / file_util.h
2012-12-20 Guy Harrisfclose() and fflush() are standard C routines, so there...
2012-12-20 Michael TüxenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-22 Guy HarrisUpdate comments to reflect that the GLib version is...
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-04-10 Guy HarrisWe have to define ws_statb64 before declaring routines...
2011-04-10 Guy HarrisTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-10 Guy HarrisDefine ws_statb64 as struct stat *within* the "not...
2011-04-10 Guy HarrisDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 Guy HarrisAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 Guy HarrisUse AC_SYS_LARGEFILE to turn on large file support...
2010-12-07 Jeff MorrissMove getenv_utf8() to wsutil.
2010-08-27 Gerald CombsForward-port r33953.
2010-08-25 Gerald CombsMove Windows-specific material inside an appropriate...
2010-08-25 Gerald CombsAdd ws_load_library and ws_module_open, which respectiv...
2009-03-06 Bill MeierUpdate a comment
2008-10-27 Gerald CombsETH -> WS updates.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...