summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00.Nicholas Clark2011-02-061-4/+11
* Rearrange global.sym according to 'make regen'George Greer2011-02-051-2/+2
* Add a section on patch style (unified diff, etc) and how to generate patchesDave Rolsky2011-02-051-0/+29
* Two more swash inversion list exports necessary for build on Win32.George Greer2011-02-052-2/+4
* Don't redefine Perl API functions in ext/re.Craig A. Berry2011-02-051-0/+4
* [perl #83406] Library compatibility and API documentation (v1.991).pjacklam2011-02-054-127/+415
* Convert XS::APItest's svpv_magic.t to Test::More.Nicholas Clark2011-02-051-2/+3
* export the functions required by reTony Cook2011-02-052-2/+4
* Clarify the return values of the first_release functions in Module::CoreListChris 'BinGOs' Williams2011-02-041-2/+4
* Remove MacOS Classic references from B's tests.Nicholas Clark2011-02-042-6/+2
* Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'.Nicholas Clark2011-02-041-9/+7
* l1_char_class_tab.h: Remove multi-char fold targetsKarl Williamson2011-02-042-22/+22
* Major revision of perlhack and perlrepositoryDave Rolsky2011-02-0412-3469/+3663
* Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck,Nicholas Clark2011-02-041-8/+7
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-0411-40/+19
* In B's OptreeCheck, implement proper qr// matching for regexps.Nicholas Clark2011-02-042-22/+19
* In B's OptreeCheck, inline diag_or_fail() into its only caller.Nicholas Clark2011-02-041-25/+18
* silence do_curse() compiler warningDavid Mitchell2011-02-041-0/+2
* In Cwd, convert two regexps to explicit ranges, instead of using /iNicholas Clark2011-02-041-3/+3
* In File::Copy, convert two regexps to explicit ranges, instead of using /iNicholas Clark2011-02-041-3/+3
* Fix excess whitespace in pod.Michael Stevens2011-02-041-3/+3
* In B's tests, fix calls to like() which weren't being passed a regexp.Nicholas Clark2011-02-043-4/+4
* Remove non-working and hence unused features from B's OptreeCheck test code.Nicholas Clark2011-02-042-34/+3
* Convert Pod::Html to lexical file handles.Nicholas Clark2011-02-041-83/+90
* Updated HTTP::Tiny to CPAN version 0.010David Golden2011-02-045-7/+33
* use the macro that casts to HV * so threaded C++ builds, buildTony Cook2011-02-041-1/+1
* Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.Nicholas Clark2011-02-036-50/+27
* Remove commented out 'require test.pl' lines in B's tests.Nicholas Clark2011-02-033-3/+0
* Correct the "no perlio" skipping in optree_misc.t.Nicholas Clark2011-02-031-28/+25
* Updated Module::Metadata to CPAN version 1.000004David Golden2011-02-034-9/+13
* code points above 0x7fff_ffff problematicKarl Williamson2011-02-022-4/+7
* Move ANYOF folding from regexec to regcompKarl Williamson2011-02-027-38/+300
* regexp_unicode_prop.t: Add tests, refactorKarl Williamson2011-02-021-5/+50
* pat-advanced.t: Add new testKarl Williamson2011-02-021-1/+50
* regexp_unicode_prop.t: Comment nitsKarl Williamson2011-02-021-2/+2
* Add synonym \p{Titlecase}Karl Williamson2011-02-022-0/+7
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-023-0/+7
* mktables remove obsolete never-used codeKarl Williamson2011-02-021-32/+0
* intrpvar.h: Clarify commentKarl Williamson2011-02-021-1/+2
* _swash_inversion_hash Rmv X from embed, add constKarl Williamson2011-02-023-3/+2
* Add initial inversion list objectKarl Williamson2011-02-025-2/+770
* regcomp.c: Generate different property for /i matchingKarl Williamson2011-02-021-2/+12
* utf8_heavy: Use new mktables caseless featureKarl Williamson2011-02-021-3/+13
* mktables: Set caseless equivalent tablesKarl Williamson2011-02-021-8/+28
* mktables: Add concept of caseless equiv tableKarl Williamson2011-02-021-0/+44
* mktables: factor out sub that duplicates utf8_heavyKarl Williamson2011-02-021-5/+26
* regcomp.c: cl_and() fixKarl Williamson2011-02-021-3/+7
* update the manicheck step in the RMG to keep up with the timesJesse Vincent2011-02-021-5/+3
* remove cmpVERSION step from the RMG since abigail automated itJesse Vincent2011-02-021-21/+0
* made abigail's new porting/cmp_version.t not scream about blead-upstreamJesse Vincent2011-02-021-1/+1