Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Don't warn about invalid dirhandles in DirHandle::DESTROY(). | Steve Peters | 2006-01-04 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@26638 | ||||
* | Make Borland and MinGW happy with change 26379 | Steve Hay | 2006-01-04 | 1 | -1/+1 |
| | | | | | | (They both complain "invalid conversion from `void*' to `HWND__*'" otherwise) p4raw-id: //depot/perl@26637 | ||||
* | Fix typo in comment. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26636 | ||||
* | Introduce STR_WITH_LEN macro in the form suggested by Chip. | Gisle Aas | 2006-01-04 | 2 | -1/+4 |
| | | | p4raw-id: //depot/perl@26635 | ||||
* | Workaround Win32 compiler bugs following change 26395 | Steve Hay | 2006-01-04 | 1 | -1/+5 |
| | | | | | | | | Can't understand what VC++ 6 and Borland don't like about it. There is similar code for SvMAGIC and SvSTASH already in sv.h. Must be compiler bugs since VC++ 7 and MinGW (and compilers on other platforms) are all happy. p4raw-id: //depot/perl@26634 | ||||
* | Silence compiler warning; ref change 26598 | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26633 | ||||
* | Added snprintf() and vsnprintf() to configure.com as 'undef'. | Steve Peters | 2006-01-04 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@26632 | ||||
* | Add warnings for the various other *dir() functions when attempted | Steve Peters | 2006-01-04 | 2 | -10/+47 |
| | | | | | on invalid dirhandles. p4raw-id: //depot/perl@26631 | ||||
* | Add snprintf() and vsnprintf() to the various Win32 configuration | Steve Peters | 2006-01-04 | 8 | -0/+56 |
| | | | | | files. p4raw-id: //depot/perl@26630 | ||||
* | Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug | Mike Guy | 2006-01-03 | 1 | -0/+5 |
| | | | | | Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@26625 | ||||
* | If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise | Nicholas Clark | 2006-01-03 | 1 | -2/+5 |
| | | | | | the NV only if the new body has an NV. (D'oh!) p4raw-id: //depot/perl@26623 | ||||
* | Attemting to readdir() something that isn't a dirhandle should cause | Steve Peters | 2006-01-03 | 2 | -2/+12 |
| | | | | | a warning. p4raw-id: //depot/perl@26617 | ||||
* | Fix release mode builds following change 26598 | Steve Hay | 2006-01-03 | 1 | -2/+10 |
| | | | p4raw-id: //depot/perl@26608 | ||||
* | perldiag.pod additions to go with change #26602. | Steve Peters | 2006-01-03 | 1 | -0/+6 |
| | | | | | p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9 p4raw-id: //depot/perl@26607 | ||||
* | Add probe for snprintf () and vsnprintf () | Steve Peters | 2006-01-03 | 3 | -2/+25 |
| | | | | | | Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness) Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@26606 | ||||
* | Update perldelta, up to change 25344 more or less. | Rafael Garcia-Suarez | 2006-01-03 | 1 | -1/+26 |
| | | | p4raw-id: //depot/perl@26605 | ||||
* | Bad symbols that are pretending to be dirhandles, should say they | Steve Peters | 2006-01-03 | 1 | -2/+15 |
| | | | | | are dirhandles in their error messages. p4raw-id: //depot/perl@26602 | ||||
* | Sync perlfaq. | Rafael Garcia-Suarez | 2006-01-03 | 10 | -65/+84 |
| | | | p4raw-id: //depot/perl@26601 | ||||
* | silence some compiler warnings | Dave Mitchell | 2006-01-03 | 2 | -7/+11 |
| | | | p4raw-id: //depot/perl@26598 | ||||
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-03 | 3 | -24/+103 |
| | | | | | Message-ID: <43B9A3F8.8060609@gmail.com> p4raw-id: //depot/perl@26595 | ||||
* | Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs | Stephen McCamant | 2006-01-03 | 1 | -1/+3 |
| | | | | | Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU> p4raw-id: //depot/perl@26594 | ||||
* | [patch@26561] utf8.c const issue. | John E. Malmberg | 2006-01-03 | 1 | -1/+1 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <43B97BF2.2050201@qsl.net> p4raw-id: //depot/perl@26593 | ||||
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz | Andreas König | 2006-01-03 | 2 | -6/+29 |
| | | | | | Message-ID: <87u0cm433s.fsf@k75.linux.bogus> p4raw-id: //depot/perl@26592 | ||||
* | ithreads: SVs that were only on the tmps stack leaked | Dave Mitchell | 2006-01-03 | 1 | -0/+14 |
| | | | p4raw-id: //depot/perl@26591 | ||||
* | The two never used NOTYET switch ops can go. | Nicholas Clark | 2006-01-02 | 1 | -40/+0 |
| | | | p4raw-id: //depot/perl@26589 | ||||
* | stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors | Dave Mitchell | 2006-01-02 | 1 | -4/+0 |
| | | | | | | (change #25775 wasn't complete) p4raw-link: @25775 on //depot/perl: 22162ca81623f0ce6683af5e97b91bf10ad89079 p4raw-id: //depot/perl@26587 | ||||
* | More missing AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -2/+10 |
| | | | p4raw-id: //depot/perl@26586 | ||||
* | patch@26561 & earlier - buffer overrun in VMS.C | John E. Malmberg | 2006-01-02 | 1 | -1/+1 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43B97987.70201@qsl.net> p4raw-id: //depot/perl@26581 | ||||
* | Erk! craigb's changes come out of p4 with ^Ms as line endings. | Nicholas Clark | 2006-01-02 | 1 | -10/+27 |
| | | | | | Long term, need to fix the update changes script to cope. p4raw-id: //depot/perl@26580 | ||||
* | More missing AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -3/+26 |
| | | | p4raw-id: //depot/perl@26579 | ||||
* | Fix up missing and duplicate AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -6/+34 |
| | | | p4raw-id: //depot/perl@26578 | ||||
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-02 | 4 | -94/+508 |
| | | | | | Message-ID: <43B8C28C.20502@gmail.com> p4raw-id: //depot/perl@26576 | ||||
* | Since we no longer autovivify stashes (change #26370), we need | Rafael Garcia-Suarez | 2006-01-02 | 2 | -2/+19 |
| | | | | | | | | to turn off strict-refs on them, or we'll have a stricture error the first time we'd try to access them (when they'll be actually autovivified). p4raw-link: @26370 on //depot/perl: adc51b978ed1b2e9d4512c9bfa80386ac917d05a p4raw-id: //depot/perl@26574 | ||||
* | Documentation fix for File::Temp::new | pm@capmon.dk | 2006-01-02 | 1 | -2/+2 |
| | | | | | | | Subject: [perl #38127] Bug in perldoc File::Temp From: pm@capmon.dk (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org> p4raw-id: //depot/perl@26573 | ||||
* | Happy New Year. (It's not just embed.pl). | Nicholas Clark | 2006-01-02 | 4 | -6/+6 |
| | | | p4raw-id: //depot/perl@26572 | ||||
* | Note that the "unlink"ing directories is attempted when running as a | Steve Peters | 2006-01-02 | 2 | -8/+9 |
| | | | | | superuser, and that some operating systems may not support it. p4raw-id: //depot/perl@26571 | ||||
* | Typo fix in the description of change 26370. | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
| | | | | | (Also corrected in the repository) p4raw-id: //depot/perl@26570 | ||||
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 3 | -13/+38 |
| | | | p4raw-id: //depot/perl@26569 | ||||
* | Add 2006 to the copyright years in the header generated by embed.pl | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26565 |