summaryrefslogtreecommitdiff
path: root/libyasm/valparam.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/+23
* Add NASM-compatible multi-section binary support to bin object format.Peter Johnson2007-11-141-0/+17
* Doxygen documentation fixes.Peter Johnson2007-07-161-5/+17
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-10/+1
* Fix #102: Permit non-standard macho section names.Peter Johnson2007-05-281-0/+16
* Clean up directive handling. This standardizes error/warning messages andPeter Johnson2007-05-261-8/+185
* 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-42/+42
* Fix a couple of doxygen comments.Peter Johnson2007-03-221-1/+1
* Massive update of directive handling, including handling of extern, global,Peter Johnson2007-03-211-0/+52
* valparam.h (yasm_vps_destroy): Fix documentation.Peter Johnson2006-12-041-2/+2
* * 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-6/+16
* Add a \warning that yasm_vps_delete() deletes all val/params.Peter Johnson2003-07-081-0/+1
* Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ andPeter Johnson2003-06-281-2/+6
* Simplify brief description. Comment-only change.Peter Johnson2003-05-051-2/+2
* Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson2003-05-051-6/+6
* Comment for Doxygen documentation generation. Comment-only changes.Peter Johnson2003-05-041-7/+47
* yasm_vp_new() should take a char *, not a const char *.Peter Johnson2003-03-161-1/+1
* Make libyasm a "real" library, including installing header files.Peter Johnson2003-03-151-16/+18
* The Great Renaming (prefixing with yasm_), Part 2: allocation functions.Peter Johnson2003-03-121-4/+4
* The Great Renaming (prefixing with yasm_), Part 1.Peter Johnson2003-03-081-22/+25
* 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
* vps_print() should take a const valparamhead *.Peter Johnson2002-08-031-1/+1
* Massive cleanup of debugging output (via _print() functions). All now takePeter Johnson2001-11-211-0/+2
* Add vps_next().Peter Johnson2001-11-211-0/+3
* Change val to be a string instead of an expr.Peter Johnson2001-11-191-2/+6
* Add valparam data structure.Peter Johnson2001-11-181-0/+50