aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/str_util.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-18UDP multicast stream dialog.Gerald Combs1-0/+1
2015-02-18Not all compilers support turning of "format=".Guy Harris1-2/+2
2015-02-18Suppress a printf grouping warning.Gerald Combs1-0/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+1
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-7/+20
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss1-1/+9
2014-08-24Clean up capinfos output.Guy Harris1-4/+10
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-2/+2
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-13In ascii_xx_inplace use g_ascii_isupper/g_ascii_islower directly, itAndersBroman1-2/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-0/+24
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-03Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs1-5/+11
2013-02-28From Anders: revert r47934: it doesn't work everywhere.Jeff Morriss1-5/+5
2013-02-28str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs1-5/+5
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-0/+3
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-4/+4
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-0/+51
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss1-42/+0
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss1-0/+42
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher1-0/+38
2009-01-17Revise ascii...inplace to return a ptr to the string Bill Meier1-2/+6
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-0/+50