summaryrefslogtreecommitdiffhomepage
path: root/libs/lmo
AgeCommit message (Expand)Author
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