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