| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -3/+3 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -435/+4 |
* | Regen headers | Artur Bergman | 2001-08-27 | 1 | -0/+8 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -9/+9 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -0/+4 |
* | B && BEGIN handling | James A. Duncan | 2001-08-07 | 1 | -0/+4 |
* | Pluggable optimizer | Simon Cozens | 2001-08-01 | 1 | -0/+4 |
* | Use reentrant API glibc | Artur Bergman | 2001-07-12 | 1 | -0/+4 |
* | Threadsafe PMOPs! We might still win this war. | Artur Bergman | 2001-07-11 | 1 | -0/+8 |
* | Add support for $^N, the most-recently closed group. | Jarkko Hietaniemi | 2001-06-30 | 1 | -0/+4 |
* | Regen headers. | Jarkko Hietaniemi | 2001-06-20 | 1 | -4/+0 |
* | New attempt to clone callack | Artur Bergman | 2001-06-09 | 1 | -0/+4 |
* | Save the spot of regprev (see #9911) for binary compatibility; | Jarkko Hietaniemi | 2001-04-30 | 1 | -4/+4 |
* | Change PL_numeric_radix to PL_numeric_radix_sv (and leave in | Jarkko Hietaniemi | 2001-04-30 | 1 | -4/+8 |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -0/+1 |
* | Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. | Nick Ing-Simmons | 2001-01-16 | 1 | -0/+8 |
* | UTF8 output prework. | Nick Ing-Simmons | 2000-12-09 | 1 | -16/+8 |
* | 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 |