This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
[perl5.git] / ext /
2003-05-08 Tassilo von Parseval[perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
2003-05-07 Jarkko HietaniemiSpelling correction from Nicholas Clark.
2003-05-06 Jarkko HietaniemiWorth a try for [perl #17146]
2003-05-05 Jarkko HietaniemiSwitch the new perlio way of opening anonymous temporar...
2003-05-05 Jarkko HietaniemiDoc nit from mjd.
2003-05-05 Abhijit Menon-SenNone of that "our" stuff here, please.
2003-05-05 Abhijit Menon-SenOops. More Storable 2.07 preparations.
2003-05-05 Abhijit Menon-SenUpdate changelog for 2.07 release.
2003-05-05 Slaven RezicRe: Bug in Storable???
2003-05-03 Jarkko HietaniemiExtra tweakage from Rafael for #19392.
2003-05-02 Rafael Garcia-SuarezOpenUNIX 8 support
2003-05-02 Michael G. SchwernDeceptive POSIX exporting docs
2003-05-01 Jarkko HietaniemiOS X test tweak.
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-28 Jarkko HietaniemiSysV msg queues can be something hanging (witnessed...
2003-04-27 Adrian M. EnacheNewer glibc's nice(2) return the new nice value, instea...
2003-04-25 Craig A. Berryanother spin on the enc_module.t merry-go-round
2003-04-25 Jarkko HietaniemiUpgrade to Time::HiRes 1.46.
2003-04-25 Mark-Jason Dominustypo in Time::HiRes docs
2003-04-24 Jarkko HietaniemiUpgrade to Encode 1.93.
2003-04-22 Jarkko HietaniemiEnache's turn.
2003-04-22 Jarkko HietaniemiRe-merge Encode 1.92.
2003-04-21 Artur BergmanCroak on non ref to shared methods instead of segfault.
2003-04-21 Artur BergmanFixes bug #17043, resets PL_srand_called before the...
2003-04-19 Adrian M. EnacheFix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-19 Jarkko HietaniemiBump the test count.
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-19 Adrian M. EnacheRe: any takers for this Storable bug?
2003-04-17 Adrian M. EnacheRe: [perl #21950] 5.8.x -- :scalar and magic strings
2003-04-16 Artur BergmanFix double join problem for those places where free
2003-04-16 Jarkko HietaniemiDocument the effect of thread creation context.
2003-04-16 Abhijit Menon-Sen[#17040] Storable now handles self-tied scalars with...
2003-04-13 Artur BergmanFix bug #16253, use all the CPU that we can :-)
2003-04-13 Artur BergmanFix bug #15893 by creating shared scalars with a refcou...
2003-04-12 Jarkko HietaniemiThe debugging aid #19182 didn't.
2003-04-10 Jarkko HietaniemiA temporary debugging aid for Tru64 threaded builds.
2003-04-10 Jarkko HietaniemiWith AFS the cwds have little chance of agreeing.
2003-04-10 Jarkko HietaniemiI assume the idea was to use the *cwd variables for...
2003-04-07 Jarkko HietaniemiTime::HiRes: Do not create files in blib directories...
2003-04-06 Stephen McCamantB::Deparse: sv_no != 0
2003-04-06 Jarkko HietaniemiAn unconditional carp is not nice.
2003-04-06 Joost van BaalPATCH (was: Re: [perl #18180] problem with sys:syslog...
2003-04-05 Rafael Garcia-SuarezThe manpages don't have to be built by MakeMaker for the
2003-04-05 Rafael Garcia-SuarezUpgrade to Unicode::Normalize 0.21 and Unicode::Collate...
2003-04-03 Jarkko HietaniemiDon't recurse from threads to threads/shared (since
2003-04-02 Jarkko HietaniemiMake at least the thread count make sense.
2003-04-02 Jarkko HietaniemiSpread IlyaZ's PERL_CORE detection trick.
2003-04-02 Jarkko HietaniemiCannot portably compare files if one of them is still...
2003-04-01 Adrian M. EnacheRe: [perl #21744] Deparse bug: "\::" deparsed as "::"
2003-04-01 Ilya ZakharevichIntegrate:
2003-04-01 Ilya ZakharevichIntegrate:
2003-04-01 Jarkko HietaniemiDocument the _exit() issue with threads in Linux [perl...
2003-04-01 Michael G. SchwernMM hackery and whitespace changes
2003-03-31 Jarkko HietaniemiUpgrade to Encode 1.92.
2003-03-31 Jarkko HietaniemiSome low-hanging fruit for EBCDIC portability
2003-03-30 Jarkko HietaniemiUpgrade to Time::HiRes 1.44.
2003-03-30 Jarkko HietaniemiEnding strings is customary (typo from #19084).
2003-03-30 Jarkko HietaniemiIn IRIX 5.3 being too POSIXly hides the struct timespec.
2003-03-30 Jarkko Hietaniemigethostbyname('localhost') is not that portable.
2003-03-29 Jarkko HietaniemiIRIX 5.3 can have PF_LINK defined to be AF_LINK but
2003-03-26 mike@exegenix.com[perl #21672] IO::New and undefined filename behaviour
2003-03-24 Rafael Garcia-SuarezTypo, spotted by Doru Petrescu
2003-03-20 Adrian M. EnacheRe: Bytecode? Back into service.
2003-03-18 Craig A. Berrypoll() help for VMS
2003-03-17 chocolateboyPatch for Data::Dumper 2.12 to Allow Custom Hash Key...
2003-03-16 Jarkko HietaniemiStay within known facts: what platforms the skippage...
2003-03-16 Jarkko HietaniemiThis seems to fix (well, dodge) the problems in FreeBSD for
2003-03-16 Jarkko HietaniemiMake the :bytes conditional on PerlIO.
2003-03-15 Jarkko HietaniemiNeeds PerlIO for :bytes.
2003-03-14 Stas Bekman[patch ext/B/typemap] STRLEN T_UV
2003-03-14 Jarkko HietaniemiHopefully this works also in Win32.
2003-03-14 Gurusamy Sarathyanother fix for failing test on windows ("use encoding...
2003-03-14 Gurusamy Sarathyfix CJKT.t failures on windows due to incorrect binmode()
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-11 Norton T. Allenio_sock.t
2003-03-11 Jarkko HietaniemiUpgrade to Time-HiRes 1.43.
2003-03-11 Todd C. Millertypos and other minor things
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-03-09 Jarkko HietaniemiUpgrade to Encode 1.91.
2003-03-09 Jarkko HietaniemiUpgrade to Encode 1.90 (plus the one extra use lib...
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: DATA wasn't properly utf8ed
2003-03-08 Rafael Garcia-SuarezAdd a B::COP::io() method, to return the cop_io field...
2003-03-08 Richard SoderbergRe: [perl #20551] Documentation error for IO::Select
2003-03-06 Adrian M. Enachecleaning up tests of the 'eval { decl. } <=> runtime...
2003-03-04 Rafael Garcia-SuarezChange #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño[PATCH] assertions
2003-03-04 Jarkko HietaniemiTry to make PPPort.pm 5.005-friendlier (see [perl ...
2003-03-03 Jarkko HietaniemiUpgrade to Unicode::Normalize 0.20.
2003-03-03 Jarkko HietaniemiUpgrade to Encode 1.89. The enc_module.t required
2003-03-02 Edmund Bacon[perl #21289] [Fwd: IPC::Msg bug report]
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-26 Hugo van der SandenTwo typos found by Philip Newton <pnewton@gmx.de>
2003-02-25 Dan Kogai[Encode] 1.88 Released
2003-02-23 Jarkko HietaniemiChip noticed that the intended optionality of the ...
2003-02-21 Artur BergmanChange regex to be a bit more friendly against various
2003-02-20 Peter Prymmeradd some IV stuff to ext/Devel/Peek/Peek.t test 21
2003-02-19 Dave MitchellBlocking option ignored
2003-02-18 Stephen McCamantRe: [perl #21261] B::Terse not outputting correct const...
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
next