summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make v?snprintf available on VMS v7.3-2 and later and clean upCraig A. Berry2006-01-071-24/+22
| | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703
* Remove the greedy quantifier from inside the grouping (?:) so that itNicholas Clark2006-01-071-1/+1
| | | | | | and the greedy quantifier on the (?:) don't fight each other until the C stack is exhausted. p4raw-id: //depot/perl@26702
* Reorder Fcntl's bootstrapping so that the constants actually getNicholas Clark2006-01-071-13/+19
| | | | | inlined within the functions that Fcntl defines. p4raw-id: //depot/perl@26701
* [perl #37946] preserve the referent associated with a shared RV.Dave Mitchell2006-01-071-23/+49
| | | | | | its faster, and the user doesn't see a different address each time for ref($sharedref). p4raw-id: //depot/perl@26695
* Additional const prototype fixes.Steve Peters2006-01-072-3/+3
| | | p4raw-id: //depot/perl@26694
* fix coredump on 'local $shared[N]' introduced by change #24942Dave Mitchell2006-01-071-15/+3
| | | | | p4raw-link: @24942 on //depot/perl: 0cbee0a449cc4e11ef8db851c20b026c8f9ff45e p4raw-id: //depot/perl@26693
* Don't code the absolute number of tests for the UTF8/EBCDIC case; muchNicholas Clark2006-01-061-1/+1
| | | | | better to subtract the number of tests that don't get run. p4raw-id: //depot/perl@26691
* Make VMS manifest checker handle multi-dot filenames on ODS-5Craig A. Berry2006-01-061-0/+2
| | | p4raw-id: //depot/perl@26690
* Correct the typo in the description of change 24253Nicholas Clark2006-01-061-1/+1
| | | p4raw-id: //depot/perl@26687
* Upgrade to version-0.52Steve Peters2006-01-066-17/+38
| | | p4raw-id: //depot/perl@26685
* make ithreads shared vars smaller/quicker by eliminating shared_svDave Mitchell2006-01-062-376/+516
| | | | | struct. Also document how it works. p4raw-id: //depot/perl@26684
* const'ing parameters killed the builds for djgpp. Changes get the Steve Peters2006-01-062-2/+2
| | | | | Perl core, but not the modules, to compile cleanly. p4raw-id: //depot/perl@26680
* Negating an unsigned value generates warnings for some compilers, soNicholas Clark2006-01-061-1/+1
| | | | | cast it first. p4raw-id: //depot/perl@26679
* DBL_MAX and FLT_MAX are not constants in Borland C++Steve Hay2006-01-061-3/+3
| | | | | (Fixes BCC compilation error in POSIX introduced by change 26455) p4raw-id: //depot/perl@26677
* hv_fetchs() supportAndy Lester2006-01-067-28/+29
| | | | | Message-ID: <20060106155719.GB9035@petdance.com> p4raw-id: //depot/perl@26676
* sprinkle dVARJarkko Hietaniemi2006-01-0640-198/+858
| | | | | Message-ID: <43BE7C4D.1010302@gmail.com> p4raw-id: //depot/perl@26675
* performance tweaking op.cAndy Lester2006-01-061-12/+16
| | | | | Message-ID: <20060106074448.GB3401@petdance.com> p4raw-id: //depot/perl@26674
* Remove code duplicated a few lines above by change 19695.Gisle Aas2006-01-061-8/+0
| | | p4raw-id: //depot/perl@26673
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-064-10/+6
| | | | | | This avoids problem with using STRINGIFY in patchlevel.h (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p). p4raw-id: //depot/perl@26672
* Replacing broken call to savepvn() with savepvs() to get threadedSteve Peters2006-01-061-1/+1
| | | | | Cygwin to compile again. p4raw-id: //depot/perl@26671
* Make '-s' on the shebang line able to parse -foo=bar switches again.Gisle Aas2006-01-062-5/+22
| | | | | | | This feature was broken by change 19695 some years ago and integrated into perl-5.8.1. perl-5.8.0 was fine. Ref http://bugs.activestate.com/show_bug.cgi?id=43483 p4raw-id: //depot/perl@26670
* Improve description of the -s switch.Gisle Aas2006-01-061-3/+2
| | | | | | | | | I found the "This means you can have switches with two leading dashes." sentence introduced by change 7144 really confusing. The note after the example should make it clear enough that double dash switches can be used for those that insist. p4raw-id: //depot/perl@26669
* Test if the probed availability of v?snprintf () isH.Merijn Brand2006-01-051-1/+58
| | | | | actually usable. Thanks to Russ and Jarkko. p4raw-id: //depot/perl@26668
* Upgrade to CPAN.pm 1.83Rafael Garcia-Suarez2006-01-055-26/+53
| | | p4raw-id: //depot/perl@26666
* Regenerate PODsRafael Garcia-Suarez2006-01-052-725/+4220
| | | p4raw-id: //depot/perl@26665
* Workaround another problem following change 26395Steve Hay2006-01-051-2/+4
| | | | | MinGW doesn't like 26395 either! (ref: change 26634) p4raw-id: //depot/perl@26664
* Really commit change 26662 (duh)Rafael Garcia-Suarez2006-01-052-0/+2
| | | p4raw-id: //depot/perl@26663
* Let table of contents know about perllinux man pageRafael Garcia-Suarez2006-01-050-0/+0
| | | p4raw-id: //depot/perl@26662
* Update ChangesRafael Garcia-Suarez2006-01-051-0/+1182
| | | p4raw-id: //depot/perl@26661
* MinGW and lib/CORE/Win32.hSisyphus2006-01-051-0/+11
| | | | | | From: "Sisyphus" <sisyphus1@optusnet.com.au> Message-ID: <024301c61119$bca4a840$e201140a@desktop> p4raw-id: //depot/perl@26659
* Install less README filesRafael Garcia-Suarez2006-01-051-1/+1
| | | p4raw-id: //depot/perl@26658
* Remove old Pod::Man parser creation.Rafael Garcia-Suarez2006-01-051-5/+1
| | | | | Fix a run-time warning. p4raw-id: //depot/perl@26657
* Change installman to instantiate a new Pod::Man instance for eachSteve Peters2006-01-051-0/+4
| | | | | file processed. This is now required with podlators-2.0. p4raw-id: //depot/perl@26656
* Reorder changes made in change 26630Steve Hay2006-01-058-52/+48
| | | | | | (Keep the order in win32/config.* and win32/config_H.* the same as in Configure and config_H.SH for easier diffing) p4raw-id: //depot/perl@26655
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-047-7/+7
| | | p4raw-id: //depot/perl@26654
* Don't try to export PL_my_ctx_mutex and PL_my_cxt_* whenSteve Hay2006-01-041-0/+4
| | | | | | | PERL_IMPLICIT_CONTEXT is not defined Fixes non-threaded build errors on Win32 following change 26523 p4raw-id: //depot/perl@26653
* More copyright updatesRafael Garcia-Suarez2006-01-0413-13/+13
| | | p4raw-id: //depot/perl@26652
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-043-258/+140
| | | | | | | Message-ID: <43BB68A1.7060708@gmail.com> With syntactic tweaks to the test file p4raw-id: //depot/perl@26651
* Move all the xxxpvs() macros to handy.h.Gisle Aas2006-01-042-6/+12
| | | | | | This brings them closer to STR_WITH_LEN. Besides only half of them were sv-related after change 26649. p4raw-id: //depot/perl@26650
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-049-22/+24
| | | | | Can't use STR_WITH_LEN() as argument to a macro :-( p4raw-id: //depot/perl@26649
* Add an extra NUL so that we can use sv_catpvs()Gisle Aas2006-01-041-4/+1
| | | | | | for "our @F=split..." and get rid of 15 and the explaination for why it's there. p4raw-id: //depot/perl@26648
* Get rid of hardcoded string length.Gisle Aas2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26647
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-043-5/+6
| | | | | Gets rid of some hardcoded string lengths. p4raw-id: //depot/perl@26646
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-045-16/+16
| | | p4raw-id: //depot/perl@26645
* Update copyright year.Steve Peters2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26644
* Fix some compilation warningsRafael Garcia-Suarez2006-01-041-2/+2
| | | p4raw-id: //depot/perl@26643
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-044-8/+8
| | | p4raw-id: //depot/perl@26642
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-0417-152/+155
| | | | | Gets rid of many hardcoded string lengths. p4raw-id: //depot/perl@26641
* Removed unused part of string passed to sv_catpvn().Gisle Aas2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26640
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-047-2/+153
| | | p4raw-id: //depot/perl@26639