p5sagit/p5-mst-13.2.git
2005-04-08 Nicholas Clark MM_AIX needs neatvalue
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #1
2005-04-08 Rafael Garcia... Add perl593delta.pod
2005-04-07 Rafael Garcia... Mention that select() returns -1 on error,
2005-04-07 Abigail Re: [PATCH] Re: [perl #34650] perldoc -f my should...
2005-04-07 Audrey Tang Re: Bugs? In Unicode::EastAsianWidth.
2005-04-07 Gisle Aas perldbtty$$ location
2005-04-07 Nicholas Clark Tabs not spaces in MANIFEST
2005-04-07 raf@tradingpost... [perl #34699] documentation bug in "man perlpodspec"
2005-04-07 Rafael Garcia... Upgrade to ExtUtils::MakeMaker 6.27,
2005-04-06 Steve Hay Don't try to export symbols that don't exist
2005-04-06 Nicholas Clark cast to/from (void *) in the re-entrant code. Now watch...
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-04-06 Nicholas Clark If we're going to prototype modfl(), it needs extern...
2005-04-06 H.Merijn Brand 1. t/TEST now deals with SKIP as if it was TODO. This...
2005-04-05 Nicholas Clark D'oh! We were never correctly spotting a modfl prototype
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Nicholas Clark Tests need to skip if there is no Encode configured.
2005-04-05 Nicholas Clark Using savesvpv() here is terser and produces smaller...
2005-04-05 Rafael Garcia... Upgrade to Unicode::Normalize 0.32
2005-04-05 Nicholas Clark Down with C++ reserved names
2005-04-05 Nicholas Clark Down with potentially incorrect duplicate prototypes
2005-04-05 Nicholas Clark Down with more K&R prototypes
2005-04-05 Nicholas Clark Down with unneeded duplicate prototypes
2005-04-05 Nicholas Clark Down with K&R function arguments
2005-04-05 Rafael Garcia... Add Math::BigInt::FastCalc in maintainer list
2005-04-05 Rafael Garcia... Adaptations to the Makefile.PL of Math::BigInt/FastCalc...
2005-04-05 Tels New core module, Math::BigInt::FastCalc
2005-04-05 Tels [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum...
2005-04-04 Rafael Garcia... That's C, not perl.
2005-04-04 Nicholas Clark Make -DFORMAT_CHECK compile with threads.
2005-04-04 Rafael Garcia... Bump version to 5.9.3
2005-04-04 Andy Lester const-eight.diff
2005-04-03 Steven Schubiger Re: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Steven Schubiger Re: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Marcus Holland... Fix wrong version for byteorder modifiers feature.
2005-04-02 Nicholas Clark Silence compiler warnings about possibly uninitialised...
2005-04-02 Nicholas Clark Fix "[perl #34643] Config_heavy.pl not in archlib"
2005-04-02 Nicholas Clark Oops. Forgot to add this.
2005-04-02 Jarkko Hietaniemi Unicode 4.1.0
2005-04-01 Rafael Garcia... Add encoding::warnings to Maintainers.pl and rebuild...
2005-04-01 Rafael Garcia... Update Changes
2005-04-01 Steve Hay Remove dependency on tr(1) for MinGW builds on Win32
2005-04-01 Rafael Garcia... Regenerate perltoc and perlmodlib
2005-04-01 Rafael Garcia... POD fixes.
2005-04-01 Rafael Garcia... FAQ sync.
2005-04-01 Rafael Garcia... Add a note about installhtml
2005-03-31 Craig A. Berry pp_pack.c warnings on VMS
2005-03-31 Rafael Garcia... Mention the current MinGW compilation problems
2005-03-31 Rafael Garcia... Update Changes
2005-03-31 Rafael Garcia... This is 5.9.2. Mostly.
2005-03-31 Steve Hay Fix USE_SITECUSTOMIZE on Win32
2005-03-31 Rafael Garcia... Update copyrights.
2005-03-31 Steve Hay Add support for USE_SITECUSTOMIZE in the Win32 makefiles
2005-03-31 Rafael Garcia... Upgrade to Module::CoreList 1.99
2005-03-31 Rafael Garcia... More known problems.
2005-03-31 Rafael Garcia... Known problems, reported by Merijn
2005-03-31 Rafael Garcia... OS typo.
2005-03-31 Rafael Garcia... Add a tool to generate data for Module::CoreList
2005-03-31 Rafael Garcia... More work on perldelta
2005-03-31 Steve Hay Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEE...
2005-03-31 Rafael Garcia... AUTHORS update
2005-03-31 Steve Hay A few Win32 makefile tidy-ups (No real changes)
2005-03-31 Steve Hay Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_S...
2005-03-31 Steve Hay One more Win32 compilation clean-up (for when using...
2005-03-31 Steve Hay Another Win32 compilation clean-up (for when using...
2005-03-30 H.Merijn Brand Now that we have the full path, we can skip the which...
2005-03-30 Rafael Garcia... Update copyrights.
2005-03-30 H.Merijn Brand Simplify #24043 note now Configure can do -Dusesitecust...
2005-03-30 H.Merijn Brand Support for -Dusesitecustomize
2005-03-30 H.Merijn Brand USE_STRLCAT and USE_STRLCPY now actually used
2005-03-30 Brendan O'Dea ext/Errno/Errno_pm.PL: fix for GNU hurd
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-30 Steve Hay A couple more Win32 compilation clean-ups
2005-03-30 Rafael Garcia... Minor POD nits.
2005-03-30 Steven Schubiger Re: [PATCH] 5.6 File::Glob documentation insufficient...
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia... Downconst external APIs
2005-03-29 Andy Lester The core part of :
2005-03-29 Steve Hay Fix Win32 compilation nit following change #24074
2005-03-29 Steve Hay Fix PerlLIO_chsize() for platforms that don't have...
2005-03-29 Rafael Garcia... Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-29 Offer Kaye Make the spelling of whitespace (vs white-space and...
2005-03-29 Rafael Garcia... Don't #ifdef out a return statement
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-27 Rafael Garcia... Raw work on perl592delta.
2005-03-27 Hugo van der... Re: [perl #34195] Regex: Alternations within negative...
2005-03-27 Yves Orton Fix -C option of mktables (for VMS)
2005-03-26 Dave Mitchell [perl #33185] UTF-8 string substitution corrupts memory
2005-03-26 Rafael Garcia... Remove an XXX note from the public doc.
2005-03-26 Nicholas Clark Need to return something when the compiler doesn't...
2005-03-25 Andy Lester Consting five
2005-03-25 Gurusamy Sarathy Re: [perl #34568] Perl crashes reading past the end...
2005-03-25 Andy Lester Consting part 4
2005-03-25 Nicholas Clark FreeBSD NDBM appears to generate files ending .db,...
2005-03-25 Rafael Garcia... Remove the const qualifier from argv and env variables
2005-03-25 Craig A. Berry const fix-up for vms/vms.c
2005-03-25 Steve Peters Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3...
2005-03-24 Andy Lester Third consting batch
2005-03-22 Marcus Holland... Mention (un)?pack byte-order modifiers in perldelta
next