This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2000-02-21 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-21 Gurusamy Sarathymisplaced braces
2000-02-21 Gurusamy Sarathymore malloc.c tweaks for change#5070
2000-02-21 Gurusamy Sarathymalloc.c fixups in change#5170 need to fetch thx pointer
2000-02-20 Gurusamy Sarathymissing file in change#5170
2000-02-20 Gurusamy Sarathyskip conditionally defined symbols in change#5162
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathywindows fixes for virtualizing child std{in,out,err...
2000-02-20 Gurusamy Sarathyupdate Changes, credits
2000-02-20 Gurusamy Sarathyavoid reading out-of-bounds memory when matching agains...
2000-02-20 Gurusamy Sarathybyte mode chop() should clear UTF8 (from Gisle Aas)
2000-02-20 Gurusamy Sarathytest fix needed by change#5164
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-20 Gurusamy Sarathyglob() takes one or no user arguments and a non-user...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-20 Gurusamy SarathyIO::Socket now sets $!, avoids eval/die (patch from...
2000-02-20 Gurusamy Sarathymention portability caveat about C<use Errno 'EFOO'>
2000-02-20 Gurusamy Sarathyrevise docs on @+ and @- (from Tom "Camel" Christiansen)
2000-02-20 Gurusamy SarathyREADME.vms and related updates (from Peter Prymmer...
2000-02-19 Jarkko HietaniemiBe explicit about what ops work with bt vectors.
2000-02-19 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-19 Gurusamy Sarathychar vs U8 warnings
2000-02-19 Gurusamy Sarathyremove outdated caveat about C<while ($k = each %foo...
2000-02-19 Gurusamy Sarathytests, doc tweak (from Gisle Aas)
2000-02-19 Gurusamy Sarathydocument behavior of splice(@ary) (from Gisle Aas)
2000-02-19 Gurusamy Sarathyfix bug in backtracking optimizer (from Makoto Ishisone
2000-02-19 Gurusamy Sarathymore B fixups to cope with empty GVs (these can only...
2000-02-19 Gurusamy Sarathyavoid compiler warnings
2000-02-19 Gurusamy Sarathydocument 'lvalue' attribute (from Simon Cozens <simon...
2000-02-19 Gurusamy Sarathyavoid failing on $!{ENOTHERE} (they can always use...
2000-02-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-19 Gurusamy SarathyPOSIX::strftime gets the date wrong (from John Tobey
2000-02-19 Gurusamy Sarathydon't blindly set bool=char on linux (from Andy Dougherty)
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathyfixes for Pod::Html issues (from Wolfgang Laun
2000-02-19 Gurusamy Sarathygrammos (spotted by Tom Christiansen)
2000-02-19 Gurusamy Sarathyvarious xsubpp enhancements that make it easier to...
2000-02-19 Gurusamy Sarathys/croak/Perl_croak/
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-19 Gurusamy Sarathyset close-on-exec flag on sockets too, like we do for...
2000-02-19 Gurusamy Sarathyallocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-19 Gurusamy Sarathys/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2000-02-19 Gurusamy Sarathys/byte/bytes/g remnants
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-19 Gurusamy SarathyEnglish names for $^R and $^S
2000-02-19 Gurusamy Sarathyrename "Probable precendence problem" diagnostic to...
2000-02-19 Gurusamy Sarathyfix outdated info about PerlClinic and the bug-tracking...
2000-02-19 Gurusamy Sarathysome fixes for mingw32/GCC (SETERRNO() still appears to
2000-02-18 Gurusamy Sarathyavoid $@-clearing sideeffect of require in Carp
2000-02-18 Gurusamy Sarathystronger testcase for change#5126
2000-02-18 Gurusamy Sarathymake /\S/ match the same things /[\S]/ matches; likewis...
2000-02-18 Gurusamy SarathyCompiler fixups from Jan Dubois
2000-02-17 Jarkko HietaniemiTake out the -Wl,-z as we have survice so far without.
2000-02-17 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-17 Gurusamy Sarathyfix test that depends on op_dump() output
2000-02-17 Gurusamy Sarathyop_dump() tweak
2000-02-16 Jarkko HietaniemiRegularize the use* questions, and replace
2000-02-16 Jarkko HietaniemiHP-UX 64-bitness/largefile fixes.
2000-02-16 Jarkko HietaniemiFcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-16 Gurusamy Sarathyavoid warnings due to redefined NULL
2000-02-16 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-02-15 Jarkko HietaniemiProbe for <sys/utsname.h>.
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-15 Gurusamy Sarathyupdate Changes, patchlevel
2000-02-15 Gurusamy Sarathyfix change#5104 under useithreads
2000-02-15 Gurusamy Sarathyexport list tweak needed by change#5103
2000-02-15 Gurusamy Sarathyadd XS version of Sys::Hostname (from Greg Bacon
2000-02-15 Gurusamy SarathyUNIVERSAL::can and UNIVERSAL::isa should return undef...
2000-02-15 Gurusamy Sarathyavoid accidental #line directives (from Rick Delaney
2000-02-15 Gurusamy Sarathylocale guards needed (from Simon Cozens <simon@brecon...
2000-02-15 Gurusamy Sarathyincorrect docs about delete() (spotted by Martyn Pearce
2000-02-15 Gurusamy Sarathys/use vars/our/ (from Gisle Aas)
2000-02-15 Gurusamy Sarathyoptimize pseudohash slice in array slice at compile...
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-15 Gurusamy Sarathydoc patches from Rick Delaney and Chris Nandor; update...
2000-02-15 Gurusamy Sarathyfix regen_headers target to make all the autogenerated...
2000-02-15 Gurusamy Sarathyfix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-15 Gurusamy Sarathymore complete File::Spec support for Mac and VMS, tests...
2000-02-15 Gurusamy Sarathyfix incompatibility with bison generated parser (from
2000-02-15 Gurusamy Sarathypropagate st_mode bits to group/other for Borland build
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-15 Jarkko Hietaniemicc_r can be in different places (/usr/ibmcxx/bin or...
2000-02-15 Gurusamy Sarathyupdate exetype.pl tool
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-15 Jarkko HietaniemiUnroll the libs scan thanks to HP-UX.
2000-02-15 Gurusamy Sarathyfix leaks in *DBM_File; safemalloc()ed things need...
2000-02-15 Gurusamy Sarathyfix memory leak in C<$x = *Y> provoked by change#4198...
2000-02-15 Jarkko HietaniemiAIX perl linkage tweakage.
2000-02-15 Jarkko Hietaniemiabort instead of just promising.
2000-02-14 Jarkko Hietaniemisilly compilers don't know that croak() exits
2000-02-14 Jarkko HietaniemiAdd lseektype and lseeksize to myconfig.
2000-02-14 Gurusamy Sarathyavoid warnings
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-14 Jarkko HietaniemiRemove tagged core files.
2000-02-14 Jarkko HietaniemiPrefer full_ar.
2000-02-14 Jarkko HietaniemiAdd ivtype, ivsize, nvtype, nvsize to myconfig.
2000-02-14 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-14 Gurusamy Sarathynotes about running Purify
2000-02-14 Gurusamy Sarathyuse system malloc() instead of sbrk() in Perl_malloc...
2000-02-14 Gurusamy Sarathyintegrate cfgperl contents into mainline
next