summaryrefslogtreecommitdiffstats
path: root/src/codegen/unicode
Commit message (Expand)AuthorAgeFilesLines
* Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-192-33/+28
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-072-8/+8
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-073-347/+347
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-093-546/+546
* Fixed package declarationVincent Hennebert2012-03-081-3/+1
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-052-2/+2
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-3/+3
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-3/+6
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-024-6/+15
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-021-2/+6
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-021-1/+0
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-2/+1
* apply complex scripts patchGlenn Adams2012-02-262-0/+1840
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-18/+18
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-144-78/+100
* Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-033-27/+536
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-7/+7
* Some updates (improvements?) in the UAX#14-related files:Andreas L. Delmelle2008-06-092-90/+126
* Fix compilation error caused by incorrect package name in generated code. Als...Manuel Mall2006-12-221-1/+1
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-222-0/+687