hyunghwan.chung
|
3d57095c4a
|
changing code to use more macros for the slot field access
|
2018-12-12 15:05:18 +00:00 |
|
hyunghwan.chung
|
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)
|
2018-12-10 13:34:31 +00:00 |
|
hyunghwan.chung
|
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()
|
2018-12-10 09:30:37 +00:00 |
|
hyunghwan.chung
|
66f8b530c7
|
minor coding change
|
2018-12-09 17:16:47 +00:00 |
|
hyunghwan.chung
|
fac97a3921
|
debugging gc with permspace
|
2018-12-09 17:14:56 +00:00 |
|
hyunghwan.chung
|
e73c81e2b7
|
added moo->igniting and attempted to allocate memory from permheap when it's 1.
relevant gc change is still pending
|
2018-12-09 07:21:16 +00:00 |
|
hyunghwan.chung
|
647edf3268
|
changed moo_makeheap() a bit
added the PERM bit to the object header
|
2018-12-08 17:36:20 +00:00 |
|
hyunghwan.chung
|
29b19e10b3
|
fixed a wrong function name used
|
2018-12-08 15:36:20 +00:00 |
|
hyunghwan.chung
|
033c34f9b2
|
touching up code for ongoing gc enhancement
|
2018-12-08 15:35:26 +00:00 |
|
hyunghwan.chung
|
a7fc55efac
|
adding MOO_STORE_OOP and MOO_STORE_OOP_TO_ARRAY
|
2018-12-04 15:06:56 +00:00 |
|
hyunghwan.chung
|
9b48cff37d
|
fixed a bug in moo_unchatch_termreq for dos
|
2018-12-04 08:40:59 +00:00 |
|
hyunghwan.chung
|
cd5284e65f
|
removed moo_ignore_termreq()
|
2018-12-04 03:34:54 +00:00 |
|
hyunghwan.chung
|
e2593e00c6
|
some meaningless switch from signal() to int32 handling
|
2018-12-02 05:57:10 +00:00 |
|
hyunghwan.chung
|
f0982b54a3
|
Added a few TODOs into std.c
|
2018-12-01 15:11:11 +00:00 |
|
hyunghwan.chung
|
f625047af2
|
avoided to use a 64bit integer in vm_gettime() on os2 because some old compilers don't have the 64 bit type
|
2018-12-01 14:52:24 +00:00 |
|
hyunghwan.chung
|
b5ae2ddea3
|
changed to use sprintf() if strftime() doesn't work
|
2018-12-01 13:44:57 +00:00 |
|
hyunghwan.chung
|
668f06671f
|
handled potential overflow in vm_gettime() for __DOS
|
2018-12-01 06:15:31 +00:00 |
|
hyunghwan.chung
|
800429d4db
|
updated icc.mak
fixed a wrong function name in #pragma interrupt in std.c
|
2018-12-01 05:22:53 +00:00 |
|
hyunghwan.chung
|
d79d84ee66
|
touched up code for icc
|
2018-11-30 15:19:33 +00:00 |
|
hyunghwan.chung
|
2cb844b8ce
|
attempting to fix clock overflow
|
2018-11-30 14:18:35 +00:00 |
|
hyunghwan.chung
|
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
|
2018-11-30 13:37:15 +00:00 |
|
hyunghwan.chung
|
4de478a9cc
|
moving heap creation to moo_ignite() from moo_init()
|
2018-11-30 10:33:17 +00:00 |
|
hyunghwan.chung
|
460a10a4c1
|
added a few useless lines of code for documentation purpose
|
2018-11-28 06:08:42 +00:00 |
|
hyunghwan.chung
|
4908576c02
|
minor fix on poll-msw.c and poll-msw.h for build against win10 sdk
|
2018-11-27 15:41:15 +00:00 |
|
hyunghwan.chung
|
ebe95aae9c
|
changed to restore the previous state of the privilege token adjusted in win32 after the large page VirtualAlloc() call
|
2018-11-27 14:43:15 +00:00 |
|
hyunghwan.chung
|
6f0bbf68ae
|
fixed win32 virtualalloc functions
|
2018-11-27 13:00:01 +00:00 |
|
hyunghwan.chung
|
f17ec84b9c
|
attempted to support large page in win32. WIP.
|
2018-11-27 09:56:59 +00:00 |
|
hyunghwan.chung
|
45633570cd
|
added moo_catch_termreq(), moo_uncatch_termreq(), moo_ignore_termreq() to relocated some signal handling functions from main.c to std.c
|
2018-11-26 09:49:03 +00:00 |
|
hyunghwan.chung
|
55b259cc4f
|
added global unhandled exception filter in win32
|
2018-11-26 07:43:04 +00:00 |
|
hyunghwan.chung
|
eff7ad9c74
|
called SetThreadPriority()
|
2018-11-26 04:12:55 +00:00 |
|
hyunghwan.chung
|
53ec5b1c33
|
removed redundant code
|
2018-11-22 08:13:30 +00:00 |
|
hyunghwan.chung
|
2eb1167190
|
commented MOO_ENABLE_STATIC_MODULE from moo-os2.h by default
|
2018-11-21 13:42:05 +00:00 |
|
hyunghwan.chung
|
9648254a51
|
adjusted ticker interval for os2
|
2018-11-21 13:37:27 +00:00 |
|
hyunghwan.chung
|
9f0210b31b
|
added MOO_MSEC_TO_USEC() and MOO_USEC_TO_MSEC()
enhanced win32 ticker implementation
|
2018-11-21 13:19:07 +00:00 |
|
hyunghwan.chung
|
7ceae0caf7
|
added a lost semicolon
|
2018-11-20 05:31:36 +00:00 |
|
hyunghwan.chung
|
8b0a417acc
|
attempting to fix win32 timer issues
|
2018-11-20 05:30:45 +00:00 |
|
hyunghwan.chung
|
2cef223f4c
|
removed some redundant code
|
2018-11-19 16:00:55 +00:00 |
|
hyunghwan.chung
|
44c72e07e6
|
changed setup_tick() and cancel_tick() to moo_start_tick() and moo_stop_tick()
|
2018-11-19 15:52:26 +00:00 |
|
hyunghwan.chung
|
2e75b97b11
|
Added some signal handling routines
|
2018-11-18 15:38:59 +00:00 |
|
hyunghwan.chung
|
73151a4a2a
|
fixed a wrong parameter bug in moo_seterrufmtwithsyserr() and moo_seterrbfmtwithsyserr()
|
2018-11-17 02:02:44 +00:00 |
|
hyunghwan.chung
|
0777e9bdf0
|
some code cleanup
|
2018-11-16 08:38:05 +00:00 |
|
hyunghwan.chung
|
87978792df
|
added moo_abortstd()
|
2018-11-15 08:40:22 +00:00 |
|
hyunghwan.chung
|
324c175956
|
defined some constants as enums in utf16.c
|
2018-11-15 04:26:05 +00:00 |
|
hyunghwan.chung
|
e48b3ce1f6
|
added --utf8 and --utf16 for win32. utf16 support is not finished yet.
|
2018-11-14 08:47:50 +00:00 |
|
hyunghwan.chung
|
f60512696d
|
fixed a wrong cmgr bug in moo_openstd().
|
2018-11-14 07:59:39 +00:00 |
|
hyunghwan.chung
|
8d19c60359
|
added simple utf16 conversion functions
|
2018-11-14 04:25:27 +00:00 |
|
hyunghwan.chung
|
07c11dc9da
|
fixed a memory leak bug in pop_cunit() for interface
|
2018-11-13 10:08:58 +00:00 |
|
hyunghwan.chung
|
cee3d81210
|
changed spacing
|
2018-11-13 10:05:02 +00:00 |
|
hyunghwan.chung
|
85e36ae88b
|
added dirty code to handle command line options in both bch and uch types
|
2018-11-13 09:53:48 +00:00 |
|
hyunghwan.chung
|
0d96bbb5f0
|
fixed lib/Makefile.am
|
2018-11-13 07:56:39 +00:00 |
|