archie/tcl7.3/compat
2024-05-27 16:13:40 +02:00
..
dirent2.h Intial commit 2024-05-27 16:13:40 +02:00
dirent.h Intial commit 2024-05-27 16:13:40 +02:00
float.h Intial commit 2024-05-27 16:13:40 +02:00
getcwd.c Intial commit 2024-05-27 16:13:40 +02:00
limits.h Intial commit 2024-05-27 16:13:40 +02:00
opendir.c Intial commit 2024-05-27 16:13:40 +02:00
README Intial commit 2024-05-27 16:13:40 +02:00
stdlib.h Intial commit 2024-05-27 16:13:40 +02:00
strerror.c Intial commit 2024-05-27 16:13:40 +02:00
string.h Intial commit 2024-05-27 16:13:40 +02:00
strstr.c Intial commit 2024-05-27 16:13:40 +02:00
strtod.c Intial commit 2024-05-27 16:13:40 +02:00
strtol.c Intial commit 2024-05-27 16:13:40 +02:00
strtoul.c Intial commit 2024-05-27 16:13:40 +02:00
tmpnam.c Intial commit 2024-05-27 16:13:40 +02:00
unistd.h Intial commit 2024-05-27 16:13:40 +02:00
waitpid.c Intial commit 2024-05-27 16:13:40 +02:00

This directory contains various header and code files that are
used make Tcl compatible with various releases of UNIX and UNIX-like
systems.  Typically, files from this directory are used to compile
Tcl when a system doesn't contain the corresponding files or when
they are known to be incorrect.  When the whole world becomes POSIX-
compliant this directory should be unnecessary.