A couple of File::Path tests require unix syntax on VMS.
[p5sagit/p5-mst-13.2.git] / ext /
2007-06-08 Craig A. Berry Avoid multiply defined symbols in re extension followin...
2007-06-06 Rafael Garcia-Suarez Adjust test count (it shouldn't have changed with last...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-06 Rafael Garcia-Suarez A test file was removed from the latest Unicode::Normalize
2007-06-06 Rafael Garcia-Suarez Upgrade to Unicode::Normalize 1.02
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-06-01 Jan Dubois Fix DynaLoader::dl_findfile() to locate .so files again
2007-05-30 Rafael Garcia-Suarez Upgrade to Encode 2.23
2007-05-30 Steve Hay Silence a couple of VC++ compiler warnings
2007-05-29 Nicholas Clark DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C const...
2007-05-29 Rafael Garcia-Suarez Plug a memory leak in Encode
2007-05-29 Rafael Garcia-Suarez Upgrade to Encode 2.22
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-05-28 Vadim Konovalov linux arm cross-compilation
2007-05-28 Tels Math::BigInt::FastCalc v0.15
2007-05-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-24 Jerry D. Hedden threads::shared 1.12
2007-05-23 Jan Dubois RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
2007-05-21 Jerry D. Hedden Skip ext/Win32/t/Unicode.t under Cygwin
2007-05-21 Jerry D. Hedden Skip win32core.t under Cygwin
2007-05-18 Jerry D. Hedden threads 1.62
2007-05-18 Steve Hay Upgrade to Win32-0.29
2007-05-16 Jerry D. Hedden Re: Thread fail/hang on HP-UX 10.20
2007-05-16 Steve Hay DynaLoader doesn't seem to need -DPERL_CORE, and no...
2007-05-16 Steve Hay A more general fix to non-threaded static extension...
2007-05-15 Jerry D. Hedden Win32CORE.c needed windows.h
2007-05-15 Jan Dubois RE: Smoke summary results for maint and current on...
2007-05-15 Jan Dubois RE: [perl #42925] Win32::GetLastError fails when first...
2007-05-14 Jerry D. Hedden threads::shared 1.11
2007-05-14 Steve Hay Test for [perl #42925], which was fixed by #31214
2007-05-14 Jan Dubois RE: [perl #42925] Win32::GetLastError fails when first...
2007-05-13 Steve Peters Upgrade to Encode-2.21
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-10 Nicholas Clark Work around to get Unicode tests passing.
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-08 Steve Peters Upgrade to Math-BigInt-FastCalc-0.14
2007-05-07 Nicholas Clark bytecode.pl: Exterminate!
2007-05-07 Nicholas Clark Given that @optype and @specialsv_name are hard coded...
2007-05-05 Craig A. Berry Make ppptools.pl allow a trailing dot in filenames...
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-05-04 kan@dcit.cz [perl #42844] careless use of gethostbyname() in Socket.xs
2007-05-04 David Leadbeater Documentation fixes for EGID/GID confusion
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-05-03 Steve Hay Fix breakages caused by #31130:
2007-05-03 Steve Hay Silence some VC6 compiler warnings in the regex code
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Rafael Garcia-Suarez Upgrade to XSLoader 0.08
2007-05-02 Jerry D. Hedden Remove ext/Thread
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Rafael Garcia-Suarez Remove the Thread typemap
2007-04-26 Johan Vromans Re: The Strict trap
2007-04-26 Alexey Tourbin fixed Fcntl::S_IFMT() breakage introduced by change...
2007-04-25 Jerry D. Hedden Safely store user locks in threads::shared
2007-04-25 Jerry D. Hedden Thread.xs doesn't need magic sig anymore
2007-04-25 Brandon Black Re: [Andreas J. Koenig] C3 MRO breaks Params::Util...
2007-04-25 Nicholas Clark Avoid the need for 2 casts added in 31055 by using...
2007-04-25 Jerry D. Hedden Move hash action constants to hv.h
2007-04-25 Steve Peters Upgrade to Encode-2.20
2007-04-24 Steve Hay Fix a function signature missed by #31027 to silence...
2007-04-24 Steve Hay Silence 5 "possible loss of data" warnings from VC6
2007-04-24 Rafael Garcia-Suarez Adjust test count.
2007-04-24 Craig A. Berry Reduce directory depth for IO::Compress modules.
2007-04-21 Rafael Garcia-Suarez Typo fix by Abigail
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-04-21 Anno Siegel Bug in Hash::Util::FieldHash
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-19 Jerry D. Hedden Re: [perl #41574] cond_wait hang ups under MSWin32
2007-04-11 Steve Peters Fix spelling nit.
2007-04-10 Nicholas Clark Cast needed to get POSIX compiling with g++ on FreeBSD.
2007-04-10 Rafael Garcia-Suarez Could someone explain why this file was added twice.
2007-04-10 Rafael Garcia-Suarez Upgrade to threads::shared 1.09 :
2007-04-10 Tels BigInt, FastCalc, BitRat, bignum released to CPAN ...
2007-04-07 Nicholas Clark Upgrade to Encode 2.19
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-06 Jerry D. Hedden Allow any *DBM_File to work for DynaLoader testing
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-03 Rafael Garcia-Suarez C++ compilation patch by Jarkko
2007-04-01 Craig A. Berry Mark new regex glob test as a TODO on VMS.
2007-03-31 Rafael Garcia-Suarez Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-31 Abhijit Menon-Sen This was released as 2.16.
2007-03-31 Abhijit Menon-Sen Add new hints files.
2007-03-30 Nicholas Clark Bump File::Glob's VERSION to go with change 30103.
2007-03-30 Nicholas Clark A logical rearrangement of ops, to get the post 5.005...
2007-03-23 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.11_01
2007-03-23 Jerry D. Hedden Cwd doesn't need ppport.h in core
2007-03-22 Rafael Garcia-Suarez Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
2007-03-22 Jerry D. Hedden Fix to threads::shared t/waithires.t
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-22 Jerry D. Hedden threads 1.61
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-21 Nicholas Clark Only use proxy constant subroutines for 5.9.x.
2007-03-21 Jerry D. Hedden Sys::Syslog doesn't need ppport.h in core
2007-03-21 Jerry D. Hedden Data::Dumper doesn't need ppport.h in core
2007-03-21 Jerry D. Hedden Compress::Raw::Zlib doesn't need ppport.h in core ...
2007-03-21 Jerry D. Hedden Remove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-19 Rafael Garcia-Suarez Adjust timing tolerance in threads tests, by Jerry...
next