e06a1ed2 | 24-Apr-1999 |
Zeev Suraski |
Thread safety fixes |
3b516557 | 24-Apr-1999 |
Stig S. Bakken |
set up automake |
8dd4a633 | 24-Apr-1999 |
Zeev Suraski |
Remove redundant includes |
cd07879f | 24-Apr-1999 |
Zeev Suraski |
g++ compile fix |
1e9ce952 | 24-Apr-1999 |
Zeev Suraski |
*** empty log message *** |
5a5806e0 | 24-Apr-1999 |
Zeev Suraski |
Cleanups, remove old ts code |
0818d96c | 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files |
05d24c60 | 23-Apr-1999 |
Zeev Suraski |
Remove redundant code |
09946676 | 23-Apr-1999 |
Zeev Suraski |
Thread-safe header_is_being_sent |
6f7c0ede | 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch] |
f53afa6e | 23-Apr-1999 |
Zeev Suraski |
cleanups |
b2c5ef42 | 23-Apr-1999 |
Zeev Suraski |
Arithmetics bug fix |
bce60f0f | 23-Apr-1999 |
Zeev Suraski |
* MySQL fix (thanks Stig) * Remove reundant includes from bcmath |
94cde334 | 23-Apr-1999 |
Stig Bakken |
use only EXTRA_LIBS |
43c9b540 | 23-Apr-1999 |
Zeev Suraski |
Minor MySQL thread safety issues |
5be8dd97 | 23-Apr-1999 |
Zeev Suraski |
License |
f9cdc884 | 23-Apr-1999 |
Zeev Suraski |
Testing unified diffs |
a458b4f6 | 23-Apr-1999 |
Zeev Suraski |
Support eval() and highlight_string() in the C++ scanner |
01575b9d | 23-Apr-1999 |
Andi Gutmans |
- Use yyless() instead of unput() where possible. I'll erase the commented out code in a day or so. |
7440bc50 | 23-Apr-1999 |
Rasmus Lerdorf |
Ok, finally.. These now work nicely on a RH-5.2 box: --with-mysql --with-ldap --with-imap --with-zlib --with-snmp |
806dfc2a | 23-Apr-1999 |
Rasmus Lerdorf |
Make zlib compile |
8a2f6371 | 23-Apr-1999 |
Zeev Suraski |
*** empty log message *** |
1aa2c5c0 | 23-Apr-1999 |
Zeev Suraski |
Ok, call me crazy, because I probably am. Thread safe version now uses a C++ scanner object. Works fully. |
cad2318a | 23-Apr-1999 |
Rasmus Lerdorf |
Module work |
551fe778 | 22-Apr-1999 |
Zeev Suraski |
Make token names uniform, they all begin with T_ now. |