Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | avoid spurious "Useless use of variable" warning on C<our $foo;> | Gurusamy Sarathy | 2000-01-14 | 3 | -2/+7 |
| | | | | | | p4raw-id: //depot/perl@4800 | ||||
* | | doc typo | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4799 | ||||
| * | Continue qgcvt work; closer now but not yet there. | Jarkko Hietaniemi | 2000-01-16 | 6 | -105/+103 |
| | | | | | | p4raw-id: //depot/cfgperl@4806 | ||||
| * | Metaconfig and Porting patches from Andy; start using the new | Jarkko Hietaniemi | 2000-01-15 | 8 | -2508/+2557 |
| | | | | | | | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-13 | 303 | -9589/+17964 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@4798 | ||||
* | | clearer docs for change#4796; faster av_exists() | Gurusamy Sarathy | 2000-01-13 | 4 | -21/+29 |
| | | | | | | | | | | p4raw-link: @4796 on //depot/perl: 010205895f86f073b0b2a20bd4cfbb05f0134888 p4raw-id: //depot/perl@4797 | ||||
* | | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 17 | -72/+415 |
| | | | | | | | | | | elements or slices p4raw-id: //depot/perl@4796 | ||||
* | | extend site_perl changes change#4773 to vendor_perl as well | Gurusamy Sarathy | 2000-01-11 | 1 | -3/+3 |
| | | | | | | | | | | p4raw-link: @4773 on //depot/perl: 273cf8d1f309172b4416e78e4a8e80c12d941254 p4raw-id: //depot/perl@4795 | ||||
* | | rework INSTALL to reflect new logic for versioning sitelibs | Gurusamy Sarathy | 2000-01-11 | 1 | -44/+44 |
| | | | | | | p4raw-id: //depot/perl@4794 | ||||
* | | test for change#4792 | Gurusamy Sarathy | 2000-01-11 | 1 | -7/+11 |
| | | | | | | | | | | p4raw-link: @4792 on //depot/perl: ad4e2db76417dc3c9feb57d207a4bcf3bf734aaf p4raw-id: //depot/perl@4793 | ||||
* | | pseudo forked children inherit environment correctly | Gurusamy Sarathy | 2000-01-11 | 1 | -10/+11 |
| | | | | | | p4raw-id: //depot/perl@4792 | ||||
* | | test tweak | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4791 | ||||
* | | check for USE_ITHREADS sanity was too restrictive | Gurusamy Sarathy | 2000-01-10 | 1 | -4/+7 |
| | | | | | | p4raw-id: //depot/perl@4790 | ||||
* | | add workaround for textmode read() bug in MSVCRT; make chdir() do | Gurusamy Sarathy | 2000-01-10 | 6 | -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 Sarathy | 2000-01-10 | 16 | -2740/+1061 |
| | | | | | | p4raw-id: //depot/perl@4782 | ||||
* | | pod typos (from Abigail <abigail@delanet.com>) | Gurusamy Sarathy | 2000-01-10 | 3 | -5/+5 |
| | | | | | | p4raw-id: //depot/perl@4781 | ||||
* | | failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>) | Gurusamy Sarathy | 2000-01-10 | 1 | -2/+36 |
| | | | | | | p4raw-id: //depot/perl@4780 | ||||
* | | terminate -s switch processing only on C<-->, not on C<--foo> | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4779 | ||||
* | | useithreads needs usemultiplicity | Gurusamy Sarathy | 2000-01-10 | 2 | -15/+26 |
| | | | | | | p4raw-id: //depot/perl@4778 | ||||
* | | use $Config{version} rather than $] where appropriate | Gurusamy Sarathy | 2000-01-10 | 7 | -10/+14 |
| | | | | | | p4raw-id: //depot/perl@4777 | ||||
* | | enable fork.t on windows | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4776 | ||||
* | | broken test for use5005threads | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4775 | ||||
* | | more windows build tweaks | Gurusamy Sarathy | 2000-01-09 | 7 | -210/+239 |
| | | | | | | p4raw-id: //depot/perl@4774 | ||||
* | | more changes for new-style version numbers (versions numbers on | Gurusamy Sarathy | 2000-01-09 | 25 | -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/g | Gurusamy Sarathy | 2000-01-09 | 4 | -6/+7 |
| | | | | | | p4raw-id: //depot/perl@4772 | ||||
* | | Configure changes for new-style version numbers (from Andy Dougherty, | Gurusamy Sarathy | 2000-01-09 | 12 | -396/+496 |
| | | | | | | | | | | slightly altered) p4raw-id: //depot/perl@4771 | ||||
* | | fix for 'make utest' failures (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-01-07 | 1 | -6/+8 |
| | | | | | | p4raw-id: //depot/perl@4770 | ||||
* | | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 18 | -30/+41 |
| | | | | | | p4raw-id: //depot/perl@4769 | ||||
* | | typo on h2xs.PL (from Helmut Jarausch) | Gurusamy Sarathy | 2000-01-07 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4768 |