Skip to content

Commit 16b5664

Browse files
committed
fbdocs: wiki snapshot 2020.12.31
1 parent 63e6c0c commit 16b5664

25 files changed

+32
-24
lines changed

doc/manual/cache/ExtLibCRT.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="CRT, the C Runtime Library"}}----
22
Standard C language functions. On Windows, this is implemented in msvcrt.dll (however, there also are version-specific msvcrXX.dlls, the ""Microsoft Visual C++"" runtimes). On Linux, the C runtime is typically implemented by glibc. For DOS, ""FreeBASIC"" uses DJGPP, which provides a libc library.
33

4-
Websites: http://msdn.microsoft.com/en-us/library/59ey50w6.aspx, http://www.gnu.org/software/libc/, http://www.delorie.com/djgpp/
4+
Websites: http://msdn.microsoft.com/en-us/library/59ey50w6.aspx, https://www.gnu.org/software/libc/, http://www.delorie.com/djgpp/
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: crt.bi
77
Function reference: [[ProPgCruntime|C Runtime Functions]]

doc/manual/cache/ExtLibChipmunk.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="Chipmunk Physics"}}----
22
Chipmunk is a physics library designed specifically for 2D games.
33

4-
Website: http://chipmunk-physics.net/
4+
Website: https://chipmunk-physics.net
55
Platforms supported: ""Win32"", Linux
66
Headers to include: chipmunk/chipmunk.bi
77
Header version: 4.1.0

doc/manual/cache/ExtLibFastCGI.wakka

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{{fbdoc item="title" value="FastCGI"}}----
22
Open extension to CGI that provides high performance without the limitations of server specific APIs.
33

4-
Website: http://www.fastcgi.com (link dead, but see: https://freebasic.net/forum/viewtopic.php?f=14&t=28126)
4+
Website: [[https://web.archive.org/web/20080213023105/http://www.fastcgi.com:80/ http://www.fastcgi.com]] (archived copy from 2006)
5+
Github: https://github.com/FastCGI-Archives
6+
See also Forum: https://freebasic.net/forum/viewtopic.php?f=14&t=28126
57
Platforms supported: ""Win32"", Linux
68
Headers to include: fastcgi/fastcgi.bi, fastcgi/fcgiapp.bi, fastcgi/fcgi_stdio.bi
79
Header version: 2.4.1-SNAP-0311112127

doc/manual/cache/ExtLibFfi.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="libffi"}}----
22
""LibFFI"" is a foreign function interface library allowing programs to arbitrarily call native function without pointers and to bind function pointers to generic functions which take variable arguments via closures. It is used to bind native code in modern scripting languages.
33

4-
Website: http://sourceware.org/libffi/
4+
Website: https://sourceware.org/libffi/
55
Platforms supported: Windows, Linux, DOS
66
Headers to include: ffi.bi
77
Header version: 3.1

doc/manual/cache/ExtLibJit.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="libjit"}}----
22
""LibJIT"" is a fairly straightforward, lightweight library for runtime compilation with a simple and stable ABI.
33

4-
Website: [[http://www.gnu.org/software/libjit/]]
4+
Website: [[https://www.gnu.org/software/libjit/]]
55
Platforms supported: Windows, Linux, DOS
66
Headers to include: jit.bi
77
Header version: git a8293e141b79c28734a3633a81a43f92f29fc2d7

doc/manual/cache/ExtLibLua.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="Lua"}}----
22
Lightweight, embeddable scripting engine using the Lua language.
33

4-
Website: http://www.lua.org/
4+
Website: https://www.lua.org
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: Lua/lua.bi
77
Header version: 5.2.3

doc/manual/cache/ExtLibLzma.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="liblzma"}}----
22
Configurable compression library based around the LZMA algorithm with zlib-like API. liblzma is the heart of the xz-utils used to handle the .lzma and .xz file formats. It is based on 7-Zip's LZMA SDK.
33

4-
Website: http://tukaani.org/xz/
4+
Website: https://tukaani.org/xz/
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: lzma.bi
77
Header version: 5.0.2

doc/manual/cache/ExtLibLzo.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="LZO"}}----
22
LZO is a compression library offering fast compression and very fast decompression.
33

4-
Website: [[http://www.oberhumer.com/opensource/lzo/]]
4+
Website: [[https://www.oberhumer.com/opensource/lzo/]]
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: lzo/lzo.bi
77
Header version: 2.02

doc/manual/cache/ExtLibZeroMQ.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{fbdoc item="title" value="ZeroMQ"}}----
22
High-performance asynchronous messaging library
33

4-
Website: http://www.zeromq.org/
4+
Website: https://www.zeromq.org
55
Platforms supported: ""Win32"", Linux
66
Headers to include: zmq/zmq.bi
77
Header version: 2.1.10

doc/manual/cache/ExtLibZip.wakka

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{{fbdoc item="title" value="libzip"}}----
22
Easy-to-use library for creating, reading out or modifying .zip archives.
33

4-
Website: http://www.nih.at/libzip/
4+
Website: https://libzip.org
5+
Github: https://github.com/nih-at/libzip
56
Platforms supported: ""Win32"", Linux, DOS
67
Headers to include: zip.bi
78
Header version: 0.11.2

0 commit comments

Comments
 (0)