openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
GNU Prolog for Java (new)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 1 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge remote branch 'rishabh2/javacc' into javacc
Daniel Thomas
More...
almost 12 years ago
Fix a couple of broken unicode tests
Daniel Thomas
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
Rishabh Garg
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
Rishabh Garg
More...
almost 12 years ago
Set includeantruntime=false in build.xml to fix compile error
Daniel Thomas
More...
almost 12 years ago
TermWriter changed to incorporate unicode writing.
Rishabh Garg
More...
almost 12 years ago
Include unicode tests in inriasuite
Daniel Thomas
More...
almost 12 years ago
Fix manual.texinfo so that it compiles
Daniel Thomas
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.
Rishabh Garg
More...
almost 12 years ago
Some unicode test cases added to test the new parser.
Rishabh Garg
More...
almost 12 years ago
Add note about modifying the parser.
Rishabh Garg
More...
almost 12 years ago
The Javacc Parser file has been changed and upgraded to Javacc 5.0.
Rishabh Garg
More...
almost 12 years ago
The files generated by the .jj file.
Rishabh Garg
More...
almost 12 years ago
Replace ReaderCharStream with JavaCharStream to support unicode
Rishabh Garg
More...
almost 12 years ago
Merge branch 'newmaster'
Daniel Thomas
More...
about 12 years ago
Add .gitignore file
Daniel Thomas
More...
about 12 years ago
Merge branch 'oldmaster'
Daniel Thomas
More...
about 12 years ago
Refactor DoubleQuotesValue enum out of Environment into a separate enum file
Daniel Thomas
More...
about 12 years ago
Add toString/0 to PredicateUpdatedEvent
Daniel Thomas
More...
about 12 years ago
Relicense manual under lgpl to make debian happy and move to machine readable debian/copyright
Daniel Thomas
More...
almost 13 years ago
In runOnce only run stop if the goal actually started
Daniel Thomas
More...
about 13 years ago
API change: make is_list not succeed for var terminated lists
Paul Singleton
More...
about 13 years ago
Fix bug in univ where it did not fail when it should
Paul Singleton
More...
about 13 years ago
Fix setof only deduplicating first term
Paul Singleton
More...
about 13 years ago
Support fail_if and not
Daniel Thomas
More...
about 13 years ago
Fix bug (but not TODO) in vm.buildins.list.Predicate_length
Paul Singleton
More...
about 13 years ago
Fix bug in arg
Paul Singleton
More...
about 13 years ago
Fixup whitespace broken by previous patch
Daniel Thomas
More...
about 13 years ago
Fix bug in sort, msort
Paul Singleton
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
Matt Lilley
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree