summaryrefslogtreecommitdiff
path: root/eval.h
Commit message (Collapse)AuthorAgeFilesLines
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-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>
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-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>
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
|
* Change cloc_t to struct location, and reorder the membersH. Peter Anvin2007-10-031-1/+1
| | | | | | Change cloc_t to struct location, and reorder the members so that it should fit in 16 bytes instead of needing 8 bytes of extra padding on 64-bit machines.
* BR 1352920: change loc_t -> cloc_tH. Peter Anvin2007-10-031-1/+1
| | | | | | Change loc_t to cloc_t to avoid AIX conflict. We really shouldn't use _t names at all; they are usually considered platform types, but worry about that later.
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-4/+5
|
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-9/+3
|
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-0/+34