[kaffe] CVS kaffe (robilad): added new integration tasks

2008-01-02 Thread Kaffe CVS
PatchSet 7667 Date: 2008/01/03 01:44:37 Author: robilad Branch: HEAD Tag: (none) Log: added new integration tasks 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Added new integration tasks. Members: ChangeLog:1.5169->1.5170 TODO:1.32->1.33 Index: kaffe/Chang

Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc)

2008-01-02 Thread Dalibor Topic
Dalibor Topic wrote: Dalibor Topic wrote: I'll do the same for tritonus, cp-tools (javap), gnu inet and dnsjava. Done. Currently, I'm cleaning out the replace directory from no longer used code. The next step will be to thin out the jthreads syscall interface from unused functions, which shou

[kaffe] CVS kaffe (robilad): removed a few unnecassary function checks

2008-01-02 Thread Kaffe CVS
PatchSet 7666 Date: 2008/01/03 01:18:08 Author: robilad Branch: HEAD Tag: (none) Log: removed a few unnecassary function checks 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac (AC_FUNC_STRFTIME, AC_FUNC_UTIME_NULL): Removed. Members: ChangeLog:1.5168->1.5169

[kaffe] CVS kaffe (robilad): removed unneccessary KAFFELIBRARYPATH initialization in native test

2008-01-02 Thread Kaffe CVS
PatchSet 7665 Date: 2008/01/03 00:57:12 Author: robilad Branch: HEAD Tag: (none) Log: removed unneccessary KAFFELIBRARYPATH initialization in native test 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * test/native/Makefile.am (TEST_ENVIRONMENT): Removed KAFFELIBRARYPATH initialization

[kaffe] CVS kaffe (robilad): cleaned up BUILD_ENVIRONMENT

2008-01-02 Thread Kaffe CVS
PatchSet 7664 Date: 2008/01/03 00:48:25 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up BUILD_ENVIRONMENT 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * Makefile.am (BUILD_ENVRONMENT-make): Cleaned up, and removed no longer used paths. Members: ChangeLog:1.5166->1.

[kaffe] CVS kaffe (robilad): removed kaffe's crypto provider

2008-01-02 Thread Kaffe CVS
PatchSet 7663 Date: 2008/01/02 23:48:20 Author: robilad Branch: HEAD Tag: (none) Log: removed kaffe's crypto provider 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * test/regression/SecureRandomTest.java: Adapted to work with default crypto provider. * configure.ac: Re

Re: [kaffe] Location of default java.policy file

2008-01-02 Thread Dalibor Topic
S K wrote: Does anyone know where the global default policy file 'java.policy' is located in a normal Kaffe installation from source? It's not installed by default by GNU Classpath, but you can add your own in $javahome/lib/security/java.policy. cheers, dalibor topic __

[kaffe] CVS kaffe (robilad): removed kaffe-specific java management interface

2008-01-02 Thread Kaffe CVS
PatchSet 7662 Date: 2008/01/02 22:28:47 Author: robilad Branch: HEAD Tag: (none) Log: removed kaffe-specific java management interface 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/vmspecific/org/kaffe/management/XProfiler.java, libraries/javalib/vmspecific/

[kaffe] CVS kaffe (robilad): removed an unnecessary string.h include

2008-01-02 Thread Kaffe CVS
PatchSet 7661 Date: 2008/01/02 22:04:32 Author: robilad Branch: HEAD Tag: (none) Log: removed an unnecessary string.h include 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/native/java_lang_String.c: Don't include string.h. Members: ChangeLog:1.5163->1.5164 l

[kaffe] CVS kaffe (robilad): Removed unnecessary checks for network functions

2008-01-02 Thread Kaffe CVS
PatchSet 7660 Date: 2008/01/02 21:50:26 Author: robilad Branch: HEAD Tag: (none) Log: Removed unnecessary checks for network functions 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * include/jsyscall.h: Don't include netdb.h. * kaffe/kaffevm/systems/unix-jthreads/Makefile.am (libkthread_la_LI

[kaffe] CVS kaffe (robilad): removed finished jsyscall task

2008-01-02 Thread Kaffe CVS
PatchSet 7659 Date: 2008/01/02 21:16:25 Author: robilad Branch: HEAD Tag: (none) Log: removed finished jsyscall task 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Removed finished jsyscall task. Members: ChangeLog:1.5161->1.5162 TODO:1.31->1.32 Index: kaffe

[kaffe] CVS kaffe (robilad): remove unnecessary net headers

2008-01-02 Thread Kaffe CVS
PatchSet 7658 Date: 2008/01/02 21:05:30 Author: robilad Branch: HEAD Tag: (none) Log: remove unnecessary net headers 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-pthreads/syscalls.c: Include errno.h. * config/Makefile.am (noinst_HEADERS): Removed config-net.h. *

