Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make v?snprintf available on VMS v7.3-2 and later and clean up | Craig A. Berry | 2006-01-07 | 1 | -24/+22 |
| | | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703 | ||||
* | Remove the greedy quantifier from inside the grouping (?:) so that it | Nicholas Clark | 2006-01-07 | 1 | -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 get | Nicholas Clark | 2006-01-07 | 1 | -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 Mitchell | 2006-01-07 | 1 | -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 Peters | 2006-01-07 | 2 | -3/+3 |
| | | | p4raw-id: //depot/perl@26694 | ||||
* | fix coredump on 'local $shared[N]' introduced by change #24942 | Dave Mitchell | 2006-01-07 | 1 | -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; much | Nicholas Clark | 2006-01-06 | 1 | -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-5 | Craig A. Berry | 2006-01-06 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@26690 | ||||
* | Correct the typo in the description of change 24253 | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26687 | ||||
* | Upgrade to version-0.52 | Steve Peters | 2006-01-06 | 6 | -17/+38 |
| | | | p4raw-id: //depot/perl@26685 | ||||
* | make ithreads shared vars smaller/quicker by eliminating shared_sv | Dave Mitchell | 2006-01-06 | 2 | -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 Peters | 2006-01-06 | 2 | -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, so | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
| | | | | | cast it first. p4raw-id: //depot/perl@26679 | ||||
* | DBL_MAX and FLT_MAX are not constants in Borland C++ | Steve Hay | 2006-01-06 | 1 | -3/+3 |
| | | | | | (Fixes BCC compilation error in POSIX introduced by change 26455) p4raw-id: //depot/perl@26677 | ||||
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 7 | -28/+29 |
| | | | | | Message-ID: <20060106155719.GB9035@petdance.com> p4raw-id: //depot/perl@26676 | ||||
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 40 | -198/+858 |
| | | | | | Message-ID: <43BE7C4D.1010302@gmail.com> p4raw-id: //depot/perl@26675 | ||||
* | performance tweaking op.c | Andy Lester | 2006-01-06 | 1 | -12/+16 |
| | | | | | Message-ID: <20060106074448.GB3401@petdance.com> p4raw-id: //depot/perl@26674 | ||||
* | Remove code duplicated a few lines above by change 19695. | Gisle Aas | 2006-01-06 | 1 | -8/+0 |
| | | | p4raw-id: //depot/perl@26673 | ||||
* | Move "DEVEL####" marker to the 'perl -v' output. | Gisle Aas | 2006-01-06 | 4 | -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 threaded | Steve Peters | 2006-01-06 | 1 | -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 Aas | 2006-01-06 | 2 | -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 Aas | 2006-01-06 | 1 | -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 () is | H.Merijn Brand | 2006-01-05 | 1 | -1/+58 |
| | | | | | actually usable. Thanks to Russ and Jarkko. p4raw-id: //depot/perl@26668 | ||||
* | Upgrade to CPAN.pm 1.83 | Rafael Garcia-Suarez | 2006-01-05 | 5 | -26/+53 |
| | | | p4raw-id: //depot/perl@26666 | ||||
* | Regenerate PODs | Rafael Garcia-Suarez | 2006-01-05 | 2 | -725/+4220 |
| | | | p4raw-id: //depot/perl@26665 | ||||
* | Workaround another problem following change 26395 | Steve Hay | 2006-01-05 | 1 | -2/+4 |
| | | | | | MinGW doesn't like 26395 either! (ref: change 26634) p4raw-id: //depot/perl@26664 | ||||
* | Really commit change 26662 (duh) | Rafael Garcia-Suarez | 2006-01-05 | 2 | -0/+2 |
| | | | p4raw-id: //depot/perl@26663 | ||||
* | Let table of contents know about perllinux man page | Rafael Garcia-Suarez | 2006-01-05 | 0 | -0/+0 |
| | | | p4raw-id: //depot/perl@26662 | ||||
* | Update Changes | Rafael Garcia-Suarez | 2006-01-05 | 1 | -0/+1182 |
| | | | p4raw-id: //depot/perl@26661 | ||||
* | MinGW and lib/CORE/Win32.h | Sisyphus | 2006-01-05 | 1 | -0/+11 |
| | | | | | | From: "Sisyphus" <sisyphus1@optusnet.com.au> Message-ID: <024301c61119$bca4a840$e201140a@desktop> p4raw-id: //depot/perl@26659 | ||||
* | Install less README files | Rafael Garcia-Suarez | 2006-01-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26658 | ||||
* | Remove old Pod::Man parser creation. | Rafael Garcia-Suarez | 2006-01-05 | 1 | -5/+1 |
| | | | | | Fix a run-time warning. p4raw-id: //depot/perl@26657 | ||||
* | Change installman to instantiate a new Pod::Man instance for each | Steve Peters | 2006-01-05 | 1 | -0/+4 |
| | | | | | file processed. This is now required with podlators-2.0. p4raw-id: //depot/perl@26656 | ||||
* | Reorder changes made in change 26630 | Steve Hay | 2006-01-05 | 8 | -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 Hay | 2006-01-04 | 7 | -7/+7 |
| | | | p4raw-id: //depot/perl@26654 | ||||
* | Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when | Steve Hay | 2006-01-04 | 1 | -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 updates | Rafael Garcia-Suarez | 2006-01-04 | 13 | -13/+13 |
| | | | p4raw-id: //depot/perl@26652 | ||||
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-04 | 3 | -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 Aas | 2006-01-04 | 2 | -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 Aas | 2006-01-04 | 9 | -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 Aas | 2006-01-04 | 1 | -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 Aas | 2006-01-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26647 | ||||
* | Introduce newSVpvs_share() macro. | Gisle Aas | 2006-01-04 | 3 | -5/+6 |
| | | | | | Gets rid of some hardcoded string lengths. p4raw-id: //depot/perl@26646 | ||||
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 5 | -16/+16 |
| | | | p4raw-id: //depot/perl@26645 | ||||
* | Update copyright year. | Steve Peters | 2006-01-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26644 | ||||
* | Fix some compilation warnings | Rafael Garcia-Suarez | 2006-01-04 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26643 | ||||
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 4 | -8/+8 |
| | | | p4raw-id: //depot/perl@26642 | ||||
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 17 | -152/+155 |
| | | | | | Gets rid of many hardcoded string lengths. p4raw-id: //depot/perl@26641 | ||||
* | Removed unused part of string passed to sv_catpvn(). | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26640 | ||||
* | Updates to various configurations courtesy of Jarkko. | Steve Peters | 2006-01-04 | 7 | -2/+153 |
| | | | p4raw-id: //depot/perl@26639 |