| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $Id$ and RCSID() usage. | Peter Johnson | 2011-08-19 | 1 | -4/+0 |
* | Enable DLL/plugin builds with cmake on Windows. | Peter Johnson | 2008-05-23 | 1 | -0/+23 |
* | Add NASM-compatible multi-section binary support to bin object format. | Peter Johnson | 2007-11-14 | 1 | -0/+17 |
* | Doxygen documentation fixes. | Peter Johnson | 2007-07-16 | 1 | -5/+17 |
* | Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of | Peter Johnson | 2007-07-14 | 1 | -10/+1 |
* | Fix #102: Permit non-standard macho section names. | Peter Johnson | 2007-05-28 | 1 | -0/+16 |
* | Clean up directive handling. This standardizes error/warning messages and | Peter Johnson | 2007-05-26 | 1 | -8/+185 |
* | Update all copyright dates. | Peter Johnson | 2007-04-22 | 1 | -1/+1 |
* | Bite the bullet and convert tabs to spaces. Previously yasm's source has | Peter Johnson | 2007-04-22 | 1 | -42/+42 |
* | Fix a couple of doxygen comments. | Peter Johnson | 2007-03-22 | 1 | -1/+1 |
* | Massive update of directive handling, including handling of extern, global, | Peter Johnson | 2007-03-21 | 1 | -0/+52 |
* | valparam.h (yasm_vps_destroy): Fix documentation. | Peter Johnson | 2006-12-04 | 1 | -2/+2 |
* | * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion. | Peter Johnson | 2004-09-04 | 1 | -1/+1 |
* | Massive libyasm / module interface update - Phase 1 | Peter Johnson | 2003-10-02 | 1 | -6/+16 |
* | Add a \warning that yasm_vps_delete() deletes all val/params. | Peter Johnson | 2003-07-08 | 1 | -0/+1 |
* | Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ and | Peter Johnson | 2003-06-28 | 1 | -2/+6 |
* | Simplify brief description. Comment-only change. | Peter Johnson | 2003-05-05 | 1 | -2/+2 |
* | Clean up and simplify libyasm.h options and symbol visibility: | Peter Johnson | 2003-05-05 | 1 | -6/+6 |
* | Comment for Doxygen documentation generation. Comment-only changes. | Peter Johnson | 2003-05-04 | 1 | -7/+47 |
* | yasm_vp_new() should take a char *, not a const char *. | Peter Johnson | 2003-03-16 | 1 | -1/+1 |
* | Make libyasm a "real" library, including installing header files. | Peter Johnson | 2003-03-15 | 1 | -16/+18 |
* | The Great Renaming (prefixing with yasm_), Part 2: allocation functions. | Peter Johnson | 2003-03-12 | 1 | -4/+4 |
* | The Great Renaming (prefixing with yasm_), Part 1. | Peter Johnson | 2003-03-08 | 1 | -22/+25 |
* | Relicense under 2-clause BSD license. | Peter Johnson | 2003-02-21 | 1 | -3/+0 |
* | Re-license more files under the 3-clause BSD license (mostly header files). | Peter Johnson | 2003-01-20 | 1 | -14/+22 |
* | vps_print() should take a const valparamhead *. | Peter Johnson | 2002-08-03 | 1 | -1/+1 |
* | Massive cleanup of debugging output (via _print() functions). All now take | Peter Johnson | 2001-11-21 | 1 | -0/+2 |
* | Add vps_next(). | Peter Johnson | 2001-11-21 | 1 | -0/+3 |
* | Change val to be a string instead of an expr. | Peter Johnson | 2001-11-19 | 1 | -2/+6 |
* | Add valparam data structure. | Peter Johnson | 2001-11-18 | 1 | -0/+50 |