[kaffe] CVS kaffe (robilad): cleanup up jsyscall tables and implementations

2008-01-02 Thread Kaffe CVS
PatchSet 7657 Date: 2008/01/02 20:33:50 Author: robilad Branch: HEAD Tag: (none) Log: cleanup up jsyscall tables and implementations 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffeh/support.c (Kaffe_SystemCallInterface): Removed unused members. (kwrite) Removed. * kaffe/kaffevm/sy

Further cleanups (Was: Re: [kaffe] dealing with gjdoc)

2008-01-02 Thread Dalibor Topic
Dalibor Topic wrote: I'll do the same for tritonus, cp-tools (javap), gnu inet and dnsjava. Done. Currently, I'm cleaning out the replace directory from no longer used code. The next step will be to thin out the jthreads syscall interface from unused functions, which should let us lose some ol

[kaffe] CVS kaffe (robilad): updated jsyscall cleanup task

2008-01-02 Thread Kaffe CVS
PatchSet 7656 Date: 2008/01/02 18:19:25 Author: robilad Branch: HEAD Tag: (none) Log: updated jsyscall cleanup task 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Updated jsyscall interface cleanup task with information on which syscalls are still used. Members:

[kaffe] CVS kaffe (robilad): removed finished replace cleanup task from TODO

2008-01-02 Thread Kaffe CVS
PatchSet 7655 Date: 2008/01/02 18:00:40 Author: robilad Branch: HEAD Tag: (none) Log: removed finished replace cleanup task from TODO 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Removed finished replace cleanup task. Members: ChangeLog:1.5157->1.5158 TODO:1

[kaffe] CVS kaffe (robilad): removed unused getopt replacement code

2008-01-02 Thread Kaffe CVS
PatchSet 7654 Date: 2008/01/02 16:46:39 Author: robilad Branch: HEAD Tag: (none) Log: removed unused getopt replacement code 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * replace/Makefile.am: Removed getopt replacement building logic. (libreplace_la_SOURCES): Removed GETOPT_S

[kaffe] CVS kaffe (robilad): removed unused getopt replacement code

2008-01-02 Thread Kaffe CVS
PatchSet 7654 Date: 2008/01/02 16:46:39 Author: robilad Branch: HEAD Tag: (none) Log: removed unused getopt replacement code 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * replace/Makefile.am: Removed getopt replacement building logic. (libreplace_la_SOURCES): Removed GETOPT_S

[kaffe] CVS kaffe (robilad): removed unused getopt replacement code

2008-01-02 Thread Kaffe CVS
PatchSet 7654 Date: 2008/01/02 16:46:39 Author: robilad Branch: HEAD Tag: (none) Log: removed unused getopt replacement code 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * replace/Makefile.am: Removed getopt replacement building logic. (libreplace_la_SOURCES): Removed GETOPT_S

[kaffe] CVS kaffe (robilad): documented ummerging of dnsjava

2008-01-02 Thread Kaffe CVS
PatchSet 7653 Date: 2008/01/02 16:23:36 Author: robilad Branch: HEAD Tag: (none) Log: documented ummerging of dnsjava 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * WHATSNEW: Added dnsjava to the list of removed libraries. * TODO: Removed finished task to unmerge dnsjava. Mem

[kaffe] CVS kaffe (robilad): removed leftover cvsignore file

2008-01-02 Thread Kaffe CVS
PatchSet 7652 Date: 2008/01/02 16:21:21 Author: robilad Branch: HEAD Tag: (none) Log: removed leftover cvsignore file 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/net/.cvsignore: Removed. Members: ChangeLog:1.5152->1.5153 libraries/clib/net/.cvsigno

[kaffe] CVS kaffe (robilad): documented unmerging of tritonus

2008-01-02 Thread Kaffe CVS
PatchSet 7651 Date: 2008/01/02 15:42:19 Author: robilad Branch: HEAD Tag: (none) Log: documented unmerging of tritonus 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Removed finished task to unmerge Tritonus. * WHATSNEW: Documented unmerging of Tritonus. Members:

[kaffe] CVS kaffe (robilad): documented unmerging of tritonus

2008-01-02 Thread Kaffe CVS
PatchSet 7651 Date: 2008/01/02 15:42:19 Author: robilad Branch: HEAD Tag: (none) Log: documented unmerging of tritonus 2008-01-02 Dalibor Topic <[EMAIL PROTECTED]> * TODO: Removed finished task to unmerge Tritonus. * WHATSNEW: Documented unmerging of Tritonus. Members: