Yukihiro "Matz" Matsumoto
|
97a11305c6
|
fiber do not work on MRB_NAN_BOXING
|
2013-05-24 15:35:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
aa2040fc97
|
add fiber tests
|
2013-05-23 15:24:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
76ddf86c72
|
manage fiber status (create|running|resumed|terminated)
|
2013-05-23 15:24:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
93d710117d
|
should have protected the return value from GC, even when the method is defined in Ruby; close #1263
|
2013-05-23 15:14:27 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2045a35292
|
garbage collect context (fiber) properly
|
2013-05-22 11:05:22 +09:00 |
|
Tomoyuki Sahara
|
f4aa3e7ae7
|
getaddrinfo("localhost") returns "fe80::1%lo0" on MacOS!
|
2013-05-21 14:48:42 +09:00 |
|
Tomoyuki Sahara
|
1411d5b974
|
using mruby-mtest on test/socket.rb.
|
2013-05-21 14:23:35 +09:00 |
|
Tomoyuki Sahara
|
12144b9ad2
|
getaddrinfo("localhost") may return 2 or more.
|
2013-05-21 14:23:07 +09:00 |
|
Tomoyuki Sahara
|
0f2d7e8a99
|
fix reading wrong variable.
|
2013-05-21 14:15:15 +09:00 |
|
Tomoyuki Sahara
|
b8912c3508
|
Linux does not have getpeereid(2).
|
2013-05-21 14:13:15 +09:00 |
|
Tomoyuki Sahara
|
4bebd4d70f
|
mrb_sys_fail() is declared in src/error.h
|
2013-05-21 14:03:10 +09:00 |
|
Tomoyuki Sahara
|
cfe18142cb
|
test runner.
|
2013-05-21 13:53:27 +09:00 |
|
Tomoyuki Sahara
|
89147066f8
|
mruby-socket depends on mruby-io.
|
2013-05-21 13:48:33 +09:00 |
|
Tomoyuki Sahara
|
bc5feb39a1
|
short description, example, requirement, todo, license.
|
2013-05-21 13:40:14 +09:00 |
|
Tomoyuki Sahara
|
e459ecc934
|
Merge branch 'master' of github.com:iij/mruby-socket
|
2013-05-21 13:19:32 +09:00 |
|
Tomoyuki Sahara
|
49e53bca5d
|
Socket library for mruby.
|
2013-05-21 13:17:34 +09:00 |
|
Tomoyuki Sahara
|
06f1c82f64
|
Initial commit
|
2013-05-20 21:15:50 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
1cfd3fb9eb
|
remove unnecessary assignment
|
2013-05-21 09:10:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a17fd80eb4
|
error in initializing callinfo stack in cipush(); close #1261
|
2013-05-21 07:49:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6492a3cdb8
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-20 22:34:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2b1ca488fb
|
Merge pull request #1260 from carsonmcdonald/rewordtypo
Change Fibder to Fiber
|
2013-05-20 06:34:03 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
58b25fdcb3
|
avoid unnecessary pool/syms restoration
|
2013-05-20 22:33:25 +09:00 |
|
Carson McDonald
|
cc772dd3cc
|
Change Fibder to Fiber and a couple other wording issues
|
2013-05-20 07:57:12 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
7320139fd9
|
update error message
|
2013-05-20 18:23:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
799852d60b
|
update Fiber.new doc
|
2013-05-20 17:57:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5c0b9b703c
|
primary mruby fiber implementation
|
2013-05-20 17:54:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
35ee85164d
|
Merge pull request #1259 from carsonmcdonald/typeofixfortmat
Change fortmat to format.
|
2013-05-19 15:14:55 -07:00 |
|
Carson McDonald
|
163022f276
|
Change fortmat to format.
|
2013-05-19 08:40:04 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
6678d2d035
|
Merge pull request #1258 from luislavena/mrbc-dump-binary
mrbc: use binary mode on outfile
|
2013-05-18 16:01:26 -07:00 |
|
Luis Lavena
|
0fc9064c59
|
mrbc: use binary mode on outfile
This solves the problem of incorrect bytecode generated by mrbc
for single files on Windows platform (which is by default text-mode)
|
2013-05-18 12:24:54 -03:00 |
|
Yukihiro "Matz" Matsumoto
|
bb59d6ec02
|
Merge pull request #1257 from schmurfy/cleanup
removed unused variables / assigns never used
|
2013-05-18 08:06:56 -07:00 |
|
Julien Ammous
|
8057eb935c
|
removed unused variables / assigns never used
|
2013-05-18 14:13:04 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
ac2adf3476
|
indentation fix
|
2013-05-18 11:24:09 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a1c6996fea
|
remove unused local variable
|
2013-05-18 11:22:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
834ea241e0
|
Merge branch 'master' of https://github.com/Archytaus/mruby into Archytaus-master
|
2013-05-18 11:19:25 +09:00 |
|
Ryan Scott
|
8161f0f6d7
|
Merge remote-tracking branch 'origin/master'
|
2013-05-18 11:05:09 +10:00 |
|
Ryan Scott
|
008aec2bbc
|
Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_objectspace.
|
2013-05-18 11:03:54 +10:00 |
|
Ryan Scott
|
43d2fe80ad
|
Added mruby-objectspace to the detault gembox.
|
2013-05-18 10:56:03 +10:00 |
|
Ryan Scott
|
4acfadfee1
|
Fixed the each object callback to be more consistent with other callbacks.
|
2013-05-18 10:55:41 +10:00 |
|
Ryan Scott
|
391807b73c
|
Changed the counting so that only objects that are alive are added to the object counts.
|
2013-05-18 10:46:55 +10:00 |
|
Ryan Scott
|
e36a0275e1
|
Minor formatting change.
|
2013-05-17 08:04:19 +10:00 |
|
Ryan Scott
|
40d63f7740
|
Changed the each_object callback so that a pointer is passed for the object, instead of the struct.
|
2013-05-17 08:02:24 +10:00 |
|
Ryan Scott
|
da6b61db79
|
Removed debug output
|
2013-05-17 07:56:31 +10:00 |
|
Ryan Scott
|
f62cc5b1ee
|
Changed the object_count so that it only iterates over the RBasic object, not the full RVALUE known by the GC
|
2013-05-17 07:41:13 +10:00 |
|
Ryan Scott
|
222918deae
|
First implementation of ObjectSpace moved outside of gc.c
|
2013-05-17 07:21:33 +10:00 |
|
Yukihiro "Matz" Matsumoto
|
36216ac6f7
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-16 09:24:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c8c4dfe426
|
Merge pull request #1255 from carsonmcdonald/mrbcoutwarnfix
Fix compiler warning by exiting if wfp isn't set
|
2013-05-15 17:23:56 -07:00 |
|
Carson McDonald
|
439359324d
|
Fix compiler warning by exiting if wfp isn't set
|
2013-05-15 09:02:27 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
103ab2e53d
|
avoid unnecessary copy of context->filename
|
2013-05-15 00:08:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
95fb1fd809
|
mrbc to take multiple files, preserving debug information if -g given; close #1243
|
2013-05-14 23:39:56 +09:00 |
|