Иван 9ebcc7adba fix hanging then call menu command causing TRAP hace 6 años
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version hace 8 años
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated hace 8 años
Dev c17320512d center issue-#187 adding a run-time debugger to BlackBox hace 6 años
Docu cae7de606d update year hace 7 años
Host 4b18376b9c save and restore default fonts settings hace 7 años
Obx 9a2b37ab5f new -> BlackBox hace 11 años
Sql 5ccaca6b74 synced with 1.7 hace 8 años
Std bb8833ffdd synced with 1.7.1 from Center hace 7 años
System 13a4f436f5 center issue-#189 improving the treatment of the sign bit in Math/SMath hace 6 años
Text bb8833ffdd synced with 1.7.1 from Center hace 7 años
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version hace 8 años
_FreeBSDLinuxOpenBSD_ b7484f158d TextConv fixes hace 7 años
_FreeBSDLinuxOpenBSD_GUI 9ebcc7adba fix hanging then call menu command causing TRAP hace 6 años
_FreeBSDLinuxOpenBSD_Interp d36d42da3d update build scripts hace 7 años
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox hace 8 años
_FreeBSDOpenBSD_GUI 4b18376b9c save and restore default fonts settings hace 7 años
_FreeBSD_ ae4e7a9948 change HostGnome hace 7 años
_LinuxOpenBSD_ 6940a0185f Linux Libc generator hace 7 años
_Linux_ a270fa31f5 Linux dev0 binary updated hace 7 años
_Linux_GUI 4b18376b9c save and restore default fonts settings hace 7 años
_OpenBSD_ 2b2990bfe5 OpenBSD Libc updated hace 7 años
_Windows_ c17320512d center issue-#187 adding a run-time debugger to BlackBox hace 6 años
_Windows_GUI c17320512d center issue-#187 adding a run-time debugger to BlackBox hace 6 años
_Windows_Interp 07086e71c4 center issue-#184 HYPERLINK ignored in RTF import. Iterp and FreeBSDLinuxOpenBSD versions of HostTextConv synced with Windows version. hace 7 años
__GUI c17320512d center issue-#187 adding a run-time debugger to BlackBox hace 6 años
__Interp d6e201af6c HostFonts.Font need to be exported for Xhtml hace 7 años
LICENSE.txt cae7de606d update year hace 7 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 67c73dacfb pass command line arguments hace 8 años
run-dev0 67c73dacfb pass command line arguments hace 8 años
switch-target 41b5c8b9b5 clean fixed hace 8 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