68
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update misleading JavaDoc comments about BinaryCache, BinaryData. More... over 24 years ago
Added targets for the examples to build.xml More... over 24 years ago
Disable Jikes compiler by default when building More... over 24 years ago
Set optimizations on when compiling More... over 24 years ago
Removed references to JDK1.1 in the manual More... over 24 years ago
Remove 1.1-specific information from README. More... over 24 years ago
Added test case for zero item hashes More... over 24 years ago
Add tests for one and zero item lists More... over 24 years ago
Update JavaDoc to 1.6RC1 More... over 24 years ago
Initial revision More... over 24 years ago
Target for JavaDocs renamed to 'javadoc' More... over 24 years ago
Note that utilities are in a separate JAR file More... over 24 years ago
Updated javadoc to give usage examples More... over 24 years ago
Updated for 1.6 release candidate More... over 24 years ago
Updated README for 1.6 release candidate More... over 24 years ago
One more test to show that hash literals can assign nested structures More... over 24 years ago
Split list and hash literals up into their own sub-sections More... over 24 years ago
Modified test cases for list literal and hash literal to include more complex variable assignments More... over 24 years ago
Updated list literal syntax, added hash literal syntax to assignment section. More... over 24 years ago
Added version number string to JavaDoc. More... over 24 years ago
New test cases for hash literals and number literals. More... over 24 years ago
Updated to new list literal syntax of []. Previous syntax is now assigned to hash literals. More... over 24 years ago
Added version number string to JavaDoc More... over 24 years ago
Altered ListLiteral syntax to [] notation, former {} syntax becomes the new HashLiteral syntax. Minor tidy-ups of the parser to cope with the new syntax. More... over 24 years ago
Added section on how to run the test cases More... over 24 years ago
Minor change to list literal interface More... over 24 years ago
List literals now perform the same parsing as method calls More... over 24 years ago
Altered MethodCall and ListLiteral so that the argument list to a method call is a ListLiteral internally. More... over 24 years ago
Removed, due to backout of change in StandardTemplateParser More... over 24 years ago
Back out change for numeric indexes to lists, since the existing code worked More... over 24 years ago