| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -1/+1 |
* | Implement handling of state variables in list assignment | Rafael Garcia-Suarez | 2006-07-05 | 1 | -5/+2 |
* | Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left | Rafael Garcia-Suarez | 2006-07-05 | 1 | -2/+38 |
* | Add a TODO test for list assignment to a list of state variables. | Rafael Garcia-Suarez | 2006-07-05 | 1 | -1/+19 |
* | Allow stat() and -X file tests work on dirhandles. | Steve Peters | 2006-07-03 | 1 | -1/+8 |
* | Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string | Yves Orton | 2006-07-02 | 1 | -2/+28 |
* | Add Win32API::File to the core | Steve Hay | 2006-06-30 | 2 | -2/+4 |
* | Update for IO::Uncompress::Base | Paul Marquess | 2006-06-28 | 5 | -50/+127 |
* | IO::Compress::Base | Paul Marquess | 2006-06-22 | 1 | -2/+1 |
* | Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversio... | Dominic Dunlop | 2006-06-21 | 1 | -12/+30 |
* | Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ... | Dominic Dunlop | 2006-06-20 | 1 | -0/+12 |
* | IO::Compress::* 2.000_13 | Paul Marquess | 2006-06-20 | 2 | -3/+83 |
* | [perl #39365] Bug in toke.c (eval in subst) | Ben Carter | 2006-06-20 | 1 | -1/+4 |
* | start turning regmatch() main loop into a FSM | Dave Mitchell | 2006-06-16 | 1 | -0/+1 |
* | I thought I had fixed the spelling of DOES() in universal.t, but | Rafael Garcia-Suarez | 2006-06-13 | 1 | -10/+10 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -5/+21 |
* | The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN} | Nicholas Clark | 2006-06-07 | 1 | -3/+1 |
* | exhausting <> in BEGIN{} gets ARGVOUT used only once warning | Yitzchak Scott-Thoennes | 2006-06-07 | 1 | -1/+5 |
* | Eliminate most of the UTF-8 black smoke by skipping optree tests when | Nicholas Clark | 2006-06-05 | 1 | -8/+28 |
* | It's all relative -- better handling of tainted directories | Craig A. Berry | 2006-06-02 | 1 | -1/+2 |
* | Teach incfilter.t some DCL. | Craig A. Berry | 2006-05-31 | 1 | -2/+15 |
* | Comprehensive regression tests for Perl_refcounted_he_fetch(). | Nicholas Clark | 2006-05-29 | 2 | -165/+184 |
* | Re: [perl #39126] possible memory related bug when using sprintf with an utf-... | SADAHIRO Tomoyuki | 2006-05-29 | 1 | -8/+9 |
* | Re: [PATCH] More regex optimisations and debug enhancements (including Andys ... | Yves Orton | 2006-05-29 | 1 | -2/+4 |
* | skip t/op/incfilter.t for "make clean;make miniperl;make minitest" | Jarkko Hietaniemi | 2006-05-29 | 1 | -0/+4 |
* | Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far | Nicholas Clark | 2006-05-28 | 1 | -1/+25 |
* | Make t/TEST more helpful | Andy Lester | 2006-05-24 | 1 | -8/+10 |
* | Re: [PATCH] optimize /[x]/ to /x/. | Yves Orton | 2006-05-22 | 1 | -0/+5 |
* | Adjust test following change #28225 | Rafael Garcia-Suarez | 2006-05-19 | 1 | -5/+5 |
* | test some die codepaths in pp_enterwrite | Dave Mitchell | 2006-05-18 | 1 | -1/+17 |
* | We can now remove DynaLoader from 1_compile.t | Rafael Garcia-Suarez | 2006-05-18 | 1 | -1/+0 |
* | Re: [perl #39145] win32, @_ and fork crashing in dounwind | David Mitchell | 2006-05-17 | 1 | -0/+6 |
* | IO::Compress* 2.000_12 | Paul Marquess | 2006-05-17 | 1 | -7/+10 |
* | strange encodings upsets pp_chr | SADAHIRO Tomoyuki | 2006-05-15 | 3 | -24/+100 |
* | TEST needs to binmode the file handle that is reading the TAP, else it | Nicholas Clark | 2006-05-14 | 1 | -0/+5 |
* | t/uni/overload.t | Jarkko Hietaniemi | 2006-05-13 | 1 | -24/+26 |
* | no 5.9.4; should fail in version 5.9.4. | Nicholas Clark | 2006-05-10 | 1 | -10/+60 |
* | Convert use.t to an inlined is/isnt/like implementation, to give better | Nicholas Clark | 2006-05-10 | 1 | -116/+95 |
* | disable WARN and DIE hooks during constant folding | Dave Mitchell | 2006-05-10 | 1 | -1/+19 |
* | Implement state array and state hashes. Initialisation assignment | Rafael Garcia-Suarez | 2006-05-05 | 1 | -1/+28 |
* | Resubmit change #28095 | Rafael Garcia-Suarez | 2006-05-04 | 1 | -118/+158 |
* | t/op/context.t using test.pl | David Landgren | 2006-05-04 | 1 | -6/+15 |
* | t/op/list.t using test.pl | David Landgren | 2006-05-04 | 1 | -60/+107 |
* | Another test for state variables and closures, | Rafael Garcia-Suarez | 2006-05-04 | 1 | -2/+27 |
* | Ensure that C<(state $x) = $y> is not a state assignment | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+9 |
* | New test case for state variables with ties, suggested by Nicholas | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+14 |
* | Add "state" feature | Rafael Garcia-Suarez | 2006-05-03 | 1 | -0/+1 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -0/+65 |
* | -Dmad breaks a few tests | Sébastien Aperghis-Tramoni | 2006-05-03 | 1 | -1/+5 |
* | Change 28037 broke t/op/each.t when running with TEST. | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |