summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* File::Glob - tweak rt131211.t to be less sensitive on wonky boxesYves Orton2017-06-271-2/+7
* add DEBUGGING_RE_ONLY defineDavid Mitchell2017-06-233-1/+3
* XS::APItest::test_hv_free_ent: extend stackDavid Mitchell2017-06-222-2/+2
* PerlIO-scalar: fix 32-bit compiler warningDavid Mitchell2017-06-122-2/+2
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-122-64/+63
* [perl #131221] sv_dup/sv_dup_inc are only available under threadsTony Cook2017-06-081-19/+23
* [perl #131221] improve duplication of :via handlesTony Cook2017-06-074-8/+178
* Remove B::OP:terseAbigail2017-06-061-7/+1
* Forbid out of range Unicode code points.Abigail2017-06-061-13/+14
* prevent mro.pm from loading DynaLoaderGraham Knop2017-06-021-4/+4
* Restore "Tweak our hash bucket splitting rules"Yves Orton2017-06-012-6/+8
* APItest/numeric.xs: Fix uninit errorKarl Williamson2017-06-012-2/+2
* ext/GDBM_File: Add L<> around pod linkKarl Williamson2017-06-011-2/+2
* XS-APItest: Rename some tests filesKarl Williamson2017-06-0120-0/+0
* APItest/t/utf8_setup.pl: Add #define equivalentKarl Williamson2017-06-011-0/+2
* Improve error message for bogus -MO=… argumentsDagfinn Ilmari Mannsåker2017-06-012-8/+6
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-7/+0
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-11/+1
* fixup typo (squash candidate) in globbing code commentsYves Orton2017-06-011-1/+1
* [perl #131211] fixup File::Glob degenerate matchingYves Orton2017-06-012-15/+143
* Revert "Tweak our hash bucket splitting rules"Yves Orton2017-04-232-8/+6
* Tweak our hash bucket splitting rulesYves Orton2017-04-232-6/+8
* fix and test execution of non-empty .bs filesDavid Mitchell2017-04-073-2/+26
* fix ext/Pod-Html/t/*.t that assumed '.' in @INCDavid Mitchell2017-04-0715-15/+15
* fix ext/arybase/t/*.t that assumed '.' in @INCDavid Mitchell2017-04-071-0/+1
* fix ext/XS-APItest/t/*.t that assumed '.' in @INCDavid Mitchell2017-04-072-2/+5
* POSIX.pod: Remove obsolete textKarl Williamson2017-03-081-1/+1
* Revert "ext/VMS-Stdio: switch to using macros designed for string constant args"Craig A. Berry2017-02-212-4/+4
* Split XS-APItest/t/utf8.tKarl Williamson2017-02-2014-1539/+1684
* Split APItest/t/handy.tKarl Williamson2017-02-1911-1/+86
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-252-2/+2
* dump.c: handle GV being really a ref to a CVDavid Mitchell2017-01-231-2/+2
* Fix memory leak in B::RHE->HASH method.Sergey Aleynikov2017-01-232-2/+2
* Move I8 test helpers to common fileKarl Williamson2017-01-221-35/+8
* revamp the op_dump() output formatDavid Mitchell2017-01-211-44/+36
* add Perl_op_class(o) API functionDavid Mitchell2017-01-212-155/+5
* APItest/t/handy.t: Skip some tests on EBCDICKarl Williamson2017-01-181-0/+3
* APItest/t/handy.t: Use more mnemonic variable namesKarl Williamson2017-01-181-40/+40
* Avoid deprecation message.Abigail2017-01-171-1/+1
* B::OP::terse will go away in Perl 5.28.Abigail2017-01-161-2/+2
* Don't recognize the --libpods option in Pod::HtmlAbigail2017-01-161-4/+2
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-4/+7
* Actively deprecate File::Glob::glob().Abigail2017-01-161-1/+7
* re.pm: pod formatting nits, and clarificationsKarl Williamson2017-01-131-8/+29
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-132-2/+2
* Add /xx regex pattern modifierKarl Williamson2017-01-132-11/+29
* (perl #130534) fix test failures under DragonFly BSDTomasz Konojacki2017-01-101-1/+3
* (perl #130108) generate a dummy dtrace_main.o if perlmain.o doesn't contain p...Tony Cook2017-01-051-1/+2
* APItest/t/handy.t: Skip locale tests when not in localeKarl Williamson2017-01-041-5/+3
* APItest/t/handy.t: Fix for EBCDICKarl Williamson2017-01-021-11/+12