summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* eval: rexp3 should operate with 64bit numbersCyrill Gorcunov2010-11-201-1/+1
* Various tab/space/comment cleanupCyrill Gorcunov2009-10-311-52/+51
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-12/+0
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-6/+45
* fix unitialized variable in eval_strfuncVictor van den Elzen2008-07-161-0/+1
* Support __utf16__ and __utf32__ in an expression contextH. Peter Anvin2008-06-141-0/+45
* Make strings a first-class token type; defer evaluationH. Peter Anvin2008-06-091-0/+9
* Display fully qualified local label in "not defined" messageCharles Crayne2008-03-121-4/+6
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-1/+2
* Permit opcode names as labels as long as they are followed by a colonH. Peter Anvin2007-11-041-2/+5
* Use a 32-bit floating-point limb size; support 8-bit floatH. Peter Anvin2007-10-291-0/+1
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Fix 32-bit types in preproc.c and eval.cKeith Kanios2007-10-131-16/+16
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-9/+9
* Change cloc_t to struct location, and reorder the membersH. Peter Anvin2007-10-031-2/+2
* BR 1352920: change loc_t -> cloc_tH. Peter Anvin2007-10-031-2/+2
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Support __float*__ for floating-point numbers in expressionsH. Peter Anvin2007-09-241-0/+59
* eval.c: replace sequence of ifs with switchH. Peter Anvin2007-09-241-9/+21
* Allow '!' to be used in expressions with same meaning as in C.Chuck Crayne2007-05-021-0/+13
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-25/+26
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-501/+478
* Correct handling of SEG <nonsegment>; per BR 560575H. Peter Anvin2002-05-271-0/+2
* Handle $ and $$ in ABSOLUTE sectionsH. Peter Anvin2002-05-261-3/+7
* NASM 0.98.03nasm-0.98.03H. Peter Anvin2002-04-301-2/+2
* NASM 0.98p3.2nasm-0.98p3.2H. Peter Anvin2002-04-301-19/+10
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-87/+154
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-0/+761