Commit Graph

15 Commits

Author SHA1 Message Date
H. Peter Anvin
2aa72b64a6 rdsrc.pl: handle tabs in the input
It is just to painful to keep the source files tab-free.  Handle tabs
in the input as required.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-09-30 17:12:19 -07:00
H. Peter Anvin
773a513a1d doc: another case of the RTF backend corrupting state
Another case of the RTF backend corrupting global state.  "Fix" it by
only outputting one format at a time; this also makes it possible to
run in parallel.
2008-06-11 18:32:33 -07:00
H. Peter Anvin
39fe51eedf Fix bug where the WinHelp backend corrupts the internal data
WinHelp/RTF needs to convert \ to \\, but did so on the global data,
so the DIP output was corrupted.
2008-06-01 22:34:55 -07:00
Charles Crayne
c17a0eb31b Add autogenerated instruction list to NASM documentation
1. Allow included files in rdsrc.pl
2. New program inslist.pl to generate instruction list from insns.dat
3. Mark certain comments in insns.dat as documentation subheaders
4. Add Instruction List appendix to nasmdoc.src
5. Update build process to invoke inslist.pl
2008-01-20 16:27:03 -08:00
H. Peter Anvin
52b4d6d7b0 Allow numbers to be sorted separately from letters
Allow numbers to be sorted separately from letters.
2007-11-29 17:10:04 -08:00
H. Peter Anvin
7065309739 Formatting: kill off "stealth whitespace"
"Stealth whitespace" makes it harder to read diffs, and just generally
cause unwanted weirdness.  Do a source-wide pass to get rid of it.
2007-10-19 14:42:29 -07:00
H. Peter Anvin
ebcd6d8b38 Rip out the old PostScript backend and make the new one official. 2002-05-16 18:15:31 +00:00
H. Peter Anvin
e77259caf6 Use em dash for the title 2002-05-14 21:28:54 +00:00
H. Peter Anvin
fe1bdcb23f Produce "dip" -- basically digested paragraphs for standalone backends 2002-05-14 06:05:06 +00:00
H. Peter Anvin
f834c7e4a7 Encode metadata in the documentation source, rather than hard-coding it. 2002-05-14 05:56:18 +00:00
H. Peter Anvin
c936bae6f0 Fix the positioning of the page number in the table of contents 2002-05-07 05:50:14 +00:00
H. Peter Anvin
33a514c196 Support generating PDF using ps2pdf with special annotations in the
PostScript output of rdsrc.pl.
2002-05-04 14:16:20 +00:00
H. Peter Anvin
1cd0e2d5bf NASM 0.98.08 2002-04-30 21:00:33 +00:00
H. Peter Anvin
41bf8002b2 NASM 0.98 2002-04-30 20:58:18 +00:00
H. Peter Anvin
76690a12ad NASM 0.96 2002-04-30 20:52:49 +00:00