0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote branch 'rishabh2/javacc' into javacc More... almost 12 years ago
Fix a couple of broken unicode tests More... almost 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... almost 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... almost 12 years ago
Set includeantruntime=false in build.xml to fix compile error More... almost 12 years ago
TermWriter changed to incorporate unicode writing. More... almost 12 years ago
Include unicode tests in inriasuite More... almost 12 years ago
Fix manual.texinfo so that it compiles More... almost 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... almost 12 years ago
Some unicode test cases added to test the new parser. More... almost 12 years ago
Add note about modifying the parser. More... almost 12 years ago
The Javacc Parser file has been changed and upgraded to Javacc 5.0. More... almost 12 years ago
The files generated by the .jj file. More... almost 12 years ago
Replace ReaderCharStream with JavaCharStream to support unicode More... almost 12 years ago
Merge branch 'newmaster' More... about 12 years ago
Add .gitignore file More... about 12 years ago
Merge branch 'oldmaster' More... about 12 years ago
Refactor DoubleQuotesValue enum out of Environment into a separate enum file More... about 12 years ago
Add toString/0 to PredicateUpdatedEvent More... about 12 years ago
Relicense manual under lgpl to make debian happy and move to machine readable debian/copyright More... almost 13 years ago
In runOnce only run stop if the goal actually started More... about 13 years ago
API change: make is_list not succeed for var terminated lists More... about 13 years ago
Fix bug in univ where it did not fail when it should More... about 13 years ago
Fix setof only deduplicating first term More... about 13 years ago
Support fail_if and not More... about 13 years ago
Fix bug (but not TODO) in vm.buildins.list.Predicate_length More... about 13 years ago
Fix bug in arg More... about 13 years ago
Fixup whitespace broken by previous patch More... about 13 years ago
Fix bug in sort, msort More... about 13 years ago
Fixed: Do not call cleanup when backtracking in to the goal, only when backtracking out of it due to failure More... over 13 years ago