summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Simon McVittie [Mon, 18 Jan 2010 14:28:15 +0000]
Merge remote branch 'bss03/master'
Boyd Stephen Smith Jr [Fri, 18 Dec 2009 05:31:36 +0000]
Avoid mixed-signedness comparision.
Since offset is non-negative, the cast will not lose data and we avoid compiler errors/warnings.
Boyd Stephen Smith Jr [Fri, 18 Dec 2009 05:27:12 +0000]
Bail if offset is invalid.
Otherwise, mixed-signedness comparison below might change the sign of offset as part of the usual arithmetic conversions.
Simon McVittie [Sat, 12 Sep 2009 12:09:47 +0000]
gfc_setxattr: malloc can fail, cope with that
Simon McVittie [Thu, 3 Sep 2009 11:20:39 +0000]
Add a README
Simon McVittie [Wed, 2 Sep 2009 22:04:42 +0000]
Initial commit