summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* skip appropriately when XS::APItest isn't availableTony Cook2013-01-081-1/+3
* add a dependency for dynamic extensions on $(LIBPERL)Tony Cook2013-01-081-1/+1
* regexec.c: Cast to silence compiler warningsKarl Williamson2013-01-071-2/+2
* regexec.c: Cast to silence compiler warningKarl Williamson2013-01-071-1/+3
* constant-1.24 has been released to CPAN, update Maintainers.pl to reflect thisChris 'BinGOs' Williams2013-01-071-1/+1
* Forgot to update Maintainers.pl for podlators updateChris 'BinGOs' Williams2013-01-071-1/+1
* toke.c: Silence compiler uninitialized warningKarl Williamson2013-01-061-1/+2
* regcomp.c: Silence compiler warningKarl Williamson2013-01-061-3/+5
* regcomp.c: Silence compiler warning by using a castKarl Williamson2013-01-061-1/+1
* regcomp.c: Comments only, white-space ; no code changesKarl Williamson2013-01-061-6/+6
* regcomp.c: Silence compiler warningKarl Williamson2013-01-061-4/+4
* pp_ctl.c: Silence compiler warning.Karl Williamson2013-01-061-1/+1
* ext/XS-APItest: Remove unused variable decl.Karl Williamson2013-01-062-2/+1
* embed.fnc: Properly declare fcn inlineKarl Williamson2013-01-062-2/+2
* perlunicode: Refactor verbatim lines into =item onesKarl Williamson2013-01-061-33/+62
* perlunicode: Correct false statementKarl Williamson2013-01-061-4/+4
* regcomp.c: White-space only; no code changesKarl Williamson2013-01-061-24/+23
* Make Pod::Html::_unixify unescape dots on VMS.Craig A. Berry2013-01-061-1/+2
* Pod::Html test portability redux.Craig A. Berry2013-01-066-18/+23
* add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASSTony Cook2013-01-061-0/+1
* t/op/not.t: Add descriptions to all tests.James E Keenan2013-01-051-16/+31
* Add parens around second argument to tests 4 and 5.James E Keenan2013-01-051-2/+2
* t/op/oct.t: Add descriptions to tests lacking them.James E Keenan2013-01-051-15/+19
* t/op/or.t: Provide descriptions for tests lacking them.James E Keenan2013-01-051-5/+5
* t/op/pos.t: Provide descriptions for remaining tests lacking them.James E Keenan2013-01-051-7/+7
* t/op/pwent.t: Add descriptions for all tests.James E Keenan2013-01-051-2/+3
* t/op/pow.t: Add descriptions for tests lacking them.James E Keenan2013-01-051-5/+5
* t/op/fork.t: Add description for one special test.James E Keenan2013-01-051-1/+1
* charnames: Deprecate character names with spacing issuesKarl Williamson2013-01-045-0/+87
* charnames: :alias alone implies :fullKarl Williamson2013-01-043-15/+9
* charnames: Enforce better file name rulesKarl Williamson2013-01-041-1/+1
* charnames: comment, error message clarificationsKarl Williamson2013-01-042-3/+3
* charnames pod: Typo, clarificationKarl Williamson2013-01-042-5/+5
* Fix SvREFCNT_dec doc typoSteven Schubiger2013-01-041-1/+1
* make m?$pat? match only once under ithreadsDavid Mitchell2013-01-043-2/+45
* Regenerated customized.dat file due to pod2*.PL changesChris 'BinGOs' Williams2013-01-041-68/+64
* Update podlators to CPAN version 2.5.0Chris 'BinGOs' Williams2013-01-0411-124/+560
* Collapse "if(a){b}else{b}" to "b"Eric Brine2013-01-031-10/+6
* Remove redundant NULL checks.Eric Brine2013-01-033-5/+3
* Add support for building with VC++ 2012Steve Hay2013-01-034-72/+80
* S_has_runtime_code(): avoid buffer overrunDavid Mitchell2013-01-031-2/+3
* Fix period at the end of perldiag.pod and remove entry from TODO in diag.tMatthew Horsfall (alh)2013-01-032-2/+1
* Eliminate redundant words.James E Keenan2013-01-021-1/+1
* Don't usenm on haikuTony Cook2013-01-031-0/+7
* Merge Shlomi's latest debugger refactoring workTony Cook2013-01-023-300/+501
|\
| * bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
| * Missing test count.Shlomi Fish2013-01-021-1/+1
| * Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-022-34/+62
| * Document HistSize and HistFile.Shlomi Fish2013-01-021-0/+13
| * Start refactoring "sub restart".Shlomi Fish2013-01-021-20/+24