Fix rgblink(5) man page syntax error
Avoid use of goto
in nextLine
Avoid use of goto
in FormatSpec::useCharacter
Exclude more lines from test coverage (
#1663 )
Pull request merge
Use
LCOV_EXCL
comments to exclude some lines from test coverage (
#1662 Pull request merge
Increase test coverage (
#1661 )
Pull request merge
Derive
operator!=
from
operator==
(
#1660 )
Pull request merge
Define
operator!=
in terms of
operator==
(
#1659 )
Pull request merge
Disable
EQUS
expansion for raw symbols (by parsing them as strings) (
… Pull request merge
Implement new string functions (
#1655 )
Pull request merge
Remove unnecessary default constructor definitions
Pull request merge
Rangi42pushed 2 commits to master • 2aef09c…ad4d9da • 23 days ago
Allow the
bit
/
res
/
set
bit index to be determined at link time (
#… Pull request merge
Some miscellaneous refactoring and copy-editing
Fix bug where macro names can be treated as numeric symbols (
#1653 )
Pull request merge
Parser refers to "symbol"s, "label"s, and "local label"s, not "identi…
Pull request merge
Refactor the parser to have fewer *_no_str
intermediate rules
Add contrib/checkformat.bash to check for clang-formatting (
#1646 )
Pull request merge
Update the post-release checklist to mention rgbds-live (
#1647 )
Pull request merge
Mention ASMotor's continued development (
#1643 )
Pull request merge
Allow
git describe
to get the version for FreeBSD and Cygwin in CI (
#… Pull request merge
Remove redundant
@
-style doc comment tags (
#1641 )
Pull request merge
Add more RGBLINK tests (
#1639 )
Pull request merge
Add more RGBLINK test coverage (
#1637 )
Pull request merge
Fix failing assertion with backslash at EOF in macro arguments (
#1634 )
Pull request merge
Consistently use LF line endings in expected .out and .err output (
#1635 Pull request merge
Fix
STRLEN
and
STRSUB
on incomplete UTF-8 (
#1633 )
Pull request merge
Fix
CHARLEN
and
CHARSUB
on invalid UTF-8 (
#1630 )
Pull request merge
Remove colNo
column tracking from lexer
You can’t perform that action at this time.