Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [patch@25502] Add hard link and V8.2 crtl support to VMS. | John E. Malmberg | 2005-09-20 | 3 | -68/+296 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <432F9C90.7080702@qsl.net> p4raw-id: //depot/perl@25507 | ||||
* | The second argument to Move() is the destination, so cannot possibly | Nicholas Clark | 2005-09-19 | 1 | -3/+3 |
| | | | | | be const. Pesky casting in handy.h. Getting in the way of correctness. p4raw-id: //depot/perl@25502 | ||||
* | Add parallel testing to TODO | Nicholas Clark | 2005-09-19 | 1 | -0/+28 |
| | | | p4raw-id: //depot/perl@25499 | ||||
* | First argument to he_dup is actually a const HE * | Nicholas Clark | 2005-09-19 | 4 | -4/+4 |
| | | | p4raw-id: //depot/perl@25497 | ||||
* | All Perl_hv_name_set()s need to be plain hv_name_set if they are to | Nicholas Clark | 2005-09-19 | 1 | -1/+1 |
| | | | | | work with a macro version. p4raw-id: //depot/perl@25493 | ||||
* | Update win32 config files w.r.t. change #25387 | Steve Hay | 2005-09-19 | 8 | -0/+56 |
| | | | | | p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad p4raw-id: //depot/perl@25488 | ||||
* | bleadperl DProf.xs:140: warning: `unused' attribute ignored | Yitzchak Scott-Thoennes | 2005-09-19 | 1 | -4/+2 |
| | | | | | Message-ID: <20050919024637.GA2860@efn.org> p4raw-id: //depot/perl@25486 | ||||
* | Improve failure case diagnostics from comp/package.t | Nicholas Clark | 2005-09-19 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@25480 | ||||
* | Should have been embed.h, not proto.h, in 25475 | Nicholas Clark | 2005-09-18 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@25476 | ||||
* | It looks like the only way to reliably make Perl_hv_name_set a pure | Nicholas Clark | 2005-09-18 | 5 | -6/+6 |
| | | | | | | | macro in 5.8.x is to make it available as hv_name_set. [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes warnings or other games when Perl_hv_name_set() is a macro] p4raw-id: //depot/perl@25475 | ||||
* | [patch@25452] VMS fix required by Change 25387 | John E. Malmberg | 2005-09-18 | 1 | -0/+2 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <432DB795.8050801@qsl.net> p4raw-id: //depot/perl@25474 | ||||
* | Tidying up the unused or unneeded global variables would be good. | Nicholas Clark | 2005-09-18 | 1 | -0/+12 |
| | | | p4raw-id: //depot/perl@25463 | ||||
* | Controlling what the GNU linker exports from a shared library would | Nicholas Clark | 2005-09-18 | 1 | -0/+12 |
| | | | | | be a useful thing TODO p4raw-id: //depot/perl@25459 | ||||
* | Detail the minimal rewards programme we have on offer. | Nicholas Clark | 2005-09-18 | 1 | -17/+21 |
| | | | | | | Hoik relocatable perl to the top of its section. Some other formatting tweaks. p4raw-id: //depot/perl@25457 | ||||
* | refactoring xsubpp should have been in the "just perl" section. | Nicholas Clark | 2005-09-17 | 1 | -16/+14 |
| | | | p4raw-id: //depot/perl@25452 | ||||
* | Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS" | Nicholas Clark | 2005-09-17 | 1 | -0/+17 |
| | | | | | to the TODO p4raw-id: //depot/perl@25451 | ||||
* | Add shrinking GVs and CVs to the TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+7 |
| | | | p4raw-id: //depot/perl@25448 | ||||
* | Add reduce duplication in sv_setsv_flags to TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+12 |
| | | | p4raw-id: //depot/perl@25446 | ||||
* | Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case | Nicholas Clark | 2005-09-17 | 1 | -0/+4 |
| | | | | | (and the don't know the pointer size case) p4raw-id: //depot/perl@25445 | ||||
* | vv5.9.3 is clearly a bug. | Nicholas Clark | 2005-09-17 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@25444 | ||||
* | Add ordering of "global" variables to TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+15 |
| | | | p4raw-id: //depot/perl@25443 | ||||
* | Holding a mutex then croak()ing strikes me as deadlock. | Nicholas Clark | 2005-09-17 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25442 | ||||
* | Add emulate the per-thread memory pool on Unix to the TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+31 |
| | | | p4raw-id: //depot/perl@25439 | ||||
* | Add suggestion to profile to find a better set of hot ops for pp_hot. | Nicholas Clark | 2005-09-17 | 1 | -0/+13 |
| | | | p4raw-id: //depot/perl@25436 | ||||
* | add merge Perl_sv_2[inpu]v to TODO | Nicholas Clark | 2005-09-17 | 1 | -1/+10 |
| | | | p4raw-id: //depot/perl@25434 | ||||
* | Making make -j... work is a TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@25431 | ||||
* | Add "automating coverage tests" as a TODO | Nicholas Clark | 2005-09-17 | 1 | -0/+64 |
| | | | p4raw-id: //depot/perl@25430 | ||||
* | Re-order the TODO tasks based on the skills they need, putting the | Nicholas Clark | 2005-09-17 | 1 | -224/+296 |
| | | | | | | | | | | | | | | easist tasks first. I've categorised them as =head1 Tasks that only need Perl knowledge =head1 Tasks that need a little sysadmin-type knowledge =head1 Tasks that need a little C knowledge =head1 Tasks that need a knowledge of XS =head1 Tasks that need a knowledge of the interpreter =head1 Big projects Lets see if we get any takers. p4raw-id: //depot/perl@25429 | ||||
* | Revert change #24223 : select() will continue | Rafael Garcia-Suarez | 2005-09-16 | 3 | -8/+3 |
| | | | | | | | to return -1 on error, like in previous versions, and like other system builtins. p4raw-link: @24223 on //depot/perl: 5c477709a8f3aa3110d51ae872950c20ff14fed6 p4raw-id: //depot/perl@25418 | ||||
* | Fix obsolete identifiers in comment | Rafael Garcia-Suarez | 2005-09-15 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@25417 | ||||
* | Upgrade to version.pm 0.48 | Rafael Garcia-Suarez | 2005-09-15 | 5 | -587/+1130 |
| | | | p4raw-id: //depot/perl@25416 | ||||
* | Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug) | Jarkko Hietaniemi | 2005-09-14 | 5 | -156/+525 |
| | | | | | Message-ID: <4327C283.80706@gmail.com> p4raw-id: //depot/perl@25414 | ||||
* | [perl #37163] dprofpp array subscript error | scott@perlcode.org | 2005-09-14 | 1 | -1/+1 |
| | | | | | | From: scott@perlcode.org (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org> p4raw-id: //depot/perl@25413 | ||||
* | Change 25409 wasn't necessary for threaded perls | Rafael Garcia-Suarez | 2005-09-14 | 1 | -9/+13 |
| | | | p4raw-id: //depot/perl@25411 | ||||
* | The debugger wasn't tracing correctly execution in eval("")'ed | Rafael Garcia-Suarez | 2005-09-14 | 1 | -0/+33 |
| | | | | | code containing #line directives p4raw-id: //depot/perl@25409 | ||||
* | Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t) | Dominic Dunlop | 2005-09-13 | 1 | -0/+9 |
| | | | | | Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com> p4raw-id: //depot/perl@25406 | ||||
* | Add Luke Closs to AUTHORS | Nicholas Clark | 2005-09-13 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25403 | ||||
* | [perl #36448] configuring ranlib for perl on osx with xcode 2.1 | Luke Closs | 2005-09-13 | 2 | -1/+7 |
| | | | | | | | From: Luke Closs (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org> Date: 1 Jul 2005 21:56:31 -0000 p4raw-id: //depot/perl@25402 | ||||
* | Allow non-arrowed form of chained subscripts after slices | Yitzchak Scott-Thoennes | 2005-09-13 | 5 | -368/+385 |
| | | | | | | | | | | Subject: Re: [perl #37039] perlref documentation about optional -> is too vague Date: Thu, 1 Sep 2005 17:41:36 -0700 Message-ID: <20050902004136.GA2656@efn.org> Date: Mon, 5 Sep 2005 08:10:20 -0700 Message-ID: <20050905151020.GA3556@efn.org> p4raw-id: //depot/perl@25399 | ||||
* | [patch@25388] vms/vms.c Perl_cando fix. | John E. Malmberg | 2005-09-13 | 1 | -1/+10 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <43264DF4.6090403@qsl.net> p4raw-id: //depot/perl@25398 | ||||
* | The return of the consting | Andy Lester | 2005-09-13 | 5 | -132/+299 |
| | | | | | Message-ID: <20050913060835.GA1037@petdance.com> p4raw-id: //depot/perl@25397 | ||||
* | [perl #37142] h2xs skips enums with negative values | Aaron Kaplan | 2005-09-12 | 1 | -3/+2 |
| | | | | | | From: Aaron Kaplan (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org> p4raw-id: //depot/perl@25388 | ||||
* | Detection of malloc_size and malloc_good_size | H.Merijn Brand | 2005-09-12 | 4 | -2/+34 |
| | | | p4raw-id: //depot/perl@25387 | ||||
* | Reverted 25364 on authors request | H.Merijn Brand | 2005-09-11 | 2 | -25/+1 |
| | | | p4raw-id: //depot/perl@25383 | ||||
* | Experiment with putting the F<.patch>level into patchlevel.h | Nicholas Clark | 2005-09-10 | 2 | -3/+8 |
| | | | | | (a sure way to accelerate any change to subversion) p4raw-id: //depot/perl@25374 | ||||
* | Minor comment fix | Rafael Garcia-Suarez | 2005-09-09 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@25366 | ||||
* | Make t/op/local.t use test.pl. | Rick Delaney | 2005-09-08 | 1 | -89/+99 |
| | | | | | Message-ID: <20050908024544.GA4058@localhost.localdomain> p4raw-id: //depot/perl@25365 | ||||
* | [patch@cbuilder_0.13] VMS fixes for cbuilder | John E. Malmberg | 2005-09-08 | 2 | -1/+25 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <431F7EE8.3040908@qsl.net> p4raw-id: //depot/perl@25364 | ||||
* | The formatting function of Carp::Heavy has problem with utf8 strings. | Rafael Garcia-Suarez | 2005-09-07 | 1 | -2/+3 |
| | | | | | Work around it. p4raw-id: //depot/perl@25363 | ||||
* | [perl #37091] File::Path::mkpath resets errno | kvr@centrum.cz | 2005-09-07 | 1 | -2/+2 |
| | | | | | | From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org> p4raw-id: //depot/perl@25362 |