summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-143-2/+7
| | | | | | p4raw-id: //depot/perl@4800
* | doc typoGurusamy Sarathy2000-01-141-1/+1
| | | | | | p4raw-id: //depot/perl@4799
| * Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-166-105/+103
| | | | | | p4raw-id: //depot/cfgperl@4806
| * Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-158-2508/+2557
| | | | | | | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-13303-9589/+17964
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4798
* | clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-134-21/+29
| | | | | | | | | | p4raw-link: @4796 on //depot/perl: 010205895f86f073b0b2a20bd4cfbb05f0134888 p4raw-id: //depot/perl@4797
* | support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-1317-72/+415
| | | | | | | | | | elements or slices p4raw-id: //depot/perl@4796
* | extend site_perl changes change#4773 to vendor_perl as wellGurusamy Sarathy2000-01-111-3/+3
| | | | | | | | | | p4raw-link: @4773 on //depot/perl: 273cf8d1f309172b4416e78e4a8e80c12d941254 p4raw-id: //depot/perl@4795
* | rework INSTALL to reflect new logic for versioning sitelibsGurusamy Sarathy2000-01-111-44/+44
| | | | | | p4raw-id: //depot/perl@4794
* | test for change#4792Gurusamy Sarathy2000-01-111-7/+11
| | | | | | | | | | p4raw-link: @4792 on //depot/perl: ad4e2db76417dc3c9feb57d207a4bcf3bf734aaf p4raw-id: //depot/perl@4793
* | pseudo forked children inherit environment correctlyGurusamy Sarathy2000-01-111-10/+11
| | | | | | p4raw-id: //depot/perl@4792
* | test tweakGurusamy Sarathy2000-01-101-1/+1
| | | | | | p4raw-id: //depot/perl@4791
* | check for USE_ITHREADS sanity was too restrictiveGurusamy Sarathy2000-01-101-4/+7
| | | | | | p4raw-id: //depot/perl@4790
* | add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-106-20/+276
| | | | | | | | | | a real SetCurrentDirectory() in toplevel host p4raw-id: //depot/perl@4789
* | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-1016-2740/+1061
| | | | | | p4raw-id: //depot/perl@4782
* | pod typos (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-103-5/+5
| | | | | | p4raw-id: //depot/perl@4781
* | failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)Gurusamy Sarathy2000-01-101-2/+36
| | | | | | p4raw-id: //depot/perl@4780
* | terminate -s switch processing only on C<-->, not on C<--foo>Gurusamy Sarathy2000-01-101-1/+1
| | | | | | p4raw-id: //depot/perl@4779
* | useithreads needs usemultiplicityGurusamy Sarathy2000-01-102-15/+26
| | | | | | p4raw-id: //depot/perl@4778
* | use $Config{version} rather than $] where appropriateGurusamy Sarathy2000-01-107-10/+14
| | | | | | p4raw-id: //depot/perl@4777
* | enable fork.t on windowsGurusamy Sarathy2000-01-101-1/+1
| | | | | | p4raw-id: //depot/perl@4776
* | broken test for use5005threadsGurusamy Sarathy2000-01-101-1/+1
| | | | | | p4raw-id: //depot/perl@4775
* | more windows build tweaksGurusamy Sarathy2000-01-097-210/+239
| | | | | | p4raw-id: //depot/perl@4774
* | more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-0925-342/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* | s/usethreads/use5005threads/gGurusamy Sarathy2000-01-094-6/+7
| | | | | | p4raw-id: //depot/perl@4772
* | Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-0912-396/+496
| | | | | | | | | | slightly altered) p4raw-id: //depot/perl@4771
* | fix for 'make utest' failures (from Ilya Zakharevich)Gurusamy Sarathy2000-01-071-6/+8
| | | | | | p4raw-id: //depot/perl@4770
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-0718-30/+41
| | | | | | p4raw-id: //depot/perl@4769
* | typo on h2xs.PL (from Helmut Jarausch)Gurusamy Sarathy2000-01-071-1/+1
| | | | | | p4raw-id: //depot/perl@4768