2014-06-10 |
Daniel Kolesa | elua: reformat C source to EFL style |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: remove prefix stripping from lualian |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: update lualian against latest eolian API |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext parser: proper keyword parsing |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext parser argument parsing |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: extend the xgettext parser a bit |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext keyword fix |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: sanitize keywords and extract info in xgettext... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: initial work on parser part of the extractor |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: file search function |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: make xgettext use excluded_files, do some re... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | evil: add fork, adjust elua to use that |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: popenv fix (read proper stack items as args)... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: popenv function |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: fork_win cleanup |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: include fork_win.c in compilation |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: custom non-shell popen implementation |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: fork impl for windows |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: comment is a valid token in xgettext |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: add build_args function to core cutil library... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext is again at least partially functional |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: handle all xgettext args correctly |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext progress, currently broken |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: pass opts to callback |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: ngettext support |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: ability to specify custom opts table for each... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: simplified getopt (allocates fewer tables) |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: do not include the : in arg[0] |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: free format buffers immediately |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: never pcall in format, instead keep track of... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: perform conversion beforehand |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: check types manually instead of pcall in one... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: some more checking for no value |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: format bug fix |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: better error handling for format |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use string buffer in all places for format plus... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use custom string buffer impl for format (avoids... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: slight optimization of format func |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: relatively slow but very powerful string formatte... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext: support for -X |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: insert input files always after opts |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: expand the input file lists for xgettext call... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use the new app loading system |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: a general system for application loading without... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: match file extensions in a case insensitive way |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: more checks |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: a bit more informative getopt plus better arg... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: more informative getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: xgettext lexer enhancements |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: simplified source |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: typo fix |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: typo fix |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use an appropriately sized buffer |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: lexer for xgettext |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: remove xgettext_wrapper, instead expand the whole... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: utility func to exec a process (without spawning... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: trigger xgettext execution from xgettext.lua... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support the EFL_RUN_IN_TREE environment variable |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use a xgettext wrapper |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: initial code for xgettext.lua, a xgettext variant... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: allow description of positional arguments in... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for omitting things from help |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for eolian typedefs, unfrotunately it... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: remove some superfluous fields in eolian bindings |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: in/out fix |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: remove leftover |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: we don't need to include func name in conversion... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: pass ownership information to converters |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: eolian fix (return nil instead of null in type_in... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: lualian reorg |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for list appends in elua.getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: alignment |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: getopt help alignment |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: enforce posixly_correct in getopt_long of elua |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: also use hash fields to store resulting optional... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: if script returns true, do not start the main... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: match help categories in a case insensitive way... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: getopt: support for categories in help callback... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for return values in getopt help |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for help categories in getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for "done" callback in getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: error callback in getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: use callbacks more in lualian |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: getopt support for callbacks |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: smarter progname replacement in getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: getopt api improvement |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: remove license printing |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: support for default domain in gettext module |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: gettext cleanups, use ffi for calling into gettex... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: i18n/l10n support including gettext module for... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: lualian: remove out/inout support on keys |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: lualian: with directory scanning in, there is... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: geometry and size parsing support in getopt |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: initial support for complex types in lualian... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua getopt: support for optional values |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Daniel Kolesa | elua: cover the new eolian APIs |
commit | commitdiff | tree | snapshot |
2014-06-10 |
q66 | elua: lualian can now query type information |
commit | commitdiff | tree | snapshot |
2014-06-10 |
q66 | elua: lualian now has access to types |
commit | commitdiff | tree | snapshot |
2014-06-10 |
q66 | elua: start support for eolian complex types |
commit | commitdiff | tree | snapshot |
2014-06-10 |
q66 | elua: minor update |
commit | commitdiff | tree | snapshot |
next |