Please also send a copy of this to the ICU developers. (See the ICU
website/documentation.)
We need to try and make as few changes as possible to ICU, or it will
become a _nightmare_ to maintain. By making sure our local changes get
sent upstreadm it will keep our life simpler in the future.
Cool, can I write my software with it now? ;)
>> BTW, tonight I managed to get Parrot to call a few Win32 APIs
successfully
>> using NCI (not that it won't have been done before, but it was the first
time for me... ;-)). I've attached an example that shows how to call the
MessageBoxA function. N
Hi,
Went to look in languages/imcc/examples the other day and noticed there were
only a few examples in there, and that sample.imc doesn't even work. Is
there a reason for a lack of examples or should I have a crack at writing
some?
BTW, tonight I managed to get Parrot to call a few Win32 APIs s
On Sep-28, Steve Fink wrote:
>
> I've attached a diff to languages/imcc/t/syn/pcc.t, but I'm not sure
> if that's the right place for the test.
Oops. Except CVS is being very flaky right now, so the patch hadn't
been written to the file before I sent it.
Oh well. I'm committing a fix for the bug
I am getting strange behavior from IMCC if the first line after
.pcc_sub is a comment. It seems to misinterpret things and ends up
emitting a restore_p op that triggers a "No entries on UserStack!"
exception.
I've attached a diff to languages/imcc/t/syn/pcc.t, but I'm not sure
if that's the right
On Sep-28, Leopold Toetsch wrote:
> Steve Fink <[EMAIL PROTECTED]> wrote:
>
> > I'm not sure IMCC is going to be able to autogenerate the prototyped
> > and nonprototyped versions of the callee's entry code from the same
> > set of .param declarations.
>
> This is currently implemented as the "un
Hi,
I've been playing with Parrot for the last two days trying to get the
disassembler working, but I was not very successful. As I mentioned
earlier in my patch email there were some issues in the debug.c file due
to some uninitialized variables. The second SEGFAULT I get happens due
to some stra
Dan Sugalski <[EMAIL PROTECTED]> wrote:
[ unmanagedstruct.pmc ]
> +INTVAL set_integer(INTVAL value) {
Managed struct does use this vtable (set_integer_native) to set the
size.
Anyway: Do you have any specs for these two classes. How do we handle
structs? What are the mentioned triples for
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> The full explanation is:
> can - checks to see if an object can perform a specific, single
> method. (A parent class may provide them)
> isa - checks to see if the named class is in the inheritance
> hierarchy for the object
> does - checks to see if the
Steve Fink <[EMAIL PROTECTED]> wrote:
> With it, I've been able to get a bit farther. Found a minor bug where
> it multiply defines a label if you make two calls.
Oh well, allways these nasty complicate programs, that want to call a
sub twice :) Fixed, thanks.
> I'm not sure IMCC is going to be
On Sep-26, Leopold Toetsch wrote:
> Dan Sugalski <[EMAIL PROTECTED]> wrote:
>
> [ splatted function args ]
>
> > ... For this, I think we're
> > going to need a "setp Ix, Py" op which does indirect register addressing.
>
> Done.
Cool, thanks!
With it, I've been able to get a bit farther. Found
11 matches
Mail list logo