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