Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the version number on Win32::Win32 | Nicholas Clark | 2005-05-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24482 | ||||
* | Assuming that everything with 0x40000000 is SVpad_TYPED is bogus. | Nicholas Clark | 2005-05-16 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@24480 | ||||
* | This seems to be the right thing to do to iterate over layers | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24476 | ||||
* | $! might contain "unknown" if strerror(3) says so | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24475 | ||||
* | Upgrade to Time::HiRes 1.68 | Rafael Garcia-Suarez | 2005-05-16 | 3 | -25/+51 |
| | | | p4raw-id: //depot/perl@24472 | ||||
* | Minor tweak to via | Andy Lester | 2005-05-15 | 1 | -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.10 | Nicholas Clark | 2005-05-15 | 5 | -18/+40 |
| | | | p4raw-id: //depot/perl@24470 | ||||
* | avoid leaked scalar in BEGIN { threads->new(...) } | Dave Mitchell | 2005-05-15 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@24469 | ||||
* | Fix typo in DDEBUG_LEAKING_SCALARS flags output | Dave Mitchell | 2005-05-14 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24468 | ||||
* | initialize the PL_xpvgv_[arena]root vars during clone | Dave Mitchell | 2005-05-14 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@24467 | ||||
* | Update to Scalar-List-Utils-1.15 | Graham Barr | 2005-05-13 | 39 | -452/+734 |
| | | | p4raw-id: //depot/perl@24465 | ||||
* | change to quiet cygwin's perlld | Yitzchak Scott-Thoennes | 2005-05-13 | 1 | -5/+5 |
| | | | | | Message-ID: <20050513131545.GB4024@efn.org> p4raw-id: //depot/perl@24461 | ||||
* | Reorder the *more* arena allocation functions into a block | Nicholas Clark | 2005-05-13 | 5 | -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 arenas | Nicholas Clark | 2005-05-13 | 7 | -3/+81 |
| | | | p4raw-id: //depot/perl@24459 | ||||
* | make join.t threadsafe! | Dave Mitchell | 2005-05-12 | 1 | -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 variables | Steve Hay | 2005-05-12 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@24454 | ||||
* | Add Win32::GetFileVersion() function | Jan Dubois | 2005-05-12 | 2 | -7/+79 |
| | | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com> p4raw-id: //depot/perl@24453 | ||||
* | Silence DEBUGGING compilation warnings | Rafael Garcia-Suarez | 2005-05-12 | 1 | -3/+6 |
| | | | p4raw-id: //depot/perl@24452 | ||||
* | SvUPGRADE doesn't return false. | Rafael Garcia-Suarez | 2005-05-12 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@24451 | ||||
* | Rework documentation of split(//,...) | Rafael Garcia-Suarez | 2005-05-12 | 1 | -6/+5 |
| | | | p4raw-id: //depot/perl@24450 | ||||
* | [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't | Steve Peters | 2005-05-11 | 2 | -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.4 | Michael G. Schwern | 2005-05-11 | 1 | -4/+19 |
| | | | | | Message-ID: <20050511011047.GA23955@windhund.schwern.org> p4raw-id: //depot/perl@24446 | ||||
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 61 | -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 strictness | Jarkko Hietaniemi | 2005-05-10 | 4 | -6/+31 |
| | | | | | Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> p4raw-id: //depot/perl@24444 | ||||
* | "make regen" should run reentr.pl | Rafael Garcia-Suarez | 2005-05-10 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@24443 | ||||
* | Regenerate reentr.[ch] | Rafael Garcia-Suarez | 2005-05-10 | 2 | -8/+19 |
| | | | p4raw-id: //depot/perl@24442 | ||||
* | Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 3 | -2/+51 |
| | | | | | Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24441 | ||||
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 35 | -18/+200 |
| | | | | | (except the generated ones) p4raw-id: //depot/perl@24440 | ||||
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 11 | -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 to | Nicholas Clark | 2005-05-10 | 1 | -3/+4 |
| | | | | | use it. p4raw-id: //depot/perl@24438 | ||||
* | perlop.pod nit | Steve Peters | 2005-05-10 | 1 | -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 hash | Nicholas Clark | 2005-05-10 | 1 | -6/+80 |
| | | | p4raw-id: //depot/perl@24436 | ||||
* | Simplify the debug and assert logic. | Nicholas Clark | 2005-05-10 | 1 | -7/+0 |
| | | | p4raw-id: //depot/perl@24435 | ||||
* | Change 24165 missed one s/class/classname/ in the debugging code. | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24434 | ||||
* | reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 1 | -2/+2 |
| | | | | | Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24433 | ||||
* | Avoid USE_SITECUSTOMIZE redefined warnings | Jan Dubois | 2005-05-10 | 1 | -0/+2 |
| | | | | | Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432 | ||||
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 15 | -507/+1078 |
| | | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431 | ||||
* | Fix typo (bug #35368) | Rafael Garcia-Suarez | 2005-05-09 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@24430 | ||||
* | Update the comment describing arenas. | Nicholas Clark | 2005-05-09 | 1 | -8/+8 |
| | | | p4raw-id: //depot/perl@24429 | ||||
* | Hoist the static "AUTOLOAD" into a static const variable. Makes the | Nicholas Clark | 2005-05-09 | 1 | -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.50 | Rafael Garcia-Suarez | 2005-05-09 | 21 | -455/+739 |
| | | | p4raw-id: //depot/perl@24426 | ||||
* | Change 24413 should have updated makedef.pl with the knowledge that 2 | Nicholas Clark | 2005-05-09 | 1 | -0/+2 |
| | | | | | symbols are ithreads only. p4raw-id: //depot/perl@24425 | ||||
* | Change 24420 should have hand updated globvar.sym to reflect the | Nicholas Clark | 2005-05-09 | 1 | -1/+1 |
| | | | | | renaming of the global variable. p4raw-id: //depot/perl@24424 | ||||
* | Simplify S_hv_notallowed slightly by passing a prebuilt message | Nicholas Clark | 2005-05-09 | 1 | -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() tasks | Steve Peters | 2005-05-09 | 6 | -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-Suarez | 2005-05-09 | 5 | -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 for | Nicholas Clark | 2005-05-08 | 4 | -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's | Nicholas Clark | 2005-05-08 | 1 | -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 Clark | 2005-05-08 | 1 | -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 Mitchell | 2005-05-08 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@24417 |