1
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/vm/jit/abi.hpp: Remove declaration of non-existent variable. More... about 11 years ago
Fixed issue in makefile for JSR 292 tests for out-of-source builds. More... about 11 years ago
Class loader now checks class file format version declared by class against features used in class. More... about 11 years ago
Merged in zapster/cacao-staging (pull request #117) More... about 11 years ago
doc: intern_tables, removed duplicate bibitem More... about 11 years ago
doc: added build targets for abc_optimization and intern_tables More... about 11 years ago
Merged in Ringdingcoder/cacao-staging (pull request #116) More... about 11 years ago
* doc/abc_optimization/gwa.sty: Remove style file due to unclear license status. More... about 11 years ago
Removed obsolete typeinfo macros. More... about 11 years ago
Changed free typeinfo functions to member functions of typeinfo. More... about 11 years ago
Added a C++ interface to typeinfo to replace the old macros. More... about 11 years ago
Class loader can now load classes with new constant pool types from JSR 292. More... about 11 years ago
Added harness and first test for testing JSR 292 (invokedynamic) stuff. More... about 11 years ago
Refactoring of constant pool data structures & loading. More... about 11 years ago
* configure.ac: Include more documentation in the tarball. More... about 11 years ago
Replaced macros from references.hpp with inline functions. More... about 11 years ago
Fixed wrong use of va_list in Buffer::writef. More... about 11 years ago
Auxiliary file maintenance More... about 11 years ago
Fixed a umlaut issue in documentation. More... about 11 years ago
Added files created by configure to hgignore More... about 11 years ago
some fixes (style, grammar, spelling, ...) More... about 11 years ago
* src/native/vm/sun_misc_Unsafe.cpp: Implement getAddress, putAddress. More... about 11 years ago
PR189: added dummy implementation file to satisfy archiver More... about 11 years ago
Tweaked utf8 decoder code, it now has zero overhead with IGNORE_ERRORS. More... about 11 years ago
Removed the REPLACE_ON_ERROR error handling strategy from UTF-8 decoder. More... about 11 years ago
Added documentation for new UTF8 decoder and intern tables. More... about 11 years ago
Removed all forward declarations of functions in endianess.hpp. More... about 11 years ago
Fixed typo in code for loading double from class file. More... about 11 years ago
Reverted to the old UTF8 decoding algorithm. More... over 11 years ago
future: added unordered_map More... over 11 years ago