summaryrefslogtreecommitdiff
path: root/libyasm/floatnum.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-4/+0
* Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-231-0/+14
* 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-18/+18
* Revamp error/warning handling, using a model similar to Python's internalPeter Johnson2006-05-041-5/+4
* * 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-7/+7
* Big output_expr(), intnum_tobytes(), and floatnum_tobytes() changes:Peter Johnson2003-07-251-9/+17
* Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ andPeter Johnson2003-06-281-2/+6
* Comment for Doxygen documentation generation. Comment-only changes.Peter Johnson2003-05-041-16/+58
* Unmodularize errwarn, while making key errwarn functions replaceable.Peter Johnson2003-03-101-1/+1
* The Great Renaming (prefixing with yasm_), Part 1.Peter Johnson2003-03-081-12/+13
* Relicense under 2-clause BSD license.Peter Johnson2003-02-211-3/+0
* Re-license more files under the 3-clause BSD license (mostly header files).Peter Johnson2003-01-201-14/+22
* Modularize errwarn. gettext()-ize in errwarn, not in every module, eliminatingPeter Johnson2002-11-011-1/+2
* Delete last of global variables by making a line manager and passing aroundPeter Johnson2002-10-271-1/+2
* (Mostly) Clean up floatnum internal allocations.Peter Johnson2001-12-011-0/+3
* Massive cleanup of debugging output (via _print() functions). All now takePeter Johnson2001-11-211-1/+1
* Modify so that almost everything passes LCLint with the options in lclint.sh.Peter Johnson2001-11-171-5/+6
* Add coretype.h, make util.h do a lot more, use util.h to simplify includePeter Johnson2001-11-031-35/+0
* Add _copy() constructor.Peter Johnson2001-10-151-0/+1
* Change order of arguments for get_ and check_ functions to better match otherPeter Johnson2001-10-151-2/+2
* Fix LOTS of little nits. Primary changes:Peter Johnson2001-10-111-4/+43
* Make most data structures opaque, keeping internals truly internal and making...Peter Johnson2001-10-031-15/+4
* Const'ify floatnum_new() input string.Peter Johnson2001-10-031-1/+1
* Add floatnum_delete().Peter Johnson2001-10-031-0/+1
* Finish ASCII->internal FP conversion and clean up single/double/extendedPeter Johnson2001-10-021-6/+6
* Implement floating point size conversions (with help from BitVector).Peter Johnson2001-09-271-6/+30
* Fix large parts of expression and symbol handling. Actually link in labelsPeter Johnson2001-09-261-0/+37