Commit Graph

5 Commits

Author SHA1 Message Date
a44adf4baf Correct calls to write_html()
write_html() is declared as taking two parameters, but the call to it
passes three.

We fix this by dropping the third parameter, which was labelled 'DUMMY'
anyway.
2024-03-15 08:33:40 +00:00
1dcf5ae370 Output #line directives as part of nuweb tangling.
This makes error location easier.
2024-03-15 08:31:10 +00:00
d8f33c3ce4 Add license
We copy the copyright header from the top of nuweb.w
2024-03-15 08:13:51 +00:00
087732177f Add initial .gitignore file.
We ignore all generated files, apart from the *.c files which are needed
to be able to bootstrap nuweb.
2024-03-15 08:13:02 +00:00
6ba17b6389 Initial import of nuweb-1.62
This is just the following tarball expanded:

https://sourceforge.net/projects/nuweb/files/nuweb-1.62.tar.gz/download
2024-03-15 08:04:56 +00:00