summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add some lclint annotations.Peter Johnson2001-11-161-4/+4
* Add coretype.h, make util.h do a lot more, use util.h to simplify includePeter Johnson2001-11-031-14/+29
* Conditional x* prototypes on !DMALLOC (as they're defined by dmalloc.h ifPeter Johnson2001-11-031-3/+5
* Add xfree() to replace calls to free().Peter Johnson2001-10-291-0/+1
* Add mergesort() replacement from BSD sources.Peter Johnson2001-10-261-0/+5
* RCSID() breaks under DJGPP because of "__unused". Removing __unused shouldn'tPeter Johnson2001-10-211-1/+1
* Fix LOTS of little nits. Primary changes:Peter Johnson2001-10-111-4/+0
* malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performsPeter Johnson2001-10-031-3/+7
* Add check and BSD replacement for strsep(3).Peter Johnson2001-09-241-0/+6
* Include stddef.h for size_t.Peter Johnson2001-09-201-0/+4
* Try to fix configure and automake files so everything builds a bit cleaner.Peter Johnson2001-09-201-4/+7
* Pull in GCC and ELF alternatives for RCSID() if available.Peter Johnson2001-09-191-1/+9
* Fixed two ansi C errors (empty file and extra semicolon)Michael Urman2001-09-181-1/+1
* $Id$ -> $IdPath$.Peter Johnson2001-09-171-1/+1
* Add prototypes for strcasecmp and strncasecmp if we use our own implementation.Peter Johnson2001-09-161-1/+3
* Check for case-insensitive string comparisons. Use strcasecmp and strncasecmpPeter Johnson2001-09-161-1/+13
* Add RCSID() function.Peter Johnson2001-08-191-3/+13
* Add <sys/queue.h> to util.h and pull in compatible, portable version fromPeter Johnson2001-08-191-1/+7
* Add toascii() implementation.Peter Johnson2001-06-291-1/+9
* Use ANSI C compliant #ifndef wrappers (_A_H_ -> YASM_A_H).Peter Johnson2001-06-281-3/+3
* Use autoconf to determine when to include our implementation of strdup, soPeter Johnson2001-06-281-3/+5
* Initial check-in of utility functions.Peter Johnson2001-06-131-0/+27