summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updates from PodParser v1.12 on CPAN (from Brad Appleton)Gurusamy Sarathy2000-03-139-21/+50
| | | p4raw-id: //depot/perl@5711
* cleaner logic in op.c, also avoids QNX optimizer bug (from NortonGurusamy Sarathy2000-03-131-3/+2
| | | | | Allen <allen@huarp.harvard.edu>) p4raw-id: //depot/perl@5710
* mention changes to diagnosticsGurusamy Sarathy2000-03-131-0/+13
| | | p4raw-id: //depot/perl@5709
* ignore const for the purposes of typemaps (from Hugo van der Sanden)Gurusamy Sarathy2000-03-131-0/+1
| | | p4raw-id: //depot/perl@5708
* don't check for errno after Atof() (atof() doesn't set errno, andGurusamy Sarathy2000-03-131-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 mainlineGurusamy Sarathy2000-03-137-54/+68
|\ | | | | p4raw-id: //depot/perl@5706
| * STRLEN != int.Jarkko Hietaniemi2000-03-131-2/+1
| | | | | | p4raw-id: //depot/cfgperl@5705
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-1342-391/+1282
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5704
* | mention autoflush portability caveatGurusamy Sarathy2000-03-133-5/+44
| | | | | | p4raw-id: //depot/perl@5703
* | final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-1328-364/+1097
| | | | | | p4raw-id: //depot/perl@5702
* | avoid compiler warningsGurusamy Sarathy2000-03-131-2/+2
| | | | | | p4raw-id: //depot/perl@5701
* | make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-139-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 enoughGurusamy Sarathy2000-03-133-8/+48
| | | | | | | | | | p4raw-link: @1187 on //depot/perl: a29cdaf07aa5601e42ae4955cc0f168e91a7c385 p4raw-id: //depot/perl@5699
| * hints nibbling continuesJarkko Hietaniemi2000-03-131-18/+11
| | | | | | p4raw-id: //depot/cfgperl@5698
| * there's no end to tweakingJarkko Hietaniemi2000-03-131-6/+10
| | | | | | p4raw-id: //depot/cfgperl@5697
| * hints tweakJarkko Hietaniemi2000-03-131-12/+9
| | | | | | p4raw-id: //depot/cfgperl@5696
| * Solaris long double fixes from Alan Burlison.Jarkko Hietaniemi2000-03-133-4/+11
| | | | | | p4raw-id: //depot/cfgperl@5687
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-135-14/+48
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5686
* | set optimize=-O only if not already setGurusamy Sarathy2000-03-121-6/+9
| | | | | | p4raw-id: //depot/perl@5684
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-124-8/+39
| | | | | | | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683
| * Retract #5680, it broke more than it helped.Jarkko Hietaniemi2000-03-131-25/+26
| | | | | | p4raw-id: //depot/cfgperl@5685
| * update AVAILABILITY for LynxOSJarkko Hietaniemi2000-03-121-0/+1
| | | | | | p4raw-id: //depot/cfgperl@5682
| * 64-bitness hints tweaksJarkko Hietaniemi2000-03-121-23/+36
| | | | | | p4raw-id: //depot/cfgperl@5681
| * 64-bitness tweak: separate 64bitint and 64bitall.Jarkko Hietaniemi2000-03-121-26/+25
| | | | | | p4raw-id: //depot/cfgperl@5680
| * metaconfig-ify #5676.Jarkko Hietaniemi2000-03-121-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5679
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-124-37/+331
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5678
* | integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-125-45/+310
|\ \ | |/ | | p4raw-id: //depot/perl@5677
| * continue flogging the string->int conversion ifdefsJarkko Hietaniemi2000-03-121-1/+5
| | | | | | p4raw-id: //depot/cfgperl@5675
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-127-95/+170
| |\ | | | | | | p4raw-id: //depot/cfgperl@5673
| * | todo and perldelta updatesJarkko Hietaniemi2000-03-113-44/+59
| | | | | | | | | p4raw-id: //depot/cfgperl@5667
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-03-110-0/+0
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@5666
| * | | Fixes for #5661.Jarkko Hietaniemi2000-03-111-15/+21
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@5665
* | | | don't bother testing if we can flush all handles when fflush(stdin)Gurusamy Sarathy2000-03-121-32/+75
| | | | | | | | | | | | | | | | | | | | shows the pipe bug p4raw-id: //depot/perl@5676
* | | | fix File::DosGlob for patterns with drive names like c:*.batGurusamy Sarathy2000-03-121-4/+9
| |_|/ |/| | | | | | | | | | | (suggested by Jason Mathews <mathews@computer.org>) p4raw-id: //depot/perl@5674
* | | security fixes for perldoc (from Tom Christiansen)Gurusamy Sarathy2000-03-121-88/+154
| | | | | | | | | p4raw-id: //depot/perl@5672
* | | Larry's patch to disallow CORE::Snark, with perldiag entryGurusamy Sarathy2000-03-123-1/+10
| | | | | | | | | p4raw-id: //depot/perl@5671
* | | insufficient buffer in change#5317Gurusamy Sarathy2000-03-121-0/+3
| | | | | | | | | | | | | | | p4raw-link: @5317 on //depot/perl: 0c57e439868bda58b2cbd4708d7a8b4dcf15b989 p4raw-id: //depot/perl@5670
* | | avoid L<foo|bar> for now, not all the pod2foo support itGurusamy Sarathy2000-03-121-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5669
* | | rework change#5664Gurusamy Sarathy2000-03-121-15/+18
| |/ |/| | | | | | | p4raw-link: @5664 on //depot/perl: 388d3c036745024b7ca2276efc330e632cfbcaa9 p4raw-id: //depot/perl@5668
* | fix Strtoul() misdefinition is change#5661Gurusamy Sarathy2000-03-111-3/+3
| | | | | | | | | | p4raw-link: @5661 on //depot/cfgperl: 55eb892c8d1c2d0317b54696f56f6afb30a62cd1 p4raw-id: //depot/perl@5664
* | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-115-53/+62
|\ \ | |/ | | p4raw-id: //depot/perl@5663
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-115-3/+44
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5662
* | another long-standing eval bug: return doesn't reset $@ correctlyGurusamy Sarathy2000-03-112-1/+30
| | | | | | p4raw-id: //depot/perl@5660
* | change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-114-2/+14
| | | | | | | | | | | | | | bogus attempts to free closures, and thence, segfaults p4raw-link: @3511 on //depot/perl: 067f92a0e46641b4b3e89afcde43bf134105f7b7 p4raw-id: //depot/perl@5658
| * Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()Jarkko Hietaniemi2000-03-112-21/+11
| | | | | | | | | | (introduce the latter) instead of bare strtoll()/strtoll(). p4raw-id: //depot/cfgperl@5661
| * metaconfig-ify the test for broken fflush(NULL)Jarkko Hietaniemi2000-03-112-26/+46
| | | | | | | | | | (which ails e.g. Solaris), from Ulrich Pfeifer. p4raw-id: //depot/cfgperl@5659
| * Rewording.Jarkko Hietaniemi2000-03-111-6/+5
| | | | | | p4raw-id: //depot/cfgperl@5657
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-1127-440/+289
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5656
* | reword commentGurusamy Sarathy2000-03-111-6/+6
| | | | | | p4raw-id: //depot/perl@5655
* | off-by-one in os2.c (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-1/+1
| | | | | | p4raw-id: //depot/perl@5654