platform/upstream/efl.git
2014-06-10 Daniel Kolesaelua: fix xgettext
2014-06-10 Daniel Kolesaelua: fixed up the xgettext lua lexer/parser/generator
2014-06-10 Daniel Kolesaelua: can only specify a keyword once
2014-06-10 Daniel Kolesaelua: support for -a (--extract-all) option in xgettext
2014-06-10 Daniel Kolesaelua: merge comments in xgettext generator
2014-06-10 Daniel Kolesaelua: respect add-location / no-location options in...
2014-06-10 Daniel Kolesaelua: group messages with the same contents together...
2014-06-10 Daniel Kolesaelua: line information in the generated output
2014-06-10 Daniel Kolesaelua: respect msgstr prefix and suffix in xgettext
2014-06-10 Daniel Kolesaelua: respect comment tags in the lexer
2014-06-10 Daniel Kolesaelua: pass opts, flags around
2014-06-10 Daniel Kolesaelua: change xgettext lexer to never include delimiters...
2014-06-10 Daniel Kolesaelua: almost functional xgettext generator
2014-06-10 Daniel Kolesaelua: initial stuff for the xgettext generator, check...
2014-06-10 Daniel Kolesaelua: get_cmdline_from_argv cleanup + use _popen on...
2014-06-10 Daniel Kolesaelua: fclose before realpath
2014-06-10 Daniel Kolesaevil: remove fork (buggy)
2014-06-10 Daniel Kolesaelua: do not use fork in our "array popen" impl; instea...
2014-06-10 Daniel Kolesaelua: if ugly, then at least portable (we already assum...
2014-06-10 Daniel Kolesaelua: generate Makevars from Makevars.in with a dynamic...
2014-06-10 Daniel Kolesaelua: possible helper usage for different stuff than...
2014-06-10 Daniel Kolesaelua: extra cond
2014-06-10 Daniel Kolesaelua: preparation for lua file generation
2014-06-10 Daniel Kolesaelua: reformat C source to EFL style
2014-06-10 Daniel Kolesaelua: remove prefix stripping from lualian
2014-06-10 Daniel Kolesaelua: update lualian against latest eolian API
2014-06-10 Daniel Kolesaelua: xgettext parser: proper keyword parsing
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...
next