0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use of Java 7 constructions More... over 12 years ago
Added behavior when : is written (flawed JREPL command or flawed label?) More... over 12 years ago
Added a unit test. More... over 12 years ago
JREPL now checks if JAVA_HOME is set JAVA_HOME\bin no longer needs to be in PATH variable Some reformatting of java.cpp code Added some comments in java.cpp More... over 12 years ago
support for multiple lines with labels added error message for multi-line commands is improved More... over 12 years ago
Added the first JUnit test Reformatted some code More... over 12 years ago
Fixed the ConcurrentModification bug More... over 12 years ago
Empty statements are handled better Logger can and does log stack traces to the logging file More... over 12 years ago
Fixed problem with :reset Changed location of the JREPL base Added Logger Reformatted some code More... over 12 years ago
Added goodbye message on exit. :-) More... over 12 years ago
JREPL now prints the output immediately after execution. For example: while(true) { System.out.println("hi"); } will now print "hi" endlessly. The printing is also more efficient. More... over 12 years ago
Added lines of comment above each method and class. Reformatted the code to adhere to the Java code conventions. Moved the main method to EntryPoint.java. More... over 12 years ago
Moved the classes to apropriate package.
notivago
as Leonardo Bueno Postacchini
More... over 12 years ago
Added hgignore.
notivago
as Leonardo Bueno Postacchini
More... over 12 years ago
Added pom.xml
notivago
as Leonardo Bueno Postacchini
More... over 12 years ago
Moved source to default maven layout.
notivago
as Leonardo Bueno Postacchini
More... over 12 years ago
First steps have been taken towards Linux compatibility More... over 12 years ago
Minor adjustments More... over 12 years ago
Fixed bug in java.cpp which unabled the REPL to run its base More... over 12 years ago
JREPL now allows a classpath argument -cp or -classpath More... over 12 years ago
Now the directory from which a commandline is started is added to the classpath of JREPL More... over 12 years ago
Removed generated file. More... over 12 years ago
Initial commit More... over 12 years ago