This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2000-02-14 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-14 Jarkko HietaniemiConfigure -A stopped processing of any further options.
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-12 Jarkko Hietaniemiuselonglong sits deep.
2000-02-12 Jarkko Hietaniemimegalomaniac 64-bit update: most importantly,
2000-02-11 Jarkko Hietaniemiundo #5064 for now; there seems to be no good selection
2000-02-11 Jarkko HietaniemiGuard against accidental long long use.
2000-02-11 Jarkko Hietaniemilogic fixes
2000-02-11 Jarkko HietaniemiClarify 64-bit issues.
2000-02-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-11 Jarkko HietaniemiSilence linker warnings about binary backward incompati...
2000-02-11 Gurusamy Sarathyfix uninitialized memory reads found by purify
2000-02-11 Jarkko Hietaniemide-fancify the largefiles hints
2000-02-10 Gurusamy Sarathylongstanding bug in parsing "require VERSION", could...
2000-02-10 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-10 Gurusamy Sarathymake global symbol exports AIX-specific
2000-02-10 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-10 Gurusamy Sarathywindows bugfixes for virtual directories under USE_ITHR...
2000-02-10 Gurusamy Sarathyformline() could wipe out readonly-ness, freeing constants
2000-02-09 Jarkko HietaniemiRegenerate Configure for I_SYSLOG.
2000-02-09 Jarkko Hietaniemifix AIX and multiplicity problems
2000-02-09 Jarkko HietaniemiOS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
2000-02-09 Jarkko Hietaniemi(fake) use of getcwd.
2000-02-09 Jarkko Hietaniemilib scan fix
2000-02-09 Jarkko HietaniemiReintroduce #5019 via metaconfig.
2000-02-09 Jarkko HietaniemiAdd/restore probes for getcwd/mk*temp*/mmap.
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-08 Gurusamy Sarathyavoid exiting just because we didn't scan for libm...
2000-02-08 Gurusamy Sarathyupdate Changes
2000-02-08 Gurusamy Sarathydocumentation patches (from Michael Schwern and Yitzchak
2000-02-08 Gurusamy Sarathyalias to $^V to $PERL_VERSION_TUPLE
2000-02-08 Gurusamy Sarathyupdate Changes
2000-02-08 Gurusamy SarathyWindows has a somewhat different sitelib layout, and...
2000-02-08 Gurusamy Sarathychange#4987 appears to have broken libs scan for platfo...
2000-02-07 Gurusamy Sarathysprintf("%v"...) buffer resizing busted
2000-02-07 Gurusamy Sarathyupdate Changes
2000-02-07 Gurusamy Sarathystringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-07 Gurusamy Sarathyadd note about printf("%v",...)
2000-02-07 Gurusamy Sarathyupdate Changes
2000-02-07 Gurusamy Sarathythinko in change#5029
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathyperlport updates (from Peter Prymmer)
2000-02-07 Gurusamy Sarathyfix up Todo-5.6
2000-02-07 Gurusamy Sarathyrename Todo-5.005 to Todo-5.6
2000-02-07 Gurusamy Sarathy${^Warnings} renamed to ${^WARNING_BITS}
2000-02-07 Gurusamy Sarathyvarious Windows tweaks: make $^E a little less buggy...
2000-02-07 Gurusamy Sarathyavoid MakeMaker setting $^W=1
2000-02-07 Gurusamy Sarathyup to v5.5.650
2000-02-07 Gurusamy Sarathymention threads status in pod
2000-02-07 Gurusamy Sarathytolerate NULL SITELIB_EXP
2000-02-07 Gurusamy SarathyNULL-terminate PERL_INC_VERSION_LIST
2000-02-07 Gurusamy Sarathyadd compatible versions from $Config{inc_ver_list}...
2000-02-07 Gurusamy Sarathymakefiles now use exetype.pl to make wperl.exe
2000-02-07 Gurusamy Sarathyadd exetype.pl (from Jan Dubois)
2000-02-07 Gurusamy Sarathypod fixes (from Abigail and M J T Guy)
2000-02-07 Gurusamy Sarathyclarify behavior of vec() when arguments are off the...
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-07 Gurusamy Sarathypartly revert change#4851, apparently POSIX::uname...
2000-02-07 Gurusamy Sarathyallow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2000-02-06 Gurusamy Sarathyfix debug code in Perl_malloc() (from Ilya Zakharevich)
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-02-06 Gurusamy Sarathyreduce memory consumption of POSIX.pm (from Ilya Zakhar...
2000-02-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-06 Gurusamy SarathyVOS port updates (from Paul Green <Paul_Green@stratus...
2000-02-06 Gurusamy Sarathyfix parse error on C<{ use strict }> and other construc...
2000-02-06 Gurusamy Sarathyavoid -Bforcearchive on netbsd too
2000-02-06 Gurusamy Sarathyrevised notes about Pod::Parser & Co.
2000-02-06 Gurusamy Sarathyfix description of obsolete diagnostic
2000-02-06 Gurusamy Sarathyallow "\x{12ab}" even without C<use utf8>
2000-02-06 Gurusamy Sarathymake perlbug use new-style version numbers; improve...
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathychange#4970 fallout for useithreads
2000-02-04 Jarkko HietaniemiLargefilify offsets of tied handles.
2000-02-04 Jarkko HietaniemiSanity check for libraries scan.
2000-02-04 Jarkko HietaniemiHP-UX largefileness doesn't like lseek being redeclared;
2000-02-04 Jarkko HietaniemiUse <syslog.h>, not <sys/syslog.h>.
2000-02-04 Gurusamy Sarathydmake is on CPAN now
2000-02-04 Jarkko HietaniemiRe-introduce #4817 and #4964 wiped out by #4987.
2000-02-04 Jarkko Hietaniemitypo fix
2000-02-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-04 Jarkko HietaniemiConfigure megamaintenance. Cppsym (hopefully) final...
2000-02-04 Gurusamy Sarathyavoid bad cast warnings (from Robin Barker <rmb1@cise...
2000-02-04 Gurusamy Sarathyavoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenn...
2000-02-04 Gurusamy SarathyCPAN.pm updated to v1.52 (from Andreas Koenig)
2000-02-04 Gurusamy Sarathyupdated OpenBSD hints (From Todd C. Miller <Todd.Miller...
2000-02-04 Gurusamy Sarathypod typos (from Gregor N. Purdy <gregor@focusresearch...
2000-02-04 Gurusamy Sarathyavoid assuming cc accepts -o switch (from Tom Hughes)
2000-02-04 Gurusamy SarathySys::Syslog goes the XS way (from Tom Hughes <tom@compt...
2000-02-04 Gurusamy Sarathypod updates (from David Adler, M J T Guy)
2000-02-04 Gurusamy Sarathytypos in config_h.SH (from Paul_Green@vos.stratus.com)
2000-02-04 Gurusamy Sarathyavoid adding null components to LD_LIBRARY_PATH, OpenBS...
2000-02-04 Gurusamy SarathyVMS update (from Dan Sugalski and Peter Prymmer)
next