]> granicus.if.org Git - strace/history - xlat.c
tests: implement ioctl_evdev-success-v.test via ioctl_evdev-success.test
[strace] / xlat.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-18 Eugene Syromyatnikovopen: implement sprint_open_modes using sprintflags_ex
2018-12-24 Dmitry V. Levinxlat_idx: do not issue warnings for holes in indices
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-01 Eugene Syromyatnikovxlat: add ability to specify a default string to print_...
2018-06-05 Eugene Syromyatnikovxlat.c: handle NULL xlat in lookup routines as incremen...
2018-06-05 Eugene Syromyatnikovxlat.c: cleanup printxvals_ex a bit
2018-05-21 Eugene Syromyatnikovxlat: add support for xlat_styles in printxval_dispatch
2018-05-21 Eugene SyromyatnikovMake printxval_dispatch publicly available
2018-05-15 Dmitry V. Levintime: use indexed lookups
2018-04-27 Eugene SyromyatnikovAdd support for value-indexed xlats
2018-04-27 Eugene Syromyatnikovxlat: handle NULL str in print_xlat_ex
2018-04-24 Eugene SyromyatnikovMove xlat_verbose and xlat_format from xlat.c to defs.h
2018-04-12 Eugene Syromyatnikovxlat: introduce XLAT_STYLE_FMT_D
2018-04-12 Eugene SyromyatnikovAdd support for various xlat formats
2018-04-12 Eugene SyromyatnikovIntroduce print_xlat and print_xlat_ex
2018-04-12 Eugene SyromyatnikovIntroduce XLAT_STYLE_DEFAULT
2018-04-12 Eugene SyromyatnikovIntroduce xlat verbosity styles
2018-04-01 Eugene SyromyatnikovRemove addflags
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-10 Eugene Syromyatnikovxlat.c: return NULL in sprintflags if there are no...
2018-01-11 Eugene SyromyatnikovUse xappendstr instead of xsnprintf where suitable
2018-01-07 Eugene Syromiatnikovxlat.c: add sprintxval for printing xval to string
2018-01-07 Dmitry V. Levinxlat.c: use xsnprintf instead of sprintf
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-12 Dmitry V. LevinMove xlat related functions to a separate file