RBV 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version hace 8 años
Cons 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode hace 4 años
Dev 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout hace 5 años
Host 6397de9302 fix documentation hace 4 años
Obx 9a2b37ab5f new -> BlackBox hace 11 años
Sql 3870ab7721 elimination of module Unicode hace 4 años
Std 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
System 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
Text 3870ab7721 elimination of module Unicode hace 4 años
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf hace 5 años
_FreeBSDLinuxOpenBSD_ 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_FreeBSDLinuxOpenBSD_GUI 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_FreeBSDLinuxOpenBSD_Interp d319b71fe8 fix pack list for dev0 hace 5 años
_FreeBSDOpenBSD_ a782e2df28 txt → odc hace 5 años
_FreeBSDOpenBSD_GUI 40edeaa53e remove Kernel.Beep hace 4 años
_FreeBSD_ e054c314b5 removing unnecessary string procedures from Kernel hace 4 años
_LinuxOpenBSD_ 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_Linux_ 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_Linux_GUI 40edeaa53e remove Kernel.Beep hace 4 años
_OpenBSD_ e054c314b5 removing unnecessary string procedures from Kernel hace 4 años
_Windows_ 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_Windows_GUI 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
_Windows_Interp 3870ab7721 elimination of module Unicode hace 4 años
__GUI 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName hace 4 años
__Interp 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode hace 4 años
LICENSE.txt 42eb3e150c update years, flush resources before updating menu hace 4 años
README 9a2b37ab5f new -> BlackBox hace 11 años
clean c351e47873 sync with 1.7-beta, debug windows interp version hace 9 años
export 5aaf5ef5eb fix export hace 8 años
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script hace 4 años
run-dev0 af18819beb change names for environment variable for ~Windows version, and CUSTOM parameter name for Windows version #022 hace 4 años
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts hace 5 años

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