This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2003-05-20 Rafael Garcia... Enhance the failure reporting for the pod2html tests
2003-05-20 Rafael Garcia... Upgrade to Getopt::Long 2.33
2003-05-20 Andreas KönigUpgrade to CPAN 1.70_54
2003-05-19 Jarkko HietaniemiFurther -Uuseperlio tweaking.
2003-05-19 Yitzchak Scott... Re: Possible precedence problem on bitwise ^ operator
2003-05-19 Jarkko HietaniemiMore Ultrix double definition avoidance.
2003-05-19 Jarkko HietaniemiIntegrate perlio:
2003-05-19 Jarkko HietaniemiNekkid numbers.
2003-05-19 Jarkko HietaniemiMeaningless cosmetics.
2003-05-19 Jarkko HietaniemiMake Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko HietaniemiSlightly wrong panic messages.
2003-05-19 Jarkko HietaniemiUltrix: the #19435 helped the IO extension, so this...
2003-05-19 Craig A. BerryBased on
2003-05-19 Jarkko HietaniemiMake the test work without perlio, from Dan Kogai.
2003-05-18 Michael G.... Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding...
2003-05-18 Nick Ing-SimmonsEINTR retry should exit on count >= 0 not !=0
2003-05-18 Nick Ing-SimmonsFix ticket 18265
2003-05-18 Nick Ing-SimmonsIntegrate UTF7 (now initial create has been submitted)
2003-05-18 Nick Ing-SimmonsIntegrate mainline
2003-05-18 Jarkko HietaniemiIntegrate from perlio:
2003-05-18 Jarkko HietaniemiUTF-7 tweak from Dan Kogai.
2003-05-18 Jarkko HietaniemiThe 'quotes' really are important (caught by Enache...
2003-05-17 Dan Kogai[Encode] UTF-7 Support
2003-05-17 Jarkko HietaniemiOld (4.2BSD, like Ultrix) Bourne shells do not understand
2003-05-17 Alan BurlisonRe: Last Call For (Least) Favourite Issues For 5.8.1
2003-05-17 Nick Ing-SimmonsEnache Adrian <enache@rdslink.ro> test for Win32 sysrea...
2003-05-17 Nick Ing-SimmonsSpotted a bare close() where PerlLIO_close() seems...
2003-05-17 Nick Ing-SimmonsFix ticket #22219
2003-05-17 Rafael Garcia... Upgrade to Getopt::Long 2.32_05
2003-05-17 Rafael Garcia... Clarify the explanation of the warning "Possible preced...
2003-05-17 Rafael Garcia... Fix bug #22216 : B::Deparse can't handle "use Module...
2003-05-17 Nick Ing-SimmonsIntegrate mainline
2003-05-17 Gurusamy Sarathymissing init in change#19533
2003-05-17 Gurusamy Sarathyapply Net::Ping patch that makes the fork()-based approach
2003-05-17 Gurusamy Sarathyimprove the implementation of Net::Ping on windows...
2003-05-17 Gurusamy Sarathychange#16723 broke the ioctl() return value on platforms
2003-05-17 Gurusamy Sarathyavoid select() on windows destroying errno (used to...
2003-05-16 Jarkko HietaniemiThe suggested patch for [perl #22201] "patch: perl...
2003-05-16 Jarkko HietaniemiApply the supplied patch for [perl #22195]
2003-05-16 Robin BarkerRE: maint snapshot @ 19525
2003-05-16 Robin BarkerRE: maint snapshot @ 19525
2003-05-14 Gisle AasRe: [PATCH] Sync up MIME-Base64 to latest on CPAN
2003-05-14 Jarkko HietaniemiMore Panther moves.
2003-05-13 Jarkko HietaniemiCurliff and liff with ease.
2003-05-13 Jarkko HietaniemiUse /usr/bin/perl (de facto in Porting/ scripts).
2003-05-13 Casey West[perl #8599] s/catenate/concatenate/
2003-05-13 Gisle AasSync up MIME-Base64 to latest on CPAN
2003-05-13 Ronald J. KimballMore perldiag.pod sorting
2003-05-13 Jarkko HietaniemiDetypo.
2003-05-13 Nick Ing-SimmonsIntegrate mainline
2003-05-13 Gurusamy Sarathymake it easier to reproduce the bug
2003-05-13 Gurusamy Sarathythe \do {local *FH} trick in Tie::File was really only...
2003-05-13 Gurusamy Sarathy$Config{usethreads} wasn't being set on windows
2003-05-13 Jarkko HietaniemiReinstate the #19498 but now skip the crashing
2003-05-13 Jarkko HietaniemiRevert #19498 since it broke threaded builds.
2003-05-13 Jarkko HietaniemiBetter be explicit with dangling elses.
2003-05-13 Jarkko HietaniemiDetypo Pantherisms.
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-12 Rafael Garcia... Small nit in perlsyn about the new // operator
2003-05-12 Rafael Garcia... Use a more sophisticated heuristics to produce the...
2003-05-12 Jarkko HietaniemiWork also without perlio.
2003-05-12 Nick Ing-SimmonsIntegrate mainline
2003-05-12 Jarkko HietaniemiPanther preparation.
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-12 Gurusamy Sarathyfix for Tie::File test failures on windows: the problem was
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-05-11 Dave Mitchell[perl #7391] Perl crashes with certain write() formats.
2003-05-11 Rafael Garcia... Open UNIX is not really "formerly Unixware", since...
2003-05-11 Jarkko HietaniemiSlight tweaks to the platform list.
2003-05-11 Casey WestRe: [PATCH] [perl #8636] [perl #8634] Both patches...
2003-05-11 Rafael Garcia... perlport.pod nit for doc bug #8253.
2003-05-11 Jarkko HietaniemiUse test.pl.
2003-05-11 Jarkko HietaniemiTry to handle a $^X with spaces in it.
2003-05-11 Jarkko HietaniemiSeparate the creation of the command to run by
2003-05-11 Jarkko HietaniemiFixup the method behaviour table.
2003-05-11 Jarkko HietaniemiIntegrate from perlio:
2003-05-11 Gurusamy Sarathyadd test for change#19475,19479 (bugs#21717,22140)
2003-05-11 Nick Ing-SimmonsTests to prove Ticket 9468 is fixed.
2003-05-11 Gurusamy Sarathyfix Embed.t failure on windows: PERL_SYS_TERM() is...
2003-05-11 Nick Ing-SimmonsUnused variable
2003-05-11 Jarkko HietaniemiTest _getcode().
2003-05-11 Jarkko HietaniemiClarify the doc (and the code) for Unicode code points.
2003-05-11 Jarkko HietaniemiAnother doc suggestion from terry@eatoni.com (terry...
2003-05-10 Nick Ing-SimmonsBetter but still unproven fix for lseek() on pipes.
2003-05-10 Jarkko HietaniemiAdd Encode's META.yml.
2003-05-10 Jarkko HietaniemiUpgrade to Encode 1.94.
2003-05-10 Jarkko HietaniemiDoc bug noticed by terry@eatoni.com (terry jones).
2003-05-10 Nick Ing-SimmonsFix for bugs 21717 and 22140.
2003-05-10 Nick Ing-SimmonsTweaks to Jarkko's NULL deref checks in perlio.c
2003-05-10 Nick Ing-SimmonsIntegrate mainline
2003-05-10 Jarkko HietaniemiTry to plug more potential PerlIO NULL method
2003-05-10 Jarkko HietaniemiUseNicerNames instead of SHOUTING_LIKE_THIS.
2003-05-10 Jarkko HietaniemiIn eof() the errno can get stomped by the peek-ahead.
2003-05-09 Rafael Garcia... A regression test for the remaining "Final $ should...
2003-05-09 Rafael Garcia... Remove the error messages "Final @ should be \@ or...
2003-05-09 Jarkko HietaniemiHave to think this test more when I'm awake.
2003-05-09 Casey WestDocument that perl tries to load .pmc files before...
2003-05-09 Rafael Garcia... Fix for doc bug #8602 : clarify eof() example comments
2003-05-09 Casey West[perl #8702] Clean up perltrap mis-information
2003-05-09 Casey WestRe: [DOC PATCH] [perl #1165] crypt accepts any characte...
next