inweb-bootstrap/Chapter 4
Philip Chimento f5b5971aac Fix return type of InCSupport::tangle_line
This method is called with INT_METHOD_CALL, but had a void return type.
This caused the return value to be some random value from the stack, and
if it happened to be FALSE, LanguageMethods::tangle_line would write the
line out a second time. This was causing inweb to output invalid programs
due to every line being duplicated.
2022-04-07 21:33:43 -07:00
..
ACME Support.w Fixed comment-parsing bug 2020-05-11 22:57:58 +01:00
C-Like Languages.w Added feature for extract files 2021-08-10 16:15:43 +01:00
InC Support.w Fix return type of InCSupport::tangle_line 2022-04-07 21:33:43 -07:00
Language Methods.w Tidied up object creation 2020-05-09 13:05:00 +01:00
Programming Languages.w New file-system separator character convention, makefile includes foundation-test 2020-07-06 23:01:05 +01:00
The Painter.w Further attempts to remove wchar_t conversion warnings 2020-07-05 21:22:57 +01:00
Types and Functions.w Migrated to clang 11 2020-06-27 23:03:14 +01:00