Fix compiler errors
[supertux.git] / src / lisp / lexer.cpp
2015-02-22 Tobias MarkusFix compiler errors
2015-02-22 Tobias MarkusFix for coverity #29409 - Use char 0 instead of NULL
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-07-26 Mathnerd314*include stdio.h in a couple files for MinGW GCC 4.4.0
2009-05-03 Mathnerd314Fix infinite loop when encountering \r in a string
2009-01-20 Mathnerd314Rewrite of tinygettext's POFileReader to look more...
2008-05-18 Matthias Braundon't abuse exceptiosns for indicating EOF
2008-02-18 Christoph SommerMerged patch for issue 0000298: supertux fails to compi...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-05-27 Matthias Braunremove dead_script_hint, add scripting capabilities...
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2006-09-26 chrismDrop CR in string tokens in the Lisp parser
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-05-01 Matthias Braun-Started to move stuff from library back to main game