summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update ChangesGurusamy Sarathy2000-02-072-1/+55
| | | p4raw-id: //depot/perl@5031
* thinko in change#5029Gurusamy Sarathy2000-02-071-2/+2
| | | | | p4raw-link: @5029 on //depot/perl: 46487f74b15c77c6f040c8b818f810a5255b1078 p4raw-id: //depot/perl@5030
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-0710-35/+50
| | | | | introduce -C switch (sets $^WIDE_SYSTEM_CALLS) p4raw-id: //depot/perl@5029
* perlport updates (from Peter Prymmer)Gurusamy Sarathy2000-02-071-4/+16
| | | p4raw-id: //depot/perl@5028
* fix up Todo-5.6Gurusamy Sarathy2000-02-071-22/+32
| | | p4raw-id: //depot/perl@5027
* rename Todo-5.005 to Todo-5.6Gurusamy Sarathy2000-02-072-1/+1
| | | p4raw-id: //depot/perl@5026
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-076-14/+14
| | | p4raw-id: //depot/perl@5025
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-075-42/+52
| | | | | | and restoring system error across TLS fetch; avoid needless copying of buffers p4raw-id: //depot/perl@5024
* avoid MakeMaker setting $^W=1Gurusamy Sarathy2000-02-071-1/+0
| | | p4raw-id: //depot/perl@5023
* up to v5.5.650Gurusamy Sarathy2000-02-077-27/+148
| | | p4raw-id: //depot/perl@5022
* mention threads status in podGurusamy Sarathy2000-02-071-1/+7
| | | p4raw-id: //depot/perl@5021
* tolerate NULL SITELIB_EXPGurusamy Sarathy2000-02-071-6/+9
| | | p4raw-id: //depot/perl@5020
* NULL-terminate PERL_INC_VERSION_LISTGurusamy Sarathy2000-02-078-9/+11
| | | p4raw-id: //depot/perl@5019
* add compatible versions from $Config{inc_ver_list} to searchGurusamy Sarathy2000-02-072-22/+42
| | | | | paths automatically (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@5018
* makefiles now use exetype.pl to make wperl.exeGurusamy Sarathy2000-02-073-4/+4
| | | p4raw-id: //depot/perl@5017
* add exetype.pl (from Jan Dubois)Gurusamy Sarathy2000-02-072-0/+62
| | | p4raw-id: //depot/perl@5016
* pod fixes (from Abigail and M J T Guy)Gurusamy Sarathy2000-02-0710-14/+14
| | | p4raw-id: //depot/perl@5015
* clarify behavior of vec() when arguments are off the end of theGurusamy Sarathy2000-02-071-3/+7
| | | | | string (from M J T Guy) p4raw-id: //depot/perl@5014
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-076-57/+15
| | | | | | | now return bytes all the way to 255, they will be transparently coerced (in future) to UTF-8 when they are used in operations involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore p4raw-id: //depot/perl@5013
* partly revert change#4851, apparently POSIX::uname() may not be correctGurusamy Sarathy2000-02-071-9/+11
| | | | | | | per strict reading of standard (says Tom Christiansen) p4raw-link: @4851 on //depot/perl: 6bb694c13adc449f32ff24c71221152025ccae6c p4raw-id: //depot/perl@5012
* allow 64-bit utf8-encoded integers (from Ilya Zakharevich)Gurusamy Sarathy2000-02-072-3/+9
| | | p4raw-id: //depot/perl@5011
* fix debug code in Perl_malloc() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-2/+9
| | | p4raw-id: //depot/perl@5010
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-0641-47/+58
| | | | | years (from Gisle Aas) p4raw-id: //depot/perl@5009
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-0612-16/+14
| | | | | <EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008
* reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
| | | p4raw-id: //depot/perl@5007
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-066-214/+268
|\ | | | | p4raw-id: //depot/perl@5006
| * Largefilify offsets of tied handles.Jarkko Hietaniemi2000-02-041-0/+4
| | | | | | p4raw-id: //depot/cfgperl@4996
| * Sanity check for libraries scan.Jarkko Hietaniemi2000-02-041-1/+13
| | | | | | p4raw-id: //depot/cfgperl@4995
| * HP-UX largefileness doesn't like lseek being redeclared;Jarkko Hietaniemi2000-02-041-3/+2
| | | | | | | | | | no more USE_LONG_LONG. p4raw-id: //depot/cfgperl@4994
| * Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-042-2/+4
| | | | | | p4raw-id: //depot/cfgperl@4992
| * Re-introduce #4817 and #4964 wiped out by #4987.Jarkko Hietaniemi2000-02-041-3/+7
| | | | | | p4raw-id: //depot/cfgperl@4990
| * typo fixJarkko Hietaniemi2000-02-041-2/+2
| | | | | | p4raw-id: //depot/cfgperl@4989
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-0439-318/+1477
| |\ | | | | | | p4raw-id: //depot/cfgperl@4988
| * | Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-044-221/+243
| | | | | | | | | | | | | | | | | | default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. p4raw-id: //depot/cfgperl@4987
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0232-661/+2066
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@4968
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-0221-178/+371
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4950
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-0121-59/+151
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4940
| * | | | | HP-UX (induced) fixes.Jarkko Hietaniemi2000-01-312-70/+69
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4936
| * | | | | Cppsym saga continues.Jarkko Hietaniemi2000-01-311-6/+29
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4934
| * | | | | Reveal even more symbols.Jarkko Hietaniemi2000-01-311-8/+15
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4932
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-3129-633/+1061
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4931
| * | | | | | Cppsym fixup from Andy.Jarkko Hietaniemi2000-01-281-127/+72
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4920
| * | | | | | In HP-UX no largefiles if no 64 bits.Jarkko Hietaniemi2000-01-281-7/+20
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4919
* | | | | | | VOS port updates (from Paul Green <Paul_Green@stratus.com>)Gurusamy Sarathy2000-02-0613-2553/+2962
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5005
* | | | | | | fix parse error on C<{ use strict }> and other constructs thatGurusamy Sarathy2000-02-062-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the parser reenter while LEX_KNOWNEXT is active p4raw-id: //depot/perl@5004
* | | | | | | avoid -Bforcearchive on netbsd tooGurusamy Sarathy2000-02-062-2/+222
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5003
* | | | | | | revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-062-73/+82
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5002
* | | | | | | fix description of obsolete diagnosticGurusamy Sarathy2000-02-061-16/+5
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5001
* | | | | | | allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-062-22/+1
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5000
* | | | | | | make perlbug use new-style version numbers; improve compatibilityGurusamy Sarathy2000-02-061-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (runs with perl 5.005); fix swapped old vs new version reporting p4raw-id: //depot/perl@4999