Formatting: kill off "stealth whitespace"
[platform/upstream/nasm.git] / nasmlib.c
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 H. Peter AnvinAllow underscores in numbers; better detection of FP
2007-10-16 H. Peter AnvinRecognize 'd', 't' and 'y' as radix suffixes
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-11 H. Peter Anvinsaa_fread/fwrite: when seeking, must set [rw]ptr as...
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-08 H. Peter Anvinsaa_rstruct: fix overrun check
2007-10-08 H. Peter Anvinsaa_fpwrite: initializing "len" should be part of the...
2007-10-08 Charles CrayneFix infinite loop in function saa_fpwrite
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-03 H. Peter AnvinPortability fixes
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 H. Peter AnvinAdd substitutes for snprintf() and vsnprintf()
2007-09-25 H. Peter AnvinAdd nasm_zalloc() to nasmlib.c
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-20 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2007-09-20 H. Peter AnvinMake nasm_malloc() et al available from inside ndisasm
2007-08-31 H. Peter AnvinMinor cleanup; remove duplication of names.c
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter Anvinnasmlib: add bsii() case-insensitive version of bsi()
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-08-26 Frank Kotleradd nasm_strsep to nasmlib, for output/outmacho.c ...
2007-04-28 Chuck CrayneInitial support for ELF64
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2003-09-08 Ed Berosetfixed bug #677841 by limiting the scanner to no more...
2003-02-06 Frank Kotler"Q" and "O" suffixes now indicate octal - touch up...
2002-09-12 H. Peter AnvinRAA fix from theowl
2002-09-12 H. Peter AnvinClean up unnecessary dependencies.
2002-09-12 H. Peter Anvin"const"-ipation fixes from Trevor Woerner
2002-05-26 H. Peter AnvinFix really stupid thinko on my part...
2002-05-26 H. Peter Anvinraa_read() is defined to return 0 for all uninitialized...
2002-05-21 H. Peter AnvinImplement new "strict" keyword to inhibit optimization.
2002-05-18 Frank Kotlerapplied theowl's patch to raa_write - errors to raa_read
2002-05-17 Ed Berosetadded const keyword to strdup argument
2002-05-14 H. Peter AnvinChange "const static" -> "static const" to keep gcc...
2002-05-14 H. Peter AnvinCode cleanup fixes from Ed Beroset
2002-04-30 H. Peter AnvinNASM 0.98.09
2002-04-30 H. Peter AnvinNASM 0.98.03
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.97
2002-04-30 H. Peter AnvinNASM 0.96
2002-04-30 H. Peter AnvinNASM 0.94
2002-04-30 H. Peter AnvinNASM 0.91