| Commit message (Expand) | Author | Age | Files | Lines |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -392/+392 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -0/+14 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+12 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+12 |
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -0/+2 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -28/+26 |
* | most globals are now interpreter local; locale initialization | Gurusamy Sarathy | 1999-06-10 | 1 | -230/+230 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -1/+133 |
* | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 1 | -14/+0 |
* | Cures for _57 in AIX 4.1.5.0. | Jarkko Hietaniemi | 1999-05-25 | 1 | -0/+2 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -0/+6 |
* | remove vestiges of PL_last_proto | Gurusamy Sarathy | 1999-05-24 | 1 | -2/+0 |
* | update embedvar.h | Gurusamy Sarathy | 1999-05-11 | 1 | -0/+3 |
* | remove bogus symbols from global.sym | Gurusamy Sarathy | 1999-03-08 | 1 | -2/+2 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -0/+14 |
* | regen headers | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+1 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+3 |
* | Finishing off SNOBOL: $1 in (?{}) | Ilya Zakharevich | 1998-11-28 | 1 | -0/+6 |
* | better -Mre=debugcolor | Ilya Zakharevich | 1998-11-28 | 1 | -0/+3 |
* | applied suggested patch with PERL_OBJECT tweaks | Ilya Zakharevich | 1998-11-28 | 1 | -0/+6 |
* | Fix \G in REx without //g | Ilya Zakharevich | 1998-11-28 | 1 | -0/+6 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -2/+3 |
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration | Gurusamy Sarathy | 1998-11-22 | 1 | -1/+1 |
* | provide -DPERL_POLLUTE | Gurusamy Sarathy | 1998-11-11 | 1 | -1/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -15/+7 |
* | disable C<#define dirty PL_dirty> et al. | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+1 |
* | remove spurious unused conflicting globals (PL_yy{v,s}sp) | Gurusamy Sarathy | 1998-10-06 | 1 | -4/+0 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+2 |
* | move yyglobal decls from perly.c to perlvars.h, regen headers, tweak | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+16 |
* | provide locked access to string table for USE_THREADS | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+2 |
* | patch to support computed regular subexpressions | Ilya Zakharevich | 1998-09-23 | 1 | -0/+6 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -0/+32 |
* | add a few more globals with old names #defined | Gurusamy Sarathy | 1998-07-22 | 1 | -0/+3 |
* | s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive | Gurusamy Sarathy | 1998-07-22 | 1 | -10/+10 |
* | part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h) | Gurusamy Sarathy | 1998-07-21 | 1 | -0/+14 |
* | Missed file that had changed | Nick Ing-Simmons | 1998-07-19 | 1 | -0/+23 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -678/+678 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -1123/+784 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -153/+204 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -0/+6 |
* | add more correct version of change#1350 (as yet untested) | Joshua Pritikin | 1998-07-10 | 1 | -3/+3 |
* | regen headers; result builds & tests on Solaris again (threaded) | Gurusamy Sarathy | 1998-07-08 | 1 | -0/+6 |
* | change#1350 breaks things, back it out | Gurusamy Sarathy | 1998-07-08 | 1 | -3/+3 |
* | add patch to improve method caching, regen headers | Joshua Pritikin | 1998-07-06 | 1 | -3/+3 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -0/+3 |
* | partial MULTIPLICITY cleanup | Gurusamy Sarathy | 1998-06-23 | 1 | -27/+30 |
* | added patch, regen headers | Ilya Zakharevich | 1998-06-21 | 1 | -0/+3 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -3/+0 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -0/+3 |
* | remove unused global `scrgv' | Gurusamy Sarathy | 1998-06-14 | 1 | -3/+0 |