summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter-parser.ypp
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Poison std::string and use the various string classesBen Longbons1-33/+30
2013-06-25Fix bugsBen Longbons1-2/+2
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-1/+1
2013-06-11Allegedly remove all manual memory managementBen Longbons1-294/+212
2013-05-26Reformat the lexer and parser so my next patch isn't so crazyBen Longbons1-755/+1150
2013-04-09Native amd64 supportBen Longbons1-2/+2
2013-02-07Remove some macrosBen Longbons1-67/+82
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-2/+3
2013-01-07Use cxxstdioBen Longbons1-7/+9
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-12/+15
2012-12-24Purge some unused functionsBen Longbons1-0/+1
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-68/+70
2012-12-14Some formatting fixes before I go insaneBen Longbons1-234/+234
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-13/+16
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+1089