summaryrefslogtreecommitdiff
path: root/lbl
Commit message (Collapse)AuthorAgeFilesLines
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-113-4/+0
| | | | | | | | Do the case-insensitive comparisons in a locale-independent fashion that only maps ASCII letters, in the standard English-language fashion; that way, we don't get bitten by, for example, Turkish having separate "i with dot" and "i without dot" letters, with lower-case "i with dot" being mapped to upper-case "I with dot" rather than being mapped to "I".
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-034-8/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x.guy2002-12-111-0/+26
|
* Remove from "lbl/os-solaris2.h" declarations of functions we don't use;guy2000-10-111-25/+1
| | | | | | | the declaration of "utimes()" collides with the declaration that SunOS 5.5.1 and later, at least, *do* have. (5.5.1 doesn't declare "snprintf()", even though it has "snprintf()", so we declare it here; we declare some others that don't cause problems.)
* not usedassar2000-07-111-28/+0
|
* remove inline and __attribute__ (now setting in config.h)assar2000-07-101-16/+1
|
* Initial revisionmcr1999-10-074-0/+351