http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48042
User: gerald
Date: 2013/03/03 11:34 AM
Log:
Check to see if GLib's printf routines support the X/Open / POSIX
thousands grouping (') flag and use it in format_size if it's available.
As far as I can tell this translates to "everywhere except Windows and
OpenBSD". According to the various build logs at
https://build.opensuse.org/package/show?package=mingw32-glib2&project=windows%3Amingw%3Awin32
the OBS GLib packages enable GLib's internal printf implementation from
Gnulib which means we *should* be able to enable this on Windows.
Unfortunately this doesn't appear to be the case.
Directory: /trunk/
Changes Path Action
+3 -0 config.h.win32 Modified
+36 -0 configure.ac Modified
Directory: /trunk/wsutil/
Changes Path Action
+11 -5 str_util.c Modified