]> sigrok.org Git - libsigrok.git/history - src/strutil.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / strutil.c
2020-11-17 Niklas Thornestrutil: introduce sr_atoul_base() conversion helper...
2020-10-22 Gerhard Sittigstrutil: add text to float conversion which also gets...
2020-05-29 Gerhard Sittigstrutil: introduce sr_atol_base() conversion helper...
2020-03-25 Uwe HermannDoxygen: Fix various warnings.
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2018-10-13 Gerhard Sittigstrutil: introduce hex dump routines (allocate a text...
2018-07-22 Uwe Hermannstrutil.c: Use gboolean in favor of bool for consistency.
2018-07-22 Gerhard Sittigstrutil: insist in some mantissa for parse rational
2018-07-22 Gerhard Sittigstrutil: accept leading whitespace in parse rational
2018-07-22 Gerhard Sittigstrutil: handle empty fractional in parse rational
2018-07-22 Gerhard Sittigstrutil: cosmetics, fixup minor style nits
2018-07-17 Uwe Hermannstrutil: Fix unit test failure (bug #1093).
2018-06-01 Frank Stettnerstrutil: Locale independent sprintf() and vsprintf...
2018-02-20 Uwe HermannUse UINT64_C instead of "ULL" number suffix.
2018-02-11 Frank Stettnerstrutil: Locale independent snprintf() and vsnprintf...
2018-02-09 Gerhard Sittigstrutil: accept trailing whitespace after number text
2018-02-09 Gerhard Sittigstrutil: support tera/peta/exa suffixes in symbolic...
2017-11-11 Frank Stettnerdrivers: Fix locale dependent string to float conversion
2017-09-24 Uwe Hermannsr_parse_rational(): Make is_negative a bool.
2017-09-24 Stefan Brünsstrutil: Fix sr_parse_rational for integral parts betwe...
2017-08-06 Uwe Hermannsr_voltage_string(): Add a space before the unit.
2017-08-06 Uwe Hermanndrivers: Use g_strdup_printf() where possible.
2017-06-25 Gerhard Sittigstrutil: Assume bool is true when no value is specified
2017-03-08 Uwe HermannFix sr_period_string() Doxygen comments.
2017-03-07 Soeren ApelRework sr_period_string
2017-01-20 Stefan Brünsstrutil: Fix sr_period_string output
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-29 Uwe Hermannstrutil.c: Fix a Doxygen warning.
2016-05-16 Stefan Brünsstrutil: add method to get an sr_rational from a string
2015-11-26 Uwe Hermanndoxygen: Only use @since on public API functions.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-09 Uwe Hermannportability: Use g_ascii_strcasecmp() in favor of strca...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-04-28 Aurelien Jacobsstrcasecmp() is defined in strings.h.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-10-02 Bert Vermeulensr_parse_sizestring: Deal with invalid strings better.
2014-07-22 Bert VermeulenReorganize project tree.