[kaffe] window refresh problem

2005-10-10 Thread Gianluca Moro
hi all, in my test program, I open 3 window, writing on them hello world. The forground window is correctly updated, while, the windows which have not the focus are not refreshed (so when I move the foreground window over them, they remain blank. I have seen that nano-X throw various events,

[kaffe] Kaffe for OpenWRT

2005-10-10 Thread Richard Brady
Does anyone have a copy of 1.1.6 compliled for openwrt that I can get hold of? I managed to get 1.1.4 but I'm getting wrong name errors in calls to LocaleInformation_en from java.util.ResourceBundle. Plus I require org/xml/sax. Thanks alot, Rich. ___

[kaffe] Re: Exception in GNUSecurityParameters.decrypt when using SSL socket

2005-10-10 Thread n-roeser
Hi everybody, after a looong debugging session, I now have a patch against kaffe-1.1.6 / jessie-1.0.0 which seems to fix that bug which causes strange MacExceptions when a server with jessie-1.0.0. See Martin's post for pointers to some more details:

[kaffe] sigcontext/siginfo problem under netbsd

2005-10-10 Thread Antoine Reilles
Hi, There is a bug report in the netbsd bug tracker about the use of sigcontext in the pthreads code of kaffe. http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=30585 The bug report and the proposed patches are for kaffe-1.1.5, but they are propably relevant for 1.1.6 too Regards,

[kaffe] Re: [Jessie-discuss] Re: Exception in GNUSecurityParameters.decrypt when using SSL socket

2005-10-10 Thread Casey Marshall
On Oct 10, 2005, at 8:05 AM, [EMAIL PROTECTED] wrote: Hi everybody, after a looong debugging session, I now have a patch against kaffe-1.1.6 / jessie-1.0.0 which seems to fix that bug which causes strange MacExceptions when a server with jessie-1.0.0. See Martin's post for pointers to