This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2001-10-24 Jarkko HietaniemiIntegrate change #12626 from maintperl;
2001-10-24 Artur BergmanChange #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur BergmanAdds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur BergmanWe need to do sharedsv_find in the original perl context.
2001-10-24 Artur BergmanAdd support for basic support for AVs, references not...
2001-10-24 Jarkko HietaniemiDump Unicode better for re 'debug'. The regprop()
2001-10-24 Artur BergmanAdd support for finding shared arrays and hashes.
2001-10-24 Jarkko HietaniemiRewrite sv_uni_display() as pv_uni_display() as
2001-10-24 Jarkko HietaniemiIntegrate change #12615 from maintperl;
2001-10-24 Jarkko HietaniemiDon't try to print ints as IVs.
2001-10-24 Artur BergmanWe only need to fetch the SV from the backend if the...
2001-10-23 Jarkko HietaniemiNegation and Unicode: sort of solves 20010303.010,
2001-10-23 Jarkko HietaniemiMake the "isn't numeric" warning to show Unicode as...
2001-10-23 Jarkko Hietaniemisv_uni_display(): do not add the "...", let the caller
2001-10-23 Artur BergmanChange #12607 introduced a bug, seems like some MAGICAL SVs
2001-10-23 Jarkko HietaniemiCroak() on negative time; doc tweaks.
2001-10-23 Jarkko HietaniemiFAQ sync.
2001-10-23 Artur BergmanCall setmagic on the referent we are blessing.
2001-10-23 Jarkko HietaniemiSmall test nits.
2001-10-23 Jarkko HietaniemiUpdate Changes.
2001-10-23 Jarkko HietaniemiMake the PerlIO_init() prototypes consistent.
2001-10-23 Jarkko HietaniemiUpping the test count is a good idea.
2001-10-23 Jarkko HietaniemiDocument the final sigma spot.
2001-10-23 Jarkko HietaniemiFix multicharacter titlecase (ucfirst).
2001-10-23 Mikhail Zabaluevone more touch on File::Temp
2001-10-23 Jarkko HietaniemiMacOS Classic updates from Pudge.
2001-10-22 Nikola KnezevicAutoSplit.t now passes (partialy) on Win32
2001-10-22 Jarkko HietaniemiAt some point the #6234 has been lost from the mainline
2001-10-22 Jarkko HietaniemiCygwin seems to round up (or closest, but not down)
2001-10-22 Jarkko HietaniemiMacOS Classic timeofday(), from Chris Nandor.
2001-10-22 Jarkko HietaniemiIntegrate changes #12580 and #12581 from macperl;
2001-10-22 Jarkko HietaniemiNo domainname(1) in Cygwin, either, and the 2>/dev...
2001-10-22 Jarkko HietaniemiTaint the getcwd() result also in Cygwin.
2001-10-22 Jarkko HietaniemiPretty hard for eval { setpwent(); getpwent(); 1 }...
2001-10-22 Jarkko Hietaniemigetpwuid() fragility continues.
2001-10-22 Jarkko Hietaniemigetpwuid() might succeed but that's no guarantee
2001-10-22 Jarkko HietaniemiIt's safer to to expand the variable, too... (see ...
2001-10-22 Craig A. Berryconfigure.com: no threads/shared without ithreads
2001-10-22 Jarkko HietaniemiA user might belong to only a single group
2001-10-22 Jarkko HietaniemiPrepending (instead of replacing with) the pwd is safer.
2001-10-22 Jarkko HietaniemiBe more robust if no hostname or domainname
2001-10-22 Artur BergmanFlush IO buffers before starting a thread, this mimics...
2001-10-22 Jarkko HietaniemiUpdate Changes.
2001-10-22 Michael G.... Undeprecating $]
2001-10-22 Jarkko HietaniemiPod nits, as suggested by Stas Bekman.
2001-10-22 Paul MarquessFix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-10-22 Jarkko HietaniemiIntegrate change #12559 from maintperl;
2001-10-22 Jarkko HietaniemiIntegrate change #12560 from maintperl;
2001-10-22 Jarkko HietaniemiIntegrate changes #12549 and #12550 from maintperl;
2001-10-22 Nick Ing-SimmonsIntegrate ithreads buffer flush fix from perlio
2001-10-22 Nick Ing-SimmonsAll tests pass (legitimately) on ithreads
2001-10-22 Nick Ing-SimmonsIntegrate non-ithreads fix to mainline
2001-10-22 Nick Ing-SimmonsRestore non-ithreads build. Interestingly binmode test...
2001-10-21 Jarkko HietaniemiIntegrate from perlio; restructuring.
2001-10-21 Nick Ing-SimmonsWin32 PerlIO_cleanup special cases should no longer...
2001-10-21 Nick Ing-SimmonsMultiple win32io.o is fatal for GCC (and noise with...
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-21 Artur BergmanFirst support of threads::shared, support shared svs...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-21 Jarkko HietaniemiPrettyprinting.
2001-10-21 Sean M. Burkeperlpodspec and perlpod rewrite, draft 3 "final"
2001-10-20 Nick Ing-SimmonsFix typos in new locking on MemShared
2001-10-20 Nick Ing-SimmonsRemove the MemShared re-#define (again)
2001-10-20 Nick Ing-SimmonsUse locks on MemShared
2001-10-20 chromatic[REPATCH installhtml] Re: installhtml needs a good...
2001-10-20 Nick Ing-SimmonsIntegrate mainline
2001-10-20 Jarkko HietaniemiUpdate Changes.
2001-10-20 Jarkko HietaniemiUpgrade to podlators 1.11, from Russ Allbery.
2001-10-20 Jarkko HietaniemiIntegrate perlio:
2001-10-20 Jarkko HietaniemiUpdate to Getopt::Long 2.26_02, from Johan Vromans.
2001-10-20 Nick Ing-SimmonsExtract doio.c's open(2) mode to string conversion...
2001-10-20 Jarkko HietaniemiIntegrate perlio:
2001-10-20 Nick Ing-SimmonsFixed in two places - p4 resolve
2001-10-20 Nick Ing-SimmonsFix for ithreads/stdio build
2001-10-20 Michael G.... Using Pod::Man instead of pod2man
2001-10-20 Michael G.... Minor typo
2001-10-20 chromaticFix Some Pod Typos
2001-10-20 Nick Ing-SimmonsAvoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-20 Nick Ing-SimmonsAdd a new flag character 'm' to embed.pl set to represent
2001-10-20 Nick Ing-SimmonsAdd comments explaining why win32.h/embed.h are include...
2001-10-20 Nick Ing-SimmonsCode PerlIOWin32_dup - does not fix Win32 problems...
2001-10-20 Jarkko HietaniemiWording tweaks.
2001-10-20 Raul DiasIO module with nonblocking socket connect patch
2001-10-20 Jarkko HietaniemiTest vertical whitespace combined with /x in \p{}.
2001-10-20 Gisle AasPERL_MM_USE_DEFAULT
2001-10-19 Jarkko HietaniemiNo more this symbol.
2001-10-19 Jarkko HietaniemiIntegrate change #12511; fix gross win32 build issues.
2001-10-19 Jarkko HietaniemiUnpack in scalar context should return the first value
2001-10-19 Craig A. Berryperldoc.PL tweak for VMS
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-19 Charles Lanetwo fake test failures on VMS fixed
2001-10-19 Nick Ing-SimmonsFix gross win32 build issues
2001-10-19 David DyckRe: find2perl and File::Find on cdrom filesystems ...
2001-10-19 SADAHIRO TomoyukiRe: PerlIO and Encode
2001-10-19 Abhijit Menon-SenC<foo I<bar>> hunks from <20011019014551.A35625@not...
2001-10-19 Nick Ing-SimmonsIntegrate mainline
2001-10-19 Jarkko HietaniemiRetract the #10451 which seems to be the cause
2001-10-19 Jarkko HietaniemiRegen toc.
2001-10-19 Jarkko HietaniemiTiny tweaks.
next