Ivan Denisov b19cdea6f8 check & fix for FreeBSD 12.1 5 éve
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 éve
Cons 3d5bca760a #033: replace INTEGER to LONGINT in Log.Int and Log.IntForm 5 éve
Dev bf4c39b842 Fix 036: DevMarkers amendment 5 éve
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 éve
Host 4b18376b9c save and restore default fonts settings 7 éve
Obx 9a2b37ab5f new -> BlackBox 11 éve
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 éve
Std 2cc8d25c5f remove unicode operations from Strings 5 éve
System 2992ccbd6c Move initialization of Dialog.version from Host subsystem straight into Dialog. According to docu, .version is the version of framework, and it doesn't depend on either the Host or the app 5 éve
Text 2cc8d25c5f remove unicode operations from Strings 5 éve
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 éve
_FreeBSDLinuxOpenBSD_ b19cdea6f8 check & fix for FreeBSD 12.1 5 éve
_FreeBSDLinuxOpenBSD_GUI 2cc8d25c5f remove unicode operations from Strings 5 éve
_FreeBSDLinuxOpenBSD_Interp d319b71fe8 fix pack list for dev0 5 éve
_FreeBSDOpenBSD_ a782e2df28 txt → odc 5 éve
_FreeBSDOpenBSD_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 éve
_FreeBSD_ b19cdea6f8 check & fix for FreeBSD 12.1 5 éve
_LinuxOpenBSD_ b19cdea6f8 check & fix for FreeBSD 12.1 5 éve
_Linux_ c3aeeca7a3 Heuristic Stack Overflow detection and trap for Linux. Based on work of A.Shiryaev 5 éve
_Linux_GUI b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 éve
_OpenBSD_ 79210936dd remove export of debuging log procedures from Kernel 5 éve
_Windows_ 2992ccbd6c Move initialization of Dialog.version from Host subsystem straight into Dialog. According to docu, .version is the version of framework, and it doesn't depend on either the Host or the app 5 éve
_Windows_GUI 285acea4c3 remove unicode operations from Strings. part 2 5 éve
_Windows_Interp d319b71fe8 fix pack list for dev0 5 éve
__GUI 2cc8d25c5f remove unicode operations from Strings 5 éve
__Interp c01f06e545 HostFiles asks for creation of directories 5 éve
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 éve
README 9a2b37ab5f new -> BlackBox 11 éve
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 éve
export 5aaf5ef5eb fix export 8 éve
run-BlackBox 67c73dacfb pass command line arguments 8 éve
run-dev0 b15b99342a 020 - 1 5 éve
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts 5 éve

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox