summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Simplify the debug and assert logic.Nicholas Clark2005-05-101-7/+0
| | | p4raw-id: //depot/perl@24435
* Change 24165 missed one s/class/classname/ in the debugging code.Nicholas Clark2005-05-101-1/+1
| | | p4raw-id: //depot/perl@24434
* reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-101-2/+2
| | | | | Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24433
* Avoid USE_SITECUSTOMIZE redefined warningsJan Dubois2005-05-101-0/+2
| | | | | Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432
* attributes-two.patch, the next batchAndy Lester2005-05-0915-507/+1078
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431
* Fix typo (bug #35368)Rafael Garcia-Suarez2005-05-091-2/+1
| | | p4raw-id: //depot/perl@24430
* Update the comment describing arenas.Nicholas Clark2005-05-091-8/+8
| | | p4raw-id: //depot/perl@24429
* Hoist the static "AUTOLOAD" into a static const variable. Makes theNicholas Clark2005-05-091-10/+9
| | | | | | object file slightly smaller, and also increases the proportion of read only data section. p4raw-id: //depot/perl@24427
* Upgrade to Unicode::Collate 0.50Rafael Garcia-Suarez2005-05-0921-455/+739
| | | p4raw-id: //depot/perl@24426
* Change 24413 should have updated makedef.pl with the knowledge that 2Nicholas Clark2005-05-091-0/+2
| | | | | symbols are ithreads only. p4raw-id: //depot/perl@24425
* Change 24420 should have hand updated globvar.sym to reflect theNicholas Clark2005-05-091-1/+1
| | | | | renaming of the global variable. p4raw-id: //depot/perl@24424
* Simplify S_hv_notallowed slightly by passing a prebuilt messageNicholas Clark2005-05-091-9/+8
| | | | | template. (Also slightly smaller object code) p4raw-id: //depot/perl@24423
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-096-6/+104
| | | | | Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24422
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-095-830/+142
| | | | | add the missing defines for non-threaded perls in perl.h p4raw-id: //depot/perl@24421
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-084-8/+5
| | | | | SvPV and a %s format. p4raw-id: //depot/perl@24420
* There's no need to set a reference count for the new SV heads, as it'sNicholas Clark2005-05-081-0/+7
| | | | | | | | always set to 1 at uprooting time. But set it to zero when DEBUGGING to make things clearer. Plus fix a bug introduced by change 22945, where the last SV head had an uninitialised reference count. p4raw-id: //depot/perl@24419
* The idea is that when you find something, you stop looking.Nicholas Clark2005-05-081-1/+3
| | | | | ( http://use.perl.org/comments.pl?sid=26369&cid=40183 ) p4raw-id: //depot/perl@24418
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
| | | p4raw-id: //depot/perl@24417