postgresql/src/port
2003-05-16 04:59:24 +00:00
..
copydir.c Reorganize Win32 includes to only include <port.h> after system includes 2003-05-16 01:57:52 +00:00
crypt.c More crypt() cleanup. 2003-05-10 04:06:55 +00:00
dirmod.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
fseeko.c Back out flockfile change for NetBSD. Giles Lean reports they are not 2003-01-11 19:38:23 +00:00
getaddrinfo.c Make getaddrinfo's behavior with NULL node parameter agree with the 2003-04-27 23:56:53 +00:00
gethostname.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
getopt.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
getopt_long.c Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
getrusage.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
gettimeofday.c Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 2003-05-16 04:59:24 +00:00
inet_aton.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
isinf.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
memcmp.c pgindent run. 2002-09-04 20:31:48 +00:00
path.c Add Win32 path handling for / vs. \ and drive letters. 2003-04-04 20:42:13 +00:00
qsort.c pgindent run. 2002-09-04 20:31:48 +00:00
random.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
rint.c Add rint() to /port, remove from qnx/. 2003-05-09 16:26:29 +00:00
snprintf.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
srandom.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strcasecmp.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strdup.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strerror.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strtol.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
strtoul.c Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00