summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ExtUtils::Miniperl: Remove pod repeated phraseKarl Williamson2013-07-071-1/+1
* Move the "editor block" from miniperlmain.c to ExtUtils::MiniperlNicholas Clark2013-07-071-10/+8
* Clean up ExtUtils::MiniperlNicholas Clark2013-07-071-67/+64
* Invert the build logic for miniperlmain.c and ExtUtils::MiniperlNicholas Clark2013-07-073-187/+285
* Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.plNicholas Clark2013-07-072-0/+187
* [perl #117727] Document B::PADLISTFather Chrysostomos2013-07-051-1/+30
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-053-0/+2475
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-1/+1
* Fix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e9678a88.Craig A. Berry2013-07-041-3/+1
* Create SVt_INVLISTKarl Williamson2013-07-031-1/+1
* Move VMS::Filespec from vms/ext to ext/Nicholas Clark2013-07-022-0/+630
* [perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32Tony Cook2013-07-012-0/+4
* [perl #117751] prevent POSIX::AUTOLOAD recursing if POSIX$(so) fails to loadAristotle Pagaltzis2013-06-271-1/+3
* Fix up f_sort.t for changes in the prev commitFather Chrysostomos2013-06-261-20/+40
* Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a.Nicholas Clark2013-06-251-1/+1
* [perl #113926] fix a hash randomization bugTony Cook2013-06-241-2/+2
* [perl #113926] add tests for Pod::Html::anchorify()James E Keenan2013-06-241-0/+96
* Quote and indent %B::Concise::priv initialisation consistentlyDagfinn Ilmari Mannsåker2013-06-241-68/+60
* Stop split from mangling constantsFather Chrysostomos2013-06-221-0/+1
* Increase $XS::APItest::VERSION to 0.54Father Chrysostomos2013-06-221-1/+1
* Increase $I18N::Langinfo::VERSION to 0.11Father Chrysostomos2013-06-221-1/+1
* Increase $Hash::Util::FieldHash::VERSION to 1.12Father Chrysostomos2013-06-221-1/+1
* Increase $Devel::Peek::VERSION to 1.12Father Chrysostomos2013-06-221-1/+1
* Increase $B::Concise::VERSION to 0.97Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-227-19/+24
* Documentation corrections from Wallace Reis++.James E Keenan2013-06-232-0/+10
* Increase $B::VERSION to 1.44Father Chrysostomos2013-06-211-1/+1
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-212-13/+19
* optree_constants.t: Correct line number in commentFather Chrysostomos2013-06-211-1/+1
* Fix ext\B\t\concise.t when building with ALL_STATIC=define on WindowsSteve Hay2013-06-181-2/+6
* Synchronize pod2html usage output and its POD textPetr Písař2013-06-092-10/+113
* Include the Win32 extension in the ALL_STATIC build on Win32Steve Hay2013-06-071-1/+1
* change svpeek.t to append the VOS executable suffix to $^XPaul Green2013-06-031-0/+5
* change DynaLoader.t to know VOS has no libc libraryPaul Green2013-06-031-1/+1
* eliminate an unused variableTony Cook2013-06-032-2/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-022-4/+10
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-3/+115
* POSIX.pod: wrap/shorten long linesFather Chrysostomos2013-05-261-14/+27
* Bump $VERSION.James E Keenan2013-05-251-1/+1
* typo fix for XS::APItestDavid Steinbrunner2013-05-251-1/+1
* making the BSD in bsdish stand out for Sys::HostnameDavid Steinbrunner2013-05-251-2/+2
* typo fix for reDavid Steinbrunner2013-05-251-2/+2
* typo fix for mroDavid Steinbrunner2013-05-251-2/+2
* typo fix for IPC::Open3David Steinbrunner2013-05-251-2/+2
* typo fix for Hash::Util::FieldHashDavid Steinbrunner2013-05-251-2/+2
* typo fixes for File::DosGlobDavid Steinbrunner2013-05-251-3/+3
* Typo fixes for B modules.David Steinbrunner2013-05-253-6/+6
* fix various Pod line length warningsDavid Golden2013-05-231-7/+24
* Make Unicode::UCD::search_invlist() availableKarl Williamson2013-05-221-2/+2
* Add tests for case-change macros APIKarl Williamson2013-05-203-3/+382