0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added error message for failure to load libnsjava.so due to incorrect LD_LIBRARY_PATH More... about 24 years ago
fixed problem with catching TclExceptions More... about 24 years ago
cleanup More... about 24 years ago
restructured java directories More... about 24 years ago
restructured test code More... about 24 years ago
cleanup of doc strings and comments More... about 24 years ago
cleaned up java code - created separate interp class More... about 24 years ago
document update after release More... about 24 years ago
fixed up segfault on solaris and fixed object cleanup on thread detach More... about 24 years ago
debug of server crash on solaris - problem is clean up of global errCode after thread detach More... about 24 years ago
restructered c-code so that it is simpler More... about 24 years ago
more testing of nsjava::info command More... about 24 years ago
nsjava::info command mostly tested More... about 24 years ago
added java code for nsjava::info command More... about 24 years ago
removed debug statements More... about 24 years ago
fixed problem with nsjava::cast command not working properly More... about 24 years ago
separated obj.c into three files that better represent the functionality in each file and fixed a few problems with nsjava::try command More... about 24 years ago
basic testing of catching TclExceptions completed More... about 24 years ago
added nsjava::try command - untested More... about 24 years ago
some cleanup of exception handling in preparation for adding nsjava::try command More... about 24 years ago
added nsjava::isinstanceof command More... about 24 years ago
added nsjava::cast command More... about 24 years ago
added support for accessing static class fields and instance fields More... about 24 years ago
more cleanup More... over 24 years ago
cleanup More... over 24 years ago
created function for converting a sig list to a java string array More... over 24 years ago
created function for converting a sig list to a java string array More... over 24 years ago
added support for primitive java types as arguments More... over 24 years ago
tested static method call with one and two args More... over 24 years ago
tested static method call with no args More... over 24 years ago