Commit Graph

7 Commits

Author SHA1 Message Date
Georg Reinke ab350c86f7 Several small corrections 2012-07-24 12:29:35 +02:00
LemonBoy ba6e51059e Fixed a memory leak. Cleaned up a bit the code. 2012-07-21 17:41:57 +02:00
LemonBoy 2214927250 UTF8 support. 2012-07-18 17:11:17 +02:00
Ivan Kanakarakis c7cc3281a8 Makefile: use -Os instead of -O2
-Os provides -O2 minus some optimizations that would
increase size, plus optimizations that would decreaze
size, plus -Os usually takes caching into account.

    -Os Optimize for size.  -Os enables all -O2 optimizations that do not
        typically increase code size.  It also performs further optimizations
        designed to reduce code size.
2012-07-17 14:36:22 +03:00
Ivan Kanakarakis 8317a261c0 Makefile: add rule to create default config 2012-07-17 14:35:16 +03:00
LemonBoy 8beab7672d Tear-free now. 2012-07-16 22:56:19 +02:00
LemonBoy fbaf85f480 Here we go. 2012-07-16 11:41:34 +02:00