Alexander Shiryaev a2a6f2ee12 Merge branch 'dev18' of github.com:bbcb/bbcp into dev18 %!s(int64=4) %!d(string=hai) anos
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version %!s(int64=8) %!d(string=hai) anos
Cons 6397de9302 fix documentation %!s(int64=4) %!d(string=hai) anos
Dev defb82d405 alternative fix of center issue-#199 https://forum.blackboxframework.org/viewtopic.php?f=40&t=755 %!s(int64=5) %!d(string=hai) anos
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout %!s(int64=5) %!d(string=hai) anos
Host 6397de9302 fix documentation %!s(int64=4) %!d(string=hai) anos
Obx 9a2b37ab5f new -> BlackBox %!s(int64=11) %!d(string=hai) anos
Sql 285acea4c3 remove unicode operations from Strings. part 2 %!s(int64=5) %!d(string=hai) anos
Std 2cc8d25c5f remove unicode operations from Strings %!s(int64=5) %!d(string=hai) anos
System 6397de9302 fix documentation %!s(int64=4) %!d(string=hai) anos
Text 89ce6046b3 TextCmds.DoShift to use text attributes (rather than default attributes) to insert tabs; dev/deb/control update %!s(int64=4) %!d(string=hai) anos
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf %!s(int64=5) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_ e831b32484 errors in Libc fixed %!s(int64=4) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_GUI 2cc8d25c5f remove unicode operations from Strings %!s(int64=5) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_Interp d319b71fe8 fix pack list for dev0 %!s(int64=5) %!d(string=hai) anos
_FreeBSDOpenBSD_ a782e2df28 txt → odc %!s(int64=5) %!d(string=hai) anos
_FreeBSDOpenBSD_GUI cc18d4ee76 adopt last features for FreeBSD kernel %!s(int64=5) %!d(string=hai) anos
_FreeBSD_ c31044b0c1 UTC time for GetModDate in HostFiles for reduce difference with Windows version %!s(int64=4) %!d(string=hai) anos
_LinuxOpenBSD_ e831b32484 errors in Libc fixed %!s(int64=4) %!d(string=hai) anos
_Linux_ e831b32484 errors in Libc fixed %!s(int64=4) %!d(string=hai) anos
_Linux_GUI b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf %!s(int64=5) %!d(string=hai) anos
_OpenBSD_ 696f4f255b fix Files and Files64 for OpenBSD, rebuild dev0 %!s(int64=4) %!d(string=hai) anos
_Windows_ 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version %!s(int64=4) %!d(string=hai) anos
_Windows_GUI 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version %!s(int64=4) %!d(string=hai) anos
_Windows_Interp 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version %!s(int64=4) %!d(string=hai) anos
__GUI 2cc8d25c5f remove unicode operations from Strings %!s(int64=5) %!d(string=hai) anos
__Interp c01f06e545 HostFiles asks for creation of directories %!s(int64=5) %!d(string=hai) anos
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout %!s(int64=5) %!d(string=hai) anos
README 9a2b37ab5f new -> BlackBox %!s(int64=11) %!d(string=hai) anos
clean c351e47873 sync with 1.7-beta, debug windows interp version %!s(int64=9) %!d(string=hai) anos
export 5aaf5ef5eb fix export %!s(int64=8) %!d(string=hai) anos
run-BlackBox 67c73dacfb pass command line arguments %!s(int64=8) %!d(string=hai) anos
run-dev0 b15b99342a 020 - 1 %!s(int64=5) %!d(string=hai) anos
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts %!s(int64=5) %!d(string=hai) anos

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