Re: hv.c patch - pathological hashes too easy
[p5sagit/p5-mst-13.2.git] / ext /
2003-05-05 Jarkko Hietaniemi Switch the new perlio way of opening anonymous temporar...
2003-05-05 Jarkko Hietaniemi Doc nit from mjd.
2003-05-05 Abhijit Menon-Sen None of that "our" stuff here, please.
2003-05-05 Abhijit Menon-Sen Oops. More Storable 2.07 preparations.
2003-05-05 Abhijit Menon-Sen Update changelog for 2.07 release.
2003-05-05 Slaven Rezic Re: Bug in Storable???
2003-05-03 Jarkko Hietaniemi Extra tweakage from Rafael for #19392.
2003-05-02 Rafael Garcia-Suarez OpenUNIX 8 support
2003-05-02 Michael G. Schwern Deceptive POSIX exporting docs
2003-05-01 Jarkko Hietaniemi OS X test tweak.
2003-05-01 Jarkko Hietaniemi z/OS: More threaded build tweaks from Brian De Pradine--
2003-04-28 Jarkko Hietaniemi SysV msg queues can be something hanging (witnessed...
2003-04-27 Adrian M. Enache Newer glibc's nice(2) return the new nice value, instea...
2003-04-25 Craig A. Berry another spin on the enc_module.t merry-go-round
2003-04-25 Jarkko Hietaniemi Upgrade to Time::HiRes 1.46.
2003-04-25 Mark-Jason Dominus typo in Time::HiRes docs
2003-04-24 Jarkko Hietaniemi Upgrade to Encode 1.93.
2003-04-22 Jarkko Hietaniemi Enache's turn.
2003-04-22 Jarkko Hietaniemi Re-merge Encode 1.92.
2003-04-21 Artur Bergman Croak on non ref to shared methods instead of segfault.
2003-04-21 Artur Bergman Fixes bug #17043, resets PL_srand_called before the...
2003-04-19 Adrian M. Enache Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-19 Jarkko Hietaniemi Bump the test count.
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-19 Adrian M. Enache Re: any takers for this Storable bug?
2003-04-17 Adrian M. Enache Re: [perl #21950] 5.8.x -- :scalar and magic strings
2003-04-16 Artur Bergman Fix double join problem for those places where free
2003-04-16 Jarkko Hietaniemi Document the effect of thread creation context.
2003-04-16 Abhijit Menon-Sen [#17040] Storable now handles self-tied scalars with...
2003-04-13 Artur Bergman Fix bug #16253, use all the CPU that we can :-)
2003-04-13 Artur Bergman Fix bug #15893 by creating shared scalars with a refcou...
2003-04-12 Jarkko Hietaniemi The debugging aid #19182 didn't.
2003-04-10 Jarkko Hietaniemi A temporary debugging aid for Tru64 threaded builds.
2003-04-10 Jarkko Hietaniemi With AFS the cwds have little chance of agreeing.
2003-04-10 Jarkko Hietaniemi I assume the idea was to use the *cwd variables for...
2003-04-07 Jarkko Hietaniemi Time::HiRes: Do not create files in blib directories...
2003-04-06 Stephen McCamant B::Deparse: sv_no != 0
2003-04-06 Jarkko Hietaniemi An unconditional carp is not nice.
2003-04-06 Joost van Baal PATCH (was: Re: [perl #18180] problem with sys:syslog...
2003-04-05 Rafael Garcia-Suarez The manpages don't have to be built by MakeMaker for the
2003-04-05 Rafael Garcia-Suarez Upgrade to Unicode::Normalize 0.21 and Unicode::Collate...
2003-04-03 Jarkko Hietaniemi Don't recurse from threads to threads/shared (since
2003-04-02 Jarkko Hietaniemi Make at least the thread count make sense.
2003-04-02 Jarkko Hietaniemi Spread IlyaZ's PERL_CORE detection trick.
2003-04-02 Jarkko Hietaniemi Cannot portably compare files if one of them is still...
2003-04-01 Adrian M. Enache Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
2003-04-01 Ilya Zakharevich Integrate:
2003-04-01 Ilya Zakharevich Integrate:
2003-04-01 Jarkko Hietaniemi Document the _exit() issue with threads in Linux [perl...
2003-04-01 Michael G. Schwern MM hackery and whitespace changes
2003-03-31 Jarkko Hietaniemi Upgrade to Encode 1.92.
2003-03-31 Jarkko Hietaniemi Some low-hanging fruit for EBCDIC portability
2003-03-30 Jarkko Hietaniemi Upgrade to Time::HiRes 1.44.
2003-03-30 Jarkko Hietaniemi Ending strings is customary (typo from #19084).
2003-03-30 Jarkko Hietaniemi In IRIX 5.3 being too POSIXly hides the struct timespec.
2003-03-30 Jarkko Hietaniemi gethostbyname('localhost') is not that portable.
2003-03-29 Jarkko Hietaniemi IRIX 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-Suarez Typo, spotted by Doru Petrescu
2003-03-20 Adrian M. Enache Re: Bytecode? Back into service.
2003-03-18 Craig A. Berry poll() help for VMS
2003-03-17 chocolateboy Patch for Data::Dumper 2.12 to Allow Custom Hash Key...
2003-03-16 Jarkko Hietaniemi Stay within known facts: what platforms the skippage...
2003-03-16 Jarkko Hietaniemi This seems to fix (well, dodge) the problems in FreeBSD for
2003-03-16 Jarkko Hietaniemi Make the :bytes conditional on PerlIO.
2003-03-15 Jarkko Hietaniemi Needs PerlIO for :bytes.
2003-03-14 Stas Bekman [patch ext/B/typemap] STRLEN T_UV
2003-03-14 Jarkko Hietaniemi Hopefully this works also in Win32.
2003-03-14 Gurusamy Sarathy another fix for failing test on windows ("use encoding...
2003-03-14 Gurusamy Sarathy fix CJKT.t failures on windows due to incorrect binmode()
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-11 Norton T. Allen io_sock.t
2003-03-11 Jarkko Hietaniemi Upgrade to Time-HiRes 1.43.
2003-03-11 Todd C. Miller typos and other minor things
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-03-09 Jarkko Hietaniemi Upgrade to Encode 1.91.
2003-03-09 Jarkko Hietaniemi Upgrade to Encode 1.90 (plus the one extra use lib...
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: DATA wasn't properly utf8ed
2003-03-08 Rafael Garcia-Suarez Add a B::COP::io() method, to return the cop_io field...
2003-03-08 Richard Soderberg Re: [perl #20551] Documentation error for IO::Select
2003-03-06 Adrian M. Enache cleaning up tests of the 'eval { decl. } <=> runtime...
2003-03-04 Rafael Garcia-Suarez Change #18829 makes this test workaround obsolete.
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-03-04 Jarkko Hietaniemi Try to make PPPort.pm 5.005-friendlier (see [perl ...
2003-03-03 Jarkko Hietaniemi Upgrade to Unicode::Normalize 0.20.
2003-03-03 Jarkko Hietaniemi Upgrade 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. Enache Re: [perl #20683] [fix] Better Patch
2003-02-26 Hugo van der Sanden Two typos found by Philip Newton <pnewton@gmx.de>
2003-02-25 Dan Kogai [Encode] 1.88 Released
2003-02-23 Jarkko Hietaniemi Chip noticed that the intended optionality of the ...
2003-02-21 Artur Bergman Change regex to be a bit more friendly against various
2003-02-20 Peter Prymmer add some IV stuff to ext/Devel/Peek/Peek.t test 21
2003-02-19 Dave Mitchell Blocking option ignored
2003-02-18 Stephen McCamant Re: [perl #21261] B::Terse not outputting correct const...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-15 Jarkko Hietaniemi Also Storable really wants the PATCHLEVEL, not PERL_VER...
2003-02-15 Jarkko Hietaniemi Bring the CPAN Digest::MD5 (2.23) and the core Digest...
2003-02-15 Jarkko Hietaniemi Update MD5 Changes; update checksums.
next