summaryrefslogtreecommitdiff
path: root/labels.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-28labels.c: cleanupCyrill Gorcunov1-1/+1
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2009-07-18Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin1-7/+4
We never set ofmt and errfunc to anything but the global values. Dropping them from the label definition function command line simplifies the code. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin1-12/+0
*To the best of my knowledge*, we now have authorization from everyone who has significantly contributed to NASM in the past. As such, change the license to the 2-clause BSD license. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-5/+46
Add copyright headers to the *.c/*.h files in the main directory. For files where I'm sure enough that we have all the approvals, I have given them the 2-BSD license, the others have been given the "LGPL for now" license header. Most of them can probably be changed after auditing. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-03-12Display fully qualified local label in "not defined" messageCharles Crayne1-0/+1
Add new function "local_scope" to label subsystem to return the previous non-local label for a given local label, and invoke this funcion in eval.c to display the fully qualified name in the "not defined" error message.
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-05Upgrade label functions to 64-bitCharles Crayne1-3/+3
2007-10-11Additional uses of bool and enumH. Peter Anvin1-4/+9
Proper use of bool and enum makes code easier to debug. Do more of it. In particular, we really should stomp out any residual uses of magic constants that aren't enums or, in some cases, even #defines.
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-8/+8
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-8/+8
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-11/+13
2002-04-30NASM 0.98.08H. Peter Anvin1-0/+3
2002-04-30NASM 0.98p3H. Peter Anvin1-1/+2
2002-04-30NASM 0.96H. Peter Anvin1-4/+5
2002-04-30NASM 0.91H. Peter Anvin1-0/+17