Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Support for always building TSRM into PHP | Andi Gutmans | 2000-08-31 | 3 | -0/+12 | |
| | ||||||
* | - Change license of .c and .h files of TSRM. It's still not the complete | Andi Gutmans | 2000-08-31 | 3 | -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: target | Sascha Schumann | 2000-08-25 | 1 | -0/+2 | |
| | ||||||
* | - Oops I was only thinking about VIRTUAL_DIR and forogt about the rest of | Andi Gutmans | 2000-07-11 | 1 | -1/+1 | |
| | | | | | - TSRM which Zeev implemented on his own. | |||||
* | - Commit new license for TSRM. | Andi Gutmans | 2000-07-11 | 1 | -0/+26 | |
| | ||||||
* | Identifiers that begin with underscore are reserved for the implementation. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 | |
| | ||||||
* | - Export ts_resource_ex in order to succesfully build Windows version | Andi Gutmans | 2000-06-17 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to access other threads' local storage. Only use it if you ↵ | Zeev Suraski | 2000-06-16 | 2 | -3/+9 | |
| | | | | | | | have a clear knowledge of what you're doing! | |||||
* | Add -qthreaded for AIX cc V5 | Sascha Schumann | 2000-06-10 | 1 | -1/+2 | |
| | ||||||
* | Add FreeBSD's new -kthread option. | Sascha Schumann | 2000-06-10 | 1 | -1/+10 | |
| | | | | | Add a list of compiler/platforms where the flags are known to work. | |||||
* | Update .dsp's | Zeev Suraski | 2000-06-08 | 1 | -3/+3 | |
| | ||||||
* | Make TSRM compile again. ZTS is defined by a header file included in | Sascha Schumann | 2000-06-06 | 1 | -4/+0 | |
| | | | | | tsrm_config.h, so TSRM.o was always empty. | |||||
* | - Only compile if building a thread safe version | Andi Gutmans | 2000-06-04 | 1 | -0/+3 | |
| | ||||||
* | Add enable-threads flag for gcc on HPUX | Sascha Schumann | 2000-05-24 | 1 | -1/+1 | |
| | ||||||
* | Assign/restore vars appropiately | Sascha Schumann | 2000-05-05 | 1 | -0/+5 | |
| | ||||||
* | Don't automatically assign pthreads_cflags/pthreads_libs to env | Sascha Schumann | 2000-05-04 | 1 | -9/+13 | |
| | | | | | | variables. That allows us to check for the availability of POSIX threads before actually using it. | |||||
* | Add UnixWare/OpenServer flags | Sascha Schumann | 2000-04-30 | 1 | -2/+5 | |
| | ||||||
* | hpux needs _REENTRANT | Thies C. Arntzen | 2000-04-15 | 1 | -0/+2 | |
| | ||||||
* | * Include <stddef.h> for NULL | Sascha Schumann | 2000-03-30 | 1 | -1/+4 | |
| | | | | | * Check for pthread_mutexattr_init() for improved SGI support | |||||
* | Use CPPFLAGS for reentrancy/thread flags | Sascha Schumann | 2000-03-15 | 1 | -1/+1 | |
| | ||||||
* | Move the sincludes outside of AC_DEFUN(), so PHP can use the macros | Sascha Schumann | 2000-03-07 | 1 | -3/+2 | |
| | ||||||
* | Use improved POSIX threads check from threads.m4 | Sascha Schumann | 2000-03-07 | 2 | -21/+137 | |
| | | | | | This is shared between some projects (currently Apache 2.0, mhash, mcrypt) | |||||
* | .dsp updates | Zeev Suraski | 1999-12-31 | 1 | -0/+25 | |
| | ||||||
* | THREAD_T refers to thread ids, not attributes | Sascha Schumann | 1999-12-30 | 1 | -1/+1 | |
| | ||||||
* | Rewrite TSRM_CHECK_GCC_ARG to cache its result | Sascha Schumann | 1999-12-30 | 1 | -12/+21 | |
| | ||||||
* | Let check succeed on systems which don't need special flags for pthreads. | Sascha Schumann | 1999-12-30 | 1 | -4/+4 | |
| | | | | | Also change the message to be more informative. | |||||
* | Save a few lines while checking for -pthread[s]? | Sascha Schumann | 1999-12-27 | 1 | -12/+6 | |
| | ||||||
* | Put -pthreads? into CFLAGS; libtool still filters it out during shared | Sascha Schumann | 1999-12-24 | 1 | -4/+4 | |
| | | | | | library linking; need to find a way to prevent that. | |||||
* | Improved check for GCC's -pthread and -pthreads flag | Sascha Schumann | 1999-12-22 | 1 | -4/+29 | |
| | ||||||
* | Enable TSRM to use Pth | Sascha Schumann | 1999-12-21 | 1 | -1/+53 | |
| | ||||||
* | Improve Pthreads check | Sascha Schumann | 1999-12-21 | 1 | -4/+12 | |
| | ||||||
* | Use Critical Sections under Win32 - shows roughly 40% performance increase under | Zeev Suraski | 1999-12-20 | 2 | -5/+8 | |
| | | | | | multithreaded Win32! | |||||
* | Move config code into separate file | Sascha Schumann | 1999-12-17 | 2 | -17/+30 | |
| | ||||||
* | Fix leak in pthreads, and add initial support for GNU Pth | Sascha Schumann | 1999-12-05 | 2 | -0/+24 | |
| | ||||||
* | Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate. | Sascha Schumann | 1999-12-05 | 2 | -8/+9 | |
| | ||||||
* | Close a resource leak. | Sascha Schumann | 1999-11-26 | 1 | -1/+1 | |
| | ||||||
* | This should fix the deadlock | Zeev Suraski | 1999-10-10 | 1 | -7/+13 | |
| | ||||||
* | Add clean target which removes standard targets | Sascha Schumann | 1999-10-10 | 1 | -1/+6 | |
| | ||||||
* | build.mk can be used to generate build tools. It is usually | Sascha Schumann | 1999-10-10 | 1 | -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 Schumann | 1999-10-05 | 1 | -1/+1 | |
| | ||||||
* | Add $automake_flags, to allow propagation of --copy | Sascha Schumann | 1999-10-05 | 1 | -1/+1 | |
| | ||||||
* | Forgot these.. | Sascha Schumann | 1999-10-04 | 1 | -0/+5 | |
| | ||||||
* | Use libtool. | Sascha Schumann | 1999-10-04 | 5 | -48/+19 | |
| | ||||||
* | Whoops, OSF/1 has -lpthread and -lpthreads, but defines most | Sascha Schumann | 1999-10-04 | 1 | -5/+4 | |
| | | | | | | pthread_* as __pthread*. According to pthread(3), -lpthread is the correct choice. | |||||
* | -lpthreads is needed on OSF/1 aka Digital Unix aka Tru64 | Sascha Schumann | 1999-10-04 | 1 | -0/+1 | |
| | ||||||
* | Make config executable | Sascha Schumann | 1999-10-03 | 1 | -2/+1 | |
| | ||||||
* | Test commit II. | Sascha Schumann | 1999-10-02 | 1 | -0/+0 | |
| | ||||||
* | Test commit. | Sascha Schumann | 1999-10-02 | 1 | -0/+0 | |
| | ||||||
* | Reactivate autoheader | Sascha Schumann | 1999-10-02 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Andi Gutmans | 1999-10-02 | 1 | -25/+0 | |
| |