index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nasmlib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BR 1864243: better warnings for out-of-range constants
H. Peter Anvin
2008-01-08
1
-1
/
+1
*
regularized spelling of license to match name of LICENSE file
Beroset
2007-12-29
1
-1
/
+1
*
BR 877583: Fix RAA memory leak
H. Peter Anvin
2007-11-19
1
-3
/
+2
*
Check in Keith's Fixes
Charles Crayne
2007-11-17
1
-8
/
+5
*
Clean up the fwrite*() function definitions somewhat
H. Peter Anvin
2007-11-13
1
-16
/
+12
*
x86-host-specific performance improvement
H. Peter Anvin
2007-11-13
1
-0
/
+30
*
Address data is int64_t; simplify writing an address object
H. Peter Anvin
2007-11-13
1
-14
/
+16
*
nasmlib.c: prefix_name(): use the elements() macro
H. Peter Anvin
2007-11-08
1
-1
/
+1
*
constipate the "str" argument to bsi() and bsii()
H. Peter Anvin
2007-11-08
1
-2
/
+2
*
Upgrade RAA functions to hold 64-bit data.
Charles Crayne
2007-11-07
1
-2
/
+2
*
Upgrade label functions to 64-bit
Charles Crayne
2007-11-05
1
-1
/
+1
*
readnum(): handle prefix-suffix collision like "0h"
H. Peter Anvin
2007-10-26
1
-15
/
+11
*
Slightly simplify the radix-detection code
H. Peter Anvin
2007-10-23
1
-2
/
+4
*
Unbreak particularly tricky hex constants
H. Peter Anvin
2007-10-22
1
-7
/
+20
*
More consistent handling of radix letters
H. Peter Anvin
2007-10-22
1
-15
/
+31
*
Formatting: kill off "stealth whitespace"
H. Peter Anvin
2007-10-19
1
-6
/
+6
*
Allow underscores in numbers; better detection of FP
H. Peter Anvin
2007-10-19
1
-11
/
+14
*
Recognize 'd', 't' and 'y' as radix suffixes
H. Peter Anvin
2007-10-15
1
-1
/
+3
*
Additional uses of bool and enum
H. Peter Anvin
2007-10-11
1
-3
/
+3
*
saa_fread/fwrite: when seeking, must set [rw]ptr as well
H. Peter Anvin
2007-10-10
1
-0
/
+2
*
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
2007-10-10
1
-8
/
+8
*
saa_rstruct: fix overrun check
H. Peter Anvin
2007-10-08
1
-1
/
+1
*
saa_fpwrite: initializing "len" should be part of the loop
H. Peter Anvin
2007-10-07
1
-2
/
+1
*
Fix infinite loop in function saa_fpwrite
Charles Crayne
2007-10-07
1
-0
/
+1
*
Rewrite the handling of SAA's to allow random access
H. Peter Anvin
2007-10-04
1
-134
/
+163
*
Portability fixes
H. Peter Anvin
2007-10-02
1
-3
/
+5
*
Add substitutes for snprintf() and vsnprintf()
H. Peter Anvin
2007-09-28
1
-1
/
+1
*
Add nasm_zalloc() to nasmlib.c
H. Peter Anvin
2007-09-25
1
-8
/
+23
*
Make nasm_malloc() et al available from inside ndisasm
H. Peter Anvin
2007-09-19
1
-146
/
+0
*
Minor cleanup; remove duplication of names.c
H. Peter Anvin
2007-08-31
1
-7
/
+1
*
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
2007-08-30
1
-216
/
+1
*
nasmlib: add bsii() case-insensitive version of bsi()
H. Peter Anvin
2007-08-29
1
-0
/
+16
*
Implement REL/ABS modifiers
H. Peter Anvin
2007-08-28
1
-2
/
+1
*
add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't work
Frank Kotler
2007-08-26
1
-1
/
+20
*
Initial support for ELF64
Chuck Crayne
2007-04-28
1
-0
/
+12
*
Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs
H. Peter Anvin
2007-04-17
1
-0
/
+9
*
Placated unreferenced types.
Keith Kanios
2007-04-14
1
-0
/
+17
*
Fixed distinction between char and int8_t data types.
Keith Kanios
2007-04-13
1
-46
/
+47
*
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
2007-04-12
1
-95
/
+108
*
Apply Nindent to all .c and .h files
nasm-0.98.39
LATEST
H. Peter Anvin
2005-01-15
1
-534
/
+553
*
fixed bug #677841 by limiting the scanner to no more than 4095 characters for...
Ed Beroset
2003-09-08
1
-1
/
+5
*
"Q" and "O" suffixes now indicate octal - touch up docs
Frank Kotler
2003-02-06
1
-1
/
+1
*
RAA fix from theowl
H. Peter Anvin
2002-09-12
1
-2
/
+2
*
Clean up unnecessary dependencies.
H. Peter Anvin
2002-09-12
1
-0
/
+1
*
"const"-ipation fixes from Trevor Woerner
H. Peter Anvin
2002-09-12
1
-12
/
+16
*
Fix really stupid thinko on my part...
H. Peter Anvin
2002-05-26
1
-2
/
+2
*
raa_read() is defined to return 0 for all uninitialized entries, do
H. Peter Anvin
2002-05-26
1
-8
/
+12
*
Implement new "strict" keyword to inhibit optimization.
H. Peter Anvin
2002-05-21
1
-1
/
+1
*
applied theowl's patch to raa_write - errors to raa_read
Frank Kotler
2002-05-18
1
-3
/
+3
*
added const keyword to strdup argument
Ed Beroset
2002-05-17
1
-2
/
+2
[next]