summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix and test PL_expect in recdescent parsingZefram2010-10-218-1035/+1192
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-216-0/+216
* handle bracket stack better in recdescent parsingZefram2010-10-2110-1109/+1311
* [perl #33752] B::Deparse fails with utf8 and ourFather Chrysostomos2010-10-212-4/+19
* add lex_start to the APIZefram2010-10-218-20/+33
* avoid side-effecting source held in scalarZefram2010-10-213-6/+14
* remove redundant lex_endZefram2010-10-216-20/+0
* replace PL_doextract with better kinds of variableZefram2010-10-216-29/+23
* remove filter inheritance option from lex_startZefram2010-10-217-14/+10
* [perl #72062] Untaint DATA after it's reopenedLubomir Rintel2010-10-211-1/+3
* SDBM_File::{error,clearerr} can be implemented as XS ALIASes.Nicholas Clark2010-10-211-10/+5
* document slices in scalar contextMoritz Lenz2010-10-211-0/+7
* In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-216-130/+69
* In SDBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-212-42/+21
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-214-8/+4
* Merge the XS code for Hash::Util::{hidden,legal}_ref_keys.Nicholas Clark2010-10-211-23/+6
* Convert Hash::Util's XS code to use typemaps for dereferencing.Nicholas Clark2010-10-211-54/+21
* Standardise Hash::Util::hv_store's error message.Nicholas Clark2010-10-211-1/+1
* Convert Hash::Util, XS::APItest and XS::Typemap to XSLoader.Nicholas Clark2010-10-213-12/+10
* Convert GDBM_File to an XS AUTOLOAD.Nicholas Clark2010-10-212-12/+2
* Use inlineable proxy constant subs for GDBM_File.Nicholas Clark2010-10-212-1/+2
* Convert File::Glob::bsd_glob to XS.Nicholas Clark2010-10-212-11/+11
* For PROXYSUBS error messages, generate more efficient code for -Uusethreads.Nicholas Clark2010-10-211-4/+21
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-218-40/+6
* Add an option autoload to PROXYSUBS, to generate an AUTOLOAD subroutine.Nicholas Clark2010-10-211-7/+25
* In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH()Nicholas Clark2010-10-211-0/+2
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-2110-55/+19
* Add option croak_on_error to PROXYSUBS, to directly croak() the error message.Nicholas Clark2010-10-212-4/+38
* Change goto_xs.t to use Fcntl::S_IMODE() for testing.Nicholas Clark2010-10-211-13/+10
* [GNO]DBM_File must free any filter CVs in DESTROY.Nicholas Clark2010-10-213-0/+24
* Restore +x to Makefile.SHNicholas Clark2010-10-211-0/+0
* update TOC for perl5137deltaTatsuhiko Miyagawa2010-10-208-39/+62
* Create perldelta for 5.13.7Tatsuhiko Miyagawa2010-10-203-587/+961
* epigraph for v5.13.6Tatsuhiko Miyagawa2010-10-201-0/+19
* updated perlhist.podv5.13.6Tatsuhiko Miyagawa2010-10-201-0/+1
* Update Module::CoreList for 5.13.6Tatsuhiko Miyagawa2010-10-202-12/+650
* make regen; make regen_perlyTatsuhiko Miyagawa2010-10-202-7/+1
* lint perldelta linksTatsuhiko Miyagawa2010-10-201-1/+1
* Updated perldelta to fill in acknowledgementsTatsuhiko Miyagawa2010-10-201-1/+17
* bumped perl versions in ChangesTatsuhiko Miyagawa2010-10-201-2/+2
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-2020-141/+141
* Mention the PL_* accessor removal in perldeltaFlorian Ragwitz2010-10-201-0/+20
* clean up perldelta templatesTatsuhiko Miyagawa2010-10-201-218/+0
* Fix the heading for the perldelta commit a7e93501Tatsuhiko Miyagawa2010-10-201-1/+1
* In Fcntl.xs, correct the conditional compilation of S_ISENFMT.Nicholas Clark2010-10-201-1/+1
* Fix version for Locale-Maketext in Porting/Maintainers.plChris 'BinGOs' Williams2010-10-201-1/+1
* perldelta up to c3b19b5c6Father Chrysostomos2010-10-191-1/+20
* remove DISABLE_DESTRUCTOR_KLUDGEDavid Mitchell2010-10-191-7/+1
* Recursive MULTICALL prematurely freed CVDavid Mitchell2010-10-192-3/+28
* add skeleton testing for the MULTICALL macrosDavid Mitchell2010-10-193-0/+64