summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Don't warn about invalid dirhandles in DirHandle::DESTROY().Steve Peters2006-01-041-1/+4
| | | p4raw-id: //depot/perl@26638
* Make Borland and MinGW happy with change 26379Steve Hay2006-01-041-1/+1
| | | | | | (They both complain "invalid conversion from `void*' to `HWND__*'" otherwise) p4raw-id: //depot/perl@26637
* Fix typo in comment.Gisle Aas2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26636
* Introduce STR_WITH_LEN macro in the form suggested by Chip.Gisle Aas2006-01-042-1/+4
| | | p4raw-id: //depot/perl@26635
* Workaround Win32 compiler bugs following change 26395Steve Hay2006-01-041-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 26598Gisle Aas2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26633
* Added snprintf() and vsnprintf() to configure.com as 'undef'.Steve Peters2006-01-041-0/+2
| | | p4raw-id: //depot/perl@26632
* Add warnings for the various other *dir() functions when attemptedSteve Peters2006-01-042-10/+47
| | | | | on invalid dirhandles. p4raw-id: //depot/perl@26631
* Add snprintf() and vsnprintf() to the various Win32 configuration Steve Peters2006-01-048-0/+56
| | | | | files. p4raw-id: //depot/perl@26630
* Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bugMike Guy2006-01-031-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 inialiseNicholas Clark2006-01-031-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 causeSteve Peters2006-01-032-2/+12
| | | | | a warning. p4raw-id: //depot/perl@26617
* Fix release mode builds following change 26598Steve Hay2006-01-031-2/+10
| | | p4raw-id: //depot/perl@26608
* perldiag.pod additions to go with change #26602.Steve Peters2006-01-031-0/+6
| | | | | p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9 p4raw-id: //depot/perl@26607
* Add probe for snprintf () and vsnprintf ()Steve Peters2006-01-033-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-Suarez2006-01-031-1/+26
| | | p4raw-id: //depot/perl@26605
* Bad symbols that are pretending to be dirhandles, should say they Steve Peters2006-01-031-2/+15
| | | | | are dirhandles in their error messages. p4raw-id: //depot/perl@26602
* Sync perlfaq.Rafael Garcia-Suarez2006-01-0310-65/+84
| | | p4raw-id: //depot/perl@26601
* silence some compiler warningsDave Mitchell2006-01-032-7/+11
| | | p4raw-id: //depot/perl@26598
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-033-24/+103
| | | | | Message-ID: <43B9A3F8.8060609@gmail.com> p4raw-id: //depot/perl@26595
* Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programsStephen McCamant2006-01-031-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. Malmberg2006-01-031-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.gzAndreas König2006-01-032-6/+29
| | | | | Message-ID: <87u0cm433s.fsf@k75.linux.bogus> p4raw-id: //depot/perl@26592
* ithreads: SVs that were only on the tmps stack leakedDave Mitchell2006-01-031-0/+14
| | | p4raw-id: //depot/perl@26591
* The two never used NOTYET switch ops can go.Nicholas Clark2006-01-021-40/+0
| | | p4raw-id: //depot/perl@26589
* stop DEBUG_LEAKING_SCALARS producing spurious memory pool errorsDave Mitchell2006-01-021-4/+0
| | | | | | (change #25775 wasn't complete) p4raw-link: @25775 on //depot/perl: 22162ca81623f0ce6683af5e97b91bf10ad89079 p4raw-id: //depot/perl@26587
* More missing AUTHORSNicholas Clark2006-01-022-2/+10
| | | p4raw-id: //depot/perl@26586
* patch@26561 & earlier - buffer overrun in VMS.CJohn E. Malmberg2006-01-021-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 Clark2006-01-021-10/+27
| | | | | Long term, need to fix the update changes script to cope. p4raw-id: //depot/perl@26580
* More missing AUTHORSNicholas Clark2006-01-022-3/+26
| | | p4raw-id: //depot/perl@26579
* Fix up missing and duplicate AUTHORSNicholas Clark2006-01-022-6/+34
| | | p4raw-id: //depot/perl@26578
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-024-94/+508
| | | | | Message-ID: <43B8C28C.20502@gmail.com> p4raw-id: //depot/perl@26576
* Since we no longer autovivify stashes (change #26370), we needRafael Garcia-Suarez2006-01-022-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::newpm@capmon.dk2006-01-021-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 Clark2006-01-024-6/+6
| | | p4raw-id: //depot/perl@26572
* Note that the "unlink"ing directories is attempted when running as aSteve Peters2006-01-022-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 Clark2006-01-021-1/+1
| | | | | (Also corrected in the repository) p4raw-id: //depot/perl@26570
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-023-13/+38
| | | p4raw-id: //depot/perl@26569
* Add 2006 to the copyright years in the header generated by embed.plNicholas Clark2006-01-021-1/+1
| | | p4raw-id: //depot/perl@26565