summaryrefslogtreecommitdiff
path: root/src/java-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-01comparison of unsigned expression >= 0 is always truerbuj1-3/+4
java-utils.c:310:23: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] 310 | for (i = length; (i >= 0) && (end == 0); i-- ) | ^~
2019-08-28comparison of integers of different signs: 'int' and 'guint'rbuj1-1/+1
Fix compiler warning: comparison of integers of different signs: 'int' and 'guint' (aka 'unsigned int') [-Wsign-compare]
2019-07-01Remove trailing whitespacesLaurent Napias1-47/+47
2019-06-11Update FSF addressLaurent Napias1-1/+1
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09initialPerberos1-0/+441