summaryrefslogtreecommitdiff
path: root/labels.c
Commit message (Expand)AuthorAgeFilesLines
* labels.c: cleanupCyrill Gorcunov2010-07-281-90/+77
* labels.c: lookup_label -- should return bool unconditionallyCyrill Gorcunov2010-04-211-2/+3
* labels.c: Fix NULL dereference on too long identifiersCyrill Gorcunov2010-02-181-1/+10
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-111-2/+2
* Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin2009-07-181-16/+13
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-12/+0
* BR 2817225: don't overrun a permts buffer with a maximum labelH. Peter Anvin2009-07-051-3/+5
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-5/+46
* BR 2781900: handle common labels while optimizingH. Peter Anvin2009-06-271-15/+25
* Allow global declaration after symbol definitionCharles Crayne2009-01-281-3/+5
* Fix Bugs item #2537867Charles Crayne2009-01-271-1/+1
* Halt assembly if addresses are not converging.Charles Crayne2008-09-111-2/+2
* Remove EQU for critical expression listCharles Crayne2008-06-041-1/+1
* hash user allocates struct hash_tableH. Peter Anvin2008-05-281-4/+4
* Use hash tables even for context-sensitive macrosH. Peter Anvin2008-05-221-1/+1
* Display fully qualified local label in "not defined" messageCharles Crayne2008-03-121-0/+5
* Eliminate duplicate symbol definitionsCharles Crayne2008-03-031-1/+1
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-5/+7
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-2/+2
* Additional uses of bool and enumH. Peter Anvin2007-10-111-14/+11
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-4/+4
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Switch the preprocessor over to using the hash table libraryH. Peter Anvin2007-09-161-2/+3
* Fix the handling of local labelsH. Peter Anvin2007-09-161-22/+11
* Use the new hash table function library to store labelsH. Peter Anvin2007-09-141-68/+62
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-19/+19
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-26/+28
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-149/+161
* changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-151-2/+2
* fixed bug #677841 by limiting the scanner to no more than 4095 characters for...Ed Beroset2003-09-081-0/+3
* NASM 0.98.09nasm-0.98.09H. Peter Anvin2002-04-301-5/+0
* NASM 0.98.08nasm-0.98.08H. Peter Anvin2002-04-301-18/+92
* NASM 0.98.03nasm-0.98.03H. Peter Anvin2002-04-301-114/+123
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-6/+8
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-17/+100
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-33/+54
* NASM 0.95nasm-0.95H. Peter Anvin2002-04-301-2/+4
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-0/+2
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+292