summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* op.c:ck_svconst: Don’t allow ro COWs under old COWFather Chrysostomos2013-08-111-9/+0
* Remove some effect-less code.Shlomi Fish2013-08-101-15/+0
* Fix RT #41461 (with a test).Shlomi Fish2013-08-102-3/+15
* Clarify documentation re switch expecting an argument but none is provided.James E Keenan2013-08-072-37/+62
* [perl #119043] Allow utf8 up/downgrade on ro COWsFather Chrysostomos2013-08-041-0/+25
* Revert "[perl #119043] Exempt shared hash key consts from ro"Father Chrysostomos2013-08-031-3/+4
* [perl #52000] use PL_exit_flags in the test so it works non-threadedTony Cook2013-07-291-1/+1
* [perl #52000] Warn/abort on attempted perl exitJohn Gardiner Myers2013-07-291-6/+7
* [perl #119043] Exempt shared hash key consts from roFather Chrysostomos2013-07-281-4/+3
* Make overloaded constants always read-onlyFather Chrysostomos2013-07-251-1/+0
* Test readonliness of overload constantsFather Chrysostomos2013-07-251-1/+15
* English.pm: update perl version where perf fixedDavid Mitchell2013-07-241-3/+3
* Generate lib/.gitignore from MANIFEST.Nicholas Clark2013-07-241-173/+47
* Move all the "special case" build products from lib/.gitignore to .gitignoreNicholas Clark2013-07-241-18/+0
* Make .gitignore and lib/.gitignore more consistent.Nicholas Clark2013-07-241-55/+64
* Prune some .gitignore files.Nicholas Clark2013-07-241-5/+0
* Benchmark.t: remove CPU-speed-sensitive testDavid Mitchell2013-07-191-80/+1
* ignore the build product lib/version.podTony Cook2013-07-171-0/+1
* Move version from lib/ to cpan/Nicholas Clark2013-07-1612-2358/+2
* Convert lib/FileHandle.t to use of Test::More; provide descriptions.James E Keenan2013-07-161-56/+59
* ExtUtils::Embed::canon needs to *globally* substitute / for $asNicholas Clark2013-07-151-1/+1
* [perl #118839] Make ‘n’ debugger cmd respect lv subsFather Chrysostomos2013-07-133-5/+24
* perl5db.pl: Remove obsolete commentFather Chrysostomos2013-07-131-3/+0
* diagnostics.t: Adjust testsFather Chrysostomos2013-07-131-1/+1
* For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().Nicholas Clark2013-07-121-4/+5
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+4
* Convert to use of Test::More. Boost test coverage.James E Keenan2013-07-101-58/+71
* Suppress system Term::ReadLine::GnuPetr Písař2013-07-091-0/+1
* Use more semantic markup in the Pod for ExtUtils::Embed.Nicholas Clark2013-07-091-48/+36
* Refactor ExtUtils::Embed::xsi_{protos,body} to use a scalar $retval.Nicholas Clark2013-07-091-20/+26
* Refactor xsinit generation code in ExtUtils::Embed.Nicholas Clark2013-07-091-30/+17
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-4/+0
* Tweak ExtUtils::Embed's generated C code to be closer to ExtUtils::Miniperl.Nicholas Clark2013-07-091-11/+12
* Propagate bugfixes from {mini,}perlmain.c into ExtUtils::Embed.Nicholas Clark2013-07-091-2/+4
* Refactor ExtUtils::Embed to work with miniperl.Nicholas Clark2013-07-091-6/+6
* PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failureKarl Williamson2013-07-081-0/+10
* Add block to exercise case of very large buffer in lib/File/Copy.pm.James E Keenan2013-07-081-4/+17
* Add tests for two previously unexercised sections of lib/Symbol.pm.James E Keenan2013-07-081-1/+14
* PATCH: [perl #118197] Cope with non-ASCII decimal separatorsKarl Williamson2013-07-071-1/+24
* ignore lib/File/Find.pmRicardo Signes2013-07-061-0/+1
* PATCH: [perl #112208]: Set utf8 flag on $! appropriatelyKarl Williamson2013-07-051-0/+25
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-053-2475/+0
* Change File::Find's tests to look for taint.t instead of commonsense.tNicholas Clark2013-07-052-12/+12
* Improve the BEGIN-time setup code for File::Find's tests.Nicholas Clark2013-07-052-25/+19
* Increase $subs::VERSION to 1.02Father Chrysostomos2013-07-051-1/+1
* subs.pm: fix variable leak into global scopeOlivier Mengué2013-07-051-1/+1
* ignore build products from the newly dist/ed ExporterTony Cook2013-07-051-0/+2
* Add test for undefined first argument to fileparse().James E Keenan2013-07-041-1/+7
* Move Exporter from lib/ to dist/Exporter/Nicholas Clark2013-07-033-1091/+0
* 7b2d3c0 Added description of the Benchmark object to docNeil Bowers2013-06-281-0/+40