squirrel/sqstdlib
Markus F.X.J. Oberhumer ec36322140 Improve const-correctness.
This avoids some pedantic compiler warnings and also removes any
non-shared data from the squirrel core.

Before:

  size --totals sqstdlib/*.o squirrel/*.o
     text    data     bss     dec     hex filename
   261270    3776       0  265046   40b56 (TOTALS)

After:

  size --totals sqstdlib/*.o squirrel/*.o
     text    data     bss     dec     hex filename
   265046       0       0  265046   40b56 (TOTALS)
2016-02-22 22:15:31 +01:00
..
CMakeLists.txt Normalize whitespace. 2016-02-15 20:51:20 +01:00
Makefile Normalize whitespace. 2016-02-15 20:51:20 +01:00
sqstdaux.cpp Normalize whitespace. 2016-02-15 20:51:20 +01:00
sqstdblob.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdblobimpl.h Normalize whitespace. 2016-02-15 20:51:20 +01:00
sqstdio.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdlib.dsp first commit 2015-12-22 03:14:21 +08:00
sqstdmath.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdrex.cpp Normalize whitespace. 2016-02-15 20:51:20 +01:00
sqstdstream.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdstream.h Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdstring.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00
sqstdsystem.cpp Improve const-correctness. 2016-02-22 22:15:31 +01:00