summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Need to increment $VERSION in ExtUtils::Manifest.James E Keenan2014-07-151-1/+1
* use warnings; convert "use vars" to "our"Karen Etheridge2014-07-151-17/+14
* add vim swap files to the ignored list for MANIFEST.SKIP.Karen Etheridge2014-07-151-0/+1
* RT 72933: Ignore files from provebrian d foy2014-07-151-0/+3
* This should be automated!H.Merijn Brand2014-07-151-46/+46
* Regen Configure after backportsH.Merijn Brand2014-07-153-139/+136
* File::Copy does not overwrite read-only filesAlexandr Ciornii2014-07-141-1/+2
* refactor pp_refDaniel Dragan2014-07-141-6/+11
* optimize PathTools to not try to load XS on miniperlDaniel Dragan2014-07-1411-14/+24
* skip_all on darwin until nm peculiarities can be straighted out.James E Keenan2014-07-121-0/+4
* locale.c: Improve some commentsKarl Williamson2014-07-121-3/+6
* locale.c: Fix some unused code for potential future useKarl Williamson2014-07-121-33/+46
* locale.c: Add new heuristic for finding if locale is UTF-8Karl Williamson2014-07-121-1/+93
* locale.c: White-space onlyKarl Williamson2014-07-121-12/+12
* locale.c: Refactor UTF8ness of currency symbol codeKarl Williamson2014-07-121-26/+24
* locale.c: Use ptr's value before freeing it, not afterKarl Williamson2014-07-121-1/+1
* locale.c: Use safer code practiceKarl Williamson2014-07-121-5/+6
* locale.c: Skip compiling fallback code on modern platformsKarl Williamson2014-07-121-1/+5
* util.c: Add commentKarl Williamson2014-07-121-0/+3
* locale.c: name should be last resort when deciding if locale is utf8Karl Williamson2014-07-121-73/+78
* locale.c: Prepare for rearrangement of code blocksKarl Williamson2014-07-121-7/+6
* perl.h: Actually #define USE_LOCALE_TIMEKarl Williamson2014-07-121-0/+6
* Upgrade IO-Socket-IP from version 0.30 to 0.31Steve Hay2014-07-113-4/+19
* Remove IGNORABLE files from IO-Socket-IP as per 8db6555210Steve Hay2014-07-119-1138/+0
* locale.c: Fix misplaced parenthesisKarl Williamson2014-07-101-2/+2
* t/run/locale.t: setting to POSIX may be same as CKarl Williamson2014-07-091-7/+16
* t/loc_tools.pl: Don't return a locale empty stringKarl Williamson2014-07-091-1/+1
* ext/POSIX/POSIX.xs: White space only, align columnKarl Williamson2014-07-091-1/+1
* POSIX::setlocale(LC_NUMERIC) returns proper localeKarl Williamson2014-07-093-5/+45
* locale.c: White-space onlyKarl Williamson2014-07-091-8/+9
* locale.c: Remove conditionals.Karl Williamson2014-07-091-11/+10
* locale.c: Keep better track of C/non-C localeKarl Williamson2014-07-091-2/+2
* locale.c: Make a common idiom into a macroKarl Williamson2014-07-091-10/+18
* lib/locale.t: Fix debug statementKarl Williamson2014-07-091-6/+1
* utf8.h: Add commentKarl Williamson2014-07-091-1/+3
* Update which stable release series are now "officially" supportedSteve Hay2014-07-092-3/+7
* Fix typo in op.hAaron Crane2014-07-091-1/+1
* [Merge] add support for ops to link to parentDavid Mitchell2014-07-0825-530/+1039
|\
| * avoid adding two OP_HINTSEVAL opsDavid Mitchell2014-07-082-2/+16
| * minor fixups to new op_sibling workDavid Mitchell2014-07-084-20/+20
| * Improve optree sanity checking code in finalize_opDavid Mitchell2014-07-081-26/+42
| * add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-0814-83/+268
| * Ensure that op_last always points to last siblingDavid Mitchell2014-07-081-2/+56
| * add op_sibling_splice() fn and make core use itDavid Mitchell2014-07-087-254/+434
| * Devel::Peek: test 2-arg form of DumpDavid Mitchell2014-07-081-0/+18
| * macroise op_sibling in Perl_ck_fun()David Mitchell2014-07-081-7/+18
| * wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-0818-319/+350
|/
* libperl.t + ASAN + -DPERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-07-081-1/+4
* faster constant hash key lookups ($hash{const})David Mitchell2014-07-081-18/+89
* Add description to tests lacking them.James E Keenan2014-07-071-3/+3