summaryrefslogtreecommitdiff
path: root/doc/rdsrc.pl
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Fix regular expression at doc/rdsrc.plHEADtizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_6.5/20211028.163601submit/tizen_6.0_hotfix/20201103.115103submit/tizen_6.0_hotfix/20201102.192903submit/tizen_6.0/20201029.205503submit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen/20190311.062915accepted/tizen/unified/x/asan/20241013.235435accepted/tizen/unified/x/20240818.074440accepted/tizen/unified/toolchain/20240311.005236accepted/tizen/unified/toolchain/20240128.235627accepted/tizen/unified/20190311.072555accepted/tizen/9.0/unified/20241030.234033accepted/tizen/8.0/unified/20231005.095241accepted/tizen/7.0/unified/hotfix/20221116.111151accepted/tizen/7.0/unified/20221110.061944accepted/tizen/6.5/unified/20211028.223921accepted/tizen/6.0/unified/hotfix/20201102.231657accepted/tizen/6.0/unified/20201030.111207accepted/tizen/5.5/unified/wearable/hotfix/20201027.095926accepted/tizen/5.5/unified/mobile/hotfix/20201027.073617accepted/tizen/5.5/unified/20191031.010846tizen_9.0tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizenaccepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedDongkyun Son1-17/+17
fix build error """ [ 105s] perl ./rdsrc.pl html < nasmdoc.src [ 105s] Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\{ <-- HERE / at ./rdsrc.pl line 252. [ 105s] Makefile:47: recipe for target 'html/nasmdoc0.html' failed """ Change-Id: Ic9dd399c02a8795deb301f42d68868d93c9bb5fd Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
2009-06-28Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin1-0/+33
This adds copyright verbiage to the Perl scripts. Scripts that are known to be clean w.r.t. the 2-clause BSD license are given that license; unclear ones are given the "LGPL for now". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-09-30rdsrc.pl: handle tabs in the inputH. Peter Anvin1-0/+21
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-06-11doc: another case of the RTF backend corrupting stateH. Peter Anvin1-16/+26
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-01Fix bug where the WinHelp backend corrupts the internal dataH. Peter Anvin1-4/+5
WinHelp/RTF needs to convert \ to \\, but did so on the global data, so the DIP output was corrupted.
2008-01-20Add autogenerated instruction list to NASM documentationCharles Crayne1-9/+34
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
2007-11-29Allow numbers to be sorted separately from lettersH. Peter Anvin1-1/+1
Allow numbers to be sorted separately from letters.
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-11/+10
"Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it.
2002-05-16Rip out the old PostScript backend and make the new one official.H. Peter Anvin1-945/+0
2002-05-14Use em dash for the titleH. Peter Anvin1-2/+4
2002-05-14Produce "dip" -- basically digested paragraphs for standalone backendsH. Peter Anvin1-0/+26
2002-05-14Encode metadata in the documentation source, rather than hard-coding it.H. Peter Anvin1-18/+27
2002-05-07Fix the positioning of the page number in the table of contentsH. Peter Anvin1-3/+6
2002-05-04Support generating PDF using ps2pdf with special annotations in theH. Peter Anvin1-138/+314
PostScript output of rdsrc.pl.
2002-04-30NASM 0.98.08H. Peter Anvin1-13/+24
2002-04-30NASM 0.98H. Peter Anvin1-0/+4
2002-04-30NASM 0.96H. Peter Anvin1-0/+2134