Skip to content

Commit 000c280

Browse files
committed
inc: LLVM-C & libclang 3.5.0
1 parent 8f5b50e commit 000c280

File tree

3 files changed

+2716
-1
lines changed

3 files changed

+2716
-1
lines changed

changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ Version 1.01.0
77
[added]
88
- On Linux/*BSD, the FB runtime will now respect the __fb_enable_vt100_escapes global variable (also see examples/console/disable-vt100-escapes.bas). FB programs can set it to 0 (FALSE) in order to manually disable the use of hard-coded VT100-specific escape sequences by FB's console I/O commands. This can help getting FB programs to run on older terminals which don't accept these escape sequences. However, it may also cause FB's console I/O commands and functions to behave differently. For example, if the use of the escape sequence for querying cursor position is disabled, then the FB runtime will assume that the cursor starts out at position 1,1 even if that is not actually true.
99
- WITH compounds now also accept type<UDT>(...) and UDT(...) expressions
10-
- Updated bindings (including 64bit support):
10+
- Bindings (new/updated, including 64bit support):
1111
CGUI 2.0.3
1212
CUnit 2.1-3
1313
fmod.bi for the old FMOD 3.75
1414
IUP 3.11.2
15+
libclang 3.5.0
1516
libcurl 7.39.0
1617
libffi 3.1
1718
libjit a8293e141b79c28734a3633a81a43f92f29fc2d7
1819
libpng 1.2.51, 1.4.13, 1.5.19, 1.6.14 (#define __LIBPNG_VERSION to 12/14/15/16 to select version, default = 16)
1920
libzip 0.11.2
21+
LLVM-C 3.5.0
2022
Lua 5.2.3
2123
ncurses 5.9
2224
PDCurses 3.4

0 commit comments

Comments
 (0)