summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add PREREQ_PM to default template (suggested by Michael G SchwernGurusamy Sarathy2000-01-231-8/+11
| | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4854
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-233-6/+8
| | | p4raw-id: //depot/perl@4853
* mark some extensions as "special versions" to avoid CPAN indexerGurusamy Sarathy2000-01-232-2/+4
| | | | | confusion (from Ilya Zakharevich) p4raw-id: //depot/perl@4852
* prefer POSIX::uname() rather than syscalls, which require attemptingGurusamy Sarathy2000-01-231-16/+16
| | | | | to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>) p4raw-id: //depot/perl@4851
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-237-345/+415
|\ | | | | p4raw-id: //depot/perl@4850
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-2125-135/+446
| |\ | | | | | | p4raw-id: //depot/cfgperl@4831
| * | More robust inc_version_list from Andy.Jarkko Hietaniemi2000-01-195-14/+33
| | | | | | | | | p4raw-id: //depot/cfgperl@4820
| * | Add NV_PRESERVES_UV.Jarkko Hietaniemi2000-01-196-328/+378
| | | | | | | | | p4raw-id: //depot/cfgperl@4819
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-01-198-2755/+3285
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@4818
| * | | Policy patch from Andy for installation directories,Jarkko Hietaniemi2000-01-181-6/+6
| | | | | | | | | | | | | | | | | | | | removing the $apiversion. p4raw-id: //depot/cfgperl@4816
| * | | Move _GNU_SOURCE into config_h.SH awaay from ConfigureJarkko Hietaniemi2000-01-182-3/+4
| | | | | | | | | | | | | | | | | | | | as suggested by Andy. p4raw-id: //depot/cfgperl@4815
* | | | fix localization in while BLOCK when there is a continue BLOCKGurusamy Sarathy2000-01-233-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 ratherGurusamy Sarathy2000-01-232-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 Sarathy2000-01-231-8/+5
| | | | | | | | | | | | | | | | | | | | C<while (my $x = foo()) { my $x = bar(); }> etc. p4raw-id: //depot/perl@4847
* | | | avoid warnings in change#4839Gurusamy Sarathy2000-01-231-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 Sarathy2000-01-222-253/+213
| | | | | | | | | | | | p4raw-id: //depot/perl@4845
* | | | wrong category for exec() warningGurusamy Sarathy2000-01-222-3/+5
| | | | | | | | | | | | p4raw-id: //depot/perl@4844
* | | | fix line continuations in argument lists (from Helmut Jarausch)Gurusamy Sarathy2000-01-221-1/+3
| | | | | | | | | | | | p4raw-id: //depot/perl@4843
* | | | CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-227-219/+159
| | | | | | | | | | | | p4raw-id: //depot/perl@4842
* | | | avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
| | | | | | | | | | | | p4raw-id: //depot/perl@4841
* | | | heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
| | | | | | | | | | | | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4840
* | | | better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-222-27/+60
| | | | | | | | | | | | | | | | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4839
* | | | truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-222-7/+12
| | | | | | | | | | | | p4raw-id: //depot/perl@4838
* | | | #line directives without a filename leave the file name as it wasGurusamy Sarathy2000-01-221-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 BarkerGurusamy Sarathy2000-01-2215-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 Tobey2000-01-223-33/+68
| | | | | | | | | | | | | | | | | | | | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> p4raw-id: //depot/perl@4835
* | | | fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-225-22/+66
| | | | | | | | | | | | | | | | | | | | intervening subs p4raw-id: //depot/perl@4834
* | | | add $VERSIONGurusamy Sarathy2000-01-212-0/+4
| | | | | | | | | | | | p4raw-id: //depot/perl@4833
* | | | fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-213-12/+43
| |_|/ |/| | | | | p4raw-id: //depot/perl@4832
* | | patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-2112-68/+211
| | | | | | | | | | | | | | | | | | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> (slightly modified) p4raw-id: //depot/perl@4830
* | | typo fixGurusamy Sarathy2000-01-211-3/+3
| | | | | | | | | p4raw-id: //depot/perl@4829
* | | notes about $^H and %^H from Ilya Zakharevich; substantialGurusamy Sarathy2000-01-211-2/+48
| | | | | | | | | | | | | | | fixups of faulty facts and prose p4raw-id: //depot/perl@4828
* | | support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-218-5/+113
| | | | | | | | | p4raw-id: //depot/perl@4827
* | | mention the fact that open(my $foo, ...) covers all handleGurusamy Sarathy2000-01-211-8/+9
| | | | | | | | | | | | | | | constructors p4raw-id: //depot/perl@4826
* | | h2xs goof and a depessimizationIlya Zakharevich2000-01-211-0/+4
| | | | | | | | | | | | | | | Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4825
* | | INSTALL updates from Andy DoughertyGurusamy Sarathy2000-01-201-43/+55
| | | | | | | | | p4raw-id: //depot/perl@4824
* | | sv_true() has a superfluous testGurusamy Sarathy2000-01-202-6/+3
| |/ |/| | | p4raw-id: //depot/perl@4823
* | regen win32/config*Gurusamy Sarathy2000-01-197-2755/+2782
| | | | | | p4raw-id: //depot/perl@4817
* | integrate cfgperl changes into mainlineGurusamy Sarathy2000-01-1814-2757/+3347
|\ \ | |/ | | p4raw-id: //depot/perl@4814
| * metaconfig todo note from Andy.Jarkko Hietaniemi2000-01-181-1/+7
| | | | | | p4raw-id: //depot/cfgperl@4813
| * More -V.Jarkko Hietaniemi2000-01-181-0/+3
| | | | | | p4raw-id: //depot/cfgperl@4812
| * More compile-time options shown with -V.Jarkko Hietaniemi2000-01-181-0/+12
| | | | | | p4raw-id: //depot/cfgperl@4811
| * Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-174-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 Hietaniemi2000-01-161-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4809
| * Know strtoll.Jarkko Hietaniemi2000-01-166-8/+36
| | | | | | p4raw-id: //depot/cfgperl@4808
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-1611-17/+99
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4807
* | Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-151-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 Sarathy2000-01-141-5/+5
| | | | | | p4raw-id: //depot/perl@4803
* | add note about "our"Gurusamy Sarathy2000-01-141-1/+5
| | | | | | p4raw-id: //depot/perl@4802
* | nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-149-14/+87
| | | | | | | | | | "our" declarations p4raw-id: //depot/perl@4801