adimetrius ae3b98dab7 Corrected mistake in previous commit 5 ani în urmă
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 ani în urmă
Cons 70dd46ff5c support only UTF-8 console encoding 5 ani în urmă
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 ani în urmă
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 ani în urmă
Host 4b18376b9c save and restore default fonts settings 6 ani în urmă
Obx 9a2b37ab5f new -> BlackBox 11 ani în urmă
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 ani în urmă
Std 6fa866805e remember converter for files opened in browser mode 5 ani în urmă
System cba3b6b685 Services: Improved Try implementation based on suggestions from SovietPony 5 ani în urmă
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 ani în urmă
Var aa3657c21a Moved SafeAction from Kernel to Services 5 ani în urmă
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 ani în urmă
_FreeBSDLinuxOpenBSD_ 34a36b3820 remove using of DLL variable in HostDates@Linux 5 ani în urmă
_FreeBSDLinuxOpenBSD_GUI 1e271561e3 review code, remove folds from comments 5 ani în urmă
_FreeBSDLinuxOpenBSD_Interp 02c869b916 update build script 5 ani în urmă
_FreeBSDOpenBSD_ a782e2df28 txt → odc 5 ani în urmă
_FreeBSDOpenBSD_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 ani în urmă
_FreeBSD_ a782e2df28 txt → odc 5 ani în urmă
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 ani în urmă
_Linux_ ae3b98dab7 Corrected mistake in previous commit 5 ani în urmă
_Linux_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 ani în urmă
_OpenBSD_ a782e2df28 txt → odc 5 ani în urmă
_Windows_ aa3657c21a Moved SafeAction from Kernel to Services 5 ani în urmă
_Windows_GUI 28a0b9e79d move memInStatus to Dialog 5 ani în urmă
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 ani în urmă
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 ani în urmă
__Interp c01f06e545 HostFiles asks for creation of directories 5 ani în urmă
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 ani în urmă
README 9a2b37ab5f new -> BlackBox 11 ani în urmă
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 ani în urmă
export 5aaf5ef5eb fix export 8 ani în urmă
run-BlackBox 67c73dacfb pass command line arguments 8 ani în urmă
run-dev0 67c73dacfb pass command line arguments 8 ani în urmă
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts 5 ani în urmă

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