Gabriel Jacobo [Wed, 21 Aug 2013 10:13:12 -0300] rev 7680
More fixes for -Wdeclaration-after-statement
Gabriel Jacobo [Wed, 21 Aug 2013 10:12:16 -0300] rev 7679
Fixes for -Wdeclaration-after-statement
Gabriel Jacobo [Wed, 21 Aug 2013 09:47:10 -0300] rev 7678
OCD fixes: Adds a space after /* (glory to regular expressions!)
Gabriel Jacobo [Wed, 21 Aug 2013 09:43:09 -0300] rev 7677
OCD fixes: Adds a space before */
Ryan C. Gordon [Tue, 20 Aug 2013 23:20:32 -0400] rev 7676
Actually, this should be a memcpy().
We already know the exact length we just allocated, and we plan to append
our own null terminator to the end of the copy, so this makes more sense.
Ryan C. Gordon [Tue, 20 Aug 2013 21:29:40 -0400] rev 7675
Added filesystem code to Mac and iOS Xcode projects.
Ryan C. Gordon [Tue, 20 Aug 2013 21:21:57 -0400] rev 7674
Patched to compile on iOS.
Ryan C. Gordon [Tue, 20 Aug 2013 20:39:22 -0400] rev 7673
More Haiku fixes.
Ryan C. Gordon [Tue, 20 Aug 2013 20:31:57 -0400] rev 7672
Fixed compiler warning.
Ryan C. Gordon [Tue, 20 Aug 2013 20:29:30 -0400] rev 7671
More Windows fixes for filesystem code.