From 67d369a640f64a7076bbd1605b712c41879bd94f Mon Sep 17 00:00:00 2001 From: Jeremie Koenig Date: Wed, 6 Jul 2011 19:40:30 +0200 Subject: java status update --- user/jkoenig/java.mdwn | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'user/jkoenig/java.mdwn') diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn index 2285c89f..fe391582 100644 --- a/user/jkoenig/java.mdwn +++ b/user/jkoenig/java.mdwn @@ -114,7 +114,20 @@ for broader testing. * Get patches reviewed (Roland?), and integrated into official sources: [!] [[tschwinge]]. - > In progress. --[[jkoenig]] 2011-06-29 + > [[samuelthibault]] reviewed the patches and pointed out a couple of + > issues which I'm currently working on: + > + > * Slight behaviour change with respect to forgetting blocked ignored + > signals. POSIX is flexible in this regard but I guess we could retain + > them instead of the current behaviour. + > * Sigstate accessors could be made extern inline functions. + > I suggest we postpone this. + > * Incorrect changes for `msg_{get,set}_init_int(INIT_SIGMASK)` + > * Some comments which can be improved. + > + > Once these are fixed we can probably test the patches in Debian. + > + > --[[jk]] 2011-07-06 * Documentations bits (from here, the initial [[proposal]], and elsewhere) should probably be @@ -226,6 +239,7 @@ have so far prevented me from testing it. ### Java bindings for Mach +The code is at . #### Plans -- cgit v1.2.3