Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-30 | libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break ↵ | Jo-Philipp Wich | |
strict-aliasing rules) | |||
2009-07-30 | libs/lmo: explicitly cast values to off_t for lseek() | Jo-Philipp Wich | |
2009-07-29 | libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE ↵ | Jo-Philipp Wich | |
instead (#76) | |||
2009-07-25 | libs/lmo: return entries as udata and only create strings on demand | Jo-Philipp Wich | |
2009-07-19 | libs/lmo: check for integer, not number in lmo.archive.get() | Jo-Philipp Wich | |
2009-07-19 | libs/lmo: ensure integer return value in lmo.hash(), fix module open function | Jo-Philipp Wich | |
2009-07-11 | libs/lmo: fix possible resource leak if lua runs out of memory but file is ↵ | Jo-Philipp Wich | |
already opened | |||
2009-07-11 | libs/lmo: implement lmo.archive.get() and lmo.archive.foreach() | Jo-Philipp Wich | |
2009-07-09 | libs: introduce lmo - Lua Machine Objects, an implementation of binary hash ↵ | Jo-Philipp Wich | |
tables |