| Commit message (Expand) | Author | Age | Files | Lines |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+4 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -0/+3 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe | Yves Orton | 2007-03-08 | 1 | -0/+1 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -0/+4 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -0/+5 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -3/+6 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+5 |
* | Re: prerelease checklist for Perl 5.10 | Yves Orton | 2007-02-03 | 1 | -0/+3 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -2/+5 |
* | Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END | Nicholas Clark | 2007-01-30 | 1 | -0/+5 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -0/+8 |
* | newPADOP()'s sv parameter is never NULL, so mark it as so. | Nicholas Clark | 2007-01-27 | 1 | -1/+2 |
* | newPADOP is only used under ithreads, so don't waste space by compiling | Nicholas Clark | 2007-01-27 | 1 | -0/+2 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -1/+9 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -3/+3 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -0/+8 |
* | Marcus Holland-Moritz notes that the first argument to | Nicholas Clark | 2007-01-19 | 1 | -3/+1 |
* | Add a parameter to Perl_get_arena() to pass in the SV type, and record | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | As Perl_get_arena() is dealing with sizes, use size_t rather than int, | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -8/+2 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -5/+8 |
* | Change 29753 messed up do_hv_dump() [my fault] | Nicholas Clark | 2007-01-11 | 1 | -1/+1 |
* | do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL | Nicholas Clark | 2007-01-11 | 1 | -5/+2 |
* | In toke.c, merge S_update_debugger_info_pv() and | Nicholas Clark | 2007-01-11 | 1 | -6/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -3/+9 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |
* | remove conflict in pending_ident function and field name | Dave Mitchell | 2007-01-02 | 1 | -1/+0 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -0/+4 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | split parser initialisation from parser execution | Dave Mitchell | 2007-01-01 | 1 | -0/+3 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -1/+10 |
* | Rationalise the logic in lex_start for creating a new temporary if the | Nicholas Clark | 2006-12-31 | 1 | -3/+1 |
* | Actually submit previous change. | Rafael Garcia-Suarez | 2006-12-04 | 1 | -0/+5 |
* | Re: [perl #41010] (?(COND)) in pattern matching not working properly | Yves Orton | 2006-12-03 | 1 | -1/+1 |
* | Make get_db_sub non-static, and call it from pp_goto, which allows the | Nicholas Clark | 2006-12-01 | 1 | -4/+3 |
* | Remove the pp_entersub specific logic from S_get_db_sub. | Nicholas Clark | 2006-12-01 | 1 | -2/+1 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -1/+2 |
* | Verify that the debugger has an array where to store lines before | Rafael Garcia-Suarez | 2006-12-01 | 1 | -0/+6 |
* | Move words and revcharmap out of struct _rev_trie_data and duplicate | Nicholas Clark | 2006-11-27 | 1 | -6/+9 |
* | Move widecharmap out of the shared structure _reg_trie_data into the | Nicholas Clark | 2006-11-26 | 1 | -3/+3 |
* | Change (well, correct) S_add_data to take and return a U32. | Nicholas Clark | 2006-11-26 | 1 | -1/+1 |
* | was RE: Perl_die() / Perl_croak() | Robin Barker | 2006-11-13 | 1 | -2/+5 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -4/+3 |
* | Perl_die() / Perl_croak() | Philip M. Gollucci | 2006-11-08 | 1 | -5/+2 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -1/+1 |
* | Re: [perl #40641] crash with unicode characters in regex comment | SADAHIRO Tomoyuki | 2006-11-04 | 1 | -0/+1 |
* | replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ... | SADAHIRO Tomoyuki | 2006-11-03 | 1 | -4/+0 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -3/+3 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -4/+0 |