diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2011-07-06 19:40:30 +0200 |
---|---|---|
committer | Jeremie Koenig <jk@jk.fr.eu.org> | 2011-07-06 19:40:30 +0200 |
commit | 67d369a640f64a7076bbd1605b712c41879bd94f (patch) | |
tree | a5e309f2ad6f7a6381bea2257f59a9a674133a03 /user/jkoenig | |
parent | 838bcbc4b78ad8774d653abfff159bf2ba122062 (diff) |
java status update
Diffstat (limited to 'user/jkoenig')
-rw-r--r-- | user/jkoenig/java.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
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 <http://github.com/jeremie-koenig/hurd-java>. #### Plans |