23 Commits

Author SHA1 Message Date
hyunghwan.chung
ea4d782c1d changed %(, %[, %{ to ##(, ##[, ##{ respectively
put back % into is_binselchar().
attempting to support a string-like byte array literal - B"XXXX"
2019-06-27 07:43:17 +00:00
hyunghwan.chung
fcb987891e no more ## comment. // as a signle-line comment starter. 2019-06-27 06:29:09 +00:00
hyunghwan.chung
102de55322 changed the block comment style the same as C 2019-06-19 12:38:09 +00:00
hyunghwan.chung
936b9179ed restored some sample moo code files 2018-11-06 06:26:34 +00:00
hyunghwan.chung
65a702a88b enhanced callback functions for os2 2018-11-06 06:24:59 +00:00
hyunghwan.chung
ca9cc763d9 fixed a compiler bug in compile_expression_primary. before the fix, the compiler could treat an undotted identifier as dotted.
changed a few primitive function names in sck.c
wrote some methods for ByteStream
2018-06-16 16:45:17 +00:00
hyunghwan.chung
69bdd55579 fixed output of array and byte array literals 2018-06-13 16:43:19 +00:00
hyunghwan.chung
fc6f8bbb70 added more methods to OrderedCollection 2018-05-27 16:46:49 +00:00
hyunghwan.chung
29a5f0716d started adding OrderedCollection 2018-05-22 16:22:32 +00:00
hyunghwan.chung
c014789fa9 more experimental socket code 2018-05-22 05:15:49 +00:00
hyunghwan.chung
b42586a1c6 added some experimental code 2018-05-21 17:14:16 +00:00
hyunghwan.chung
4a73109340 renamed various socket functions
fixed a buggy condition that prevented moo->sem_io_wait_count from being decremented in signal_semaphore()
2018-05-18 09:08:05 +00:00
hyunghwan.chung
70f17d8896 changed code to lower the number of instance variables of the Semaphore class 2018-05-17 10:21:22 +00:00
hyunghwan.chung
53739821b2 experimented to support SyncSocket 2018-05-16 10:25:20 +00:00
hyunghwan.chung
ca12fc082f added moo_deregallfinalizables()
removed some unused code
2018-05-16 08:03:34 +00:00
hyunghwan.chung
da0b655d40 Added asyncsg field into Process 2018-05-15 16:38:37 +00:00
hyunghwan.chung
2d24c53481 interim commit 2018-05-15 10:11:28 +00:00
hyunghwan.chung
ea2347bb82 switch the HttpServer class to maintain listeners in HttpConnReg instead of LinkedList 2018-05-13 18:16:04 +00:00
hyunghwan.chung
1c68849fa0 added more http server code 2018-05-13 16:28:22 +00:00
hyunghwan.chung
a94ccf62b3 added a few lines to Http.moo 2018-05-10 16:16:03 +00:00
hyunghwan.chung
16b12e2dfc attempting to change the Socket class to invoke methods instead of relying on blocks 2018-05-10 10:48:44 +00:00
hyunghwan.chung
ff5e5aa23f added just a few lines of code 2018-05-09 16:43:58 +00:00
hyunghwan.chung
bc93856b35 added SocketAddress>>family
added Socket>>readBytes:offset:length:
started writing Http.moo
2018-05-09 10:37:07 +00:00