php-src/TSRM
Andi Gutmans 6123fe515d - Revert previous fix because dtor's which access thread local storage
might stop working. Need to fix this! We can either mutex the whole thing
  which is slow (this is how it was before the race condition was introduced)
  or find a different solution.
2001-04-04 21:43:04 +00:00
..
acconfig.h PTHREADS is a custom symbol 1999-09-24 20:52:46 +00:00
acinclude.m4 Forgot these.. 1999-10-04 15:22:18 +00:00
build.mk Add clean target which removes standard targets 1999-10-10 02:02:13 +00:00
buildconf Add $automake_flags, to allow propagation of --copy 1999-10-05 13:47:16 +00:00
configure.in Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress 2000-12-02 13:27:07 +00:00
LICENSE - Change license of .c and .h files of TSRM. It's still not the complete 2000-08-31 19:02:14 +00:00
Makefile.am - Move virtual cwd to TSRM. 2000-09-03 18:18:13 +00:00
readdir.h - Make TSRM work on Windows. 2000-09-03 18:47:35 +00:00
threads.m4 Add -qthreaded for AIX cc V5 2000-06-10 08:26:59 +00:00
TODO - Add TODO 2000-09-16 19:07:50 +00:00
tsrm_config_common.h - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined 2000-09-07 15:31:29 +00:00
tsrm_config.w32.h - Centralize some configuration stuff 2000-09-06 20:27:12 +00:00
tsrm_strtok_r.c - Testing 1 2 3 2000-09-11 15:15:29 +00:00
tsrm_strtok_r.h - Move virtual cwd to TSRM. 2000-09-03 18:18:13 +00:00
tsrm_virtual_cwd.c support unc style paths 2001-03-23 08:33:06 +00:00
tsrm_virtual_cwd.h support unc style paths 2001-03-23 08:33:06 +00:00
TSRM.c - Revert previous fix because dtor's which access thread local storage 2001-04-04 21:43:04 +00:00
TSRM.dsp Add Release_TSDbg to TSRM as well 2001-01-07 18:28:03 +00:00
TSRM.h Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress 2000-12-02 13:27:07 +00:00
tsrm.m4 - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check 2000-09-02 15:24:18 +00:00