aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-16/+0
2011-04-10We have to define ws_statb64 before declaring routines that use it.guy1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.guy1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-8/+10
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.guy1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aguy1-0/+10
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.guy1-1/+3
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatguy1-10/+10
2010-12-07Move getenv_utf8() to wsutil.morriss1-0/+6
2010-08-27Forward-port r33953.gerald1-0/+7
2010-08-25Move Windows-specific material inside an appropriate #ifdef.gerald1-17/+17
2010-08-25Add ws_load_library and ws_module_open, which respectively callgerald1-0/+20
2009-03-06Update a commentwmeier1-3/+3
2008-10-27ETH -> WS updates.gerald1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-0/+126