platform/upstream/perl.git
2001-10-26 Nicholas Clarktweak divide
2001-10-26 Andy DoughertyRe: DynaLoader problem on NCR SVR4 box
2001-10-26 Jarkko HietaniemiWhen you're root, many things become writable.
2001-10-26 Jarkko HietaniemiUpdate Changes.
2001-10-26 Gurusamy SarathyTerm/Cap.t attempts to access the floppy drive for...
2001-10-26 Gurusamy Sarathyfix misleading comment on known inadequacy in B::Terse...
2001-10-26 Gurusamy Sarathyfix spurious AutoSplit.t failure under windows
2001-10-26 Gurusamy SarathyTime::HiRes::alarm() ain't gonna work either if ualarm...
2001-10-26 Jarkko HietaniemiMore logical to use %04"UVXf" than %"UVuf" since
2001-10-26 Gurusamy Sarathychange#12065 seems to have broken Encode build on windo...
2001-10-26 Jarkko HietaniemiUnicode: add the case folding table.
2001-10-26 Artur BergmanGet the new functions right, do not export lock since...
2001-10-26 Jarkko HietaniemiUSE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
2001-10-26 Gurusamy Sarathyavoid compiler warning
2001-10-26 Jarkko HietaniemiWinCE update from Rainer Keuchel.
2001-10-26 Artur BergmanAnd then finally cond_wait cond_signal and cond_broadca...
2001-10-26 Graham BarrMore fixes that were made to the core and not in the...
2001-10-26 H.Merijn BrandRe: DB_File-1.79 on Cygwin 1.3.3
2001-10-26 Graham BarrFix tests to be able to run in the core and the CPAN...
2001-10-26 Charles LaneRe: perl@12605 on VMS, [minor PATCH enclosed]
2001-10-26 Graham BarrSync libnet modules with what will be libnet-1.08
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-26 Artur BergmanMore Config::threads to threads::threads changes
2001-10-26 Artur BergmanMake new() work exactly like create(). Move from Config...
2001-10-26 Artur BergmanAllocing a TLS in runtime is not too hot.
2001-10-26 Artur BergmanDon't display debug data.
2001-10-26 Artur BergmanExtend support of change #12672 to support arrays and...
2001-10-26 Artur BergmanFix case where shared reference does not exist in curre...
2001-10-26 Artur BergmanSupport for references in shared arrays.
2001-10-26 Artur BergmanAdd tests for references in hashes.
2001-10-26 Richard SoderbergFix sharedsv.c compile-time warnings.
2001-10-26 Jarkko HietaniemiIntegrate change #12664 from maintperl;
2001-10-26 Chris Nandorperl.h for Mac OS (Classic)
2001-10-25 Jarkko HietaniemiAUTHORS update.
2001-10-25 Jarkko HietaniemiIntegrate change #12660 from maintperl;
2001-10-25 Paul MarquessDB_File-1.79
2001-10-25 Michael G.... Re: [ID 20011025.054] Segmentation fault when using...
2001-10-25 Jarkko HietaniemiSTRLEN != int.
2001-10-25 Nicholas Clarkremove small IVop redundancy
2001-10-25 Andy DoughertyRe: Not OK @12650
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-10-25 Andy DoughertyRe: ithreads doesn't like usedl=n
2001-10-25 Jarkko HietaniemiGetting fancier...
2001-10-25 Jarkko Hietaniemicsh - what a pain.
2001-10-25 Jarkko HietaniemiUpdate Changes.
2001-10-25 Jarkko HietaniemiAllow resetting the locale system for the duration
2001-10-25 Jarkko HietaniemiUpdate the MD5 checksum of MD5.xs (caused by #12642)
2001-10-25 Andy DoughertyOmit needless calls to pod2man (perl@12641)
2001-10-25 Artur BergmanAdd support for reference members of hashes.
2001-10-25 Norton Allenext/Digest/MD5/MD5.xs RFC typo
2001-10-25 Artur BergmanTests shared hashes.
2001-10-25 Artur BergmanFix threadcounts for arrays and hashes.
2001-10-25 Artur BergmanNote to self, doing *src_ary++ in a macro that evaluates
2001-10-25 Jarkko HietaniemiIntegrate change #12636 from maintperl; more dl fixups.
2001-10-25 Jarkko HietaniemiLike dl_hpux, like dl_dld.
2001-10-25 Jarkko HietaniemiFixes for #12627.
2001-10-25 Jarkko HietaniemiSince pv_uni_display and sv_uni_display are now used
2001-10-25 Charles LaneRe: [PATCH Perl@12567] debug /list
2001-10-25 Jarkko HietaniemiThis takes care of some of the re 'debug' cases but
2001-10-25 John Peacock- was RE: [PATCH perl@12443] VMS64-bitconfigure
2001-10-24 Jarkko HietaniemiUpgrade NetWare and WinCE as in #12626.
2001-10-24 Jarkko HietaniemiTru64 compiler nit.
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
next