Sam Lantinga [Wed, 21 Aug 2013 10:07:48 -0700] rev 7683
Fixed crash if the IC isn't set up for some reason (bad X11 locale?)
Gabriel Jacobo [Wed, 21 Aug 2013 10:34:32 -0300] rev 7682
Fix a couple of warnings
Gabriel Jacobo [Wed, 21 Aug 2013 10:27:39 -0300] rev 7681
Patched to compile on Darwin
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.