summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update comment in autodoc.pl - it's not run from regen.plNicholas Clark2013-07-101-2/+1
* Convert to use of Test::More. Boost test coverage.James E Keenan2013-07-101-58/+71
* 'Prototype after' and 'Illegal character' warnings should both pretty print t...Peter Martini2013-07-092-25/+27
* Suppress system Term::ReadLine::GnuPetr Písař2013-07-091-0/+1
* Add Nathan Trapuzzano to AUTHORSFather Chrysostomos2013-07-091-0/+1
* Fix typo in perlreapi(1perl).Nathan Trapuzzano2013-07-091-1/+1
* Quiet warning in a DEBUG printPeter Martini2013-07-091-1/+1
* locale documentation: Grammaar and appearance nitsKarl Williamson2013-07-093-11/+10
* PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"")Karl Williamson2013-07-094-8/+36
* Make method lookup treat *foo as \*fooFather Chrysostomos2013-07-092-3/+33
* Better document setlocale, "use locale" interactionsKarl Williamson2013-07-092-2/+14
* Update Getopt-Long to CPAN version 2.41Chris 'BinGOs' Williams2013-07-093-5/+13
* method.t: Correct miniperl skip countFather Chrysostomos2013-07-091-1/+1
* add entries to various .gitignore files for Win32 buildsDaniel Dragan2013-07-092-0/+2
* Merge the refactoring of ExtUtils::Miniperl and ExtUtils::Embed.Nicholas Clark2013-07-096-177/+147
|\
| * Describe the changes to ExtUtils::{Embed,Miniperl} in perldelta.Nicholas Clark2013-07-091-0/+26
| * Change the *nix and VMS Makefiles to to pass a filename to writemain().Nicholas Clark2013-07-092-2/+2
| * ExtUtils::Miniperl::writemain()'s first argument can also be a filename.Nicholas Clark2013-07-091-5/+27
| * 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-093-67/+5
| * 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
|/
* On Win32 run autodoc.pl and pod/perlmodlib.PL using miniperl, not perl.Nicholas Clark2013-07-092-8/+4
* [perl #116975] perlfunc require: fix example subroutineDavid Golden2013-07-091-6/+23
* [perl #117033] wrong .packlist creation at installation on Cygwin with destdirTony Cook2013-07-091-4/+5
* perldelta template: consistent spaces after dotsFather Chrysostomos2013-07-081-5/+6
* perldelta: consistent spaces after dotsFather Chrysostomos2013-07-081-8/+9
* [perl #113932] UNIVERSAL::can with globs and globrefsFather Chrysostomos2013-07-082-5/+11
* perldelta for b2b69a966b47abd2cb4c320da60619b27c6c8abfChris 'BinGOs' Williams2013-07-081-2/+5
* perldelta: Verbatim lines into 79 columnsKarl Williamson2013-07-081-9/+9
* perllocale.pod: Fix misstatements, and some nitsKarl Williamson2013-07-081-26/+49
* PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failureKarl Williamson2013-07-082-5/+15
* perlexperiment: linux abstract domains socketsRicardo Signes2013-07-081-6/+9
* perlexperiment: MLDBM is not part of coreRicardo Signes2013-07-081-4/+0
* 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
* Remove trailing dots in t/porting/readme.t on VMS.Craig A. Berry2013-07-071-0/+1
* Restore $(ARCHDIR)vmspipe.com to VMS build after 2d11a7e9678.Craig A. Berry2013-07-071-1/+1
* perl.c: Use Strerror instead of strerrorKarl Williamson2013-07-071-2/+2
* pp_sys.c: Use macro instead of reinventing itKarl Williamson2013-07-071-7/+1
* util.c: Avoid unnecessary setlocale() callsKarl Williamson2013-07-071-4/+9
* PATCH: [perl #118197] Cope with non-ASCII decimal separatorsKarl Williamson2013-07-073-1/+46
* Properly determine if in locale for NV stringificationKarl Williamson2013-07-071-1/+1
* Update DB_File to CPAN version 1.829Chris 'BinGOs' Williams2013-07-075-9/+40
* ExtUtils::Miniperl: Remove pod repeated phraseKarl Williamson2013-07-071-1/+1
* Fix MidnightBSD hints file for 0.4-RELEASEChris 'BinGOs' Williams2013-07-071-6/+6
* Merge the refactoring of ExtUtils::Miniperl and {mini,}perlmain.c generation.Nicholas Clark2013-07-0711-191/+321
|\