summaryrefslogtreecommitdiff
path: root/doc/inslist.pl
Commit message (Collapse)AuthorAgeFilesLines
* doc: clean up the instruction list in the documentation slightlyH. Peter Anvin2017-04-071-12/+22
| | | | | | | Compactify the instruction list in the documentation to have fewer margin violations, and fix some of the headings (;#). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* perl: change to the new, safer 3-operand form of open()H. Peter Anvin2017-04-021-2/+2
| | | | | | | | | | | The 2-operand form was inherently unsafe. Use the 3-operand form instead, which guarantees that arbitrary filenames are supported. This also means we can remove a few instances of sysopen() which was used for exactly this reason, however, at least in theory sysopen() isn't portable. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin2009-06-281-4/+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>
* inslist.pl: deal with the new encoding formatH. Peter Anvin2008-05-201-14/+17
| | | | | Make it possible for inslist.pl to understand the new encoding format; fix a few minor buglets.
* Add autogenerated instruction list to NASM documentationCharles Crayne2008-01-201-0/+66
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