Convert to using use SPDX identifier on wsutil directory
[metze/wireshark/wip.git] / wsutil / str_util.c
2017-12-10 Michael MannConvert to using use SPDX identifier on wsutil directory
2017-10-24 João ValverdeTest g_printf() thousands grouping flag at runtime
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2015-08-18 Gerald CombsUDP multicast stream dialog.
2015-02-18 Guy HarrisNot all compilers support turning of "format=".
2015-02-18 Gerald CombsSuppress a printf grouping warning.
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2014-12-28 Martin MathiesonDeleting unnecessary #includes from wsutil.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-14 Bill MeierAdd editor-modelines; adjust whitespace.
2014-09-04 Jeff MorrissDon't print non-printable characters in AX.25 addresses.
2014-08-24 Guy HarrisClean up capinfos output.
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.
2014-05-13 AndersBromanisprint() -> g_ascii_isprint()
2014-05-13 AndersBromanIn ascii_xx_inplace use g_ascii_isupper/g_ascii_islower...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-08 Jakub ZawadzkiMove UAT xton() to wsutil library
2013-07-01 Bill MeierDefine certain 'const char *...' arrays as static.
2013-03-03 Gerald CombsCheck to see if GLib's printf routines support the...
2013-02-28 Jeff MorrissFrom Anders: revert r47934: it doesn't work everywhere.
2013-02-28 Gerald Combsstr_util.c: Although the glib documentation doesn't...
2013-02-26 Gerald CombsPrint human-readable statistics by default. Raw values...
2012-12-26 Evan HuusSquash some sign-conversion warnings that g++ picks...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-10 Gerald CombsFix a copy+paste error and a missing include. Adjust...
2012-10-10 Gerald CombsAdd a format_size function similar to g_format_size...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Jeff MorrissRevert 43481: linking dftest against libui was not...
2012-06-25 Jeff MorrissMove get_args_as_string from ui/util.c into wsutil...
2012-02-17 Stephen FisherMove exec_isdigit_string() and exec_isprint_string...
2009-01-17 Bill MeierRevise ascii...inplace to return a ptr to the string
2008-09-03 Guy Harrisg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...