Move the code to add magic to $0 into Perl_gv_fetchpvn_flags().
[p5sagit/p5-mst-13.2.git] / ext /
2009-05-18 Abhijit Menon-Sen Note 2.20 in the changelog.
2009-05-12 Steve Hay Skip test for changing TZ if running in a pseudo-fork...
2009-05-12 Steve Hay Upgrade to Time-Piece-1.14
2009-05-11 Graham Barr Update IO to CPAN 1.24 release
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-10 David Mitchell bump Storage version to 2.20 to distinguish it from...
2009-05-10 Steffen Mueller Pull PathTools 3.30 (which was just a blead sync.)
2009-05-08 Steve Hay Silence Win32 compiler warning in IO.xs
2009-05-07 Steffen Mueller Bring PathTools changes file in sync with... PathTools
2009-05-06 Steve Hay Fix POSIX::tzset() as per Time::Piece::_tzset().
2009-05-05 Steve Hay Fix Time-Piece tests on Win32 with PERL_IMPLICIT_SYS
2009-05-04 H.Merijn Brand Patch to fix the problem enclosed.
2009-05-03 H.Merijn Brand RE: [PATCH] compress 2.018
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Nicholas Clark Fix #if/#else bug introduced with MACOS_TRADITIONAL...
2009-04-17 Steve Hay Fix failing Time-Piece tests on Win32
2009-04-16 Rafael Garcia-Suarez Ignore some autogenerated makefiles
2009-04-16 Rafael Garcia-Suarez Bump VERSION of Data::Dumper
2009-04-16 Alex Vandiver Data::Dumper hash iterator needs to be reset on all...
2009-04-16 Paul Marquess Build bzip2 witha C++ compiler
2009-04-13 Nicholas Clark Remove an unnecessary use Config;
2009-04-13 Nicholas Clark Remove Makefile.PLs that make_ext.pl can automatically...
2009-04-13 Paul Marquess [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress...
2009-04-13 Nicholas Clark Restore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas Clark TODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Correct two other tests that apparently should be TODOs...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Refactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas Clark Remove a link to the attrs pragma, which has now been...
2009-04-12 Nicholas Clark s/locked/lvalue/ in the examples, and remove mention...
2009-04-12 Nicholas Clark Deprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-04-09 Andy Dougherty Fix declaration-after-statement in ext/Socket/Socket.xs
2009-04-03 Nicholas Clark In sdbm_open(), replace strcat()s and strcpy()s with...
2009-04-03 Nicholas Clark Don't needlessly assign to pagname (which seems to...
2009-04-03 Nicholas Clark Don't assign needlessly to dirname. (which seems to...
2009-03-31 Nicholas Clark Close the file before renaming it. Problem spotted...
2009-03-31 Nicholas Clark Don't create an empty Errno.pm if there is an error...
2009-03-30 Craig A. Berry TZ setting must contain an offset.
2009-03-30 Paul Marquess Updates for ext/compress*
2009-03-29 SADAHIRO Tomoyuki Update to Unicode::Normalize 1.03
2009-03-29 Paul Marquess DB_File 1.820: Remove MAN3PODS => {}
2009-03-29 Craig A. Berry Make Time::Piece use the init_tm() in util.c, bump...
2009-03-28 Florian Ragwitz Improve mro merging error messages.
2009-03-27 Vincent Pit Also skip test 20 in t/Socket.t when no IPv6 is available
2009-03-27 Rafael Garcia-Suarez Fix concise-xs.t after recent changes to Socket.pm
2009-03-27 Craig A. Berry Some standards compliance for the new Time::Piece test.
2009-03-27 Rafael Garcia-Suarez Add inet_pton and inet_ntop to the list of functions...
2009-03-27 Steve Peters What am I thinking? Just bump the version.
2009-03-27 Steve Peters Add inet_pton() and inet_ntop() to Socket.
2009-03-26 Nicholas Clark Ignore Makefile.PLs that are now autogenerated.
2009-03-26 Nicholas Clark make_ext.pl's automatic Makefile.PL generation can...
2009-03-26 Nicholas Clark Undo the local change to Time::Piece's Makfile.PL that...
2009-03-26 Nicholas Clark Remove MAN3PODS from modules' Makefile.PLs which are...
2009-03-26 Nicholas Clark Remove MAN3PODS and NORECURS from Makefile.PLs where...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-03-26 Nicholas Clark No need to set MAN3PODS now that make_ext.pl takes...
2009-03-26 Nicholas Clark make_ext.pl's automatic Makefile.PL generation can...
2009-03-25 Paul Marquess fix smoke issues with the compression modules
2009-03-25 Nicholas Clark d002ef56a2861d99 didn't fix the Makefile.PL to reflect...
2009-03-25 Nicholas Clark Move Module:Pluggable tests from t/Module_Pluggable...
2009-03-25 Ian Goodacre [perl #63914] Time::Piece reports timezone incorrectly
2009-03-25 Steve Peters Upgrade to Encode-2.33.
2009-03-22 Paul Marquess Fixes for ext/compress
2009-03-20 Steve Hay Remove unnecessary MANIFEST file for IO-Compress
2009-03-19 Steve Hay Bump Module-Pluggable VERSION following 4a28828fc8f160c...
2009-03-19 Steve Hay Undo the INST_LIB change from the Module-Pluggable...
2009-03-19 Steve Hay Upgrade to Attribute-Handlers-0.83
2009-03-19 Steve Hay Upgrade to Module-Pluggable-3.9
2009-03-15 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.17
2009-03-15 Marcus Holland-Moritz Upgrade to IPC::SysV 2.01
2009-03-14 Paul Marquess Create IO-Compress
2009-03-11 Steffen Mueller Merge Attribute::Handlers 0.82 into core
2009-03-10 Rafael Garcia-Suarez Fix a printf compilation warning
2009-03-08 Nicholas Clark Need to -I../lib explicitly, as TAP::Parser no longer...
2009-03-07 Craig A. Berry Make DynaLoader clone its private data under threads.
2009-03-07 Rafael Garcia-Suarez Update to Encode 2.32
2009-03-07 Rafael Garcia-Suarez Fix test failure with t/TEST
2009-03-06 Steve Hay Upgrade to Test-Harness-3.16
2009-03-05 Craig A. Berry In dl_vms.xs, treat dl_last_error like the SV that...
2009-03-04 Alex Vandiver Add a failing test for stack corruption with MULTICALL
2009-03-03 Rafael Garcia-Suarez Remove the MANIFEST from Compress-Raw-Bzip2
2009-03-01 Rafael Garcia-Suarez Better gitignore file for Compress-Raw-Bzip2
2009-03-01 Rafael Garcia-Suarez Add Compress-Raw-Bzip2, by Paul Marquess
2009-02-28 Goro Fuji Hash::Util::FieldHash 1.03 leaks SVs which are used...
2009-02-26 Yasuhiro Matsumoto Make non-blocking mode work on Windows in IO::Socket...
2009-02-25 Paul Marquess Update Filter::Util::Call to 1.08
2009-02-24 Rafael Garcia-Suarez Fix line number test for scalar attribute handlers
2009-02-24 Jerry D. Hedden Upgrade to threads::shared 1.28
2009-02-24 Jerry D. Hedden Upgrade to threads 1.72
2009-02-19 Paul Marquess [PATCH] DB_File 1.819
2009-02-16 Zsban Ambrus [perl #63234] [DOC PATCH] fix some missing parts of...
2009-02-16 Dan Kogai Upgrade to Encode 2.31
2009-02-13 Rafael Garcia-Suarez More gitignore adjustments
next