5a288ffd | 12-Jul-1999 |
Thies C. Arntzen |
small php4 fixes |
a80609c7 | 11-Jul-1999 |
Sascha Schumann |
typo |
f0febf04 | 11-Jul-1999 |
Sascha Schumann |
merge in some autoconf stuff |
3b037ebb | 10-Jul-1999 |
Zeev Suraski |
Oh, that dumb bug. |
44947bf5 | 10-Jul-1999 |
Andi Gutmans |
Ok, so we do have to lock in there |
fb7a4b64 | 10-Jul-1999 |
Andi Gutmans |
Fix assignments of reference variables |
dc933fc5 | 10-Jul-1999 |
Zeev Suraski |
Woops, fix. |
909590ba | 10-Jul-1999 |
Zeev Suraski |
Put the garbage in the garbage bin |
cccd2445 | 10-Jul-1999 |
Zeev Suraski |
Get rid of AiCount completely |
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP |
|
82563bde | 10-Jul-1999 |
Zeev Suraski |
Final tweaks |
03d33b2f | 10-Jul-1999 |
Zeev Suraski |
More locking work |
6fcf8aa1 | 09-Jul-1999 |
Zeev Suraski |
*** empty log message *** |
0fadd053 | 09-Jul-1999 |
Zeev Suraski |
More stuff |
c43c2354 | 09-Jul-1999 |
Zeev Suraski |
Don't touch refcount and EA directly |
2a6da781 | 09-Jul-1999 |
Zeev Suraski |
Step 4: Move to a 7-bit counter (not fully implemented yet) |
6ec1acbe | 09-Jul-1999 |
Zeev Suraski |
Phase 3: Use a single bit to mark IS_REF variables |
Revision tags: BEFORE_REMOVING_GC_STEP2 |
|
5f62c347 | 09-Jul-1999 |
Zeev Suraski |
Step 2: Rename is_ref to EA |
3a9cb022 | 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int |
81d901b1 | 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 |
db1e0bc8 | 09-Jul-1999 |
Rasmus Lerdorf |
Add Aspell module |
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
cdce334c | 09-Jul-1999 |
Zeev Suraski |
*** empty log message *** |
cc26d0e6 | 09-Jul-1999 |
Zeev Suraski |
Send a SIGSEGV instead of exiting, to trigger a core dump |
6abe9c34 | 09-Jul-1999 |
Zeev Suraski |
* Support recoverable failure from erealloc() * Fix the shutdown code on an unrecoverable erealloc() failure |
81f55222 | 09-Jul-1999 |
Zeev Suraski |
Fix the mess in SIGSEGV handling, hopefully |
743935ca | 08-Jul-1999 |
Andrey Hristov |
More cleanup. |