| Commit message (Expand) | Author | Age | Files | Lines |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -1/+1 |
* | Bytecompiler patches from Benjamin Stuhl. | Jarkko Hietaniemi | 2000-08-22 | 1 | -0/+4 |
* | typos in change#6399, regen headers | Gurusamy Sarathy | 2000-07-14 | 1 | -0/+8 |
* | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+48 |
* | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) | Gurusamy Sarathy | 2000-04-16 | 1 | -0/+4 |
* | pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>) | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+2 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -4/+2 |
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; | Gurusamy Sarathy | 2000-02-07 | 1 | -4/+4 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+4 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -4/+4 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -4/+0 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -62/+431 |
* | PL_malloc_mutex needs to be global, not per-interpreter | Gurusamy Sarathy | 1999-10-17 | 1 | -3/+2 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -0/+3 |
* | (Was: deprecating SIGDIE) | Kurt D. Starsinic | 1999-09-30 | 1 | -3/+0 |
* | add arenas for managing allocations of remaining xpv*v structures | Vishal Bhatia | 1999-09-20 | 1 | -0/+24 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -0/+3 |
* | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -6/+6 |
* | support USE_THREADS+MULTIPLICITY; source compat tweaks for | Gurusamy Sarathy | 1999-08-20 | 1 | -425/+568 |
* | More optimizations to REx engine | Ilya Zakharevich | 1999-08-01 | 1 | -0/+20 |
* | 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 |