summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bleadperl to version 0.37John Peacock2004-04-0711-122/+233
| | | | | Message-ID: <40735FC3.5010305@rowman.com> p4raw-id: //depot/perl@22668
* The optree builder was looping when constructing the opsRafael Garcia-Suarez2004-04-072-2/+7
| | | | | | for a map/grep block containing a while(1). (Bug reported by Pixel.) p4raw-id: //depot/perl@22667
* Test drives are fun. Implement ccversion for Itanium HP-UX 11.23H.Merijn Brand2004-04-061-1/+1
| | | p4raw-id: //depot/perl@22666
* AIX-4 with xlc does not like malloc wrapH.Merijn Brand2004-04-061-1/+2
| | | p4raw-id: //depot/perl@22665
* Re: tests for change #22539Jim Cromie2004-04-0610-93/+2729
| | | | | | Message-ID: <4069E913.5040906@divsol.com> (with some spelling tweaks) p4raw-id: //depot/perl@22664
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-063-4/+125
| | | | | within pack templates. p4raw-id: //depot/perl@22663
* C<undef> doesn't look like a number. See also:Marcus Holland-Moritz2004-04-055-6/+7
| | | | | | Subject: Re: [perl #27606] undef "looks like" a number Message-Id: <20040315221626.48061c67@r2d2> p4raw-id: //depot/perl@22662
* Re: perldelta584Craig A. Berry2004-04-051-5/+2
| | | | | | | Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com> (makes malloc wrap the default on VMS) p4raw-id: //depot/perl@22656
* ref ($proto) || $proto patchOvid2004-04-052-41/+18
| | | | | | Message-ID: <406F7A0A.50702@yahoo.com> (with minor reformatting) p4raw-id: //depot/perl@22654
* sv_pvutf8n_force and sv_pvbyten_forceSADAHIRO Tomoyuki2004-04-051-2/+6
| | | | | Message-Id: <20040324001126.098F.BQW10602@nifty.com> p4raw-id: //depot/perl@22652
* [perl #28171] wantarray docs should mention effect of eval { wantarray }Rafael Garcia-Suarez2004-04-052-5/+15
| | | | | | as reported by Tim Bunce. Add a note to this effect in perlfunc, and regression tests for it. p4raw-id: //depot/perl@22651
* More AUTHORS who deserve credit for patchesNicholas Clark2004-04-051-0/+9
| | | p4raw-id: //depot/perl@22649
* Hand merge patch from maint back to blead.Nicholas Clark2004-04-041-1/+2
| | | p4raw-id: //depot/perl@22646
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-0414-14/+14
| | | p4raw-id: //depot/perl@22642
* Fix bug #27940 : \cX escapes weren't working correctly in regularRafael Garcia-Suarez2004-04-022-3/+11
| | | | | expression ranges. p4raw-id: //depot/perl@22641
* fix utils install problems on VMSCraig A. Berry2004-04-022-8/+12
| | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406CCDC9.7000500@mac.com> We were not running utils/instmodsh.PL or utils/xsubpp.PL during the build, so installperl would not find the generated programs at install time. Also fixed several problems with the command definitions for the utilities p4raw-id: //depot/perl@22637
* archname salad on VMSCraig A. Berry2004-04-012-1/+13
| | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406C78A0.2070009@mac.com> sort out architecture-specific directory names for OpenVMS Itanium port p4raw-id: //depot/perl@22636
* Fix change #22376. Only mark a const as short-circuitedDave Mitchell2004-04-011-2/+4
| | | | | | if it's actually a const! p4raw-link: @22376 on //depot/perl: e7fec78e344a7fdea63b9a2551a3c57cc1a50f4d p4raw-id: //depot/perl@22635
* debug the instructions on upgrading UnicodeNicholas Clark2004-04-011-3/+12
| | | p4raw-id: //depot/perl@22630
* Fix and tests for [perl #28123] Perl optimizes // away incorrectlyMarcus Holland-Moritz2004-04-012-2/+10
| | | p4raw-id: //depot/perl@22625
* [perl #28032] delete $_[0] + (\$) prototype = bad freeDave Mitchell2004-03-312-2/+24
| | | | | av_delete() didn't reify. I also updated its description p4raw-id: //depot/perl@22624
* Upgrade to Unicode 4.0.1Nicholas Clark2004-03-31103-2861/+3620
| | | p4raw-id: //depot/perl@22621
* Regenerated Configure after backported #22571H.Merijn Brand2004-03-311-9/+10
| | | | | | Some indent leftovers from earlier patches We don't like double negatives, not even in comment p4raw-id: //depot/perl@22619
* Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXTGisle Aas2004-03-314-5/+19
| | | | | Message-ID: <lrk712bjs1.fsf@caliper.activestate.com> p4raw-id: //depot/perl@22617
* Unknowingly for years we've had a test that has assumed the orderNicholas Clark2004-03-311-7/+22
| | | | | of results from readdir. Fixed. p4raw-id: //depot/perl@22615
* Zaurus SL-[78]60 native compile patchDan Kogai2004-03-301-1/+3
| | | | | | Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp> Date: Tue, 30 Mar 2004 00:53:52 +0900 p4raw-id: //depot/perl@22614
* various win32 build fixesSteve Hay2004-03-292-10/+28
| | | | | | | | | | | | | | | | | Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32 Date: Tue, 23 Mar 2004 10:42:12 +0000 Message-ID: <40601484.7040905@uk.radan.com> Subject: [PATCH] distclean on Win32 should delete perl.base From: Steve Hay <steve.hay@uk.radan.com> Date: Tue, 23 Mar 2004 11:35:56 +0000 Message-ID: <4060211C.8020704@uk.radan.com> Subject: Re: [PATCH] Create debug symbols files on Windows even for release From: Steve Hay <steve.hay@uk.radan.com> Date: Fri, 26 Mar 2004 10:46:07 +0000 Message-ID: <406409EF.9020404@uk.radan.com> p4raw-id: //depot/perl@22610
* [perl #27986] IPC::Open3 fails in mod_perl (tie bug) Benjamin J. Tilly2004-03-291-0/+3
| | | | | | | | | From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org> The forked child should make sure STDIN and STDOUT aren't tied before messing with them p4raw-id: //depot/perl@22609
* backout change 22606 (make gv_fullname() include a literal '^')Dave Mitchell2004-03-292-11/+2
| | | | | it breaks select. p4raw-id: //depot/perl@22608
* update -Dx to cope with lexical version of OP_AELEMFASTDave Mitchell2004-03-281-10/+12
| | | p4raw-id: //depot/perl@22607
* make gv_fullname() etc include a literal '^' for *^FOO style namesDave Mitchell2004-03-282-2/+11
| | | p4raw-id: //depot/perl@22606
* pv_display() had code to display \n etc as escapes but it didn'tDave Mitchell2004-03-281-13/+11
| | | | | actually work. p4raw-id: //depot/perl@22605
* fix typo in change 22597Dave Mitchell2004-03-281-1/+1
| | | p4raw-id: //depot/perl@22604
* -Dusemallocwrap for VMS)Craig A. Berry2004-03-271-1/+19
| | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4065073A.30007@mac.com> Mimic in configure.com what Configure does to enable or disable the new feature -Dusemallocwrap p4raw-id: //depot/perl@22601
* don't clean-up perly.* on VMSCraig A. Berry2004-03-271-6/+0
| | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4064B4B4.2030203@mac.com> refrain from getting rid of perly.c and perly.h now that there are no longer VMS-specific overrides for these files p4raw-id: //depot/perl@22600
* [perl #24200] string corruption with lvalue subDave Mitchell2004-03-272-3/+25
| | | | | | | Depending on the context, the same substr OP may want to return a PVLV or an LV on subsequent invcations. If TARG is the wrong type, use a mortal instead. p4raw-id: //depot/perl@22599
* Clarify op.h comments for which ops the OPpDEREF* private flagsDave Mitchell2004-03-262-3/+3
| | | | | are actually used; update Concise.pm to match p4raw-id: //depot/perl@22597
* fix for change #22594; if using test.pl, must tell perl where toDave Mitchell2004-03-261-0/+6
| | | | | | find it! p4raw-link: @22594 on //depot/perl: dfa41748806263fb8b5d5fcb051bd36be96fe93c p4raw-id: //depot/perl@22596
* [perl #26839] document the return value of an empty subDave Mitchell2004-03-261-1/+2
| | | p4raw-id: //depot/perl@22595
* [perl #27040] - hints hash was being double freed on scope exitDave Mitchell2004-03-264-13/+28
| | | p4raw-id: //depot/perl@22594
* Re: [perl #27906] stat documentation correctionAndy Lester2004-03-262-14/+16
| | | | | | Message-Id: <20040325034830.GA5865@petdance.com> (Applied with a correction from Spider Boardman.) p4raw-id: //depot/perl@22593
* fix some comments in perly.yDave Mitchell2004-03-261-3/+3
| | | p4raw-id: //depot/perl@22592
* [perl #27268] Blessed reference to anonymous globDave Mitchell2004-03-262-1/+12
| | | | | Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning p4raw-id: //depot/perl@22591
* [perl #27748] 'find2perl' bug: -exec causes chdir error jdhedden@1979.usna.com2004-03-241-3/+8
| | | | | | | | | From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org> Cwd code was planted in the output executable after the exit, so was never run. p4raw-id: //depot/perl@22586
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-248-0/+39
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* [perl #27790] split docs: say the string is EXPR Dan Jacobson2004-03-241-2/+3
| | | | | | | | From: Dan Jacobson (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org> Minor documentation nit in split p4raw-id: //depot/perl@22584
* mintest will pass if I skip the correct number of tests. D'oh!Nicholas Clark2004-03-241-1/+1
| | | p4raw-id: //depot/perl@22582
* Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32Steve Hay2004-03-244-0/+20
| | | | | | Message-ID: <40618D1C.7000601@uk.radan.com> Date: Wed, 24 Mar 2004 13:29:00 +0000 p4raw-id: //depot/perl@22579
* Good catch from Dave Mitchell; plus a null pointer protection.Rafael Garcia-Suarez2004-03-241-2/+2
| | | p4raw-id: //depot/perl@22578
* Unlike perl, 0 in void context isn't special cased in C :-)Nicholas Clark2004-03-241-3/+3
| | | | | | (So it warns). Tweak the no-action malloc wrap checkers to avoid warnings. p4raw-id: //depot/perl@22577