summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-139-35/+56
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-112-6/+6
* longstanding bug in parsing "require VERSION", could reallocateGurusamy Sarathy2000-02-103-3/+27
* make global symbol exports AIX-specificGurusamy Sarathy2000-02-101-5/+4
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-1016-110/+802
|\
| * Regenerate Configure for I_SYSLOG.Jarkko Hietaniemi2000-02-095-4/+28
| * fix AIX and multiplicity problemsJarkko Hietaniemi2000-02-092-2/+35
| * OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneouslyJarkko Hietaniemi2000-02-091-2/+2
| * (fake) use of getcwd.Jarkko Hietaniemi2000-02-096-6/+32
| * lib scan fixJarkko Hietaniemi2000-02-091-9/+6
| * Reintroduce #5019 via metaconfig.Jarkko Hietaniemi2000-02-090-0/+0
| * Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-0914-108/+720
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-08113-3205/+4381
* | windows bugfixes for virtual directories under USE_ITHREADS:Gurusamy Sarathy2000-02-101-16/+196
* | formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-102-5/+21
* | avoid exiting just because we didn't scan for libm ('libs' may stillGurusamy Sarathy2000-02-081-12/+0
* | update ChangesGurusamy Sarathy2000-02-081-0/+16
* | documentation patches (from Michael Schwern and YitzchakGurusamy Sarathy2000-02-084-19/+23
* | alias to $^V to $PERL_VERSION_TUPLEGurusamy Sarathy2000-02-082-0/+4
* | update ChangesGurusamy Sarathy2000-02-082-1/+25
* | Windows has a somewhat different sitelib layout, and needsGurusamy Sarathy2000-02-081-0/+10
* | change#4987 appears to have broken libs scan for platforms thatGurusamy Sarathy2000-02-081-6/+3
* | sprintf("%v"...) buffer resizing bustedGurusamy Sarathy2000-02-071-6/+9
* | update ChangesGurusamy Sarathy2000-02-072-2/+18
* | stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"Gurusamy Sarathy2000-02-072-3/+11
* | add note about printf("%v",...)Gurusamy Sarathy2000-02-071-0/+5
* | update ChangesGurusamy Sarathy2000-02-072-1/+55
* | thinko in change#5029Gurusamy Sarathy2000-02-071-2/+2
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-0710-35/+50
* | perlport updates (from Peter Prymmer)Gurusamy Sarathy2000-02-071-4/+16
* | fix up Todo-5.6Gurusamy Sarathy2000-02-071-22/+32
* | rename Todo-5.005 to Todo-5.6Gurusamy Sarathy2000-02-072-1/+1
* | ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-076-14/+14
* | various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-075-42/+52
* | avoid MakeMaker setting $^W=1Gurusamy Sarathy2000-02-071-1/+0
* | up to v5.5.650Gurusamy Sarathy2000-02-077-27/+148
* | mention threads status in podGurusamy Sarathy2000-02-071-1/+7
* | tolerate NULL SITELIB_EXPGurusamy Sarathy2000-02-071-6/+9
* | NULL-terminate PERL_INC_VERSION_LISTGurusamy Sarathy2000-02-078-9/+11
* | add compatible versions from $Config{inc_ver_list} to searchGurusamy Sarathy2000-02-072-22/+42
* | makefiles now use exetype.pl to make wperl.exeGurusamy Sarathy2000-02-073-4/+4
* | add exetype.pl (from Jan Dubois)Gurusamy Sarathy2000-02-072-0/+62
* | pod fixes (from Abigail and M J T Guy)Gurusamy Sarathy2000-02-0710-14/+14
* | clarify behavior of vec() when arguments are off the end of theGurusamy Sarathy2000-02-071-3/+7
* | remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-076-57/+15
* | partly revert change#4851, apparently POSIX::uname() may not be correctGurusamy Sarathy2000-02-071-9/+11
* | allow 64-bit utf8-encoded integers (from Ilya Zakharevich)Gurusamy Sarathy2000-02-072-3/+9
* | fix debug code in Perl_malloc() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-2/+9
* | set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-0641-47/+58
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-0612-16/+14