You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,28 @@
1
1
Version 1.07.0
2
2
3
3
[changed]
4
+
- SADD/STRPTR(wstring) returns WSTRING PTR
4
5
5
6
[added]
6
7
- 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
8
- 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)
8
9
- github #141: introduced '-strip'/'-nostrip' options to control symbol stripping of output files (William Breathitt Gray)
9
10
- github #141: fbc will default to stripping symbols if '-d ENABLE_STRIPALL' is passed in FBCFLAGS (William Breathitt Gray)
10
11
- github #141: makefile option 'ENABLE_STRIPALL=1' introduced to pass '-d ENABLE_STRIPALL' via FBCFLAGS by default for dos/win32 targets (William Breathitt Gray)
12
+
- 'TYPE udt EXTENDS Z|WSTRING' allowed to specify that UDT is a kind of Z|WSTRING
13
+
- LTRIM/RTRIM/TRIM will accept UDT as Z|WSTRING
14
+
- LCASE/UCASE will accept UDT as Z|WSTRING
15
+
- Cxxx() conversion functions will accept UDT as Z|WSTRING
16
+
- INSTR/INSTRREV will accept UDT as Z|WSTRING
17
+
- MID function will accept UDT as Z|WSTRING
18
+
- SADD/STRPTR will accept UDT as Z|WSTRING to return Z|WSTRING ptr
19
+
- LSET/RSET statements will accept UDT as Z|WSTRING
20
+
- MID statement will accept UDT as Z|WSTRING
21
+
- ASC function will accept UDT as Z|WSTRING
22
+
- STR/WSTR function will accept UDT as Z|WSTRING to return a Z|WSTRING
23
+
- SELECT statement will accept UDT as Z|WSTRING to return a Z|WSTRING
24
+
- SWAP statement will accept UDT as Z|WSTRING
25
+
- IIF function will accept UDT as Z|WSTRING
11
26
12
27
[fixed]
13
28
- sf.net #881: C backend: support for varadic function parameters in gcc using __builtin_va_list type and related macros
0 commit comments