aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wsgetopt.h
AgeCommit message (Collapse)AuthorFilesLines
2014-10-17Eliminate include of <ctype.h>.Guy Harris1-11/+0
This is not built if we have glibc (as we already have getopt() from it), and it's not part of glibc, so.... Change-Id: Iae4ff944c78fc55a8cd2eaf523a3696c47b741d7 Reviewed-on: https://code.wireshark.org/review/4769 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \$Id\$/,+1 d') (No star only 2 spaces before) Change-Id: Id7b254031769a9dca2941304e4d3a0f4bdbc3f54 Reviewed-on: https://code.wireshark.org/review/883 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-06Add $Id$Jörg Mayer1-1/+4
svn path=/trunk/; revision=52421
2013-07-16make getopt_long() available on systems that don't have it nativelyMartin Kaiser1-2/+2
svn path=/trunk/; revision=50677
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-3/+3
svn path=/trunk/; revision=48869
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+2
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+8
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
2012-04-04Always declare getopt() with a prototype.Guy Harris1-1/+2
svn path=/trunk/; revision=41939
2012-04-04Update to a version which have getopt_long().Anders Broman1-44/+108
svn path=/trunk/; revision=41926
2012-01-04More C++ updates.Gerald Combs1-1/+1
svn path=/trunk/; revision=40377
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-0/+129
svn path=/trunk/; revision=33012