Ethereal-cvs: [Ethereal-cvs] Rev 11889: /trunk/epan/: Makefile.am g_ascii_strtoull.c g_ascii_s

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 03 Sep 2004 18:14:13 -0000
User: guy
Date: 2004/09/03 01:14 PM

Log:
 Some UN*Xes don't have any "strtou*" routine to convert a string to a
 64-bit integer; use "g_ascii_strtoull()", and, in the configure script,
 check whether it's available in GLib (it's not in GLib 1.2[.x]) and, if
 not, supply the GLib 2.4.5 version of the routine.
 
 For G_MAXUINT32 and G_MAXUINT64, put a "U" at the end of the constant to
 explicitly flag it as unsigned.

Directory: /trunk/epan/
  Changes    Path                  Action
  +5 -3      Makefile.am           Modified
  +197 -0    g_ascii_strtoull.c    Added
  +15 -0     g_ascii_strtoull.h    Added

Directory: /trunk/epan/ftypes/
  Changes    Path               Action
  +7 -3      ftype-integer.c    Modified

Directory: /trunk/
  Changes    Path              Action
  +0 -3      config.h.win32    Modified
  +16 -18    configure.in      Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=11889&view=rev