summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Peek.t: better identify failing testsDavid Mitchell2010-07-291-1/+3
* Dump didn't display CVf_ISXSUB flagDavid Mitchell2010-07-291-1/+1
* Refactor common parts of op.h, regexp.h into new .hKarl Williamson2010-07-291-1/+1
* ext/B/defsubs_h.PL: teach to allow exprs with <<Karl Williamson2010-07-291-1/+5
* ext/B/defsubs_h.PL: add explanatory commentKarl Williamson2010-07-291-0/+4
* defsubs_h.PL: Use correct variable in error msgKarl Williamson2010-07-291-1/+1
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-252-5/+91
* Global executable bit cleanupDavid Golden2010-07-242-0/+0
* Bump module version numbersDavid Golden2010-07-191-1/+1
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-2/+2
* Remove diagnostics from XS-APItest/t/blockhooks.Ben Morrow2010-07-151-3/+0
* new is a reserved word in C++, don't use it as a variable nameTony Cook2010-07-131-3/+3
* Systematic tests for the block hooks.Ben Morrow2010-07-127-74/+460
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-4/+1
* Macroify the block_hooks structure.Ben Morrow2010-07-121-8/+8
* Initial very basic tests for PL_blockhooks.Ben Morrow2010-07-122-0/+149
* Convert Fcntl and PerlIO::encoding's tests to Test::More.Nicholas Clark2010-06-302-8/+2
* Convert POSIX's test to Test::More.Nicholas Clark2010-06-302-3/+7
* Convert Devel::Peek's test to Test::More.Nicholas Clark2010-06-301-4/+2
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-1/+1
* Remove MacOS classic support from DynaLoader.Nicholas Clark2010-06-232-210/+3
* Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}.Nicholas Clark2010-06-231-2/+2
* Tweak the generated Errno.pm slightly. Shorter and slightly fewer ops.Nicholas Clark2010-06-231-8/+7
* version bump for B::t::OptreeCheck and add to deltaMatt S Trout2010-06-211-1/+1
* bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ...Matt S Trout2010-06-212-2/+2
* version bump for B::Concise and add change to deltaMatt S Trout2010-06-211-1/+1
* Fix list of constants to import to make this test passRafael Garcia-Suarez2010-06-181-1/+1
* Avoid warnings with undefined hash values [perl #74280]Rafael Garcia-Suarez2010-06-171-1/+2
* Add support for more TCP_ constants to SocketSalvador Fandino2010-06-152-2/+17
* Reorder CVf_* flags to be numerically contiguous again.Nicholas Clark2010-06-091-2/+5
* Spell-check fixes in extH.Merijn Brand2010-06-073-4/+4
* Fix for typo in 0824d66743a706cd, in the expected output with threads.Nicholas Clark2010-05-251-1/+1
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-252-2/+3
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+2
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-201-1/+0
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-202-2/+2
* Move code to after the variable declarations.Nicholas Clark2010-05-061-2/+5
* bump PerlIO::scalar versionDavid Mitchell2010-05-051-1/+1
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-052-5/+89
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-5/+48
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-5/+48
* | Make tests pass with open pragma in effectRafael Garcia-Suarez2010-05-041-22/+22
* | shift; optimizationRuslan Zakirov2010-05-031-168/+148
* | tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-8/+10
* | Reduce Errno memory usage by around 55%.Nicholas Clark2010-05-021-33/+36
* | Remove unused %errno and $AUTOLOAD from the generated Errno.pmNicholas Clark2010-05-021-1/+1
* | Remove the lexical $len and associated calculation, which is never used.Nicholas Clark2010-05-011-3/+1
* | Don't use a C++ keyword as a variable name ("new").Nicholas Clark2010-04-301-7/+7
* | Regression tests for the ptr_table_* API.Nicholas Clark2010-04-293-0/+87
* | remove Perl_pmflagRobin Barker2010-04-263-48/+4