Ivan Denisov
|
b3b62f28d9
change header link to license, remove organisation link, fix docu & add migration notes
|
3 年之前 |
RBV
|
d829e4bc7a
-
|
4 年之前 |
RBV
|
47d4cd85e5
remove Kernel.SplitName и Kernel.MakeFileName
|
4 年之前 |
RBV
|
e054c314b5
removing unnecessary string procedures from Kernel
|
4 年之前 |
RBV
|
40edeaa53e
remove Kernel.Beep
|
4 年之前 |
Ivan Denisov
|
d1fb316297
remove Kernel.Hook to reduce Kernel import cases #048
|
4 年之前 |
Ivan Denisov
|
9e50647fb4
small cleanups
|
4 年之前 |
Ivan Denisov
|
6c38e8ef17
fix suppression of traphandler in Kernel, small fixes in README
|
4 年之前 |
Alexander Shiryaev
|
e831b32484
errors in Libc fixed
|
4 年之前 |
adimetrius
|
c3aeeca7a3
Heuristic Stack Overflow detection and trap for Linux. Based on work of A.Shiryaev
|
5 年之前 |
adimetrius
|
0386272694
TrapHandler: Restored assignment to global variable val; it was previousely removed by mistake
|
5 年之前 |
Ivan Denisov
|
b482b203c2
reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf
|
5 年之前 |
Ivan Denisov
|
79210936dd
remove export of debuging log procedures from Kernel
|
5 年之前 |
Ivan Denisov
|
9131831a89
#018 msgs to kernel
|
5 年之前 |
Ivan Denisov
|
009dcf1860
#018 add debug output to Kernel by procedure variables
|
5 年之前 |
adimetrius
|
1717847bf1
Improved Kernel resilience by refactoring signal trap handling. Memo and tests/demo in VarTraps. ^C to interrupt long-runing commands
|
5 年之前 |
adimetrius
|
ae3b98dab7
Corrected mistake in previous commit
|
5 年之前 |
adimetrius
|
5e88a39571
Kernel.DefaultTrapViewer: corret output of trap numbers; correct output for unloaded procedure names (<unloaded>)
|
5 年之前 |
Ivan Denisov
|
1e271561e3
review code, remove folds from comments
|
5 年之前 |
adimetrius
|
c2893aef78
Removed wrongly added export mark for LogThisStack
|
5 年之前 |
adimetrius
|
043309e2c6
Kernel: TYPE ConsHook; console logging; DefaultTrapViewer reworked, now logs to consHook + GUI
|
5 年之前 |
adimetrius
|
68c3f1989e
Commented SIG_IGN for SIGCHILD in Kernel and fork() without waitpid() in (Lin)HostDialog
|
5 年之前 |
adimetrius
|
aa3657c21a
Moved SafeAction from Kernel to Services
|
5 年之前 |
adimetrius
|
7a8dca65ee
Added Kernel.SafeAction both to Windows and Linux
|
5 年之前 |
Ivan Denisov
|
f85407bb54
increase N constant 4 times in Kernel.AllocHeapMem to speed up heap grow
|
5 年之前 |
Alexander Shiryaev
|
bf603f1042
set SIG_IGN for SIGCHLD
|
6 年之前 |
Ivan Denisov
|
d6e8adbef4
center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched
|
6 年之前 |
Ivan Denisov
|
05e3374ae2
center issue #192, Kernel.Call does not work with ANYREC-parameters
|
6 年之前 |
Alexander Shiryaev
|
de7a1144d3
error fixed in Linux Kernel.Time
|
7 年之前 |
Alexander Shiryaev
|
6940a0185f
Linux Libc generator
|
7 年之前 |