0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote branch 'rishabh2/javacc' into javacc More... over 12 years ago
Fix a couple of broken unicode tests More... over 12 years ago
includeantruntime set to false because running ant throws warning/error when multiple builds required. This is required because of a bug in ANT 1.8 More... over 12 years ago
The unicode test cases contained characters of the form /uXXXXX where as the parser only supports characters of the form /uXXXX. Encountering /uXXXXX results in StackOverFlow error. Need to change the parser such that user gets better information if he tries to use unicode of the form /uXXXXX rather than getting a StackOverFlow error More... over 12 years ago
Set includeantruntime=false in build.xml to fix compile error More... over 12 years ago
TermWriter changed to incorporate unicode writing. More... over 12 years ago
Include unicode tests in inriasuite More... over 12 years ago
Fix manual.texinfo so that it compiles More... over 12 years ago
The manual.texinfo file has been updated. GPJ now supports unicode input, and has some bug-fixes handled. The manual has also been updated to include examples so that a new user can easily learn GPJ. Also some minor changes made to the manual to make it more comprehensive. More... over 12 years ago
Some unicode test cases added to test the new parser. More... over 12 years ago
Add note about modifying the parser. More... over 12 years ago
The Javacc Parser file has been changed and upgraded to Javacc 5.0. More... over 12 years ago
The files generated by the .jj file. More... over 12 years ago
Replace ReaderCharStream with JavaCharStream to support unicode More... over 12 years ago
Merge branch 'newmaster' More... over 12 years ago
Add .gitignore file More... over 12 years ago
Merge branch 'oldmaster' More... over 12 years ago
Refactor DoubleQuotesValue enum out of Environment into a separate enum file More... over 12 years ago
Add toString/0 to PredicateUpdatedEvent More... over 12 years ago
Relicense manual under lgpl to make debian happy and move to machine readable debian/copyright More... over 13 years ago
In runOnce only run stop if the goal actually started More... over 13 years ago
API change: make is_list not succeed for var terminated lists More... over 13 years ago
Fix bug in univ where it did not fail when it should More... over 13 years ago
Fix setof only deduplicating first term More... over 13 years ago
Support fail_if and not More... over 13 years ago
Fix bug (but not TODO) in vm.buildins.list.Predicate_length More... over 13 years ago
Fix bug in arg More... over 13 years ago
Fixup whitespace broken by previous patch More... over 13 years ago
Fix bug in sort, msort More... over 13 years ago
Fixed: Do not call cleanup when backtracking in to the goal, only when backtracking out of it due to failure More... almost 14 years ago