summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* more op_folded support: B, dumpReini Urban2013-07-191-1/+25
* pod2html output concernsTony Cook2013-07-1915-21/+19
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-1/+1
* Generate Errno and Pod::Functions with deterministic order.Nicholas Clark2013-07-132-4/+4
* Revert "[perl #118525] Return B::HEK for B::CV::GV of lexical subs"Father Chrysostomos2013-07-122-66/+1
* [perl #118525] Return B::HEK for B::CV::GV of lexical subsReini Urban2013-07-122-1/+66
* For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().Nicholas Clark2013-07-121-4/+3
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+6
* Specify the versions of ExtUtils::MiniPerl and ExtUtils::Embed needed.Nicholas Clark2013-07-121-1/+1
* locale documentation: Grammaar and appearance nitsKarl Williamson2013-07-091-6/+5
* Better document setlocale, "use locale" interactionsKarl Williamson2013-07-091-1/+11
* ExtUtils::Miniperl::writemain()'s first argument can also be a filename.Nicholas Clark2013-07-091-5/+27
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-61/+4
* PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failureKarl Williamson2013-07-081-5/+5
* 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