]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - correct.c
Less pointer dereferences
[xonotic/gmqcc.git] / correct.c
2013-01-06 Dale WeilerLess pointer dereferences
2013-01-06 Dale WeilerScrew you clang :-)
2013-01-06 Dale WeilerA little faster, plus some more research
2013-01-06 Dale WeilerThis is a work of art, it deserve nice comments :)
2013-01-06 Dale WeilerFixes and more documentation
2013-01-06 Dale WeilerAdd a notice
2013-01-06 Dale WeilerUse memcmp with strlen for correct_exists (it's a hell...
2013-01-06 Dale WeilerNo more uninitialized
2013-01-06 Dale WeilerSome more nicer loops
2013-01-06 Dale WeilerNicer loops
2013-01-06 Dale WeilerCleanups and documentation
2013-01-06 Dale WeilerRemove override macros
2013-01-06 Dale WeilerRemove an illegal mem_d
2013-01-06 Dale WeilerCleanup the pool system for correct.c. Use blubs corre...
2013-01-05 Wolfgang BumillerCommitting an evil allocator and a trie to speed up...
2013-01-04 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-04 Wolfgang BumillerGet rid of correct_strndup and correct_concat altogethe...
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerGot rid of all the memleaks. We can now merge with...
2013-01-04 Dale WeilerItegration of corrector. Seems to be some leaks in...
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-04 Dale WeilerFix all the memleaks in the corrector. Holy shit, the...
2013-01-03 Dale WeilerFix another two leaks
2013-01-03 Dale WeilerRemove some memory leaks in the corrector. There is...
2013-01-03 Dale WeilerWork on "did you mean? <ident>" support for errors...