summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
| * | integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-066-214/+268
| |\ \
| * | | VOS port updates (from Paul Green <Paul_Green@stratus.com>)Gurusamy Sarathy2000-02-0613-2553/+2962
| * | | fix parse error on C<{ use strict }> and other constructs thatGurusamy Sarathy2000-02-062-3/+10
| * | | avoid -Bforcearchive on netbsd tooGurusamy Sarathy2000-02-062-2/+222
| * | | revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-062-73/+82
| * | | fix description of obsolete diagnosticGurusamy Sarathy2000-02-061-16/+5
| * | | allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-062-22/+1
| * | | make perlbug use new-style version numbers; improve compatibilityGurusamy Sarathy2000-02-061-13/+17
| * | | support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-068-11/+114
| * | | change#4970 fallout for useithreadsGurusamy Sarathy2000-02-041-0/+4
| * | | dmake is on CPAN nowGurusamy Sarathy2000-02-041-1/+1
* | | | Silence linker warnings about binary backward incompatibilities.Jarkko Hietaniemi2000-02-111-0/+8
* | | | de-fancify the largefiles hintsJarkko Hietaniemi2000-02-111-4/+3
* | | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-104-26/+221
| |_|/ |/| |
* | | Regenerate Configure for I_SYSLOG.Jarkko Hietaniemi2000-02-095-4/+28
* | | fix AIX and multiplicity problemsJarkko Hietaniemi2000-02-092-2/+35