| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish merge. | Ben Linskey | 2014-02-02 | 1 | -186/+22 |
| | | |||||
| * | Merge branch 'master' into dev | Ben Linskey | 2014-02-02 | 1 | -0/+183 |
| |\ | | | | | | | | | | | Conflicts: src/com/benlinskey/grdbc/LexiconCreator.java src/com/benlinskey/grdbc/SyntaxCreator.java | ||||
| | * | Add Sources Cited to syntax databasev1.1.0 | Ben Linskey | 2014-01-07 | 1 | -2/+20 |
| | | | |||||
| | * | Change "_ID" column name to "_id." | Ben Linskey | 2013-12-31 | 1 | -1/+1 |
| | | | |||||
| * | | Replace tabs with spaces. | Ben Linskey | 2013-12-17 | 1 | -157/+159 |
| |/ | | | | | This commit also adds a missing documentation comment for the GreekTextParser class. | ||||
| * | Fix _ID column bug.v1.0.1 | Ben Linskey | 2013-12-16 | 1 | -1/+1 |
| | | | | | | SQLite was not populating the _ID columns with the ROWID due to the fact that the _ID datatype was set to INT rather than INTEGER. | ||||
| * | Add grammar database creation code. | Ben Linskey | 2013-12-16 | 1 | -0/+199 |