Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>) | Gurusamy Sarathy | 2000-03-14 | 1 | -37/+31 |
| | | | p4raw-id: //depot/perl@5725 | ||||
* | integrate cfgperl changes into mainline, ignoring the | Gurusamy Sarathy | 2000-03-14 | 3 | -6/+16 |
|\ | | | | | | | | | | | __attribute__((unused)) stuff that seems to have snuck back in p4raw-id: //depot/perl@5724 | ||||
| * | move the big AVAILABILITY list to perlport as Supported Platforms | Jarkko Hietaniemi | 2000-03-14 | 2 | -143/+147 |
| | | | | | | | | | | (Tom Christiansen); add few more platforms p4raw-id: //depot/cfgperl@5720 | ||||
| * | more todo | Jarkko Hietaniemi | 2000-03-14 | 1 | -2/+11 |
| | | | | | | p4raw-id: //depot/cfgperl@5719 | ||||
| * | detypo | Jarkko Hietaniemi | 2000-03-14 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5718 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-14 | 61 | -181/+287 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@5717 | ||||
* | | | patches for many bugs in the debugger; documentation updates for | Gurusamy Sarathy | 2000-03-14 | 8 | -1492/+2088 |
| | | | | | | | | | | | | | | | | | | perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from Tom Christiansen) p4raw-id: //depot/perl@5723 | ||||
* | | | add sleep() to avoid race on NeXT (from M.E. O'Neill | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | <oneill@cs.sfu.ca>) p4raw-id: //depot/perl@5722 | ||||
* | | | support a -U option when run as root to drop privileges (from | Gurusamy Sarathy | 2000-03-14 | 1 | -9/+33 |
| |/ |/| | | | | | | | Tom Christiansen) p4raw-id: //depot/perl@5721 | ||||
* | | reference miscount in Devel::Peek that causes debugger to | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+1 |
| | | | | | | | | | | crash unceremoniously when doing "V DB" etc., repeatedly p4raw-id: //depot/perl@5716 | ||||
* | | fixes for broken L<> links (from Wolfgang Laun | Gurusamy Sarathy | 2000-03-13 | 12 | -24/+24 |
| | | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715 | ||||
* | | typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>) | Gurusamy Sarathy | 2000-03-13 | 1 | -6/+18 |
| | | | | | | p4raw-id: //depot/perl@5714 | ||||
* | | avoid infinite loop in h2xs (from Hugo van der Sanden) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@5713 | ||||
* | | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 35 | -105/+163 |
| | | | | | | p4raw-id: //depot/perl@5712 | ||||
* | | updates from PodParser v1.12 on CPAN (from Brad Appleton) | Gurusamy Sarathy | 2000-03-13 | 9 | -21/+50 |
| | | | | | | p4raw-id: //depot/perl@5711 | ||||
* | | cleaner logic in op.c, also avoids QNX optimizer bug (from Norton | Gurusamy Sarathy | 2000-03-13 | 1 | -3/+2 |
| | | | | | | | | | | Allen <allen@huarp.harvard.edu>) p4raw-id: //depot/perl@5710 | ||||
* | | mention changes to diagnostics | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+13 |
| | | | | | | p4raw-id: //depot/perl@5709 | ||||
* | | ignore const for the purposes of typemaps (from Hugo van der Sanden) | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
| | | | | | | p4raw-id: //depot/perl@5708 | ||||
* | | don't check for errno after Atof() (atof() doesn't set errno, and | Gurusamy Sarathy | 2000-03-13 | 1 | -9/+4 |
| | | | | | | | | | | | | where Atof() is actually strto[l]d(), some platforms seem to want to set errno randomly) p4raw-id: //depot/perl@5707 | ||||
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-13 | 7 | -54/+68 |
|\ \ | |/ | | | p4raw-id: //depot/perl@5706 | ||||
| * | STRLEN != int. | Jarkko Hietaniemi | 2000-03-13 | 1 | -2/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5705 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-13 | 42 | -391/+1282 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@5704 | ||||
* | | mention autoflush portability caveat | Gurusamy Sarathy | 2000-03-13 | 3 | -5/+44 |
| | | | | | | p4raw-id: //depot/perl@5703 | ||||
* | | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 28 | -364/+1097 |
| | | | | | | p4raw-id: //depot/perl@5702 | ||||
* | | avoid compiler warnings | Gurusamy Sarathy | 2000-03-13 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@5701 | ||||
* | | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 9 | -12/+91 |
| | | | | | | | | | | return false on such input instead of emitting warnings) p4raw-id: //depot/perl@5700 | ||||
* | | the premature FREETMPS calls in change#1187 weren't defensive enough | Gurusamy Sarathy | 2000-03-13 | 3 | -8/+48 |
| | | | | | | | | | | p4raw-link: @1187 on //depot/perl: a29cdaf07aa5601e42ae4955cc0f168e91a7c385 p4raw-id: //depot/perl@5699 | ||||
| * | hints nibbling continues | Jarkko Hietaniemi | 2000-03-13 | 1 | -18/+11 |
| | | | | | | p4raw-id: //depot/cfgperl@5698 | ||||
| * | there's no end to tweaking | Jarkko Hietaniemi | 2000-03-13 | 1 | -6/+10 |
| | | | | | | p4raw-id: //depot/cfgperl@5697 | ||||
| * | hints tweak | Jarkko Hietaniemi | 2000-03-13 | 1 | -12/+9 |
| | | | | | | p4raw-id: //depot/cfgperl@5696 | ||||
| * | Solaris long double fixes from Alan Burlison. | Jarkko Hietaniemi | 2000-03-13 | 3 | -4/+11 |
| | | | | | | p4raw-id: //depot/cfgperl@5687 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-13 | 5 | -14/+48 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@5686 | ||||
* | | set optimize=-O only if not already set | Gurusamy Sarathy | 2000-03-12 | 1 | -6/+9 |
| | | | | | | p4raw-id: //depot/perl@5684 | ||||
* | | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 4 | -8/+39 |
| | | | | | | | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683 | ||||
| * | Retract #5680, it broke more than it helped. | Jarkko Hietaniemi | 2000-03-13 | 1 | -25/+26 |
| | | | | | | p4raw-id: //depot/cfgperl@5685 | ||||
| * | update AVAILABILITY for LynxOS | Jarkko Hietaniemi | 2000-03-12 | 1 | -0/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5682 | ||||
| * | 64-bitness hints tweaks | Jarkko Hietaniemi | 2000-03-12 | 1 | -23/+36 |
| | | | | | | p4raw-id: //depot/cfgperl@5681 | ||||
| * | 64-bitness tweak: separate 64bitint and 64bitall. | Jarkko Hietaniemi | 2000-03-12 | 1 | -26/+25 |
| | | | | | | p4raw-id: //depot/cfgperl@5680 | ||||
| * | metaconfig-ify #5676. | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5679 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-12 | 4 | -37/+331 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@5678 | ||||
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-12 | 5 | -45/+310 |
|\ \ | |/ | | | p4raw-id: //depot/perl@5677 | ||||
| * | continue flogging the string->int conversion ifdefs | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+5 |
| | | | | | | p4raw-id: //depot/cfgperl@5675 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-12 | 7 | -95/+170 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@5673 | ||||
| * | | todo and perldelta updates | Jarkko Hietaniemi | 2000-03-11 | 3 | -44/+59 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5667 | ||||
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 0 | -0/+0 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@5666 | ||||
| * | | | Fixes for #5661. | Jarkko Hietaniemi | 2000-03-11 | 1 | -15/+21 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5665 | ||||
* | | | | don't bother testing if we can flush all handles when fflush(stdin) | Gurusamy Sarathy | 2000-03-12 | 1 | -32/+75 |
| | | | | | | | | | | | | | | | | | | | | shows the pipe bug p4raw-id: //depot/perl@5676 | ||||
* | | | | fix File::DosGlob for patterns with drive names like c:*.bat | Gurusamy Sarathy | 2000-03-12 | 1 | -4/+9 |
| |_|/ |/| | | | | | | | | | | | (suggested by Jason Mathews <mathews@computer.org>) p4raw-id: //depot/perl@5674 | ||||
* | | | security fixes for perldoc (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-12 | 1 | -88/+154 |
| | | | | | | | | | p4raw-id: //depot/perl@5672 | ||||
* | | | Larry's patch to disallow CORE::Snark, with perldiag entry | Gurusamy Sarathy | 2000-03-12 | 3 | -1/+10 |
| | | | | | | | | | p4raw-id: //depot/perl@5671 |