| Commit message (Expand) | Author | Age | Files | Lines |
* | In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00. | Nicholas Clark | 2011-02-06 | 1 | -4/+11 |
* | Rearrange global.sym according to 'make regen' | George Greer | 2011-02-05 | 1 | -2/+2 |
* | Add a section on patch style (unified diff, etc) and how to generate patches | Dave Rolsky | 2011-02-05 | 1 | -0/+29 |
* | Two more swash inversion list exports necessary for build on Win32. | George Greer | 2011-02-05 | 2 | -2/+4 |
* | Don't redefine Perl API functions in ext/re. | Craig A. Berry | 2011-02-05 | 1 | -0/+4 |
* | [perl #83406] Library compatibility and API documentation (v1.991). | pjacklam | 2011-02-05 | 4 | -127/+415 |
* | Convert XS::APItest's svpv_magic.t to Test::More. | Nicholas Clark | 2011-02-05 | 1 | -2/+3 |
* | export the functions required by re | Tony Cook | 2011-02-05 | 2 | -2/+4 |
* | Clarify the return values of the first_release functions in Module::CoreList | Chris 'BinGOs' Williams | 2011-02-04 | 1 | -2/+4 |
* | Remove MacOS Classic references from B's tests. | Nicholas Clark | 2011-02-04 | 2 | -6/+2 |
* | Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'. | Nicholas Clark | 2011-02-04 | 1 | -9/+7 |
* | l1_char_class_tab.h: Remove multi-char fold targets | Karl Williamson | 2011-02-04 | 2 | -22/+22 |
* | Major revision of perlhack and perlrepository | Dave Rolsky | 2011-02-04 | 12 | -3469/+3663 |
* | Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck, | Nicholas Clark | 2011-02-04 | 1 | -8/+7 |
* | In B's OptreeCheck, always report inconsistent errors as a failed test. | Nicholas Clark | 2011-02-04 | 11 | -40/+19 |
* | In B's OptreeCheck, implement proper qr// matching for regexps. | Nicholas Clark | 2011-02-04 | 2 | -22/+19 |
* | In B's OptreeCheck, inline diag_or_fail() into its only caller. | Nicholas Clark | 2011-02-04 | 1 | -25/+18 |
* | silence do_curse() compiler warning | David Mitchell | 2011-02-04 | 1 | -0/+2 |
* | In Cwd, convert two regexps to explicit ranges, instead of using /i | Nicholas Clark | 2011-02-04 | 1 | -3/+3 |
* | In File::Copy, convert two regexps to explicit ranges, instead of using /i | Nicholas Clark | 2011-02-04 | 1 | -3/+3 |
* | Fix excess whitespace in pod. | Michael Stevens | 2011-02-04 | 1 | -3/+3 |
* | In B's tests, fix calls to like() which weren't being passed a regexp. | Nicholas Clark | 2011-02-04 | 3 | -4/+4 |
* | Remove non-working and hence unused features from B's OptreeCheck test code. | Nicholas Clark | 2011-02-04 | 2 | -34/+3 |
* | Convert Pod::Html to lexical file handles. | Nicholas Clark | 2011-02-04 | 1 | -83/+90 |
* | Updated HTTP::Tiny to CPAN version 0.010 | David Golden | 2011-02-04 | 5 | -7/+33 |
* | use the macro that casts to HV * so threaded C++ builds, build | Tony Cook | 2011-02-04 | 1 | -1/+1 |
* | Convert B's "no perlio" skips to "skip all" in the BEGIN blocks. | Nicholas Clark | 2011-02-03 | 6 | -50/+27 |
* | Remove commented out 'require test.pl' lines in B's tests. | Nicholas Clark | 2011-02-03 | 3 | -3/+0 |
* | Correct the "no perlio" skipping in optree_misc.t. | Nicholas Clark | 2011-02-03 | 1 | -28/+25 |
* | Updated Module::Metadata to CPAN version 1.000004 | David Golden | 2011-02-03 | 4 | -9/+13 |
* | code points above 0x7fff_ffff problematic | Karl Williamson | 2011-02-02 | 2 | -4/+7 |
* | Move ANYOF folding from regexec to regcomp | Karl Williamson | 2011-02-02 | 7 | -38/+300 |
* | regexp_unicode_prop.t: Add tests, refactor | Karl Williamson | 2011-02-02 | 1 | -5/+50 |
* | pat-advanced.t: Add new test | Karl Williamson | 2011-02-02 | 1 | -1/+50 |
* | regexp_unicode_prop.t: Comment nits | Karl Williamson | 2011-02-02 | 1 | -2/+2 |
* | Add synonym \p{Titlecase} | Karl Williamson | 2011-02-02 | 2 | -0/+7 |
* | Add PL_foldable - a list of chars that participate in folds | Karl Williamson | 2011-02-02 | 3 | -0/+7 |
* | mktables remove obsolete never-used code | Karl Williamson | 2011-02-02 | 1 | -32/+0 |
* | intrpvar.h: Clarify comment | Karl Williamson | 2011-02-02 | 1 | -1/+2 |
* | _swash_inversion_hash Rmv X from embed, add const | Karl Williamson | 2011-02-02 | 3 | -3/+2 |
* | Add initial inversion list object | Karl Williamson | 2011-02-02 | 5 | -2/+770 |
* | regcomp.c: Generate different property for /i matching | Karl Williamson | 2011-02-02 | 1 | -2/+12 |
* | utf8_heavy: Use new mktables caseless feature | Karl Williamson | 2011-02-02 | 1 | -3/+13 |
* | mktables: Set caseless equivalent tables | Karl Williamson | 2011-02-02 | 1 | -8/+28 |
* | mktables: Add concept of caseless equiv table | Karl Williamson | 2011-02-02 | 1 | -0/+44 |
* | mktables: factor out sub that duplicates utf8_heavy | Karl Williamson | 2011-02-02 | 1 | -5/+26 |
* | regcomp.c: cl_and() fix | Karl Williamson | 2011-02-02 | 1 | -3/+7 |
* | update the manicheck step in the RMG to keep up with the times | Jesse Vincent | 2011-02-02 | 1 | -5/+3 |
* | remove cmpVERSION step from the RMG since abigail automated it | Jesse Vincent | 2011-02-02 | 1 | -21/+0 |
* | made abigail's new porting/cmp_version.t not scream about blead-upstream | Jesse Vincent | 2011-02-02 | 1 | -1/+1 |