summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* Move the sincludes outside of AC_DEFUN(), so PHP can use the macrosSascha Schumann2000-03-071-3/+2
* Use improved POSIX threads check from threads.m4Sascha Schumann2000-03-072-21/+137
* .dsp updatesZeev Suraski1999-12-311-0/+25
* THREAD_T refers to thread ids, not attributesSascha Schumann1999-12-301-1/+1
* Rewrite TSRM_CHECK_GCC_ARG to cache its resultSascha Schumann1999-12-301-12/+21
* Let check succeed on systems which don't need special flags for pthreads.Sascha Schumann1999-12-301-4/+4
* Save a few lines while checking for -pthread[s]?Sascha Schumann1999-12-271-12/+6
* Put -pthreads? into CFLAGS; libtool still filters it out during sharedSascha Schumann1999-12-241-4/+4
* Improved check for GCC's -pthread and -pthreads flagSascha Schumann1999-12-221-4/+29
* Enable TSRM to use PthSascha Schumann1999-12-211-1/+53
* Improve Pthreads checkSascha Schumann1999-12-211-4/+12
* Use Critical Sections under Win32 - shows roughly 40% performance increase underZeev Suraski1999-12-202-5/+8
* Move config code into separate fileSascha Schumann1999-12-172-17/+30
* Fix leak in pthreads, and add initial support for GNU PthSascha Schumann1999-12-052-0/+24
* Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.Sascha Schumann1999-12-052-8/+9
* Close a resource leak.Sascha Schumann1999-11-261-1/+1
* This should fix the deadlockZeev Suraski1999-10-101-7/+13
* Add clean target which removes standard targetsSascha Schumann1999-10-101-1/+6
* build.mk can be used to generate build tools. It is usuallySascha Schumann1999-10-101-0/+38
* Explicit casts to ulong. Some compiler don't like pointers in %Sascha Schumann1999-10-051-1/+1
* Add $automake_flags, to allow propagation of --copySascha Schumann1999-10-051-1/+1
* Forgot these..Sascha Schumann1999-10-041-0/+5
* Use libtool.Sascha Schumann1999-10-045-48/+19
* Whoops, OSF/1 has -lpthread and -lpthreads, but defines mostSascha Schumann1999-10-041-5/+4
* -lpthreads is needed on OSF/1 aka Digital Unix aka Tru64Sascha Schumann1999-10-041-0/+1
* Make config executableSascha Schumann1999-10-031-2/+1
* Test commit II.Sascha Schumann1999-10-021-0/+0
* Test commit.Sascha Schumann1999-10-021-0/+0
* Reactivate autoheaderSascha Schumann1999-10-021-1/+1
* *** empty log message ***Andi Gutmans1999-10-021-25/+0
* Remove C++ style comments from C source file.Sascha Schumann1999-09-271-2/+6
* Do not let PACKAGE/VERSION escape from tsrm_config.h.Sascha Schumann1999-09-261-0/+2
* Undefine previously PACKAVE/VERSION macros. We should find a waySascha Schumann1999-09-261-0/+2
* Use helper script to determine compile time configuration for TSRMSascha Schumann1999-09-262-1/+45
* PTHREADS is a custom symbolSascha Schumann1999-09-241-0/+1
* Additionally check libc_r (*BSD) for pthread functionsSascha Schumann1999-09-242-9/+23
* Try to find ANSI/STDC compatible mode of host compilerSascha Schumann1999-09-231-0/+1
* Workaround to prevent TSRM from defining PACKAGE and VERSION.Stig S. Bakken1999-09-063-8/+16
* Add new-thread handlersZeev Suraski1999-08-142-28/+62
* identify ourselvesStig S. Bakken1999-07-221-4/+4
* Release fixZeev Suraski1999-05-131-2/+2
* FixZeev Suraski1999-05-111-1/+1
* calloc et al need stdlib.h according to ANSI-CSascha Schumann1999-05-061-0/+1
* - export patchAndi Gutmans1999-04-283-6/+16
* dsp updateAndi Gutmans1999-04-281-28/+28
* FixesZeev Suraski1999-04-242-1/+4
* set up automakeStig S. Bakken1999-04-246-9/+58
* *** empty log message ***Zeev Suraski1999-04-243-4/+23
* LicenseZeev Suraski1999-04-232-2/+41
* Thread Safe Resource ManagerZeev Suraski1999-04-203-0/+527