summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)Gurusamy Sarathy2000-03-141-37/+31
| | | p4raw-id: //depot/perl@5725
* integrate cfgperl changes into mainline, ignoring theGurusamy Sarathy2000-03-143-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 PlatformsJarkko Hietaniemi2000-03-142-143/+147
| | | | | | | | | | (Tom Christiansen); add few more platforms p4raw-id: //depot/cfgperl@5720
| * more todoJarkko Hietaniemi2000-03-141-2/+11
| | | | | | p4raw-id: //depot/cfgperl@5719
| * detypoJarkko Hietaniemi2000-03-141-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5718
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-1461-181/+287
| |\ | | | | | | p4raw-id: //depot/cfgperl@5717
* | | patches for many bugs in the debugger; documentation updates forGurusamy Sarathy2000-03-148-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'NeillGurusamy Sarathy2000-03-141-1/+1
| | | | | | | | | | | | | | | <oneill@cs.sfu.ca>) p4raw-id: //depot/perl@5722
* | | support a -U option when run as root to drop privileges (fromGurusamy Sarathy2000-03-141-9/+33
| |/ |/| | | | | | | Tom Christiansen) p4raw-id: //depot/perl@5721
* | reference miscount in Devel::Peek that causes debugger toGurusamy Sarathy2000-03-141-1/+1
| | | | | | | | | | crash unceremoniously when doing "V DB" etc., repeatedly p4raw-id: //depot/perl@5716
* | fixes for broken L<> links (from Wolfgang LaunGurusamy Sarathy2000-03-1312-24/+24
| | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@5715
* | typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)Gurusamy Sarathy2000-03-131-6/+18
| | | | | | p4raw-id: //depot/perl@5714
* | avoid infinite loop in h2xs (from Hugo van der Sanden)Gurusamy Sarathy2000-03-131-1/+1
| | | | | | p4raw-id: //depot/perl@5713
* | lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-1335-105/+163
| | | | | | p4raw-id: //depot/perl@5712
* | 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