2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff |
2003-01-26 |
Dave Mitchell |
OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell |
move all pad-related code to its own src file |
blob | commitdiff | diff to current |
2002-08-17 |
Michael G. Schwern |
Remove pseudo-hashes (complete) |
blob | commitdiff | diff to current |
2002-04-27 |
Jarkko Hietaniemi |
More U32 regflags. |
blob | commitdiff | diff to current |
2002-04-26 |
Mark-Jason Dominus |
Re: binary compatibility |
blob | commitdiff | diff to current |
2002-03-21 |
Jarkko Hietaniemi |
It seems that the strange failure (core dump) of |
blob | commitdiff | diff to current |
2002-03-15 |
Jarkko Hietaniemi |
Monster _r patch: try to scan for all known _r variants, |
blob | commitdiff | diff to current |
2002-03-10 |
Jarkko Hietaniemi |
Renaming tweaks, and split off the reentrant "superbuffer" |
blob | commitdiff | diff to current |
2002-03-06 |
Yitzchak Scott-Tho... |
Re: [PATCH] Re: [ID 20000922.001] Implicit comparison... |
blob | commitdiff | diff to current |
2002-02-21 |
Rafael Garcia-Suarez |
No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-14 |
Nick Ing-Simmons |
Use PerlMemShared for CopSTASHPV and CopFILE. MUCH... |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-12-09 |
Spider Boardman |
Re: attributes are broken |
blob | commitdiff | diff to current |
2001-10-28 |
Jarkko Hietaniemi |
Explicitly expect only 4 or 8 bytes of PTRSIZE. |
blob | commitdiff | diff to current |
2001-10-27 |
Jarkko Hietaniemi |
Must store pointers with the right width. |
blob | commitdiff | diff to current |
2001-10-19 |
Charles Lane |
vmsish fix, ieee rand() cleanup |
blob | commitdiff | diff to current |
2001-10-12 |
Artur Bergman |
Perhaps other OLD_POSIX_API systems might be happy... |
blob | commitdiff | diff to current |
2001-09-22 |
Jarkko Hietaniemi |
Retract #12134; reintroduce #11949: PADOFFSETs are... |
blob | commitdiff | diff to current |
2001-09-10 |
Jarkko Hietaniemi |
Switch PADOFFSET back to U32 both because of binary... |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman |
Apply INT2PTR with force to silence warnings from |
blob | commitdiff | diff to current |
2001-09-08 |
Jarkko Hietaniemi |
PADOFFSET is used to cast pointers into integers, |
blob | commitdiff | diff to current |
2001-08-28 |
Nicholas Clark |
odd typo in op.h |
blob | commitdiff | diff to current |
2001-08-27 |
Simon Cozens |
Custom Ops |
blob | commitdiff | diff to current |
2001-08-17 |
Artur Bergman |
Fixed macros for localtime_r under USE_REENTRANT_API... |
blob | commitdiff | diff to current |
2001-08-17 |
Arthur Bergman |
*time_r again |
blob | commitdiff | diff to current |
2001-08-16 |
Arthur Bergman |
*time_r fixes |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Not quite so relicy as thought in #11651 (op/concat... |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
More (less) regex/utf8 relics. (Toned down later in... |
blob | commitdiff | diff to current |
2001-08-03 |
Doug MacEachern |
[patch] plug PL_regex_padav leaks |
blob | commitdiff | diff to current |
2001-07-12 |
Doug MacEachern |
[patch] faster PM_GETRE |
blob | commitdiff | diff to current |
2001-07-12 |
Jarkko Hietaniemi |
Retract #11166 (and #11237). |
blob | commitdiff | diff to current |
2001-07-12 |
Artur Bergman |
Use reentrant API glibc |
blob | commitdiff | diff to current |
2001-07-11 |
Jarkko Hietaniemi |
Make the I32 an IV to preserve structure alignment... |
blob | commitdiff | diff to current |
2001-07-11 |
Artur Bergman |
Threadsafe PMOPs! We might still win this war. |
blob | commitdiff | diff to current |
2001-07-06 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-07-06 |
Abhijit Menon-Sen |
(Retracted by #11285.) |
blob | commitdiff | diff to current |
2001-07-02 |
Jarkko Hietaniemi |
Retract #11055, didn't help much (2736 bytes vs 2725... |
blob | commitdiff | diff to current |
2001-07-02 |
Robin Houston |
v minor comment tweak |
blob | commitdiff | diff to current |
2001-06-30 |
Jarkko Hietaniemi |
Attempt at plugging the leak under ithreads detected... |
blob | commitdiff | diff to current |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-21 |
Artur Bergman |
Re: [PATCH] Step 1 of moving regexps to the pad |
blob | commitdiff | diff to current |
2001-06-21 |
Artur Bergman |
Re: [PATCH] Step 1 of moving regexps to the pad |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi |
Integrate change #10412 from maintperl; locale is now |
blob | commitdiff | diff to current |
2001-03-18 |
Jarkko Hietaniemi |
Sarathy's clear_pmop patch with Radu Greab's fix, |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
The #9145 CANNOT be enabled: the clear_pmop code still |
blob | commitdiff | diff to current |
2001-03-14 |
Gurusamy Sarathy |
reenable change#9145 (the test was busted due to a... |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
Retract #9145. |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
(Retracted by #9150.) |
blob | commitdiff | diff to current |
2001-03-12 |
Jarkko Hietaniemi |
Integrate change #9108 from maintperl to mainline. |
blob | commitdiff | diff to current |
2001-03-06 |
Jarkko Hietaniemi |
Retract the PMOP cleanup patch: I'm seeing strange... |
blob | commitdiff | diff to current |
2001-03-05 |
Nick Ing-Simmons |
Integrate mainline (mostly - holding of on Encode.pm... |
blob | commitdiff | diff to current |
2001-03-05 |
Jarkko Hietaniemi |
Forgot the other half of the PMOP patch (#9033). |
blob | commitdiff | diff to current |
2001-01-24 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-15 |
Stephen McCamant |
[PATCH @8436] Eliminate op_children |
blob | commitdiff | diff to current |
2001-01-12 |
Stephen McCamant |
Consolidated lvalue sub changes |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-04 |
Stephen McCamant |
Continue blocks and B::Deparse |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-12-30 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-30 |
Inaba Hiroto |
more UTF8 test suites and an UTF8 patch |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2000-09-14 |
Jarkko Hietaniemi |
Remove vestiges of tr//CU. |
blob | commitdiff | diff to current |
2000-08-08 |
Jarkko Hietaniemi |
Do away with array context, from Daniel Chetlin <daniel... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6231..6240 into mainline |
blob | commitdiff | diff to current |
2000-06-23 |
Mark-Jason Dominus |
PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
support for C<use vmsish 'hushed'>; move VMSISH_EXIT... |
blob | commitdiff | diff to current |
2000-03-09 |
Gurusamy Sarathy |
support binmode(F,":crlf") and use open IN => ":raw... |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
abstract code for C<use Foo 1.23 @ary;> into a Perl_loa... |
blob | commitdiff | diff to current |
2000-03-08 |
Gurusamy Sarathy |
add missing locks for op refcounts |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
support for list assignment to pseudohashes (from John... |
blob | commitdiff | diff to current |
2000-02-25 |
Gurusamy Sarathy |
change#4849 wasn't restoring savestack correctly; make... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
introduce $^U, a global bit to indicate whether system |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
runtime now looks at the SVf_UTF8 bit on the SV to... |
blob | commitdiff | diff to current |
2000-01-28 |
Gurusamy Sarathy |
autogenerate API listing from comments in the source... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
change#4866 was flawed; revert and add better fix for... |
blob | commitdiff | diff to current |
2000-01-21 |
Gurusamy Sarathy |
support for C<exists &func> (from Spider Boardman) |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
avoid spurious "Useless use of variable" warning on... |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
minor USE_ITHREADS tweaks |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-11 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-10 |
Gurusamy Sarathy |
more cleanups for change#4539 |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for GVOP indirection via pad |
blob | commitdiff | diff to current |
1999-11-06 |
Jan Dubois |
[5.005_62 PATCH] binmode and locale support for -T... |
blob | commitdiff | diff to current |
1999-10-29 |
Gurusamy Sarathy |
usurp GVOP slot for new PADOP (one small step to making... |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey |
resync with mainline |
blob | commitdiff | diff to current |
1999-09-05 |
Gurusamy Sarathy |
initial implementation of lvalue subroutines (slightly... |
blob | commitdiff | diff to current |
1999-08-29 |
Ilya Zakharevich |
Speeding up XSUB calls up to 66% |
blob | commitdiff | diff to current |
1999-07-23 |
Gurusamy Sarathy |
emit warning about function calls that were encountered... |
blob | commitdiff | diff to current |
1999-07-07 |
Stephen McCamant |
Eliminate CONDOPs |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
Optimize away OP_SASSIGN |
blob | commitdiff | diff to current |
next |