summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-13/+1
* gas-preproc.c: Use sprintf instead of snprintf.Peter Johnson2010-01-131-4/+0
* 1. Add gas preprocessor build on WindowsBrian Gladman2010-01-051-0/+4
* Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-231-0/+1
* Make util.h more robust against use without config.h by moving thePeter Johnson2008-05-221-4/+0
* Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson2007-07-131-0/+4
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-39/+39
* Move libyasm-stdint.h include out of util.h, as util.h is included fromPeter Johnson2007-02-241-2/+0
* Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson2007-02-181-0/+2
* Try to cut down on DJGPP build warnings.Peter Johnson2007-02-151-1/+1
* Make life a little easier by adding an is_exp2() macro.Peter Johnson2006-11-111-0/+7
* util.h: Use same workarounds for mingw32 as for the GNU C library.Peter Johnson2006-10-081-1/+1
* Build cleanups (mostly for warnings) for VC8.Peter Johnson2006-01-111-0/+3
* * util.h (BitCount): Change bit-counting algorithm; the old one miscountedPeter Johnson2004-09-251-9/+8
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-041-1/+1
* Avoid warnings in strsep due to glibc's bits/string2.h string inlining byPeter Johnson2003-07-121-2/+11
* Simplify RCSID() definition.Peter Johnson2003-06-071-9/+3
* Be a bit friendlier to those compiling without HAVE_CONFIG_H by alwaysPeter Johnson2003-06-041-6/+4
* Only include config.h if HAVE_CONFIG_H is defined.Peter Johnson2003-06-041-1/+3
* Pre-include libyasm/coretype.h to avoid #defining functions such asPeter Johnson2003-05-101-1/+3
* Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson2003-05-051-176/+47
* Comment for Doxygen documentation generation. Comment-only changes.Peter Johnson2003-05-041-7/+78
* Undefine __STRICT__ANSI__ when compiling with gcc -ansi and glibc to avoid manyPeter Johnson2003-05-031-3/+15
* Use system includes instead of local includes. This allows replacement ofPeter Johnson2003-03-261-4/+4
* Don't redefine NDEBUG if it's already defined.Peter Johnson2003-03-161-1/+1
* Make libyasm a "real" library, including installing header files.Peter Johnson2003-03-151-68/+91
* The Great Renaming (prefixing with yasm_), Part 2: allocation functions.Peter Johnson2003-03-121-10/+22
* Unmodularize errwarn, while making key errwarn functions replaceable.Peter Johnson2003-03-101-2/+0
* The Great Renaming, Part 2: prefix strcasecmp and strncasecmp with yasm__.Peter Johnson2003-03-081-7/+10
* Relicense under 2-clause BSD license.Peter Johnson2003-02-211-3/+0
* Add va_list versions of error and warning errwarn functions.Peter Johnson2002-11-041-0/+1
* Modularize errwarn. gettext()-ize in errwarn, not in every module, eliminatingPeter Johnson2002-11-011-0/+2
* Relicense under 3-clause BSD license.Peter Johnson2002-10-221-14/+22
* Use automake's standard macro for dmalloc instead of rolling our own.Peter Johnson2002-10-221-3/+3
* Assume all sys/queue.h implementations are broken, and always use our localPeter Johnson2002-10-221-5/+1
* Remove obsolete references to HAVE_GNU_C_LIBRARY which were causing buildPeter Johnson2002-10-131-2/+2
* Move strndup() declaration outside !DMALLOC #ifdef, as it's not defined byPeter Johnson2002-08-071-1/+2
* Add xstrndup() to easily create a 0-terminated duplicate of aPeter Johnson2002-06-201-0/+1
* Splint cleanups on memory allocation routines.Peter Johnson2002-04-221-3/+4
* Create global macro NELEMS to replace countof macro defined just in main.c.Peter Johnson2002-04-211-0/+5
* When using Splint, don't try to use gettext().Peter Johnson2002-03-231-2/+1
* Move BitCount() macro from hamt.c to util.h.Peter Johnson2002-03-101-0/+13
* Fix build problem on Linux with toascii() define.Peter Johnson2001-12-241-1/+1
* Move assert.h include to util.hPeter Johnson2001-12-031-0/+5
* Fix typo in HAVE_STRCMPI strncasecmp() #define.Peter Johnson2001-12-021-1/+1
* Do intl more correctly. nointl/libintl.h is unnecessary; it can be detectedPeter Johnson2001-12-021-2/+22
* Add valparam data structure.Peter Johnson2001-11-181-0/+2
* Modify so that almost everything passes LCLint with the options in lclint.sh.Peter Johnson2001-11-171-9/+9
* lclint-ize gettext().Peter Johnson2001-11-161-0/+4