summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The size of a character in C is per definition 1H.Merijn Brand2010-05-211-34/+4
* Fix CCINCDIR and CCLIBDIR for mingw64 cross compilerSisyphus2010-05-201-2/+12
* fully test package-version-block syntaxZefram2010-05-201-14/+21
* additional tests for package block syntaxZefram2010-05-201-20/+72
* fix SEGV with eval("package Foo {")Zefram2010-05-204-140/+163
* support "package Foo { ... }"Zefram2010-05-209-1054/+1162
* PL_endav can be NULL, so in S_ithread_create() no need to set it to newAV().Nicholas Clark2010-05-201-1/+1
* Remove redundant hv_exists() calls from ithread_create()'s spec parser.Nicholas Clark2010-05-201-18/+19
* Change S_ithread_create() params from a single AV* to a pair of SV** pointers.Nicholas Clark2010-05-201-12/+19
* In threads.xs, convert thread->params from RV to AV.Nicholas Clark2010-05-201-9/+9
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-203-2/+4
* In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.Nicholas Clark2010-05-201-15/+8
* update Ricardo Signes's emailRicardo Signes2010-05-201-1/+1
* Do not try to load a feature bundle when doing "no VERSION"Rafael Garcia-Suarez2010-05-201-1/+2
* do not check for deprecation of removed libv5.13.1Ricardo Signes2010-05-201-2/+2
* add the v5.13.1 epigraphRicardo Signes2010-05-201-0/+10
* remove =over/=back from epigraphs.pod, add empty sectionsRicardo Signes2010-05-201-186/+23
* add new release to perlhistRicardo Signes2010-05-201-0/+1
* update MANIFEST, remove delta for uninstalled fileRicardo Signes2010-05-202-5/+2
* further updates to CoreListRicardo Signes2010-05-202-68/+74
* Update META.ymlRicardo Signes2010-05-201-2/+1
* bump CoreList versionRicardo Signes2010-05-201-2/+2
* add vertical space to CoreList.pmRicardo Signes2010-05-201-0/+11
* remove empty perldelta sectionRicardo Signes2010-05-201-2/+0
* update change commandRicardo Signes2010-05-201-2/+2
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-2020-120/+120
* replace 2nd 5.013000 block with 5.013001Ricardo Signes2010-05-201-2/+2
* update CoreList for 5.13.1Ricardo Signes2010-05-201-1/+627
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-204-4/+4
* pass through perl5131delta in prep of releaseRicardo Signes2010-05-201-155/+28
* Add a note in perl5131delta about given return valuesVincent Pit2010-05-202-8/+28
* Adding script used for recent perlhist changes.Curtis Jewell2010-05-191-0/+159
* Update perlhist.pod for 5.10.1-5.12.1Curtis Jewell2010-05-191-90/+94
* bumped File::Find version to 1.16David Golden2010-05-191-1/+1
* Fixed typo: "effecting data" -> "affecting data".Dan Dascalescu2010-05-191-1/+1
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-194-35/+236
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-034-35/+236
* | perldelta entries for my changes in 5.13.1.Nicholas Clark2010-05-191-0/+48
* | add reminder about updating epigraphs.pod to RMGDavid Golden2010-05-191-0/+4
* | the proper term is epigraph, not epigramDavid Golden2010-05-191-16/+20
* | document historical release epigramsDavid Golden2010-05-191-0/+1053
* | Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we canJesse Vincent2010-05-181-0/+2
* | Shell.pm was missing its deprecation warning in 5.12. So it can't beJesse Vincent2010-05-184-0/+348
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-05-1813-81/+159
|\ \
| * | Fix groups.t test on AIXRainer Tammer2010-05-181-1/+2
| * | further fix for RT #23810David Mitchell2010-05-182-4/+46
| * | use the correct format codes in warnings from gmtime/localtimeTony Cook2010-05-172-6/+47
| * | Better perldiag heading for "\cX" deprecation warningRafael Garcia-Suarez2010-05-171-1/+1
| * | PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-174-54/+6
| * | [perl #41530] s/non-utf8/is-utf8/ fails.Karl Williamson2010-05-172-1/+38