This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / ext /
2003-01-04 Rafael Garcia-SuarezIntegrate change #18420 from maint-5.8:
2003-01-04 Artur BergmanForgot to add problems.t with change #18419
2003-01-04 Jarkko HietaniemiOne more (or, rather, less) //.
2003-01-04 Jarkko HietaniemiIntegrate from maintperl:
2003-01-04 Artur BergmanFix long standing memory leak with pop and shift!
2003-01-03 Artur BergmanFixes bug #15273, the return of the object caused
2003-01-03 Artur BergmanFake what context we are running in for CLONE and DESTR...
2003-01-03 Artur BergmanChange pp_lock to take a reference instead of a
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2002-12-24 Yitzchak Scott-Tho... Removal of duplicate comment block
2002-12-23 Hugo van der SandenIntegrate Time::HiRes v1.39 (for VMS build tweak)
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-12 Rafael Garcia-SuarezWhitespace and indentation fix in the output of B:...
2002-12-12 Graham BarrUpdate to Scalar-List-Utils 1.09
2002-12-11 Andy DoughertyRemove stale e-mail addresses
2002-12-10 Craig A. BerryVMS build update
2002-12-09 Slaven RezicRe: Bug in Filter::Simple
2002-12-09 Slaven RezicRe: [perl #18238] timezone and gmt offset as output...
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-12-02 Hugo van der Sandenintegrate 5.8-maint: changes #18174 18187 18189-92...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-11-29 H.Merijn Brand64bit Peek failure on HP-UX 11.00
2002-11-25 Slaven RezicRe: Storable bug #1698
2002-11-25 Slaven Rezicadd support for STASH and MAGIC information for REFs...
2002-11-25 Dan Kogai[Encode] 1.83 + bleedperl patch released
2002-11-19 Dave Mitchelltrivial typo
2002-11-16 Rafael Garcia-Suarez New B::Lint option, bare-subs, that checks for...
2002-11-07 david@dhaller.de[perl #18065] LFS related bug in perl-5.8.0 testsuite
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-11-06 Rafael Garcia-SuarezThe new test introduced in #18114 failed with threads
2002-11-06 Stephen McCamantRe: [PATCH] [perl #18175] B::Concise,-exec doesn't...
2002-11-04 Hugo van der Sandenintegrate from perlio: changes #17709, #17795, #17796...
2002-11-03 Graham BarrUpdate to Scalar-List-Utils 1.08
2002-10-28 Paul MarquessRE: [PATCH] Warning on pararameterless 'use IO' and...
2002-10-25 Nick Ing-SimmonsIntegrate mainline
2002-10-25 Paul MarquessDB_File 1.806
2002-10-25 chromaticAdd tests for IO.pm
2002-10-24 Hugo van der Sanden2 lines of change #18039 had several problems
2002-10-24 Dan Kogai[Encode] 1.80 released
2002-10-24 Audrey TangB/C.pm: make $0 to argv[0] again
2002-10-24 Hugo van der Sandenchange #18030 needs the removal of ext/Thread/thr5005.t
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-21 Nick Ing-SimmonsTest UTF-8 encoded input to Encode::XS::decode and...
2002-10-20 Nick Ing-SimmonsHandle case where octets are UTF-8 encoded
2002-10-20 Stéphane PayrardRe: [PATCH] Warning on pararameterless 'use IO' and...
2002-10-20 Hugo van der SandenUpdate to Time::HiRes v1.38
2002-10-20 Nick Ing-SimmonsEncode::utf8 encode/decode methods as XS that obeys
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-17 Slaven RezicRe: [perl #17061] no strict 'garbage'
2002-10-15 KAWAI TakanoriJapanese translation of Storable
2002-10-12 Nicholas ClarkStorable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2002-10-12 Hugo van der SandenSecond attempt to fix Devel::Peek test of $ENV{PATH...
2002-10-11 Dan Kogai[Encode] 1.77 Released
2002-10-11 Yitzchak Scott-Tho... Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32...
2002-10-10 Hugo van der SandenRemove use of caller() in strict.pm, and tighten Safe...
2002-10-06 Artur BergmanUpgrade Safe.pm to 2.09 after CPAN backport.
2002-10-04 Rafael Garcia-SuarezComplement to change #17976 :
2002-10-04 Rafael Garcia-SuarezFix bug #17744, suggested by Andreas Jurenda,
2002-10-03 Rafael Garcia-SuarezFix a precedence problem.
2002-10-03 Rafael Garcia-SuarezChange the warning message "%s trapped by operation...
2002-10-03 Slaven RezicRe: Not OK 17969
2002-10-03 Abhijit Menon-SenAdd a line about 2.05.
2002-10-03 Slaven RezicStorable and code serialization: documentation
2002-10-02 Yitzchak Scott-Tho... Devel::Peek tests from:
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-17 Abhijit Menon-SenTypo fix.
2002-09-15 Nick Ing-SimmonsIntegrate mainline
2002-09-11 Rafael Garcia-SuarezFix bug #17006 : remove spurious do{} in the deparsing
2002-09-09 Paul JohnsonRe: [PATCH] Quieten warnings in Deparse.pm
2002-09-09 Paul JohnsonQuieten warnings in Deparse.pm
2002-09-08 Nicholas Clarkcleanup temp files (was Re: Smoke 17805 irix 6.5 6...
2002-09-08 Hugo van der Sandentemporarily skip failing Storable tests caused by ...
2002-09-07 Nick Ing-SimmonsIntegrate mainline
2002-09-04 Hugo van der Sanden#17836 (DB_File-1.805) misses a couple of dTHX declarations
2002-09-04 Michael G. SchwernFile::Basename doesn't lazy load Carp right.
2002-09-04 Brendan O'DeaRe: [PATCH 5.8.0] add accessors for POSIX::SigAction
2002-09-04 Kay RöpkeStill no working Berkeley DB in OS X 10.2
2002-09-04 Paul MarquessDB_File 1.805
2002-09-04 Brendan O'Deaallow Sys::Syslog test to fail gracefully
2002-09-04 John P. LindermanRe: Possible bug in IPC/Semaphore.pm [PATCH]
2002-09-03 Rafael Garcia-SuarezFix bug #16828.
2002-09-02 Rafael Garcia-SuarezSome simple tests for the POSIX::isXXX() functions.
2002-08-30 Michael G. SchwernFixes to threads::shared when disabled
2002-08-30 Nick Ing-SimmonsIntegrate mainline
2002-08-29 Ed SantiagoFix based on:
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Mark-Jason DominusRe: [perl #16677] B::SV::FLAGS dumps core
2002-08-27 Richard ClampRe: PerlIO::via silent failure
2002-08-26 H.Merijn Brandfix non-ANSI C++-style comment
2002-08-25 Dan KogaiEncode 1.76 Released
2002-08-23 Abhijit Menon-SenIncorporate fix from JHI at:
2002-08-23 Jarkko HietaniemiPPPort IVSIZE and SvPV_nolen
2002-08-22 Hugo van der Sandenfix test failure from #17747
next