GSOC 2012

2012-03-27 Thread Andrew Whitworth
sets. Thanks, --Andrew Whitworth

Parrot 4.0.0 Hyperstasis released!

2012-01-17 Thread Andrew Whitworth
this project. Our next scheduled release is 21 February 2012. Enjoy! --Andrew Whitworth

http://nopaste.snit.ch/15851

2009-03-10 Thread Andrew Whitworth
http://nopaste.snit.ch/15851

Re: [perl #36283] [TODO] pasm/pir: forbid assignment syntax for inout params

2009-02-13 Thread Andrew Whitworth
. Then the bytecode generator can check that flag to make sure the syntax matches the given opcode. This is bad for a number of reasons, but there don't seem to be many other ways to get all the information we need in one place. --Andrew Whitworth On Wed, Feb 11, 2009 at 7:37 PM, kjstol parrotc

Re: [perl #41825] [BUG] morph vtable override not working in PIR

2009-01-17 Thread Andrew Whitworth
quite a bit internally. There really isn't any easier and still standard way of changing between types for PMCs. It certainly beats having to invoke PMC methods internally to switch between types. --Andrew Whitworth

Re: [perl #41825] [BUG] morph vtable override not working in PIR

2009-01-17 Thread Andrew Whitworth
sideeffect of a different operation. If we want PMCs to be able to change their types, we want to use something that's specific for that behavior, not a copy that happens to be able to change the type of the things it copies. --Andrew Whitworth

Re: [perl #41243] [TODO] Link on Win32 with Borland C++

2008-12-16 Thread Andrew Whitworth
that some errors still exist or not. --Andrew Whitworth On Tue, Dec 16, 2008 at 12:49 AM, Will Coleda via RT parrotbug-follo...@parrotcode.org wrote: On Thu Jan 11 09:55:40 2007, stmpeters wrote: On Thu Jan 11 08:57:22 2007, coke wrote: Need details. A recent patch has gotten Parrot to the point

Re: [perl #41243] [TODO] Link on Win32 with Borland C++

2008-12-16 Thread Andrew Whitworth
On Tue, Dec 16, 2008 at 1:20 PM, Ron Blaschke r...@rblasch.org wrote: Some time ago, because of this ticket, I tried with Borland C++ 5.5.1 and 5.82, and failed miserably. But that may just be my bad bcc-foo. Unless someone's keen for this platform and has access to a fairly new (within two

Re: [perl #57410] [TODO] syntactic sugar for named arguments: key = value - Add to PDD19 or deprecate

2008-11-29 Thread Andrew Whitworth
, and does add to readability, e.g. foo(answer=42). I'm in favor of removal, personally. I agree that this syntax doesnt do anything to help readability. --Andrew Whitworth

Re: [perl #37760] [CAGE] [C] imcc - item lists

2008-11-29 Thread Andrew Whitworth
. If other people say we should reject this, I certainly won't complain. --Andrew Whitworth

examples/tutorial/80_closure.pir

2008-11-20 Thread Andrew Whitworth
With closures deprecated, we can kill this example from the tutorial? --Andrew Whitworth.

Re: [perl #60624] [DEPRECATED] PARROT_API changes to PARROT_EXPORT

2008-11-18 Thread Andrew Whitworth
.) this is the rt tracking ticket. the work has begun in the api2export branch. Is this the only purpose of the branch, to change PARROT_API to PARROT_EXPORT? If so, it seems like it could be done in a single sed job and not need an entire branch for it. --Andrew Whitworth

Re: [perl #60564] [TODO] Refactor contexts to be PMCs

2008-11-16 Thread Andrew Whitworth
Since I'm monkeying around in the relevant code anyway, this might be a good task for the next calling_conventions branch. Or, if you prefer, we could create a second branch for this conversion and do the work there. --Andrew Whitworth On Sun, Nov 16, 2008 at 2:02 AM, via RT Allison Randal

[perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andrew Whitworth via RT
users who can double-check this and see if we still have a problem here? -- Andrew Whitworth a.k.a Whiteknight

[perl #50040] [BUG] GC makes a namespace entry disappear?

2008-10-21 Thread Andrew Whitworth via RT
maybe a solution was found (or an offending commit isolated). Does this still fail? If not, we can close this ticket. -- Andrew Whitworth a.k.a Whiteknight

Re: [perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andrew Whitworth
On Tue, Oct 21, 2008 at 9:28 AM, Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 20 Oct 2008, Andrew Whitworth via RT wrote: On Fri Mar 31 13:29:46 2006, leo wrote: I've tried: $ perl Configure.pl --cc=gcc --link=gcc --ld=gcc --cxx=gcc --verbose-step=gcc and got: Determining

[perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2008-10-21 Thread Andrew Whitworth via RT
of the PCCMETHOD Compiler, does it still exist? Is it used? Is FixedIntegerArray known to be leaking any memory? -- Andrew Whitworth a.k.a Whiteknight

[perl #53210] [TODO] change new_from_string to init_str

2008-10-21 Thread Andrew Whitworth via RT
consistent. -- Andrew Whitworth a.k.a Whiteknight

Re: [perl #60000] [BUG][IMCC] an :immediate sub cannot load_bytecode

2008-10-20 Thread Andrew Whitworth
to kill globals and make it more reentrant all the way around --Andrew Whitworth

[perl #58974] [TODO][IMCC] replace .return in tailcall context by .tailcall

2008-10-19 Thread Andrew Whitworth via RT
hard would it be to update them? Forgot to post this reply to perl6-internals -- Andrew Whitworth a.k.a Whiteknight

[perl #57430] [TODO] [PDD19] implement .HLL_map 'Foo' = 'Bar'

2008-10-19 Thread Andrew Whitworth via RT
before removal. -- Will Coke Coleda This syntax was added by kjs++ and it appears to work properly. The deprecation of the comma form of .HLL_map is being handled by RT#57432, so we can close this ticket now. -- Andrew Whitworth a.k.a Whiteknight

[perl #39796] [TODO] Implement .loadlib pragma in IMCC

2008-10-19 Thread Andrew Whitworth via RT
the .loadlib pragma work without problems now? Does it still appear to interact negatively with the .HLL pragma? If the .loadlib pragma is implemented and doesn't cause any problems, we should close this ticket. -- Andrew Whitworth a.k.a Whiteknight

[perl #57438] [DEPRECATED] [PDD19] .pragma n_operators

2008-10-18 Thread Andrew Whitworth via RT
, and that programs can continue to generate both n_ and non-n_ opcodes as needed. Pm After the pdd27mmd merge, all the n_* opcodes are gone now. I assume the .pragma n_operators can disappear with them? -- Andrew Whitworth a.k.a Whiteknight

[perl #39615] [TODO] get_outer op not defined in PDDs

2008-10-18 Thread Andrew Whitworth via RT
On Fri Feb 22 00:59:47 2008, kjs wrote: a patch was sent but never applied. I suggest to apply this patch, possibly with minor changes, and close this ticket. Applied in r32003. I hope Allison doesn't mind if I close this ticket? -- Andrew Whitworth a.k.a Whiteknight

[perl #57028] Re: pdd25cx and PGE optable bugs -- detailed analysis

2008-10-18 Thread Andrew Whitworth via RT
at that task tonight or over the weekend, if that's the path that we want to take. -- Andrew Whitworth a.k.a Whiteknight

[perl #46295] [CAGE] [pdd15oo] Review the docs w.r.t. the new OO implementation

2008-10-18 Thread Andrew Whitworth via RT
all documentation should be improved work that always needs to be done? Are there any specific changes in the code that have not yet been reflected in the documentation? -- Andrew Whitworth a.k.a Whiteknight

[perl #59472] [TODO] Randomize hash seed

2008-10-17 Thread Andrew Whitworth via RT
of it. Are there any specific boundaries on how large/small this number has to be, whether it has to be prime or pseudoprime, etc? I'll throw it together if somebody will tell me what the requirements are (if any). -- Andrew Whitworth a.k.a Whiteknight

[perl #56972] Error in link

2008-10-16 Thread Andrew Whitworth via RT
of an issue? If not, I think we can close this ticket. -- Andrew Whitworth a.k.a Whiteknight

[perl #48549] [DEPRECATED] [PDD19] Let .namespace (no args) have empty brackets

2008-10-16 Thread Andrew Whitworth via RT
of PGE in the future, maybe this change could be included in the laundry list of things to do during that time? -- Andrew Whitworth a.k.a Whiteknight

[perl #45959] [TODO] Check arity of sub in mmd_maybe_candidate()

2008-10-16 Thread Andrew Whitworth via RT
to only push on a candidate sub if the arity of the sub matches the arity of the MMD call? If so, what do we compare it to? Also, do we need to check the arity of MultiSub candidates too? Are we sure that Parrot_mmd_maybe_candidate is the right place to be checking arity on these subs? -- Andrew

[perl #46405] [TODO] Reset stacktop or disable GC in Parrot_exit()

2008-10-16 Thread Andrew Whitworth via RT
somewhere else automatically? That, and what is meant here by reset stacktop? I have no idea what that's supposed to mean. -- Andrew Whitworth a.k.a Whiteknight

[perl #31143] [TODO] Interpreter - share MMD tables

2008-10-16 Thread Andrew Whitworth via RT
On Sun Aug 15 13:21:16 2004, coke wrote: Make the MMD tables shareable between interpreters for faster startup. (Though there are issues with this) (From the TODO file) With the pdd27mmd branch merged in now, what's the status of this request? -- Andrew Whitworth a.k.a

[perl #36249] [TODO] Document policy on breakage, er, backward compatibility.

2008-10-16 Thread Andrew Whitworth via RT
have any documents or drafts which address this issue? We are getting close enough to the 0.8 release that's mentioned here as a specific milestone for getting this done. -- Andrew Whitworth a.k.a Whiteknight

[perl #43831] [CAGE] Document how we do function decoration

2008-10-16 Thread Andrew Whitworth via RT
to something more descriptive, like /docs/dev/C_Functions.pod or something. 3) Expand that documentation to include more cases (ARGIN, ARGMOD, ARGOUT, all the *_NULLOK variants of those, etc). Any suggestions? -- Andrew Whitworth a.k.a Whiteknight

[perl #57636] [TODO][PDD19] Document the reason for :unique_reg flag

2008-10-16 Thread Andrew Whitworth via RT
of these ideas into documentation in various files throughout /docs/ http://rt.perl.org/rt3/Ticket/Display.html?id=57636 -- Andrew Whitworth a.k.a Whiteknight

[perl #40124] [TODO] Document HLL mappings

2008-10-16 Thread Andrew Whitworth via RT
to the relevant code, I can try to hack together some docs for it. -- Andrew Whitworth a.k.a Whiteknight

Re: [perl #59830] [PROPOSAL][PDD19] Split .line directive into separate .line and .file directives.

2008-10-12 Thread Andrew Whitworth
On Sun, Oct 12, 2008 at 9:27 AM, via RT Klaas-Jan Stol [EMAIL PROTECTED] wrote: currently, the .line directive takes both an integer (for line number) and a string (for filename) argument. I propose to split these into a separate .line and .file directives, both only taking 1 argument. (much

Re: [perl #59784] [PATCH] Enhancement : support for multiple optables in PGE

2008-10-11 Thread Andrew Whitworth
variable. --Andrew Whitworth

Re: [perl #59788] [BUG] inplace shift left (shl_p_p, shl_p_i) fails

2008-10-10 Thread Andrew Whitworth
what PASM opcodes to and = produce? are they the same opcodes or something different? -Andrew Whitworth On Fri, Oct 10, 2008 at 4:07 PM, Patrick R. Michaud (via RT) [EMAIL PROTECTED] wrote: # New Ticket Created by Patrick R. Michaud # Please include the string: [perl #59788

Re: Benchmarking findings

2008-09-29 Thread Andrew Whitworth
with, if anybody has good information about it I can take a stab. Any code that becomes less stable without running the current GC must be in pretty bad shape. --Andrew Whitworth

[perl #40392] [CAGE] convert Cexit_fatal to a catchable exception

2008-09-23 Thread Andrew Whitworth via RT
milestone came and went. Any updates on this ticket? Maybe this ticket should be closed out (since it's vague) and replaced with another ticket or tickets for individual places where exit_fatal should be replaced with real_exception, if any. -- Andrew Whitworth a.k.a Whiteknight

Re: [perl #58374] [TODO][PDD19] Decide on maximum identifier length and implement this.

2008-08-26 Thread Andrew Whitworth
of automatically uniquely named variables from PGE and .macro_local variables (when and if they ever get implemented). I would be more comfortable with 128 or 256 if we can get away with it. --Andrew Whitworth

Moving GC MS

2008-08-19 Thread Andrew Whitworth
making (src/gc/gc_gms.c, src/gc/gc_ims.c, src/gc/gc_it.c), and keeps GC hackers from having to jump back and forth between files to see functions that are part of the same essential subsystem. Any disagreements? --Andrew Whitworth

[perl #57690] [BUG] make headerizer breaks build

2008-08-13 Thread Andrew Whitworth via RT
all data type definitions. Neither fix should be too difficult, but I don't know which we would prefer to pursue. --Andrew Whitworth

GC flags, clarification needed

2008-08-04 Thread Andrew Whitworth
don't want to rename a bunch of functions and variables, we should change the PDD to say that the term is not completely deprecated. This is just the first half of the PDD, I'm sure I'll generate more questions as I try to read through it more. --Andrew Whitworth

[perl #53394] [BUG] Divide-by-zero error in test on Windows

2008-07-16 Thread Andrew Whitworth via RT
This error hasn't been duplicated in nearly three months, and nobody else has commented on it. I'm marking this one resolved for now. --Andrew Whitworth

[perl #34452] [TODO] Add return signature to Parrot_call_sub that returns multiple values

2008-07-16 Thread Andrew Whitworth via RT
Is this still an issue? A quick check of src/embed.c shows that there is no function Parrot_call_sub. Has it been moved to some other location, or is it gone entirely? If it's completely gone, then this ticket is moot and should be closed. --Andrew Whitworth

Re: [perl #34452] [TODO] Add return signature to Parrot_call_sub that returns multiple values

2008-07-16 Thread Andrew Whitworth
? If it's completely gone, then this ticket is moot and should be closed. --Andrew Whitworth The original ticket said 'extend.c', not 'embed.c', which is where that function still is today. (me reading good)-- Sorry. --Andrew Whitworth

Re: [perl #56542] [PATCH] rename disassemble to pbc_disassemble

2008-07-12 Thread Andrew Whitworth
a problem with pbc_disassemble. --Andrew Whitworth

Re: [perl #56616] [BUG] make_root_namespace opcode nonexistent

2008-07-06 Thread Andrew Whitworth
as well. --Andrew Whitworth

[perl #56410] [PATCH] json reimplemented with pct

2008-07-02 Thread Andrew Whitworth via RT
; I decided for now that it would be just value* Running the pct-based JSON language, just input some string on the command line, like [1, 2, 3], and the output is dumped to stdout. kjs Thanks, applied in r28923. --Andrew Whitworth

[perl #53394] [BUG] Divide-by-zero error in test on Windows

2008-07-02 Thread Andrew Whitworth via RT
provide more information about your config? (which version of gcc, what options did you pass to configure.pl, how did you run the PIR, etc.) Can any of our windows users duplicate this bug? If not, it may not exist anymore. We should close this ticket if nobody can duplicate it. --Andrew

[perl #47888] [TODO] gc - possibly merge gmc branch back into trunk

2008-07-01 Thread Andrew Whitworth via RT
I took another long look at this branch, and see nothing here that is salvageable for current use. I have deleted the branch as of r28915. --Andrew Whitworth

[perl #47674] [TODO] :vtable pragma should enable 'self'

2008-06-30 Thread Andrew Whitworth via RT
example with $P1() and $P1($P1) using parrot -o both produce identical PASM files. Neither generated PASM file executes, they both fail with segmentation faults. I don't know yet if this is an artifact of the patch, a problem with the PASM generator, or something else. --Andrew Whitworth Index

[perl #47674] [TODO] :vtable pragma should enable 'self'

2008-06-30 Thread Andrew Whitworth via RT
will keep looking at it. --Andrew Whitworth Index: compilers/imcc/imcc.l === --- compilers/imcc/imcc.l (revision 28866) +++ compilers/imcc/imcc.l (working copy) @@ -557,7 +557,8 @@ (r = IMCC_INFO(interp)-cur_unit

[RFC] merge stack_common.c and stacks.c

2008-06-29 Thread Andrew Whitworth
, there are a lot of simplifications that could easily be made. We wouldn't want to oversimplify if it was our intention to add new stacks and new types of stacks in the future, but there is a lot we could do without limiting our future options. --Andrew Whitworth

Re: [svn:parrot] r28742 - trunk/src

2008-06-27 Thread Andrew Whitworth
when shared objects are moving to the interpreter. At the very least, I feel like this is ignorable. At the most, we could print out some kind of warning or even throw an exception. Either way, this is a recoverable error and we shouldn't close down the whole program here. --Andrew Whitworth

[perl #55538] [RFC] .macro_const doesn't work in *.pir files

2008-06-17 Thread Andrew Whitworth via RT
General consensus (at least from what I've heard) is that this is useful to add in PIR files, so I've applied the patch and a few other updates and tests for it in r28473. Resolving ticket. --Andrew Whitworth

[perl #55538] [RFC] .macro_const doesn't work in *.pir files

2008-06-16 Thread Andrew Whitworth via RT
and we are encouraging new users to learn PIR instead of PASM. If people think this is a good idea, I'll implement it and a test or two for it. --Andrew Whitworth Index: compilers/imcc/imcc.l === --- compilers/imcc/imcc.l (revision 28320

[perl #55364] [PATCH] Update GC system for PDD09 deprecation notes

2008-06-12 Thread Andrew Whitworth via RT
and updates the codebase to use the new names described in that document. I've been testing this patch locally for about a week and there are no issues with it. If nobody has any questions/comments/objections I'd like to apply it later today. Anybody? --Andrew Whitworth

Re: [perl #47888] [TODO] gc - possibly merge gmc branch back into trunk

2008-06-09 Thread Andrew Whitworth
this branch back to trunk. I am going to see if any individual algorithms or functions can be salvaged from this, but I don't have high hopes. --Andrew Whitworth

Re: [perl #47888] [TODO] gc - possibly merge gmc branch back into trunk

2008-06-07 Thread Andrew Whitworth
everything to match this patch. I'll take a close look at this branch in the coming week. -Andrew Whitworth

[perl #51944] Cygwin Readme

2008-05-13 Thread Andrew Whitworth via RT
is this ticket (#51944) resolved? I don't see any outstanding todo items here that need to be considered further, and the submitted patch has already been applied. Can we close this, or is this a placeholder for us to further improve cygwin documentation? --Andrew Whitworth

[perl #53916] [PATCH] Rewrite of docs/book/Chapter1

2008-05-09 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #53916] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53916 This is a documentation-only patch, no code is affected. The book in doc/book

Re: [perl #52842] [CORE] Remove stack.ops and user_stack

2008-04-24 Thread Andrew Whitworth
PDD09 lists 3 stacks which are cleaned by the collector, the system stack, the pmc register stack, and the general/user stack. Do all of these still exist? If not, this is a small update to make. --Andrew Whitworth On Thu, Apr 24, 2008 at 2:10 AM, Patrick R. Michaud via RT [EMAIL PROTECTED

[perl #52596] [BUG] Makefile cyclic dependency in r26854

2008-04-08 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #52596] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52596 I updated to the latest parrot revision this morning, make realclean

Re: [perl #52596] AutoReply: [BUG] Makefile cyclic dependency in r26854

2008-04-08 Thread Andrew Whitworth
Okay, I think Coke fixed this in r26855. --Andrew Whitworth

[perl #51980] [PATCH] fixed multiple redefines of snprintf macro

2008-04-07 Thread Andrew Whitworth via RT
then that as well. --Andrew Whitworth

Re: [perl #51980] [PATCH] fixed multiple redefines of snprintf macro

2008-04-06 Thread Andrew Whitworth
to be more comprehensive. I'll post it as soon as I have something that makes sense. --Andrew Whitworth

[perl #48549] [RFC][PIR] Let .namespace (no args) have empty brackets

2008-04-04 Thread Andrew Whitworth via RT
small and I don't forsee them being a problem (unless my knowledge of bison has degraded significantly in the past few months). --Andrew Whitworth pircnamespacefix.patch Description: Binary data imccnamespacefix.patch Description: Binary data

Re: [perl #52264] Bug: duplicate directory names in SVN

2008-03-30 Thread Andrew Whitworth
Oh, i'm glad this is a bug in the repository, when it happened to me, I assumed that my SVN client was broken. Now I dont need to go through the effort of uninstalling my SVN client, installing a new one, and checking out the entire repository again. --Andrew Whitworth On Sat, Mar 29, 2008 at 11

[perl #51980] [PATCH] fixed multiple redefines of snprintf macro

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51980] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51980 the snprintf macro was defined in Parrot/misc.h and src/spf_render.c. I moved

[perl #51976] [PATCH] fixed uninitialized variable warning in dynext.c:Parrot_init_lib()

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51976] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51976 I'm fixing a compile error that's generated (at least) on Win32 using cl.exe

[perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51982] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51982 src/string_primitives.c:Parrot_char_digit_value was producing a compile-time

[perl #38929] [CAGE] [C] Get executable code out of .h files

2008-03-21 Thread Andrew Whitworth via RT
week. --Andrew Whitworth

[perl #51984] [PATCH] fixed const int to unsigned char conversion warnings

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51984] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51984 The file src/utils.c was producing a number of compile-time warnings involving

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
Forgot the patch. Here's the file. --Andrew Whitworth stringprimitivestypecast2.patch Description: Binary data

Re: [perl #51982] [PATCH] fixed signed/unsigned typecast in string_primitives.c

2008-03-21 Thread Andrew Whitworth
On Fri, Mar 21, 2008 at 12:55 PM, Mark Glines via RT [EMAIL PROTECTED] wrote: On Fri, 21 Mar 2008 09:06:59 -0700 Andrew Whitworth (via RT) [EMAIL PROTECTED] wrote: # New Ticket Created by Andrew Whitworth # Please include the string: [perl #51982] # in the subject line of all future

[perl #51988] [PATCH] file descriptor duplication updates

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51988] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51988 A number of small updates to file descriptor duplication functions: 1) Calling

Re: [perl #51988] AutoReply: [PATCH] file descriptor duplication updates

2008-03-21 Thread Andrew Whitworth
Shoot, i forgot the file. Eventually I'm going to learn to proplerly use this new-fangled email contraption. --Andrew Whitworth iofddupfix.patch Description: Binary data

[perl #51990] [PATCH] fix compiler warnings in io_win32.c

2008-03-21 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #51990] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51990 Fixed two compiler warnings in src/io/io_win32.c, and updated a little bit

[perl #50882] [PATCH] fixing compile warnings in spf_render.c

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50882] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50882 Fixed two compile-time warnings in spf_render.c. 1) redefinition of snprintf

Re: [perl #50880] AutoReply: [PATCH] unreachable code warning in exceptions.c

2008-02-15 Thread Andrew Whitworth
Forgot the patch in the last email. --Andrew Whitworth exceptions_c.patch Description: Binary data

[perl #50880] [PATCH] unreachable code warning in exceptions.c

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50880] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50880 Fixed a warning in src/exceptions.c. the dumpcore() macro already contains

[perl #50886] Re: [PATCH] fixed unreachable code warnings after real_exception calls

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50886] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50886 ..forgot the patch, again. I'll get better at this, i swear. --Andrew

[perl #50884] [PATCH] fixed unreachable code warnings after real_exception calls

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50884] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50884 I fixed a few compile-time warnings in src/spf_vtable.c, src/threads.c, and src

[perl #50770] [PATCH] for RT#48276

2008-02-13 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50770] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50770 This is a patch for RT#48276 Warn when failure occurs in Parrot_setenv(). I

[perl #50768] [PATCH] Update Win32 platform documentation.

2008-02-13 Thread Andrew Whitworth
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #50768] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50768 I've updated some of the documenation and comments in config/platform/win32