Rewrite logging
[platform/upstream/kbd.git] / src /
2013-03-23 Alexey GladkovRewrite logging
2013-03-14 Alexey GladkovChange return code from lk_free
2013-03-09 Alexey GladkovCheck incoming pointer
2013-02-25 Alexey Gladkovlibkeymap: Do not dump diacr values if lk_dump_keymap...
2013-02-25 Alexey Gladkovlibkeymap: Add lk_add_diacr function
2013-02-25 Alexey Gladkovlk_free: Free func_table
2013-02-24 Alexey GladkovBig rename functions and source files
2013-02-22 Alexey Gladkovlibkeymap: Fix build warnings
2013-02-22 Alexey Gladkovlibkeymap: Export only lk_* symbols
2013-02-21 Alexey Gladkovksyms: All arrays are readonly
2013-02-21 Alexey GladkovSet charset through the struct kmap
2013-02-20 Alexey Gladkovksyms: Global syms[] and charsets[] shouldn't be modified
2013-02-19 Alexey GladkovSplit ksyms source
2013-02-18 Alexey GladkovSplit header files on public and private and add lk_...
2013-01-21 Alexey GladkovMake it possible to build libkeymap out-of-tree
2013-01-20 Alexey GladkovMerge branch 'master' into loadkeys
2013-01-20 Mike Frysingerfix parallel builds
2013-01-20 Mike Frysingerdelete unused var
2013-01-06 Alexey Gladkovdumpkeys: Use libkeymap
2013-01-06 Alexey GladkovAdd summary functions
2013-01-05 Alexey GladkovIgnore K_NOSUCHMAP keycode
2013-01-04 Alexey GladkovAdd get_diacrs() and top level functions
2013-01-03 Alexey Gladkovlibkeymap: Add Makefile.am
2013-01-03 Alexey GladkovAdd functions to load data from the kernel
2013-01-03 Alexey Gladkovdump: Fix overflow of 'defining' variable
2012-12-11 Alexey GladkovFix regression in 16117ce6ab
2012-12-03 Mike Frysingerfix loadkeys.analyze lex handling
2012-12-03 Mike Frysingerfix various vlock build errors
2012-11-25 Alexey GladkovMove libkeymap to separate directory
2012-11-21 Alexey GladkovAdded output functions with temporary names to avoid...
2012-11-16 Alexey Gladkovvlock: Internationalization
2012-11-15 Alexey GladkovDelete the files generated by flex and bison
2012-11-15 Petr Pisarvlock: erases scroll-back buffer
2012-10-26 Alexey GladkovFix regression in 16117ce6ab
2012-10-11 Alexey GladkovRemove unnecessary include
2012-10-04 Alexey GladkovAdd libkeymap internal library
2012-09-24 Alexey Gladkovfindfile: Mark as "const" read only arguments
2012-09-13 Alexey Gladkovksyms: Remove unused chosen_charset
2012-09-07 Alexey Gladkovksyms: Do not output messages directly
2012-09-07 Alexey Gladkovksyms: Use struct keymap
2012-09-06 Alexey GladkovFix unused parameters
2012-09-06 Alexey GladkovReorder functions in source code
2012-09-06 Alexey Gladkovdumpkeys: Add the missing short options
2012-09-05 Alexey GladkovFunction do_constant went back to the internal context
2012-09-05 Alexey GladkovAdd the generated files to CLEANFILES
2012-09-05 Alexey GladkovSplit loadkeys utility and parser
2012-09-04 Alexey GladkovDelete the files generated by flex and bison
2012-09-04 Alexey GladkovWorkaround a mutual dependence between loadkeyes.h...
2012-08-29 Alexey GladkovDefine logging levels
2012-08-29 Alexey GladkovRewrite parser logging
2012-08-24 Alexey Gladkovloadkeys: Fix yylineno
2012-08-24 Alexey Gladkovloadkeys: Rewrite the parser to reentrant mode
2012-08-19 Alexey Gladkovloadkeys: Use kbsentry only inside parser
2012-08-13 Alexey Gladkovloadkeys: Move to a separate structure all keymap depen...
2012-08-09 Alexey Gladkovloadkeys: Split variables between loadkeys.y and loadke...
2012-08-08 Alexey Gladkovloadkeys: Split flags that are used in the rules parser...
2012-08-08 Alexey Gladkovloadkeys: Remove OPT_QUIET option
2012-08-07 Alexey Gladkovloadkeys: Fix lkerror
2012-08-05 Alexey Gladkovloadkeys: Move prefer_unicode to loadkeys.y
2012-07-28 Alexey Gladkovloadkeys: Move code changes prefer_unicode variable...
2012-07-28 Alexey VoinovRemove unused func_buf and fp
2012-07-28 Alexey VoinovSimplify addfunc
2012-07-27 Alexey VoinovDon't use func_buf in mktable
2012-07-12 Alexey Gladkovloadkeys: Use enum for options
2012-07-12 Alexey Gladkovloadkeys: Remove unused global variable private_error_ct
2012-07-08 Alexey Gladkovloadkeys: Use the local buffer for function key string...
2012-07-08 Alexey Gladkovloadkeys: Do not call exit() the parser
2012-07-08 Alexey Gladkovloadkeys: Use lkerror only inside parser
2012-07-08 Alexey Gladkovloadkeys: Use the output stream as an argument
2012-07-08 Alexey Gladkovloadkeys: Use lkerror() to output error messages
2012-07-06 Alexey Gladkovloadkeys: Add lkverbose function
2012-07-06 Alexey Gladkovloadkeys: Reformat code for better readability
2012-07-04 Alexey Gladkovloadkeys: Remove error-free functions
2012-07-04 Alexey Gladkovloadkeys: Do not output messages from the parser
2012-06-30 Alexey Gladkovfindfile: do not use the functions that prints messages
2012-06-25 Alexey GladkovUse lkfile_t in all utilities
2012-06-25 Alexey Gladkovfindfile: Add pathname buffer to lkfile_t
2012-06-24 Alexey Gladkovfindfile: Use lkfile_t inside
2012-06-24 Alexey Gladkovfindfile: optimize maybe_pipe_open()
2012-06-24 Alexey Gladkovfindfile: Do not use pathname[] inside
2012-06-24 Alexey GladkovUse lkfile_t as base file structure
2012-06-12 Alexey GladkovFix error message
2012-05-21 Alexey GladkovMoved old code into a separate directory
2012-05-17 Alexey GladkovUse internal libraries
2012-03-20 Alexey GladkovDont use flex internal variable
2012-02-29 Alexey GladkovUpdate the flex scanner to use a stack for its start...
2012-02-27 Alexey Gladkovconfigure: check compile flags
2011-12-06 Alexey Gladkovopenvt: Add --exec option to usage
2011-12-06 Alexey GladkovMerge branch 'vlock'
2011-12-06 Alexey GladkovUse more devices in getfd() function
2011-10-24 Alexey GladkovDon't read stdin if -d specified
2011-10-21 Alexey GladkovFix -d option
2011-10-21 Alexey GladkovChange default keymap
2011-10-20 Alexey GladkovChange the handling of -C option
2011-10-12 Alexey GladkovRegenerate loadkeys.c
2011-10-10 Ludwig Nussel[PATCH kbd] fix double free
2011-05-25 Alexey Gladkovloadkeys: Read from stdin, when no keymaps specified...
2011-05-18 Alexey GladkovAdd vlock sources
2011-05-16 Alexey GladkovFix extra files
2011-05-01 Alexey GladkovMerge branch 'openvt'
next