summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add releaase 5.17.2 to perlhistv5.17.2Tony Cook2012-07-201-1/+3
* update Module::CoreList for 5.17.2Tony Cook2012-07-204-4/+695
* Porting/corelist.pl didn't handle newlines in the pod version listTony Cook2012-07-201-1/+1
* finalize perldeltaTony Cook2012-07-201-232/+35
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-197-40/+568
* regcomp.c: Refactor code into a functionKarl Williamson2012-07-194-10/+40
* regcomp.c: set local flag in pass1 of charclass inversionKarl Williamson2012-07-191-5/+8
* regcomp.c: Keep separate list for [:word:] from \p{Word}Karl Williamson2012-07-191-47/+61
* regcomp.c: Convert boolean variable from a UVKarl Williamson2012-07-191-2/+2
* utf8.c: Create API so internals can be hiddenKarl Williamson2012-07-195-7/+23
* regcomp.h: Free up bit; downside is makes locale ANYOF nodes largeKarl Williamson2012-07-192-22/+34
* regcomp.h: Fix up commentKarl Williamson2012-07-191-2/+2
* regcomp.c: Clarify, update comments, white-space reflowKarl Williamson2012-07-191-6/+10
* perlapi: Clarify hv_fetch() docsKarl Williamson2012-07-191-1/+4
* op/join.t: don't use done_testingDavid Mitchell2012-07-191-1/+2
* Fixup indentationJan Dubois2012-07-181-6/+9
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-184-14/+27
* perldelta updatesTony Cook2012-07-181-0/+18
* sync() on a read-only file handle doesn't work on cygwin eitherTony Cook2012-07-171-1/+4
* perldelta description of magic flags patchChip Salzenberg2012-07-151-0/+9
* mark blead-only modifications of Compress::Raw::{Bzip2,Zlib} with version bumpChip Salzenberg2012-07-152-2/+2
* Magic flags harmonization.Chip Salzenberg2012-07-1519-538/+486
* perldelta updatesFather Chrysostomos2012-07-141-0/+27
* dump.c: Dump op->op_s(labbed|avefree)Father Chrysostomos2012-07-141-1/+3
* Remove op_latefree(d)Father Chrysostomos2012-07-144-150/+4
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-144-201/+183
* op.c: ck_grep does not need to call listkidsFather Chrysostomos2012-07-141-1/+1
* op.c: ck_fun does not need to call LINKLISTFather Chrysostomos2012-07-141-1/+0
* op.c:ck_grep: Remove unnecessary op_next assignmentsFather Chrysostomos2012-07-141-9/+3
* op.c: ck_grep does not need to check num of argsFather Chrysostomos2012-07-141-2/+0
* pp_hot.c: Mention that pp_grepstart calls pp_pushmarkFather Chrysostomos2012-07-141-1/+1
* Simplify ck_grepFather Chrysostomos2012-07-144-30/+22
* op.c: Further simplify ck_sortFather Chrysostomos2012-07-141-18/+3
* Upgrade Socket to 2.002Tony Cook2012-07-147-23/+158
* op.c: Consistent tweak; podchecker complaintsFather Chrysostomos2012-07-141-4/+5
* Update perlop's bignum modules list.Shlomi Fish2012-07-141-3/+4
* op.c: Missing line breakFather Chrysostomos2012-07-141-1/+2
* Disentangle ck_sort and grepFather Chrysostomos2012-07-141-24/+16
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-144-18/+44
* fix RT#114068 optimizer handles MEOL in middle of pattern improperlyYves Orton2012-07-132-0/+4
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-133-4/+15
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-134-3/+20
* [perl #113020] INSTALL: Clarify CPAN::autobundleFather Chrysostomos2012-07-131-2/+3
* silence override warningRobin Barker2012-07-131-1/+4
* mro/basic.t: Squelch warningFather Chrysostomos2012-07-131-0/+1
* silence warning about use of --libpodsRobin Barker2012-07-131-1/+0
* silence compiler warning - casting void* to IVRobin Barker2012-07-131-1/+1
* mg_vtable.pl: Mention all generated filesFather Chrysostomos2012-07-121-0/+2
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-122-1/+11
* Fix *ISA = *glob_without_arrayFather Chrysostomos2012-07-122-3/+14