summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-25Make the macros table "unsigned char"H. Peter Anvin4-14/+14
2008-06-21Run "make alldeps"H. Peter Anvin5-190/+201
2008-06-21pp_directives_len can be uint8_tH. Peter Anvin2-2/+2
2008-06-21Drop the index tables from the canned macrosH. Peter Anvin4-30/+49
2008-06-21Fix a few more <ctype.h> instancesH. Peter Anvin3-7/+9
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin14-100/+106
2008-06-20preproc: free the include path and the final filenameH. Peter Anvin1-2/+10
2008-06-20Move the output format macros into the macros.pl mechanismH. Peter Anvin24-109/+118
2008-06-19raa: clean up indentationH. Peter Anvin2-10/+11
2008-06-19saa: fix indentationH. Peter Anvin2-131/+131
2008-06-19Somewhat more clever way to generate the %use guard macrosH. Peter Anvin2-12/+8
2008-06-19Protect %use from multi-inclusion and provide a test macroH. Peter Anvin2-6/+38
2008-06-19doc: framework for documenting standard macro packagesH. Peter Anvin1-171/+218
2008-06-19%use: call these directives "standard macro packages"H. Peter Anvin3-27/+27
2008-06-19macros.pl: need to use $' to get proper left-to-right behaviourH. Peter Anvin1-5/+5
2008-06-19macros.pl: remove debug prints; improve compression regexH. Peter Anvin1-6/+3
2008-06-19macros.c: compress by tokenizing macro directivesH. Peter Anvin5-13/+94
2008-06-19preproc: add support for builtin include modules (%use)H. Peter Anvin10-72/+252
2008-06-19doc: macroize texi2ipf and ipfcH. Peter Anvin1-2/+2
2008-06-19doc: for ps to pdf conversion, use "acrodist", "ps2pdf" or "pstopdf"H. Peter Anvin2-5/+14
2008-06-16Merge branch 'nasm-2.03.x'H. Peter Anvin2-2/+2
2008-06-16doc: add missing nasmdoc.txt targetH. Peter Anvin1-1/+1
2008-06-16NASM 2.03.01H. Peter Anvin1-1/+1
2008-06-16Backport the syncfiles script to the nasm-2.03.x branchH. Peter Anvin6-14/+122
2008-06-15syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin6-12/+12
2008-06-15syncfiles: terminate directory names at equal signsH. Peter Anvin1-1/+1
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin0-0/+0
2008-06-15-F implies -g backported to 2.03.01H. Peter Anvin1-1/+1
2008-06-15CHANGES: document backport of -F implies -gH. Peter Anvin1-0/+1
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin1-5/+4
2008-06-15Make -F imply -g (BR 1991213)H. Peter Anvin2-7/+9
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin1-0/+1
2008-06-15doc: Nasm -> NASMH. Peter Anvin1-2/+2
2008-06-15doc: title capitalizationH. Peter Anvin1-3/+3
2008-06-15doc: add missing period.H. Peter Anvin1-5/+5
2008-06-15doc: Makefile fixes missing from previous checkinH. Peter Anvin1-7/+16
2008-06-15doc: another case of the RTF backend corrupting stateH. Peter Anvin1-16/+26
2008-06-15doc: ps/pdf: set page numbers in normal-sized italicH. Peter Anvin1-2/+2
2008-06-15doc: Add NASMENV to the index (BR 1917084)H. Peter Anvin1-1/+1
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin0-0/+0
2008-06-15Documentation facelift backported to 2.03.xH. Peter Anvin1-1/+1
2008-06-15CHANGES: Document documentation faceliftH. Peter Anvin1-0/+1
2008-06-15ps/pdf doc: default to 10-point font, wider leadingH. Peter Anvin1-7/+7
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin1-2/+2
2008-06-15CHANGES: call the next version on this branch 2.03.01H. Peter Anvin1-2/+2
2008-06-15syncfiles: use the same regexp for hints as mkdep usesH. Peter Anvin1-1/+1
2008-06-15syncfiles: handle the case of the null path separatorH. Peter Anvin2-7/+15
2008-06-15utf.asm: add some error casesH. Peter Anvin1-0/+10
2008-06-15syncfiles.pl: remove obsolete commentH. Peter Anvin1-1/+0
2008-06-15Free EOT_DB_STRING_FREE in cleanup_insn()H. Peter Anvin2-5/+4