summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add two (SV *) casts to placate C++.Tony Cook2010-09-211-2/+2
* Add (?^...) regex constructKarl Williamson2010-09-201-3/+3
* Remove unnecessary XS-APItest test boilerplateFlorian Ragwitz2010-09-2013-178/+54
* Add tests for PL_peepp/PL_rpeeppFlorian Ragwitz2010-09-202-0/+124
* Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPNSteve Hay2010-09-192-2/+2
* Bump VERSION in PerlIO-scalarSteve Hay2010-09-191-1/+1
* reftype() used without checking for undefChas. Owens2010-09-161-3/+5
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-163-0/+88
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-0/+7
* Bump $POSIX::VERSIONFlorian Ragwitz2010-09-111-1/+1
* Add missing POSIX signal constantsFlorian Ragwitz2010-09-112-2/+4
* Tests for caller_cx, cop_hints_*.Ben Morrow2010-09-072-1/+109
* function interface to parse Perl statementZefram2010-09-062-0/+184
* Bump $Errno::VERSION after change be54382Florian Ragwitz2010-09-031-1/+1
* Sanity check on Errno values.Curtis Jewell2010-09-021-2/+3
* better silencing of APItest deprecation warningDavid Mitchell2010-08-311-1/+2
* fix the AIX skip to only skip on AIXTony Cook2010-08-311-1/+1
* rt77432: sigaction would crash/assert with a replaced %SIGTony Cook2010-08-312-2/+9
* silence APItest deprecation warningRobin Barker2010-08-281-0/+3
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-272-312/+298
* prevent Devel::Peek::Dump from lieing to us about evil class namesYves Orton2010-08-251-1/+23
* add lex_stuff_pvs()Zefram2010-08-221-1/+1
* Moved prototype check to XS code, allowing the .pm file change from yesterdaySteve Peters2010-08-192-5/+2
* Make I18N::Langinfo::langinfo take $_ as an argument if none is specified asSteve Peters2010-08-182-2/+6
* Move POSIX.pm to lib/POSIX.pm to fix autosplitter problemJerry D. Hedden2010-08-173-1/+2
* Remove MacOS 9 support code from XS-APItestFlorian Ragwitz2010-08-1612-19/+2
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-162-86/+0
* POSIX/t/posix.t expects a certain start to Makefile.PLTony Cook2010-08-141-0/+1
* make_ext.pl populates @INC correctly, don't override it badlyTony Cook2010-08-131-4/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-131-1/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-133-1/+75
* 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