p5sagit/p5-mst-13.2.git
2001-09-04 Jeff Pinyan @& sets PL_sawampersand
2001-09-04 Jarkko Hietaniemi More srand entry tweakage based on Randal's suggestion.
2001-09-04 Rafael Garcia... 'main' *is* a reserved word
2001-09-04 Prymmer/Kahn s/ROOT\./_ROOT./ for VMS default install prefix appendage
2001-09-04 Michael G.... Re: A slightly better default seed?
2001-09-04 Jarkko Hietaniemi Add sharedsv.o to microperl object files.
2001-09-04 Ian Phillipps AUTHORS updates and
2001-09-04 Jarkko Hietaniemi Typo fix and slight rewording.
2001-09-04 Jarkko Hietaniemi Update the FAQ now that Scalar-List-Utils 1.03 has...
2001-09-03 Jarkko Hietaniemi The helper file changed name.
2001-09-03 Graham Barr Update to Scalar-List-Utils 1.03
2001-09-03 Jarkko Hietaniemi Make crypt() do something more sane for Unicode
2001-09-03 Jarkko Hietaniemi Reorganize the srand entry.
2001-09-03 Jarkko Hietaniemi Remove the tests that assume something about
2001-09-03 Jarkko Hietaniemi Upgrade to Math::BigInt 1.42.
2001-09-03 Gurusamy Sarathy integrate change#11847 from maint-5.6
2001-09-03 Jarkko Hietaniemi As far as I can tell these functions have been Unicodified.
2001-09-03 Jarkko Hietaniemi Update to Storable 1.0.13.
2001-09-03 Jarkko Hietaniemi Patch the Filter::Simple test to work with
2001-09-03 Jarkko Hietaniemi Damian's Filter::Simple test uses FilterTest, not MyFilter.
2001-09-03 Jarkko Hietaniemi Damian-o-rama: upgrade to Attribute::Handlers 0.75,
2001-09-03 Artur Bergman Forgot to add a file with Change #11840
2001-09-03 Michael G.... Tests for srand()
2001-09-03 Artur Bergman Document the changes with regards to running of END...
2001-09-03 Michael G.... Partial cleanup
2001-09-03 Michael G.... Increase the repetitions
2001-09-03 Michael G.... CGI::Cookie, Apache & Switch tests
2001-09-02 Jarkko Hietaniemi Update Changes.
2001-09-02 Jarkko Hietaniemi Slight tweaks.
2001-09-02 Jarkko Hietaniemi Special casing had become a little bit more complex...
2001-09-02 Artur Bergman Change #11828 wasn't complete, this updates to intest...
2001-09-02 Jarkko Hietaniemi 's's's.
2001-09-02 Jarkko Hietaniemi Update Changes.
2001-09-02 Michael G.... rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
2001-09-02 Daniel S. Lewart lib/Time/Local.pm
2001-09-02 Jarkko Hietaniemi Tick off Unicode collation and the normalization from
2001-09-02 Jarkko Hietaniemi Update to Unicode 3.1.1.
2001-09-02 Jarkko Hietaniemi Slight doc tweaks for the module.
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-09-02 Ilmari Karonen RE: [PATCH] Add a nextstate into empty blocks
2001-09-02 Gurusamy Sarathy remove stray CRs in files; keep all files with UNIX...
2001-09-02 Gurusamy Sarathy some remnants of change#11803
2001-09-01 Jarkko Hietaniemi Update to Unicode::Collate 0.08.
2001-09-01 Jarkko Hietaniemi Test tweaks.
2001-09-01 Michael G.... cleanup
2001-09-01 Artur Bergman Change #11805 didn't update the MANIFEST
2001-09-01 Rafael Garcia... , was t/op/incode.t breaks make minitest
2001-09-01 Tony Bowden PATCH: ExtUtils::MakeMaker
2001-09-01 Michael King [ID 20010831.002] Bug in Term::Cap on Solaris ansi...
2001-09-01 Nicholas Clark oct() and hex()
2001-08-31 Michael G.... Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
2001-08-31 Gurusamy Sarathy integrate change#11801 from maint-5.6
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-31 Philip Newton [DOC PATCH] Add perl4 warning messages to perldiag.pod
2001-08-31 Artur Bergman Fixes bug in change 11717 that bus errored on HP-UX...
2001-08-31 Abhijit Menon-Sen Integrate 11778 into mainline.
2001-08-31 Artur Bergman Change 11797 sneaked in a faulty regcomp.c change which...
2001-08-31 John P. Linderman Re: Problem in ext/Time/HiRest/HiRes.t
2001-08-31 Nicholas Clark Embaressing typo in Syslog's Makefile.PL
2001-08-30 Michael G.... Yet another improvement to the
2001-08-30 Nicholas Clark pp_modulo
2001-08-30 Artur Bergman 11792 wasn't complete
2001-08-30 Artur Bergman Added checks for PL_custom* and Perl_custom* functions...
2001-08-30 Artur Bergman Due to braindamaged makedef.pl change 11758 broke maked...
2001-08-30 Artur Bergman Introduces SvREPADTMP(sv) that marks a repad SvIV as...
2001-08-29 Artur Bergman GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2001-08-29 Nicholas Clark pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-08-29 Artur Bergman Added test for pack_addr_in and unpack_addr_in
2001-08-29 Artur Bergman Added three tests to test inet_ntoa/inet_aton and ...
2001-08-29 Artur Bergman make sure USE_THREADS is defined so external apps work
2001-08-29 Jonathan Stowe Re: The hitlist of untested modules.
2001-08-29 Artur Bergman END{} can change the return value even if we die from...
2001-08-29 Rafael Garcia... Re: [PATCH] newer tests for the coderef-in-@INC !
2001-08-28 Paul Johnson make coretest
2001-08-28 Michael G.... Adding the failure diagnostic
2001-08-28 Rafael Garcia... put useful info in %INC for files loaded by a hook...
2001-08-28 Nicholas Clark odd typo in op.h
2001-08-28 Ville Skyttä [ID 20010827.008] no-foo options broken in B::Lint
2001-08-28 Michael G.... Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad...
2001-08-27 Michael G.... Fixing bad testing advice
2001-08-27 Abhijit Menon-Sen Update Changes.
2001-08-27 Michael G.... Re: [PATCH] new tests for the coderef-in-@INC
2001-08-27 Abhijit Menon-Sen [PATCH] new tests for the coderef-in-@INC
2001-08-27 Michael G.... Removing 2>&1 requirement (was Re:
2001-08-27 Artur Bergman Changed back Net/Ping.pm change #11759 since WNOHANG...
2001-08-27 Artur Bergman Removed tripple definitions of CUSTOM_OP functions.
2001-08-27 Artur Bergman Regen headers
2001-08-27 chromatic pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 H.Merijn Brand GNU ld parses arguments different
2001-08-27 Simon Cozens Custom Ops
2001-08-27 Artur Bergman Plugs a memory leak on destruction of regular expressions
2001-08-26 Nicholas Clark t/io/binmode.t
2001-08-26 Nicholas Clark op/universal.t failing
2001-08-25 Tony Bowden Re: 'can' with undefined subs
2001-08-25 Tony Bowden Re: 'can' with undefined subs
2001-08-25 John Peacock Re: [PATCH] Added wisdom to perlhack.pod
2001-08-25 Michael G.... Re: [PATCH] (was Re: PerlIO regerssion tests?)
2001-08-25 Nicholas Clark (was Re: PerlIO regerssion tests?)
2001-08-25 Nikola Knezevic quiet down VC++ warnings in a2py.c and walk.c
next