summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
...
* - Support for always building TSRM into PHPAndi Gutmans2000-08-313-0/+12
|
* - Change license of .c and .h files of TSRM. It's still not the completeAndi Gutmans2000-08-313-16/+9
| | | | | | - text like in the PHP headers because we don't have it on the web yet but - it should be enough to allow Sascha to touch TSRM :)
* Add dummy depend: targetSascha Schumann2000-08-251-0/+2
|
* - Oops I was only thinking about VIRTUAL_DIR and forogt about the rest ofAndi Gutmans2000-07-111-1/+1
| | | | | - TSRM which Zeev implemented on his own.
* - Commit new license for TSRM.Andi Gutmans2000-07-111-0/+26
|
* Identifiers that begin with underscore are reserved for the implementation.Sascha Schumann2000-07-021-3/+3
|
* - Export ts_resource_ex in order to succesfully build Windows versionAndi Gutmans2000-06-171-1/+1
|
* Make it possible to access other threads' local storage. Only use it if you ↵Zeev Suraski2000-06-162-3/+9
| | | | | | | have a clear knowledge of what you're doing!
* Add -qthreaded for AIX cc V5Sascha Schumann2000-06-101-1/+2
|
* Add FreeBSD's new -kthread option.Sascha Schumann2000-06-101-1/+10
| | | | | Add a list of compiler/platforms where the flags are known to work.
* Update .dsp'sZeev Suraski2000-06-081-3/+3
|
* Make TSRM compile again. ZTS is defined by a header file included inSascha Schumann2000-06-061-4/+0
| | | | | tsrm_config.h, so TSRM.o was always empty.
* - Only compile if building a thread safe versionAndi Gutmans2000-06-041-0/+3
|
* Add enable-threads flag for gcc on HPUXSascha Schumann2000-05-241-1/+1
|
* Assign/restore vars appropiatelySascha Schumann2000-05-051-0/+5
|
* Don't automatically assign pthreads_cflags/pthreads_libs to envSascha Schumann2000-05-041-9/+13
| | | | | | variables. That allows us to check for the availability of POSIX threads before actually using it.
* Add UnixWare/OpenServer flagsSascha Schumann2000-04-301-2/+5
|
* hpux needs _REENTRANTThies C. Arntzen2000-04-151-0/+2
|
* * Include <stddef.h> for NULLSascha Schumann2000-03-301-1/+4
| | | | | * Check for pthread_mutexattr_init() for improved SGI support
* Use CPPFLAGS for reentrancy/thread flagsSascha Schumann2000-03-151-1/+1
|
* 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
| | | | | This is shared between some projects (currently Apache 2.0, mhash, mcrypt)
* .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
| | | | | Also change the message to be more informative.
* 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
| | | | | library linking; need to find a way to prevent that.
* 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
| | | | | multithreaded Win32!
* 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
| | | | | | | | faster than buildconf, since it rebuilds only components, if it is necessary. To use it, run $ make -f build.mk
* 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
| | | | | | pthread_* as __pthread*. According to pthread(3), -lpthread is the correct choice.
* -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
|