hyunghwan.chung
|
0332b5fa5d
|
added the new formatting modifier 'j' for a string and a character to handle the stix_ooch_t type more conveniently
|
2017-01-06 10:42:59 +00:00 |
|
hyunghwan.chung
|
eea13c0bd2
|
added Integer>>priorTo:do:by:
changed the index of Integer>>bitAt: and stix_bitatint() to be 0 based.
added Error>>asCharacter
allowed underscores in integer literals
|
2016-12-28 13:42:12 +00:00 |
|
hyunghwan.chung
|
a9c48b75e6
|
introduced the Error class to represent an error code as an object.
rewrote STIX_ASSERT() to call stix_logbfmt() via stix_assertfailed()
|
2016-12-26 18:44:47 +00:00 |
|
hyunghwan.chung
|
e8985e6dc5
|
fixed the method lookup bug in exec.c
|
2016-11-21 13:56:20 +00:00 |
|
hyunghwan.chung
|
bb45bdc480
|
implemented karatsuba multiplication.
added stix_lidi_t and stix_lii_t
|
2016-11-09 15:50:18 +00:00 |
|
hyunghwan.chung
|
bec8ee7254
|
changed the logging function to inject a line terminator when a log mask changes without a line terminator
|
2016-10-13 07:28:38 +00:00 |
|
hyunghwan.chung
|
436babff3c
|
enhanced the vm logging interface
attempted to execute ensure blocks on process termination. (wip)
|
2016-07-01 16:31:47 +00:00 |
|
hyunghwan.chung
|
1445d0deb0
|
added some logging methods to SystemDictioanry
added Resource handling functions for use by primitive modules
|
2016-06-30 13:44:37 +00:00 |
|
hyunghwan.chung
|
1ab2faaf1f
|
switched more printf() statements to STIX_LOGX()
|
2016-06-05 18:37:28 +00:00 |
|
hyunghwan.chung
|
512df8876b
|
switched many hardcoded printf() statements to STIX_LOGX()
|
2016-06-05 18:01:35 +00:00 |
|
hyunghwan.chung
|
f43240ca4d
|
improved log message handling more
|
2016-06-03 16:16:23 +00:00 |
|
hyunghwan.chung
|
eeb2fdebbd
|
improved log message handling
|
2016-06-03 15:46:01 +00:00 |
|