aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/str_util.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss1-0/+2
2014-08-24Clean up capinfos output.Guy Harris1-5/+7
2014-07-23Add some #includes to satisfy check-abiEvan Huus1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-0/+3
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+7
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-1/+1
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-19The file set and export object trees are lists. Make them act likeGerald Combs1-3/+1
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-0/+16
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs1-4/+26
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher1-0/+14
2009-01-17Revise ascii...inplace to return a ptr to the string Bill Meier1-2/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-0/+60