Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-25 | libs/web: rewrite template engine, merge lmo library | Jo-Philipp Wich | |
- template parser: merge lmo library - template parser: rewrite to operate on memory mapped files - template parser: implement proper line number reporting on syntax errors - template parser: process translate tags directly and bypass Lua - template lmo: introduce load_catalog(), change_catalog() and close_catalog() - template lmo: rewrite index processing to operate directly on the memory mapped file - template lmo: implement binary search keys, reducing the lookup complexity to O(log n) - po2lmo: write sorted indixes when generating *.lmo archives - i18n: use the template parser for translations - i18n: stub load(), loadc() and clear() - i18n: map setlanguage() to load_catalog() | |||
2012-11-23 | libs/lmo: fix whitespace handling in string hashing, optimize code | Jo-Philipp Wich | |
2012-11-21 | libs/lmo: canonize key strings before hashing them, fixes missing ↵ | Jo-Philipp Wich | |
translations for original strings with line breaks or white spaces embedded | |||
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 |