Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add PREREQ_PM to default template (suggested by Michael G Schwern | Gurusamy Sarathy | 2000-01-23 | 1 | -8/+11 |
| | | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4854 | ||||
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-23 | 3 | -6/+8 |
| | | | p4raw-id: //depot/perl@4853 | ||||
* | mark some extensions as "special versions" to avoid CPAN indexer | Gurusamy Sarathy | 2000-01-23 | 2 | -2/+4 |
| | | | | | confusion (from Ilya Zakharevich) p4raw-id: //depot/perl@4852 | ||||
* | prefer POSIX::uname() rather than syscalls, which require attempting | Gurusamy Sarathy | 2000-01-23 | 1 | -16/+16 |
| | | | | | to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>) p4raw-id: //depot/perl@4851 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-23 | 7 | -345/+415 |
|\ | | | | | p4raw-id: //depot/perl@4850 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-21 | 25 | -135/+446 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@4831 | ||||
| * | | More robust inc_version_list from Andy. | Jarkko Hietaniemi | 2000-01-19 | 5 | -14/+33 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@4820 | ||||
| * | | Add NV_PRESERVES_UV. | Jarkko Hietaniemi | 2000-01-19 | 6 | -328/+378 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@4819 | ||||
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-19 | 8 | -2755/+3285 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@4818 | ||||
| * | | | Policy patch from Andy for installation directories, | Jarkko Hietaniemi | 2000-01-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | removing the $apiversion. p4raw-id: //depot/cfgperl@4816 | ||||
| * | | | Move _GNU_SOURCE into config_h.SH awaay from Configure | Jarkko Hietaniemi | 2000-01-18 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | as suggested by Andy. p4raw-id: //depot/cfgperl@4815 | ||||
* | | | | fix localization in while BLOCK when there is a continue BLOCK | Gurusamy Sarathy | 2000-01-23 | 3 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | by introducing an explicit scope (c.f. change#4848) p4raw-link: @4848 on //depot/perl: 1ee987245c095afd177d3e2ca6255cec8dbb53ca p4raw-id: //depot/perl@4849 | ||||
* | | | | fix scope cleanup when next jumps to a continue block; this is rather | Gurusamy Sarathy | 2000-01-23 | 2 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the nature of a kludge; it doesn't fix the longstanding bug that makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7" instead of "1") p4raw-id: //depot/perl@4848 | ||||
* | | | | don't warn about masked lexical in C<if (my $x = 1) { my $x; }>, | Gurusamy Sarathy | 2000-01-23 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | C<while (my $x = foo()) { my $x = bar(); }> etc. p4raw-id: //depot/perl@4847 | ||||
* | | | | avoid warnings in change#4839 | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | p4raw-link: @4839 on //depot/perl: 191f2cf3f90fff5e4eb7a8663a83ed6c7031cf5d p4raw-id: //depot/perl@4846 | ||||
* | | | | Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>) | Gurusamy Sarathy | 2000-01-22 | 2 | -253/+213 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4845 | ||||
* | | | | wrong category for exec() warning | Gurusamy Sarathy | 2000-01-22 | 2 | -3/+5 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4844 | ||||
* | | | | fix line continuations in argument lists (from Helmut Jarausch) | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+3 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4843 | ||||
* | | | | CGI.pm upgraded to v2.56 from CPAN | Gurusamy Sarathy | 2000-01-22 | 7 | -219/+159 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4842 | ||||
* | | | | avoid warnings due to lack of forward declarations | Gurusamy Sarathy | 2000-01-22 | 1 | -0/+5 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4841 | ||||
* | | | | heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 1 | -558/+755 |
| | | | | | | | | | | | | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4840 | ||||
* | | | | better Carp reporting within subclassed modules (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 2 | -27/+60 |
| | | | | | | | | | | | | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4839 | ||||
* | | | | truncate(FH) flushes FH before truncating it | Gurusamy Sarathy | 2000-01-22 | 2 | -7/+12 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4838 | ||||
* | | | | #line directives without a filename leave the file name as it was | Gurusamy Sarathy | 2000-01-22 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of setting it to the script name (from Andrew Pimlott <andrew@pimlott.ne.mediaone.net>) p4raw-id: //depot/perl@4837 | ||||
* | | | | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 15 | -92/+224 |
| | | | | | | | | | | | | | | | | | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836 | ||||
* | | | | [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields' | John Tobey | 2000-01-22 | 3 | -33/+68 |
| | | | | | | | | | | | | | | | | | | | | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> p4raw-id: //depot/perl@4835 | ||||
* | | | | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 5 | -22/+66 |
| | | | | | | | | | | | | | | | | | | | | intervening subs p4raw-id: //depot/perl@4834 | ||||
* | | | | add $VERSION | Gurusamy Sarathy | 2000-01-21 | 2 | -0/+4 |
| | | | | | | | | | | | | p4raw-id: //depot/perl@4833 | ||||
* | | | | fix bug in dumping self-referential scalars | Gurusamy Sarathy | 2000-01-21 | 3 | -12/+43 |
| |_|/ |/| | | | | | p4raw-id: //depot/perl@4832 | ||||
* | | | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 12 | -68/+211 |
| | | | | | | | | | | | | | | | | | | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> (slightly modified) p4raw-id: //depot/perl@4830 | ||||
* | | | typo fix | Gurusamy Sarathy | 2000-01-21 | 1 | -3/+3 |
| | | | | | | | | | p4raw-id: //depot/perl@4829 | ||||
* | | | notes about $^H and %^H from Ilya Zakharevich; substantial | Gurusamy Sarathy | 2000-01-21 | 1 | -2/+48 |
| | | | | | | | | | | | | | | | fixups of faulty facts and prose p4raw-id: //depot/perl@4828 | ||||
* | | | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 8 | -5/+113 |
| | | | | | | | | | p4raw-id: //depot/perl@4827 | ||||
* | | | mention the fact that open(my $foo, ...) covers all handle | Gurusamy Sarathy | 2000-01-21 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | constructors p4raw-id: //depot/perl@4826 | ||||
* | | | h2xs goof and a depessimization | Ilya Zakharevich | 2000-01-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4825 | ||||
* | | | INSTALL updates from Andy Dougherty | Gurusamy Sarathy | 2000-01-20 | 1 | -43/+55 |
| | | | | | | | | | p4raw-id: //depot/perl@4824 | ||||
* | | | sv_true() has a superfluous test | Gurusamy Sarathy | 2000-01-20 | 2 | -6/+3 |
| |/ |/| | | | p4raw-id: //depot/perl@4823 | ||||
* | | regen win32/config* | Gurusamy Sarathy | 2000-01-19 | 7 | -2755/+2782 |
| | | | | | | p4raw-id: //depot/perl@4817 | ||||
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-01-18 | 14 | -2757/+3347 |
|\ \ | |/ | | | p4raw-id: //depot/perl@4814 | ||||
| * | metaconfig todo note from Andy. | Jarkko Hietaniemi | 2000-01-18 | 1 | -1/+7 |
| | | | | | | p4raw-id: //depot/cfgperl@4813 | ||||
| * | More -V. | Jarkko Hietaniemi | 2000-01-18 | 1 | -0/+3 |
| | | | | | | p4raw-id: //depot/cfgperl@4812 | ||||
| * | More compile-time options shown with -V. | Jarkko Hietaniemi | 2000-01-18 | 1 | -0/+12 |
| | | | | | | p4raw-id: //depot/cfgperl@4811 | ||||
| * | Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | Jarkko Hietaniemi | 2000-01-17 | 4 | -153/+162 |
| | | | | | | | | | | | | | | | | | | the strtold() and qgcvt() prototypes for long doubles, but it should be okay in any case); fix bad assumptions in the test suite about string->float conversions; though the out parameter of strtold() (and strtoll()) is unused, it is nicer to have it in correct type. p4raw-id: //depot/cfgperl@4810 | ||||
| * | strtoll works better ternary. | Jarkko Hietaniemi | 2000-01-16 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4809 | ||||
| * | Know strtoll. | Jarkko Hietaniemi | 2000-01-16 | 6 | -8/+36 |
| | | | | | | p4raw-id: //depot/cfgperl@4808 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-16 | 11 | -17/+99 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@4807 | ||||
* | | Metaconfig and Porting patches from Andy; start using the new | Jarkko Hietaniemi | 2000-01-15 | 1 | -9/+27 |
| | | | | | | | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/perl@4805 | ||||
* | | minor optimization (avoid double sv_upgrade() for "our Foo $bar;") | Gurusamy Sarathy | 2000-01-14 | 1 | -5/+5 |
| | | | | | | p4raw-id: //depot/perl@4803 | ||||
* | | add note about "our" | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+5 |
| | | | | | | p4raw-id: //depot/perl@4802 | ||||
* | | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 9 | -14/+87 |
| | | | | | | | | | | "our" declarations p4raw-id: //depot/perl@4801 |