Commit Graph

  • 438eed3792 reversed '__asm__ volat' to '__asm__ volatile' hyunghwan.chung 2019-02-25 06:30:14 +0000
  • c875e41ce6 extended Collection with asSet hyunghwan.chung 2019-02-21 08:23:43 +0000
  • 04e28e979a extended Collection with asOrderedCollection hyunghwan.chung 2019-02-21 03:49:31 +0000
  • fdda5c94f3 fixed an assertion bug in binint division when divisor is greater than dividend hyunghwan.chung 2019-02-20 17:40:34 +0000
  • 1b45243b34 minor code touch-up only hyunghwan.chung 2019-02-20 09:43:59 +0000
  • 313077f70f added moo_copyoochartosbuf() changed string_to_fpdec to use sbuf hyunghwan.chung 2019-02-20 09:08:10 +0000
  • fe6c693b86 compacted duplicate code into inline functions hyunghwan.chung 2019-02-19 14:19:31 +0000
  • 4a6428445b attempted to improve performance of moo_truncfpdec() and moo_truncfpdecval() but the changes made don't seem to improve performance hyunghwan.chung 2019-02-19 13:59:19 +0000
  • 26dae2508d added a line of comment to get_numlit() hyunghwan.chung 2019-02-19 05:05:47 +0000
  • 4301066c76 fixed a bug in string_to_fpdec(). supports the plus sign before a numeric literal hyunghwan.chung 2019-02-19 05:02:37 +0000
  • d384801eec added moo_fill_uchars()/moo_fill_bchars() implemented the new fixed-point decimal prescale notation like 9p10.1 to indicate 10.100000000 hyunghwan.chung 2019-02-18 17:13:33 +0000
  • 0805ecc76b added doWithIndex:. from:to:do: from:to:doWithIndex: to SequenceableCollection added scale and scale: to Integer and FixedPointDecimal added moo_truncfpdec() hyunghwan.chung 2019-02-18 08:57:59 +0000
  • e1ec7a7f38 fixed a bug in at: and at:put: of OrderedCollection hyunghwan.chung 2019-02-16 18:21:39 +0000
  • c0cf2b0368 added a comment into icc.mak hyunghwan.chung 2019-02-11 06:19:29 +0000
  • 98451c9b9f meaningless commit for data migration hyunghwan.chung 2019-02-01 16:26:00 +0000
  • 0d0d22017c meaningless commit for data migration hyunghwan.chung 2019-02-01 16:23:21 +0000
  • 1ff172097c fixed a bug of not honoring precision specified with %.* in computing string length given for 's' and 'S' hyunghwan.chung 2019-01-31 09:16:52 +0000
  • 20eb34302a fixed a string in err.c hyunghwan.chung 2019-01-30 10:18:25 +0000
  • fcdd6981b9 added comments to error codes hyunghwan.chung 2019-01-30 10:17:31 +0000
  • 0017564a69 set the default log type if not set hyunghwan.chung 2019-01-28 17:42:04 +0000
  • c13fe9b769 removed an irrelevant comment hyunghwan.chung 2019-01-28 08:12:47 +0000
  • 623f97e2f9 removed unneeded code hyunghwan.chung 2019-01-26 16:45:23 +0000
  • c3705dd340 renamed logfmtv to fmtoutv and made related changes hyunghwan.chung 2019-01-25 07:49:01 +0000
  • 365518f7c3 minor fixes hyunghwan.chung 2019-01-24 07:43:50 +0000
  • 5101228c39 Added pf_number_mlt() whcih scales to the smaller of the two fixed-point numbers hyunghwan.chung 2019-01-10 15:28:37 +0000
  • 9cd0b28933 change the behavior of pf_number_div upon divide by zero hyunghwan.chung 2019-01-10 15:22:43 +0000
  • 7d3d21b3cf added moo_numtostr() hyunghwan.chung 2019-01-10 10:01:50 +0000
  • cd4d34c724 added some number primitives hyunghwan.chung 2019-01-10 07:00:17 +0000
  • 05a3c4eefd changed the dump format of large integers and fixed-point decimals hyunghwan.chung 2019-01-10 06:26:32 +0000
  • c62a0ce3c5 changed some numeric primitives to support fpdec hyunghwan.chung 2019-01-09 16:07:27 +0000
  • 29f7058ebf added MOO_IOTOK_FPDECLIT and some handling code hyunghwan.chung 2019-01-09 09:55:27 +0000
  • 661f36c17c attempint to add fpdec parsing elements hyunghwan.chung 2019-01-08 10:05:27 +0000
  • 77fee95759 added two test cases hyunghwan.chung 2019-01-04 16:01:55 +0000
  • 1463621bdb added some function prototypes hyunghwan.chung 2019-01-01 06:44:28 +0000
  • 25e2c070cf more use of MOO_STORE_OOP() hyunghwan.chung 2018-12-31 16:47:54 +0000
  • 5dd67859d7 change the ngc bit to the proc bit to determine the process object. added temporary work around the faulty gc hyunghwan.chung 2018-12-29 15:16:58 +0000
  • fc3a725bb8 renamed moo_pushtmp()/poptmp()/poptmps() to moo_pushvolat()/popvolat()/popvolats() hyunghwan.chung 2018-12-28 08:29:27 +0000
  • 53c0783da8 fixed a gc bug in bigint.c hyunghwan.chung 2018-12-27 15:46:19 +0000
  • 83cfbb0b30 interim commit without many changes hyunghwan.chung 2018-12-26 10:32:31 +0000
  • 3c881ebe0c removed xtn->log.mask and set log mask using moo_setoption() hyunghwan.chung 2018-12-26 08:29:20 +0000
  • 63371a52d5 used more macros for object slot access. found a gc bug that have yet to be debugged hyunghwan.chung 2018-12-25 16:00:47 +0000
  • e97ca41d8c more use of MOO_STORE_OOP hyunghwan.chung 2018-12-23 16:54:17 +0000
  • 3e623c6677 added more test cases hyunghwan.chung 2018-12-23 16:44:47 +0000
  • 9e91e32c75 made div-by-zero a soft failure in pf_integer_div hyunghwan.chung 2018-12-23 16:43:19 +0000
  • b13892d586 substitute more macros for the slot field access. simplified code by getting rid of SET_ACTIVE_METHOD_CODE() and making related changes hyunghwan.chung 2018-12-23 08:33:52 +0000
  • 981882de7e check smptr check in pf_call() in ffi.c changed FFI>>call:signature:arguments: to throw an FFIException exception upon failure added FFIException hyunghwan.chung 2018-12-22 08:37:18 +0000
  • f69b4c0881 a few more test cases hyunghwan.chung 2018-12-21 16:58:58 +0000
  • 7b7906bf09 define private prototypes of moo_sprintfmtst() and moo_sproutbfmt() hyunghwan.chung 2018-12-21 16:40:20 +0000
  • b55b63cd51 deleted unused code hyunghwan.chung 2018-12-21 16:34:23 +0000
  • 71a617b95b enhanced moo_inttostr() with 2 new flags - MOO_INTTOSTR_LOWERCASE and MOO_INTTOSTR_NONEWOBJ redefined bigint and fpdec check macros added the strfmt primitive to String hyunghwan.chung 2018-12-21 16:25:25 +0000
  • d3227d1452 filled moo_makefpdec() hyunghwan.chung 2018-12-21 07:54:57 +0000
  • bbcf85d2b6 more use of macros for the slot field access hyunghwan.chung 2018-12-20 16:58:32 +0000
  • 866913e199 added some code to implement fixed point decimal numbers hyunghwan.chung 2018-12-20 16:33:23 +0000
  • 3b49f6998a reverted previous changed done for testing and debugging hyunghwan.chung 2018-12-20 16:11:52 +0000
  • 9a4bbcaa4c fixed wrong computation of buffer capacity for moo->inttostr.xbuf and moo->inttostr.t updated some sample code fixed a few flaws in ffi.c hyunghwan.chung 2018-12-20 16:08:56 +0000
  • fb7b226ea8 used more access macros hyunghwan.chung 2018-12-19 16:57:16 +0000
  • 18aa5c37c0 changed quite some accesses to the slot field with macros. wip hyunghwan.chung 2018-12-19 15:47:52 +0000
  • 4affb25b28 more use of MOO_STORE_OOP hyunghwan.chung 2018-12-16 17:35:46 +0000
  • 3d57095c4a changing code to use more macros for the slot field access hyunghwan.chung 2018-12-12 15:05:18 +0000
  • 8d10b4a5fa exposed moo_lookupdic_noseterr() which doesn't set error information upon failure so as to avoid setting error information unnecessarily during method lookup(moo_findmethod(), etc) hyunghwan.chung 2018-12-10 13:34:31 +0000
  • 1d3d7aee4c fixed a bug that allocated more than necessary in alloc_numeric_array() when 'extra' is true. added a check on the PERM flag in compact_symbol_table() hyunghwan.chung 2018-12-10 09:30:37 +0000
  • 66f8b530c7 minor coding change hyunghwan.chung 2018-12-09 17:16:47 +0000
  • fac97a3921 debugging gc with permspace hyunghwan.chung 2018-12-09 17:14:56 +0000
  • e73c81e2b7 added moo->igniting and attempted to allocate memory from permheap when it's 1. relevant gc change is still pending hyunghwan.chung 2018-12-09 07:21:16 +0000
  • 647edf3268 changed moo_makeheap() a bit added the PERM bit to the object header hyunghwan.chung 2018-12-08 17:36:20 +0000
  • 29b19e10b3 fixed a wrong function name used hyunghwan.chung 2018-12-08 15:36:20 +0000
  • 033c34f9b2 touching up code for ongoing gc enhancement hyunghwan.chung 2018-12-08 15:35:26 +0000
  • a7fc55efac adding MOO_STORE_OOP and MOO_STORE_OOP_TO_ARRAY hyunghwan.chung 2018-12-04 15:06:56 +0000
  • 9b48cff37d fixed a bug in moo_unchatch_termreq for dos hyunghwan.chung 2018-12-04 08:40:59 +0000
  • cd5284e65f removed moo_ignore_termreq() hyunghwan.chung 2018-12-04 03:34:54 +0000
  • e2593e00c6 some meaningless switch from signal() to int32 handling hyunghwan.chung 2018-12-02 05:57:10 +0000
  • f0982b54a3 Added a few TODOs into std.c hyunghwan.chung 2018-12-01 15:11:11 +0000
  • f625047af2 avoided to use a 64bit integer in vm_gettime() on os2 because some old compilers don't have the 64 bit type hyunghwan.chung 2018-12-01 14:52:24 +0000
  • b5ae2ddea3 changed to use sprintf() if strftime() doesn't work hyunghwan.chung 2018-12-01 13:44:57 +0000
  • 668f06671f handled potential overflow in vm_gettime() for __DOS hyunghwan.chung 2018-12-01 06:15:31 +0000
  • 800429d4db updated icc.mak fixed a wrong function name in #pragma interrupt in std.c hyunghwan.chung 2018-12-01 05:22:53 +0000
  • d79d84ee66 touched up code for icc hyunghwan.chung 2018-11-30 15:19:33 +0000
  • 2cb844b8ce attempting to fix clock overflow hyunghwan.chung 2018-11-30 14:18:35 +0000
  • 1cffec34e8 renamed moo_allocheapmem() to moo_allocheapspace() and changed its second parameter from moo_heap_t* to moo_space_t* added moo_space_t changed moo_makeheap() to create a single heap and split it to multiple spaces hyunghwan.chung 2018-11-30 13:37:15 +0000
  • 4de478a9cc moving heap creation to moo_ignite() from moo_init() hyunghwan.chung 2018-11-30 10:33:17 +0000
  • 460a10a4c1 added a few useless lines of code for documentation purpose hyunghwan.chung 2018-11-28 06:08:42 +0000
  • 4908576c02 minor fix on poll-msw.c and poll-msw.h for build against win10 sdk hyunghwan.chung 2018-11-27 15:41:15 +0000
  • ebe95aae9c changed to restore the previous state of the privilege token adjusted in win32 after the large page VirtualAlloc() call hyunghwan.chung 2018-11-27 14:43:15 +0000
  • 6f0bbf68ae fixed win32 virtualalloc functions hyunghwan.chung 2018-11-27 13:00:01 +0000
  • f17ec84b9c attempted to support large page in win32. WIP. hyunghwan.chung 2018-11-27 09:56:59 +0000
  • 45633570cd added moo_catch_termreq(), moo_uncatch_termreq(), moo_ignore_termreq() to relocated some signal handling functions from main.c to std.c hyunghwan.chung 2018-11-26 09:49:03 +0000
  • 55b259cc4f added global unhandled exception filter in win32 hyunghwan.chung 2018-11-26 07:43:04 +0000
  • eff7ad9c74 called SetThreadPriority() hyunghwan.chung 2018-11-26 04:12:55 +0000
  • 53ec5b1c33 removed redundant code hyunghwan.chung 2018-11-22 08:13:30 +0000
  • 2eb1167190 commented MOO_ENABLE_STATIC_MODULE from moo-os2.h by default hyunghwan.chung 2018-11-21 13:42:05 +0000
  • 9648254a51 adjusted ticker interval for os2 hyunghwan.chung 2018-11-21 13:37:27 +0000
  • 9f0210b31b added MOO_MSEC_TO_USEC() and MOO_USEC_TO_MSEC() enhanced win32 ticker implementation hyunghwan.chung 2018-11-21 13:19:07 +0000
  • 7ceae0caf7 added a lost semicolon hyunghwan.chung 2018-11-20 05:31:36 +0000
  • 8b0a417acc attempting to fix win32 timer issues hyunghwan.chung 2018-11-20 05:30:45 +0000
  • 2cef223f4c removed some redundant code hyunghwan.chung 2018-11-19 16:00:55 +0000
  • 44c72e07e6 changed setup_tick() and cancel_tick() to moo_start_tick() and moo_stop_tick() hyunghwan.chung 2018-11-19 15:52:26 +0000
  • 2e75b97b11 Added some signal handling routines hyunghwan.chung 2018-11-18 15:38:59 +0000
  • 73151a4a2a fixed a wrong parameter bug in moo_seterrufmtwithsyserr() and moo_seterrbfmtwithsyserr() hyunghwan.chung 2018-11-17 02:02:44 +0000
  • 0777e9bdf0 some code cleanup hyunghwan.chung 2018-11-16 08:38:05 +0000
  • 87978792df added moo_abortstd() hyunghwan.chung 2018-11-15 08:40:22 +0000