Skip to content

Commit 1a6583d

Browse files
committed
changelog: add entries for recent changes
- github #131: Fix fbc makefile bootstrap recipe race condition (William Breathitt Gray) - github #133: fbc makefile supports bootstrap-minimal target to build a bootstrap fbc with only the minimal features necessary to build another fbc. (William Breathitt Gray) - github #137: Final -Wl flag takes precedence over previous. fbc now passes down all options from all -Wa, -Wc, and -Wl flags (William Breathitt Gray)
1 parent 03ec40e commit 1a6583d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ Version 1.07.0
44

55
[added]
66
- CVA_LIST type, CVA_START(), CVA_COPY() CVA_END(), CVA_ARG() macros will map to gcc's __builtin_va_list and __builtin_va_* macros in gcc backend
7+
- github #133: fbc makefile supports bootstrap-minimal target to build a bootstrap fbc with only the minimal features necessary to build another fbc. (William Breathitt Gray)
78

89
[fixed]
910
- sf.net #881: C backend: support for varadic function parameters in gcc using __builtin_va_list type and related macros
1011
- push/pop correct GL_PROJECTION matrix and GL_MODELVIEW matrix when setting up graphics screen (gothon)
1112
- fix char & wchar concatentation. For char double byte characters (such as Chinese characters), the "wstr = char & wchar" would become "wstr = char & chrw(0) & wchar" (SkyFish)
13+
- github #131: Fix fbc makefile bootstrap recipe race condition (William Breathitt Gray)
1214
- sf.net #794: literal tabs in string literals miscompiled if followed by 0-9 numeric chars
1315
- sf.net #897: length of literal wstring is miscalculated at compile time. Compile time evaluation of len(!"\u1234") was using the internal escaped string length instead of the actual codepoint length
16+
- github #137: Final -Wl flag takes precedence over previous. fbc now passes down all options from all -Wa, -Wc, and -Wl flags (William Breathitt Gray)
1417

1518

1619
Version 1.06.0

0 commit comments

Comments
 (0)