summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Attribute configurationAndy Lester2005-05-2031-216/+473
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Gisle noted an unused variableRafael Garcia-Suarez2005-05-201-3/+0
| | | p4raw-id: //depot/perl@24507
* Fix the new exit() tests, by Gisle Aas :Rafael Garcia-Suarez2005-05-191-2/+1
| | | | | don't let the shell interfere with the process return value p4raw-id: //depot/perl@24506
* [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. yves orton2005-05-191-2/+2
| | | | | Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org> p4raw-id: //depot/perl@24505
* tabs, not spaces. Bad editor. No cookie.Nicholas Clark2005-05-191-15/+15
| | | | | | Does the MANIFEST file support comments, sufficient to add an editor block? p4raw-id: //depot/perl@24504
* Adjust VMS test countRafael Garcia-Suarez2005-05-191-1/+1
| | | p4raw-id: //depot/perl@24503
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-1812-39/+118
| | | | | Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24501
* Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: ↵Yitzchak Scott-Thoennes2005-05-1819-1813/+3779
| | | | | | | [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) Message-ID: <20050518141131.GA2704@efn.org> p4raw-id: //depot/perl@24500
* B::Disassembler.pmNicholas Clark2005-05-181-5/+5
| | | | | Message-ID: <20050517102817.GD94420@plum.flirble.org> p4raw-id: //depot/perl@24499
* make t/TEST print summary times consistently to two decimal placesDave Mitchell2005-05-181-1/+1
| | | p4raw-id: //depot/perl@24498
* Default to allocating the correct size for the array in the HV.Nicholas Clark2005-05-181-1/+4
| | | | | Override this with -DPERL_USE_LARGE_HV_ALLOC p4raw-id: //depot/perl@24497
* [PATCH] Eliminate radically out of date CHANGES from perlportMichael G. Schwern2005-05-181-172/+54
| | | | | | | | | | | Date: Mon, 16 May 2005 15:17:05 -0700 Message-ID: <20050516221705.GA212@windhund.schwern.org> Subject: [PATCH] Eliminate function signatures from perlport From: Michael G Schwern <schwern@pobox.com> Date: Mon, 16 May 2005 15:24:18 -0700 Message-ID: <20050516222418.GA422@windhund.schwern.org> p4raw-id: //depot/perl@24496
* more about __attribute__Jarkko Hietaniemi2005-05-171-1/+23
| | | | | Message-ID: <428A2BAB.9020306@gmail.com> p4raw-id: //depot/perl@24495
* Clarify definition of octal literalsRafael Garcia-Suarez2005-05-171-1/+1
| | | | | (thanks to Olivier Blin) p4raw-id: //depot/perl@24493
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-1710-520/+645
| | | | | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com> completed by: Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24492
* One last 1008 to replace with PERL_ARENA_SIZENicholas Clark2005-05-171-2/+2
| | | p4raw-id: //depot/perl@24491
* Upgrade to Encode 2.10Nicholas Clark2005-05-166-10/+18
| | | p4raw-id: //depot/perl@24490
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-1626-352/+473
| | | | | Message-ID: <20050516151353.GA25387@petdance.com> p4raw-id: //depot/perl@24489
* Bump the version number on Win32::Win32Nicholas Clark2005-05-161-1/+1
| | | p4raw-id: //depot/perl@24482
* Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.Nicholas Clark2005-05-161-1/+5
| | | p4raw-id: //depot/perl@24480
* This seems to be the right thing to do to iterate over layersRafael Garcia-Suarez2005-05-161-2/+2
| | | p4raw-id: //depot/perl@24476
* $! might contain "unknown" if strerror(3) says soRafael Garcia-Suarez2005-05-161-2/+2
| | | p4raw-id: //depot/perl@24475
* Upgrade to Time::HiRes 1.68Rafael Garcia-Suarez2005-05-163-25/+51
| | | p4raw-id: //depot/perl@24472
* Minor tweak to viaAndy Lester2005-05-151-4/+4
| | | | | | | Message-ID: <20050513163952.GA20167@petdance.com> from a bug report and patch by Matt Lawrence p4raw-id: //depot/perl@24471
* Upgrade to CGI.pm 3.10Nicholas Clark2005-05-155-18/+40
| | | p4raw-id: //depot/perl@24470
* avoid leaked scalar in BEGIN { threads->new(...) }Dave Mitchell2005-05-151-0/+6
| | | p4raw-id: //depot/perl@24469
* Fix typo in DDEBUG_LEAKING_SCALARS flags outputDave Mitchell2005-05-141-1/+1
| | | p4raw-id: //depot/perl@24468
* initialize the PL_xpvgv_[arena]root vars during cloneDave Mitchell2005-05-141-0/+2
| | | p4raw-id: //depot/perl@24467
* Update to Scalar-List-Utils-1.15Graham Barr2005-05-1339-452/+734
| | | p4raw-id: //depot/perl@24465
* change to quiet cygwin's perlldYitzchak Scott-Thoennes2005-05-131-5/+5
| | | | | Message-ID: <20050513131545.GB4024@efn.org> p4raw-id: //depot/perl@24461
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-135-388/+330
| | | | | | | As they are now ahead of their corresponding *new* functions, no need for all the embedding guff. Remove all the "register" keywords. p4raw-id: //depot/perl@24460
* Allocate GV bodies from arenasNicholas Clark2005-05-137-3/+81
| | | p4raw-id: //depot/perl@24459
* make join.t threadsafe!Dave Mitchell2005-05-121-0/+3
| | | | | | tests 13 and 14 could output in reverse order. Add a lock to stop this. p4raw-id: //depot/perl@24455
* Remove a couple of unreferenced local variablesSteve Hay2005-05-121-2/+0
| | | p4raw-id: //depot/perl@24454
* Add Win32::GetFileVersion() functionJan Dubois2005-05-122-7/+79
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com> p4raw-id: //depot/perl@24453
* Silence DEBUGGING compilation warningsRafael Garcia-Suarez2005-05-121-3/+6
| | | p4raw-id: //depot/perl@24452
* SvUPGRADE doesn't return false.Rafael Garcia-Suarez2005-05-121-2/+1
| | | p4raw-id: //depot/perl@24451
* Rework documentation of split(//,...)Rafael Garcia-Suarez2005-05-121-6/+5
| | | p4raw-id: //depot/perl@24450
* [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't Steve Peters2005-05-112-5/+14
| | | | | | | | | | | | From: Steve Peters via RT <perlbug-followup@perl.org> Date: 11 May 2005 16:58:22 -0000 Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org> Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example From: Steve Peters via RT <perlbug-followup@perl.org> Date: 11 May 2005 17:13:29 -0000 Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org> p4raw-id: //depot/perl@24449
* Hints changes for OS X 10.4Michael G. Schwern2005-05-111-4/+19
| | | | | Message-ID: <20050511011047.GA23955@windhund.schwern.org> p4raw-id: //depot/perl@24446
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-1161-108/+183
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* potential [PATCH] Tru64 crank up strictnessJarkko Hietaniemi2005-05-104-6/+31
| | | | | Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> p4raw-id: //depot/perl@24444
* "make regen" should run reentr.plRafael Garcia-Suarez2005-05-101-2/+3
| | | p4raw-id: //depot/perl@24443
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-102-8/+19
| | | p4raw-id: //depot/perl@24442
* Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-103-2/+51
| | | | | Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24441
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-1035-18/+200
| | | | | (except the generated ones) p4raw-id: //depot/perl@24440
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-1011-28/+28
| | | | | plus a couple of 1 byte sv_setpv()s too. p4raw-id: //depot/perl@24439
* As we have the length of the string easily to hand, no reason not toNicholas Clark2005-05-101-3/+4
| | | | | use it. p4raw-id: //depot/perl@24438
* perlop.pod nitSteve Peters2005-05-101-1/+1
| | | | | Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24437
* Experiment with using the ptr_table code to hold the seen hashNicholas Clark2005-05-101-6/+80
| | | p4raw-id: //depot/perl@24436