]> sigrok.org Git - libsigrok.git/history - strutil.c
sr: Mark API functions with SR_API/SR_PRIV.
[libsigrok.git] / strutil.c
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-18 Uwe Hermannsr: g_free()/g_string_free() can handle NULL input.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-11-27 Bert Vermeulenfix CLI size string specification
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-11-17 Uwe Hermannlibsigrok: Use sr_err() et al instead of printf.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-08 Uwe Hermannstrutil.c: Fix typo, add some (API) docs/comments.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-01-31 Bert Vermeulenmove samplerate/period printers and parsers into libsigrok