summaryrefslogtreecommitdiff
path: root/libyasm/bitvect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix allocator mismatch (#107)Duncan Ogilvie2023-05-121-2/+2
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
* Allow underscores in the middle of binary, octal, and hex constants.Peter Johnson2008-04-121-2/+9
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-1/+0
* Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson2007-07-131-2/+0
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-37/+37
* Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson2007-02-241-5/+5
* Merge Bit::Vector 6.4 into trunk.Peter Johnson2006-09-191-9/+86
* * bitvect.c (BitVector_from_Enum): Silence compiler warning.Peter Johnson2006-02-051-1/+1
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-041-1/+1
* Massive libyasm / module interface update - Phase 1Peter Johnson2003-10-021-60/+46
* Note bitvect is actually triple-licensed under the Artistic License, GPL,Peter Johnson2003-07-111-1/+161
* Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson2003-05-051-1/+3
* Don't use "select" as a variable name. Causes warnings on Linux, at the leastPeter Johnson2003-05-031-5/+5
* Make libyasm a "real" library, including installing header files.Peter Johnson2003-03-151-0/+1
* The Great Renaming (prefixing with yasm_), Part 2: allocation functions.Peter Johnson2003-03-121-11/+11
* Integrate BitVector version 6.3 changes.Peter Johnson2002-10-061-94/+379
* Cut bitvect allocations even more by making a bitvect_from_Dec_static() andPeter Johnson2002-01-091-0/+169
* Fix warnings that appear with -O turned on.Peter Johnson2001-12-281-10/+10
* Add coretype.h, make util.h do a lot more, use util.h to simplify includePeter Johnson2001-11-031-11/+2
* Plug memory leaks, and enhance finding later ones with *_delete functions.Peter Johnson2001-10-291-0/+5
* Add xfree() to replace calls to free().Peter Johnson2001-10-291-2/+2
* Add option for malloc debugging using dmalloc library (http://dmalloc.com/).Peter Johnson2001-10-291-1/+4
* Add BitVector_from_Oct() and tests for it.Peter Johnson2001-10-071-0/+41
* Use xmalloc() instead of malloc().Peter Johnson2001-10-041-8/+8
* Add some (optional through configure) additional warning flags. Add optionsPeter Johnson2001-10-031-26/+26
* Integrate 6.0 changes.Peter Johnson2001-09-261-78/+131
* Add RCSID().Peter Johnson2001-09-261-0/+4
* Fix gcc -Wall warnings.Peter Johnson2001-09-261-7/+7
* Add bitvect to build framework. C file still produces some warnings; thesePeter Johnson2001-09-261-296/+103
* Initial revisionPeter Johnson2001-09-261-0/+3458