Skip to content

Commit 77819a9

Browse files
committed
inc: from fbbindings-5c8fe09ceb0792ad85d5b18aba22863e40fc66bd
- updated LLVM and Clang bindings to 5.0.0git-fb0acea - updated libffi binding to 3.3 (used by threadcall) - updated libjit binding to 0.1.4 - updated bzip2 binding to 1.0.8 (no change from 1.0.6) - updated chipmunk binding to include chipmunk/chipmunk_structs.bi - updated fastcgi to fcgi-2.4.1-SNAP-0910052249 binding (no changes from fcgi-2.4.1-SNAP-031111212 - added raylib-3.0.0 binding - refreshed ncurses-5.9 binding - refreshed mediainfo_0.7.77 binding (no changes)
1 parent fff907c commit 77819a9

20 files changed

+2879
-130
lines changed

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Version 1.08.0
99
- updated curl headers for binding to curl 7.73.0
1010
- updated SDL1.2 bindings to SDL_gfx 2.0.26
1111
- updated SDL2 bindings to SDL2 2.0.14, SDL2_image 2.0.5, SDL2_mixer 2.0.4, SDL2_ttf 2.0.15
12-
- updated LLVM and Clang bindings to 5.0.0
12+
- updated LLVM and Clang bindings to 5.0.0git-fb0acea
1313
- updated Chipmunk2D binding to 7.0.3
1414
- updated cryptlib binding to 3.4.5
1515
- updated DevIL binding to 1.8.0
16+
- updated fastcgi to fcgi-2.4.1-SNAP-0910052249 binding (no changes from fcgi-2.4.1-SNAP-031111212
17+
- updated libffi binding to 3.3 (used by threadcall)
18+
- updated libjit binding to 0.1.4
19+
- updated bzip2 binding to 1.0.8 (no change from 1.0.6)
20+
- refreshed ncurses-5.9 binding
21+
- refreshed mediainfo_0.7.77 binding
1622
- warning level for all warnings is increased by 1. Default warning level is 1. Previously, default warning level was 0 and some warnings had level of -1.
1723
- reverted changes due sf.net #893: invalid suffixes due to '-lang fb'
1824
- reverted changes due sf.net #832: Fix bug allowing QB style suffixes on all keywords, regardless of -lang
@@ -70,6 +76,7 @@ Version 1.08.0
7076
- release: add arm and aarch64 targets as an option to the contrib/release.build.sh script
7177
- emscripten port (WIP, v1ctor & angros47)
7278
- bindings to SoLoud audio library (soloud_c.bi: C API only)
79+
- bindings to raylib-3.0.0 library (raylib.bi and raymath.bi)
7380
- gas64: add debugging information for -g -gen gas64 for user code for FBdebugger only (SARG)
7481
- __FB_ARG_EXTRACT__( index, args... ) builtin macro (adeyblue)
7582
- __FB_X86__ intrinsic define on x86 and x86_64

inc/MediaInfo.bi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
'' documentation and/or other materials provided with the
1414
'' distribution.
1515
''
16-
'' THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS
17-
'' IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
16+
'' THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
17+
'' IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1818
'' TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1919
'' PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2020
'' HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

inc/bzlib.bi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
'' FreeBASIC binding for bzip2-1.0.6
1+
'' FreeBASIC binding for bzip2-1.0.8
22
''
33
'' based on the C header files:
44
'' This program, "bzip2", the associated library "libbzip2", and all
5-
'' documentation, are copyright (C) 1996-2010 Julian R Seward. All
5+
'' documentation, are copyright (C) 1996-2019 Julian R Seward. All
66
'' rights reserved.
77
''
88
'' Redistribution and use in source and binary forms, with or without
@@ -36,11 +36,11 @@
3636
'' NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3737
'' SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
''
39-
'' Julian Seward, jseward@bzip.org
40-
'' bzip2/libbzip2 version 1.0.6 of 6 September 2010
39+
'' Julian Seward, jseward@acm.org
40+
'' bzip2/libbzip2 version 1.0.8 of 13 July 2019
4141
''
4242
'' translated to FreeBASIC by:
43-
'' Copyright © 2015 FreeBASIC development team
43+
'' Copyright © 2021 FreeBASIC development team
4444

4545
#pragma once
4646

inc/chipmunk/chipmunk.bi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'' SOFTWARE.
2323
''
2424
'' translated to FreeBASIC by:
25-
'' Copyright © 2020 FreeBASIC development team
25+
'' Copyright © 2021 FreeBASIC development team
2626

2727
#pragma once
2828

0 commit comments

Comments
 (0)