summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-0727-49/+49
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-0749-69/+69
* Fix typos (spelling errors) in README*.Peter J. Acklam) (via RT2011-01-0714-19/+19
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-0739-123/+123
* Fix typos (spelling errors) in plan9/*.Peter J. Acklam) (via RT2011-01-073-11/+11
* Fix typos (spelling errors) in NetWare/*.Peter J. Acklam) (via RT2011-01-076-12/+12
* Fix typos (spelling errors) in mpeix/*.Peter J. Acklam) (via RT2011-01-071-2/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-0731-37/+37
* Fix typos (spelling errors) in beos/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Update Module::Metadata to 1.000003David Golden2011-01-063-10/+6
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-069-0/+2561
* update version.pm in Maintainers.plDavid Golden2011-01-061-1/+1
* Sync with version 0.88 on CPANJohn Peacock2011-01-062-3/+3
* Update to Win32-0.42 from CPANJan Dubois2011-01-065-5/+9
* Update K&R-style function declarations in dl_vms.xs.Craig A. Berry2011-01-061-6/+2
* Build json_pp.com on VMS.Craig A. Berry2011-01-061-1/+4
* Make newline on last record explicit.Craig A. Berry2011-01-051-4/+4
* Remove cc_runtime.h from the VMS build.Craig A. Berry2011-01-051-5/+2
* Add Perl::OSType as a dual-life core moduleDavid Golden2011-01-057-0/+319
* Update CGI to CPAN version 3.51Chris 'BinGOs' Williams2011-01-0516-254/+581
* Calling "PRINT" on a tied STDERR can use G_DISCARD, as the result is ignored.Nicholas Clark2011-01-051-1/+1
* Devel-Peek/Peek.pm: update example outputs in podDavid Mitchell2011-01-051-103/+100
* utf8.h: Add macros for problematic code pointsKarl Williamson2011-01-051-0/+100
* Convert tied READLINE to using Perl_tied_method()Nicholas Clark2011-01-051-12/+6
* perlrepository: Add example of why tests need runningKarl Williamson2011-01-051-1/+7
* Convert tied PRINT to using Perl_tied_method()Nicholas Clark2011-01-053-16/+12
* Convert tied SPLICE to using Perl_tied_method()Nicholas Clark2011-01-051-8/+3
* Rename tied_handle_method() to tied_method(), and make it non-static.Nicholas Clark2011-01-055-57/+63
* In pp_sys.c, rename the macro tied_handle_method() to tied_handle_method0()Nicholas Clark2011-01-051-4/+4
* The mg parameter to S_tied_handle_method() can be const MG *Nicholas Clark2011-01-053-15/+15
* Split the flags and argc parameters to S_tied_handle_method().Nicholas Clark2011-01-053-24/+20
* remove cc_runtime.h from coreDavid Mitchell2011-01-054-88/+1
* Support emulation of AI_NUMERICSERV even though it's not strictly RFC 2553, b...Paul "LeoNerd" Evans2011-01-051-0/+5
* perlfaq1: less "more faster"brian d foy2011-01-041-1/+1
* mktables: Small performance enhancementKarl Williamson2011-01-041-3/+4
* mktables: white space-only changeKarl Williamson2011-01-041-12/+12
* mktables: remove unneeded testKarl Williamson2011-01-041-2/+0
* mktables: typos in commentsKarl Williamson2011-01-041-3/+3
* mktables: improve debug statementKarl Williamson2011-01-041-1/+1
* mktables: Add error checkKarl Williamson2011-01-041-1/+10
* Use Zero() rather than rely on C99 struct initialiser behaviourPaul "LeoNerd" Evans2011-01-041-1/+3
* Convert tied WRITE to using S_tied_handle_method()Nicholas Clark2011-01-041-6/+3
* Convert tied READ to using S_tied_handle_method()Nicholas Clark2011-01-041-7/+4
* Convert tied PRINTF to using S_tied_handle_method()Nicholas Clark2011-01-041-7/+3
* Convert tied OPEN to using S_tied_handle_method()Nicholas Clark2011-01-041-8/+8
* In pp_sys.c, move S_tied_handle_method() before pp_open.Nicholas Clark2011-01-041-48/+48
* stash.t: make TODO tests only TODO under threadsDavid Mitchell2011-01-041-2/+5
* Remove a long-vestigial PUTBACK from the tied OPEN code in pp_send.Nicholas Clark2011-01-041-1/+0
* Converge the implementation of tied OPEN with PRINTF, READ and WRITE.Nicholas Clark2011-01-041-2/+2
* build man pages on cygwin tooReini Urban2011-01-041-0/+10