[perl #36644] [PATCH] switched resizable*arrays to use resizablepmcarray's allocation strategy

2005-07-24 Thread via RT
# New Ticket Created by Matt Fowles # Please include the string: [perl #36644] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36644 > All~ This patch moves the resizable array to using the same allocation strategy as resi

Re: [perl #31163] Debugger - List breakpoints

2005-07-24 Thread Leopold Toetsch
On Jul 24, 2005, at 3:25, Will Coleda wrote: To use the same debugger commands as perl (which I assume is a goal), we'd need to make this command "L". The current implementation of the debugger is case agnostic as far as command names go, and since there's already an "l", there can't be an

Re: [perl #32547] [TODO] Tcl - Support \u escapes

2005-07-24 Thread Leopold Toetsch
On Jul 24, 2005, at 4:17, Will Coleda via RT wrote: puts \u30b3\u30fc\u30d2\u30fc has worked for some time now; the [string] subcommands are documented as not working as part of the tcl language suite testing. If this mail is regarding a tcl TODO then please just make a note to yourself

Re: Octal and Hex Conversions

2005-07-24 Thread Leopold Toetsch
On Jul 24, 2005, at 6:37, Matt Diephouse wrote: I don't see any opcodes currently for transforming octal and hexadecimal strings to their integer equivalents. Should there be? Yes. Maybe: set Ix, Sy, Ibase # Ibase = 2..36 This seems like a common language feature (at least for Parrot's

[perl #36647] 'make languages' should continue after building a language failed

2005-07-24 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #36647] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36647 > 'make languages' or 'cd languages && make' is a shortcut for building most lan

Re: dynclasses on Windows

2005-07-24 Thread Nick Glencross
Jonathan Worthington wrote: "Nick Glencross" <[EMAIL PROTECTED]> wrote: I've been giving some thought to what needs doing to get dynclasses working on Windows. I'm not particularly intimate with Windows, but use cygwin quite a bit. I've also been looking at this, but for native Win32 rather t

Re: GMC for dummies

2005-07-24 Thread Bob Rogers
From: Nattfodd <[EMAIL PROTECTED]> Date: Thu, 21 Jul 2005 03:22:04 +0200 Leopold Toetsch wrote: >> ... Perhaps you should save your (metaphorical) breath, and I'll >> wait for a more detailed design. > > > I'm waiting too :-) Hi, I believe I found a good workaround