]> git.xonotic.org Git - xonotic/gmqcc.git/history - correct.c
Update CHANGES
[xonotic/gmqcc.git] / correct.c
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-01 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-02-01 Dale WeilerFix memleak and assignment for cached lengths in corrector
2013-01-30 Dale WeilerIgnore most memory comparisions by validating the lengt...
2013-01-30 Dale WeilerCache lengths in corrector. This speeds up the correct...
2013-01-30 Dale WeilerGet it compiling with C++ compilers again.
2013-01-30 Dale WeilerSlightly larger code, but strategic inline for correcto...
2013-01-10 Wolfgang Bumillercorrection fix: don't try to create edits for an empty...
2013-01-09 Wolfgang Bumillerdon't call correct_edit anew for each scope
2013-01-06 Dale WeilerMerge branch 'screwaround'
2013-01-06 Dale Weilerremove a the
2013-01-06 Dale WeilerDocument the awesome hack
2013-01-06 Wolfgang BumillerAn evil optimization to the trie, now has a fixed amoun...
2013-01-06 Dale WeilerCleaner transformation calls (one less size_t for agrum...
2013-01-06 Dale WeilerNo need to +1 for comparision in correct_known_resize
2013-01-06 Dale WeilerFix comments
2013-01-06 Dale WeilerRemove trailing shitspace
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...