summaryrefslogtreecommitdiffhomepage
path: root/libs/lmo
AgeCommit message (Expand)Author
2011-01-02libs/lmo: skip all entries with identical key and value when generating lmo a...Jo-Philipp Wich
2010-12-24libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file ...Jo-Philipp Wich
2009-11-14libs/lmo: revert r5539, breaks target buildsJo-Philipp Wich
2009-11-14Avoid unnecessary compilingSteven Barth
2009-11-01libs/lmo: fix logic errors in po2lmoJo-Philipp Wich
2009-10-31libs/lmo: fix po2lmo to cope with new po formatJo-Philipp Wich
2009-08-19libs/lmo: fix typo in previous commitJo-Philipp Wich
2009-08-19libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_l...Jo-Philipp Wich
2009-08-19libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogicJo-Philipp Wich
2009-07-30libs/lmo: remove cast in first lseek(), not needed since it's a constant expr...Jo-Philipp Wich
2009-07-30libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break stri...Jo-Philipp Wich
2009-07-30libs/lmo: explicitly cast values to off_t for lseek()Jo-Philipp Wich
2009-07-29libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE inst...Jo-Philipp Wich
2009-07-25libs/lmo: return entries as udata and only create strings on demandJo-Philipp Wich
2009-07-19libs/lmo: check for integer, not number in lmo.archive.get()Jo-Philipp Wich
2009-07-19libs/lmo: ensure integer return value in lmo.hash(), fix module open functionJo-Philipp Wich
2009-07-11libs/lmo: fix possible resource leak if lua runs out of memory but file is al...Jo-Philipp Wich
2009-07-11libs/lmo: implement lmo.archive.get() and lmo.archive.foreach()Jo-Philipp Wich
2009-07-09libs: introduce lmo - Lua Machine Objects, an implementation of binary hash t...Jo-Philipp Wich