aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-24Fix compile errors and code errors in the Win32 code.Guy Harris1-4/+9
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-2/+109
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-17/+68
2001-10-23Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris1-42/+15
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-1/+35
2001-10-23Include <stdio.h> to declare "sprintf()".Guy Harris1-1/+2
2001-10-22The only reason we care about the user's home directory is that theirGuy Harris1-43/+36
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-1/+30
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-3/+19
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris1-1/+6
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-3/+137
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-1/+92
2001-03-31removed #include "util.h" from filesystem.c and resolv.cEd Warnicke1-2/+1
2000-10-11Fix it to build on Windows.Guy Harris1-1/+3
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-0/+118