This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove misleading comment about CXINC; it's fine
[perl5.git] / ext /
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-24 David GoldenGlobal executable bit cleanup
2010-07-19 David GoldenBump module version numbers
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-15 Ben MorrowRemove diagnostics from XS-APItest/t/blockhooks.
2010-07-13 Tony Cooknew is a reserved word in C++, don't use it as a variab...
2010-07-12 Ben MorrowSystematic tests for the block hooks.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-06-30 Nicholas ClarkConvert Fcntl and PerlIO::encoding's tests to Test...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-06-30 Nicholas ClarkConvert Devel::Peek's test to Test::More.
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-06-23 Nicholas ClarkRemove MacOS classic support from DynaLoader.
2010-06-23 Nicholas ClarkRemove MacOS classic support from File::{Copy,DosGlob...
2010-06-23 Nicholas ClarkTweak the generated Errno.pm slightly. Shorter and...
2010-06-21 Matt S Troutversion bump for B::t::OptreeCheck and add to delta
2010-06-21 Matt S Troutbump versions on VMS::DCLsym, mro, Search::Dist and...
2010-06-21 Matt S Troutversion bump for B::Concise and add change to delta
2010-06-18 Rafael Garcia-SuarezFix list of constants to import to make this test pass
2010-06-17 Rafael Garcia-SuarezAvoid warnings with undefined hash values [perl #74280]
2010-06-15 Salvador FandinoAdd support for more TCP_ constants to Socket
2010-06-09 Nicholas ClarkReorder CVf_* flags to be numerically contiguous again.
2010-06-07 H.Merijn BrandSpell-check fixes in ext
2010-05-25 Nicholas ClarkFix for typo in 0824d66743a706cd, in the expected outpu...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-20 Nicholas ClarkSvIVX() isn't valid on SVt_REGEXP
2010-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-05-06 Nicholas ClarkMove code to after the variable declarations.
2010-05-05 David Mitchellbump PerlIO::scalar version
2010-05-05 David MitchellRT 43789: "in memory" files don't call STORE
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-04 Rafael Garcia-SuarezMake tests pass with open pragma in effect
2010-05-03 Ruslan Zakirovshift; optimization
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-02 Nicholas ClarkReduce Errno memory usage by around 55%.
2010-05-02 Nicholas ClarkRemove unused %errno and $AUTOLOAD from the generated...
2010-05-01 Nicholas ClarkRemove the lexical $len and associated calculation...
2010-04-30 Nicholas ClarkDon't use a C++ keyword as a variable name ("new").
2010-04-29 Nicholas ClarkRegression tests for the ptr_table_* API.
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-24 Nicholas ClarkIn Socket.xs, convert 3 croak()s to use %s and a consta...
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-19 Leon BrocardBump version due to d97c33b505dd45c052a8bf42014917701b4...
2010-04-19 Leon BrocardBump version due to 255fdf19250671082618dae106a246f1237...
2010-04-16 H.Merijn Brand[PATCH] [5.12] Allow build on aix 4.2 (sigaction and...
2010-04-15 Rafael Garcia-SuarezBump $VERSION of IPC::Open3 to 1.06
2010-04-15 Eric Brineopen3 errors in child croak parent RT#72016
2010-04-15 Eric BrineAdd TODO test for RT#72016
2010-04-14 Zefram[perl #74006] 5.12.0-RC stuffing bug
2010-04-13 David MitchellMerge commit 'origin/davem/post-5.12' into blead
2010-04-11 David Mitchellcreate SV leak test infrastructure
2010-03-25 Jesse VincentDowngrade Socket.pm's new inet_ntop and inet_pton to...
2010-03-24 Leon BrocardCheck that sparse files hold at least a block (bug...
2010-03-03 Vincent PitFix an example for LC_COLLATE in POSIX.pod that actuall...
2010-02-21 David Mitchellstop skipping ext/Fcntl/t/syslfs.t
2010-02-17 Jesse VincentMake the new Socket implementation of inet_pton consist...
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-18 kmx[perl #71676] GDBM_File support on Win32
2010-01-15 Rafael Garcia-SuarezBump version of PerlIO::encoding
2010-01-15 Rafael Garcia-SuarezThe warnings emitted by PerlIO::encoding should be...
2010-01-06 AbigailFix typo in reference
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-06 AbigailFix a couple of typos and standardize on using 'regexp...
2009-12-20 Jesse VincentPOSIX.pm - minor change to POSIX.xs since 5.11.2 -...
2009-12-20 Daniel Frederick... Add lchown to POSIX.pod
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-29 Steve PetersAdd error codes for getaddrinfo() and getnameinfo()
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-11-15 Zeframlexer API
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-11-12 Craig A. Berry1 is a magic number to C's exit() and Perl_my_exit().
2009-11-12 H.Merijn BrandSorry, missed a "
2009-11-12 H.Merijn BrandHP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard GoossenAdd missing LEAVE to POSIX.xs sigaction
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-08 Zeframpad_findmy APIification
2009-11-08 Kevin RydeCorrectly document export of I18N::Langinfo
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-07 ZeframC++ fail with KeywordRPN
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-23 Nicholas ClarkAvoid using defined @array in core tests.
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-23 Nicholas ClarkConvert tests in ext/ from Test to Test::More.
2009-10-22 Nicholas ClarkPerl_utf16_to_utf8() should treat "\0" like any every...
2009-10-20 Jesse VincentBump mro's version number and copyright year, since...
2009-10-20 Jesse VincentBump B::Consise's version number since it's changed...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
next