Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update Changes | Gurusamy Sarathy | 2000-02-07 | 2 | -1/+55 |
| | | | p4raw-id: //depot/perl@5031 | ||||
* | thinko in change#5029 | Gurusamy Sarathy | 2000-02-07 | 1 | -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 Sarathy | 2000-02-07 | 10 | -35/+50 |
| | | | | | introduce -C switch (sets $^WIDE_SYSTEM_CALLS) p4raw-id: //depot/perl@5029 | ||||
* | perlport updates (from Peter Prymmer) | Gurusamy Sarathy | 2000-02-07 | 1 | -4/+16 |
| | | | p4raw-id: //depot/perl@5028 | ||||
* | fix up Todo-5.6 | Gurusamy Sarathy | 2000-02-07 | 1 | -22/+32 |
| | | | p4raw-id: //depot/perl@5027 | ||||
* | rename Todo-5.005 to Todo-5.6 | Gurusamy Sarathy | 2000-02-07 | 2 | -1/+1 |
| | | | p4raw-id: //depot/perl@5026 | ||||
* | ${^Warnings} renamed to ${^WARNING_BITS} | Gurusamy Sarathy | 2000-02-07 | 6 | -14/+14 |
| | | | p4raw-id: //depot/perl@5025 | ||||
* | various Windows tweaks: make $^E a little less buggy by saving | Gurusamy Sarathy | 2000-02-07 | 5 | -42/+52 |
| | | | | | | and restoring system error across TLS fetch; avoid needless copying of buffers p4raw-id: //depot/perl@5024 | ||||
* | avoid MakeMaker setting $^W=1 | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@5023 | ||||
* | up to v5.5.650 | Gurusamy Sarathy | 2000-02-07 | 7 | -27/+148 |
| | | | p4raw-id: //depot/perl@5022 | ||||
* | mention threads status in pod | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+7 |
| | | | p4raw-id: //depot/perl@5021 | ||||
* | tolerate NULL SITELIB_EXP | Gurusamy Sarathy | 2000-02-07 | 1 | -6/+9 |
| | | | p4raw-id: //depot/perl@5020 | ||||
* | NULL-terminate PERL_INC_VERSION_LIST | Gurusamy Sarathy | 2000-02-07 | 8 | -9/+11 |
| | | | p4raw-id: //depot/perl@5019 | ||||
* | add compatible versions from $Config{inc_ver_list} to search | Gurusamy Sarathy | 2000-02-07 | 2 | -22/+42 |
| | | | | | paths automatically (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@5018 | ||||
* | makefiles now use exetype.pl to make wperl.exe | Gurusamy Sarathy | 2000-02-07 | 3 | -4/+4 |
| | | | p4raw-id: //depot/perl@5017 | ||||
* | add exetype.pl (from Jan Dubois) | Gurusamy Sarathy | 2000-02-07 | 2 | -0/+62 |
| | | | p4raw-id: //depot/perl@5016 | ||||
* | pod fixes (from Abigail and M J T Guy) | Gurusamy Sarathy | 2000-02-07 | 10 | -14/+14 |
| | | | p4raw-id: //depot/perl@5015 | ||||
* | clarify behavior of vec() when arguments are off the end of the | Gurusamy Sarathy | 2000-02-07 | 1 | -3/+7 |
| | | | | | string (from M J T Guy) p4raw-id: //depot/perl@5014 | ||||
* | remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...) | Gurusamy Sarathy | 2000-02-07 | 6 | -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 correct | Gurusamy Sarathy | 2000-02-07 | 1 | -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 Sarathy | 2000-02-07 | 2 | -3/+9 |
| | | | p4raw-id: //depot/perl@5011 | ||||
* | fix debug code in Perl_malloc() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-06 | 1 | -2/+9 |
| | | | p4raw-id: //depot/perl@5010 | ||||
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 41 | -47/+58 |
| | | | | | years (from Gisle Aas) p4raw-id: //depot/perl@5009 | ||||
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 12 | -16/+14 |
| | | | | | <EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008 | ||||
* | reduce memory consumption of POSIX.pm (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-06 | 1 | -178/+181 |
| | | | p4raw-id: //depot/perl@5007 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-06 | 6 | -214/+268 |
|\ | | | | | p4raw-id: //depot/perl@5006 | ||||
| * | Largefilify offsets of tied handles. | Jarkko Hietaniemi | 2000-02-04 | 1 | -0/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@4996 | ||||
| * | Sanity check for libraries scan. | Jarkko Hietaniemi | 2000-02-04 | 1 | -1/+13 |
| | | | | | | p4raw-id: //depot/cfgperl@4995 | ||||
| * | HP-UX largefileness doesn't like lseek being redeclared; | Jarkko Hietaniemi | 2000-02-04 | 1 | -3/+2 |
| | | | | | | | | | | no more USE_LONG_LONG. p4raw-id: //depot/cfgperl@4994 | ||||
| * | Use <syslog.h>, not <sys/syslog.h>. | Jarkko Hietaniemi | 2000-02-04 | 2 | -2/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@4992 | ||||
| * | Re-introduce #4817 and #4964 wiped out by #4987. | Jarkko Hietaniemi | 2000-02-04 | 1 | -3/+7 |
| | | | | | | p4raw-id: //depot/cfgperl@4990 | ||||
| * | typo fix | Jarkko Hietaniemi | 2000-02-04 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@4989 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-04 | 39 | -318/+1477 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@4988 | ||||
| * | | Configure megamaintenance. Cppsym (hopefully) final spasms; | Jarkko Hietaniemi | 2000-02-04 | 4 | -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 Hietaniemi | 2000-02-02 | 32 | -661/+2066 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@4968 | ||||
| * \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-02 | 21 | -178/+371 |
| |\ \ \ | | | | | | | | | | | p4raw-id: //depot/cfgperl@4950 | ||||
| * \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-01 | 21 | -59/+151 |
| |\ \ \ \ | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4940 | ||||
| * | | | | | HP-UX (induced) fixes. | Jarkko Hietaniemi | 2000-01-31 | 2 | -70/+69 |
| | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4936 | ||||
| * | | | | | Cppsym saga continues. | Jarkko Hietaniemi | 2000-01-31 | 1 | -6/+29 |
| | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4934 | ||||
| * | | | | | Reveal even more symbols. | Jarkko Hietaniemi | 2000-01-31 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4932 | ||||
| * | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-31 | 29 | -633/+1061 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4931 | ||||
| * | | | | | | Cppsym fixup from Andy. | Jarkko Hietaniemi | 2000-01-28 | 1 | -127/+72 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4920 | ||||
| * | | | | | | In HP-UX no largefiles if no 64 bits. | Jarkko Hietaniemi | 2000-01-28 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4919 | ||||
* | | | | | | | VOS port updates (from Paul Green <Paul_Green@stratus.com>) | Gurusamy Sarathy | 2000-02-06 | 13 | -2553/+2962 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5005 | ||||
* | | | | | | | fix parse error on C<{ use strict }> and other constructs that | Gurusamy Sarathy | 2000-02-06 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the parser reenter while LEX_KNOWNEXT is active p4raw-id: //depot/perl@5004 | ||||
* | | | | | | | avoid -Bforcearchive on netbsd too | Gurusamy Sarathy | 2000-02-06 | 2 | -2/+222 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5003 | ||||
* | | | | | | | revised notes about Pod::Parser & Co. | Gurusamy Sarathy | 2000-02-06 | 2 | -73/+82 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5002 | ||||
* | | | | | | | fix description of obsolete diagnostic | Gurusamy Sarathy | 2000-02-06 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5001 | ||||
* | | | | | | | allow "\x{12ab}" even without C<use utf8> | Gurusamy Sarathy | 2000-02-06 | 2 | -22/+1 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5000 | ||||
* | | | | | | | make perlbug use new-style version numbers; improve compatibility | Gurusamy Sarathy | 2000-02-06 | 1 | -13/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (runs with perl 5.005); fix swapped old vs new version reporting p4raw-id: //depot/perl@4999 |