aboutsummaryrefslogtreecommitdiff
path: root/libyasm.h
AgeCommit message (Expand)Author
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2007-07-14Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.Peter Johnson
2007-07-14Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson
2007-07-14Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson
2007-07-08Change handling of frontend (mnenomic) instructions to make it easier toPeter Johnson
2007-04-22Update all copyright dates.Peter Johnson
2007-02-18Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson
2007-01-29Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson
2006-11-26Rename linemgr.c and linemgr.h to linemap.c and linemap.h. The "manager"Peter Johnson
2006-05-31Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson
2006-03-27First cut at CodeView (version "8" / 2005 only). Completely untested.Peter Johnson
2006-03-19Massive cleanup of relocation and WRT handling. Closes #49 and lays thePeter Johnson
2005-10-08Create new working branch for new (Robertson 1977) optimizer.Peter Johnson
2004-12-01Greatly simplify build system by removing libtool and integrating formerlyPeter Johnson
2004-10-02First part of list file support. This should accurately output all filePeter Johnson
2004-09-04* On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson
2003-06-28Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ andPeter Johnson
2003-06-02Document for Doxygen.Peter Johnson
2003-05-05Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson
2003-03-30Move libyasm/file.h out of YASM_INTERNAL only inclusion (always include it).Peter Johnson
2003-03-26Use system includes instead of local includes. This allows replacement ofPeter Johnson
2003-03-15Make libyasm a "real" library, including installing header files.Peter Johnson