| Commit message (Expand) | Author | Age | Files | Lines |
* | Retract #12134; reintroduce #11949: PADOFFSETs are now UVs | Jarkko Hietaniemi | 2001-09-22 | 1 | -1/+1 |
* | Switch PADOFFSET back to U32 both because of binary backward | Jarkko Hietaniemi | 2001-09-10 | 1 | -1/+1 |
* | Apply INT2PTR with force to silence warnings from | Artur Bergman | 2001-09-10 | 1 | -2/+2 |
* | PADOFFSET is used to cast pointers into integers, | Jarkko Hietaniemi | 2001-09-08 | 1 | -1/+1 |
* | odd typo in op.h | Nicholas Clark | 2001-08-28 | 1 | -1/+1 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -0/+1 |
* | Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20 | Artur Bergman | 2001-08-17 | 1 | -4/+4 |
* | *time_r again | Arthur Bergman | 2001-08-17 | 1 | -2/+16 |
* | *time_r fixes | Arthur Bergman | 2001-08-16 | 1 | -2/+2 |
* | Not quite so relicy as thought in #11651 (op/concat #4 and #5 | Jarkko Hietaniemi | 2001-08-12 | 1 | -0/+4 |
* | More (less) regex/utf8 relics. (Toned down later in #11653.) | Jarkko Hietaniemi | 2001-08-12 | 1 | -4/+0 |
* | [patch] plug PL_regex_padav leaks | Doug MacEachern | 2001-08-03 | 1 | -0/+4 |
* | [patch] faster PM_GETRE | Doug MacEachern | 2001-07-12 | 1 | -1/+1 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 1 | -1/+0 |
* | Use reentrant API glibc | Artur Bergman | 2001-07-12 | 1 | -0/+9 |
* | Make the I32 an IV to preserve structure alignment and size. | Jarkko Hietaniemi | 2001-07-11 | 1 | -1/+1 |
* | Threadsafe PMOPs! We might still win this war. | Artur Bergman | 2001-07-11 | 1 | -1/+10 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 1 | -0/+1 |
* | Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked). | Jarkko Hietaniemi | 2001-07-02 | 1 | -1/+1 |
* | v minor comment tweak | Robin Houston | 2001-07-02 | 1 | -1/+1 |
* | Attempt at plugging the leak under ithreads detected by Doug. | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+1 |
* | Re: [PATCH] Step 1 of moving regexps to the pad | Artur Bergman | 2001-06-21 | 1 | -2/+2 |
* | Re: [PATCH] Step 1 of moving regexps to the pad | Artur Bergman | 2001-06-21 | 1 | -0/+3 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -4/+0 |
* | Sarathy's clear_pmop patch with Radu Greab's fix, | Jarkko Hietaniemi | 2001-03-18 | 1 | -0/+19 |
* | The #9145 CANNOT be enabled: the clear_pmop code still | Jarkko Hietaniemi | 2001-03-14 | 1 | -19/+0 |
* | reenable change#9145 (the test was busted due to a missing | Gurusamy Sarathy | 2001-03-14 | 1 | -0/+19 |
* | Retract #9145. | Jarkko Hietaniemi | 2001-03-14 | 1 | -19/+0 |
* | (Retracted by #9150.) | Jarkko Hietaniemi | 2001-03-14 | 1 | -0/+19 |
* | Integrate change #9108 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-12 | 1 | -6/+4 |
* | Retract the PMOP cleanup patch: I'm seeing strange core dumps | Jarkko Hietaniemi | 2001-03-06 | 1 | -19/+0 |
* | Forgot the other half of the PMOP patch (#9033). | Jarkko Hietaniemi | 2001-03-05 | 1 | -0/+19 |
* | [PATCH @8436] Eliminate op_children | Stephen McCamant | 2001-01-15 | 1 | -3/+0 |
* | Consolidated lvalue sub changes | Stephen McCamant | 2001-01-12 | 1 | -1/+3 |
* | Continue blocks and B::Deparse | Stephen McCamant | 2001-01-04 | 1 | -3/+0 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -0/+3 |
* | Remove vestiges of tr//CU. | Jarkko Hietaniemi | 2000-09-14 | 1 | -3/+1 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 1 | -1/+1 |
* | integrate cfgperl changes#6231..6240 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+2 |
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+3 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+6 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+5 |
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+17 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+1 |
* | change#4849 wasn't restoring savestack correctly; make loops that have | Gurusamy Sarathy | 2000-02-25 | 1 | -0/+3 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+3 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+15 |