mattn
|
5482c2eeb3
|
remove warning.
|
2012-05-07 15:44:10 +09:00 |
|
mattn
|
5143314297
|
time functions on windows.
|
2012-05-07 14:24:23 +09:00 |
|
Yuichiro MASUI
|
11b6366e48
|
add const to char*
|
2012-05-06 20:04:33 +09:00 |
|
Yukihiro Matsumoto
|
4f9a7e90ad
|
test_time should pass
|
2012-05-06 02:15:25 +09:00 |
|
Yukihiro Matsumoto
|
56817a91a7
|
mrb_get_arg(i/f) should set zero from nil
|
2012-05-06 02:14:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6f532a0122
|
Merge pull request #93 from k-tsj/fix-splat-segv
Fix SEGV caused by using the splat operator for non arrays
|
2012-05-05 08:54:37 -07:00 |
|
Yukihiro Matsumoto
|
88d7697cfe
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-05-06 00:53:40 +09:00 |
|
Yukihiro Matsumoto
|
b0e94d8c14
|
Time class available; based on code from @beoran; sorry for jumbo patch
|
2012-05-06 00:52:22 +09:00 |
|
Yukihiro Matsumoto
|
55da4cdc86
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-05-06 00:18:46 +09:00 |
|
Kazuki Tsujimoto
|
ef8fe627fb
|
Remove debug message
|
2012-05-05 16:32:25 +09:00 |
|
Yukihiro Matsumoto
|
803dcb512e
|
more hash refactored
|
2012-05-05 09:03:16 +09:00 |
|
Yukihiro Matsumoto
|
e0460c1157
|
hash refactored
|
2012-05-05 08:55:58 +09:00 |
|
Yukihiro Matsumoto
|
53d8339a71
|
remove unused argc check
|
2012-05-05 07:49:10 +09:00 |
|
Yukihiro Matsumoto
|
bf6652886d
|
typo fixed
|
2012-05-05 07:48:36 +09:00 |
|
Yukihiro Matsumoto
|
a18ab06a23
|
mrb_get_args(i) should convert using to_int
|
2012-05-05 07:46:33 +09:00 |
|
Yukihiro Matsumoto
|
b780e63000
|
mrb_get_args(f) should convert using to_f
|
2012-05-05 07:41:02 +09:00 |
|
Yukihiro Matsumoto
|
eac8e4a303
|
move mrb_obj_is_instance_of from range.c to kernel.c
|
2012-05-05 00:21:23 +09:00 |
|
Yukihiro Matsumoto
|
0248ea5ddb
|
remove unused ruby_xfree
|
2012-05-04 23:18:02 +09:00 |
|
Yukihiro Matsumoto
|
264f500df4
|
make convert_type private
|
2012-05-04 23:16:05 +09:00 |
|
Yukihiro Matsumoto
|
e806f55e69
|
move mrb_str_new prototype to mruby.h
|
2012-05-04 22:39:21 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
91a9054073
|
Merge pull request #96 from k-tsj/fix-return-segv
Fix SEGV when returning from terminated method
|
2012-05-04 05:23:34 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
f255d33b4f
|
Merge pull request #97 from k-tsj/fix-include-segv
Fix SEGV when including an object other than Module
|
2012-05-04 05:19:36 -07:00 |
|
Kazuki Tsujimoto
|
6545fe241b
|
Fix SEGV when including an object other than Module
|
2012-05-04 19:57:02 +09:00 |
|
Kazuki Tsujimoto
|
7e1df10517
|
Fix SEGV when returning from terminated method
|
2012-05-04 18:34:13 +09:00 |
|
Kazuki Tsujimoto
|
1c2f37434b
|
LocalJumpError message contained garbage characters
|
2012-05-04 18:18:54 +09:00 |
|
Yukihiro Matsumoto
|
5a6193ffdd
|
remove unused eval_intern.h; make clean first
|
2012-05-04 13:49:57 +09:00 |
|
Yukihiro Matsumoto
|
300f97a0d2
|
mrb_closure_new uses current irep's nlocals instead of blocks; a patch from @tociyuki
|
2012-05-04 09:19:55 +09:00 |
|
Yukihiro Matsumoto
|
f3599bb442
|
library file name renamed to libmruby.a on all platforms
|
2012-05-03 23:42:38 +09:00 |
|
Kazuki Tsujimoto
|
93f7924639
|
Fix SEGV caused by using the splat operator for non arrays
|
2012-05-03 21:16:51 +09:00 |
|
Yukihiro Matsumoto
|
1032e9eecc
|
allow spaces between lambda arrow and
parenthesis. [ruby-dev:45605][Feature #6390]
|
2012-05-03 10:35:31 +09:00 |
|
Yukihiro Matsumoto
|
0c6bd79d8a
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-05-03 07:16:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a53f7f185f
|
Merge pull request #88 from takahashim/fix-add-header
add header "mruby/data.h" in src/etc.c
|
2012-05-02 15:16:22 -07:00 |
|
takahashim
|
514e2717c5
|
add header "mruby/data.h"
etc.c use DATA_TYPE()
|
2012-05-02 21:12:05 +09:00 |
|
Yukihiro Matsumoto
|
65f6acc982
|
remove unused vm_core.h
|
2012-05-02 18:38:58 +09:00 |
|
Yukihiro Matsumoto
|
af2ceeb5bf
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-05-02 10:12:11 +09:00 |
|
Yukihiro Matsumoto
|
39cf53d028
|
rename ritevm.a to mruby.a
|
2012-05-02 10:11:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9b39ce33c0
|
Merge pull request #83 from carsonmcdonald/symunionfix
Fixed issue with reference to i in union, should have been sym
|
2012-05-01 16:53:52 -07:00 |
|
Yukihiro Matsumoto
|
e1f7617ff6
|
numeric.c: big restructuring; coercing removed, indentation fixed, unnecessary code removed
|
2012-05-02 08:51:43 +09:00 |
|
Carson McDonald
|
88cdb52133
|
Fixed issue with reference to i in union, should have been sym
|
2012-05-01 13:08:37 -04:00 |
|
Yukihiro Matsumoto
|
f373169af0
|
numeric.c: remove dependency to encoding.h
|
2012-05-02 00:10:18 +09:00 |
|
Yukihiro Matsumoto
|
de67c321fe
|
remove round(3) to avoid -std=c99
|
2012-05-01 23:05:27 +09:00 |
|
roco
|
4ec6d41f16
|
rm whitespace
|
2012-04-30 14:29:19 -07:00 |
|
Yukihiro Matsumoto
|
db999237bc
|
build process restructured
|
2012-04-30 10:58:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ef6c8cd01c
|
Merge pull request #69 from k-tsj/fix-proc-segv
Use mrb_get_args instead of direct stack access
|
2012-04-28 07:44:41 -07:00 |
|
Yukihiro Matsumoto
|
a893a48b68
|
use readint/readfloat instead of sscanf
|
2012-04-28 23:39:54 +09:00 |
|
Kazuki Tsujimoto
|
8ce5893e1a
|
Use mrb_get_args instead of direct stack access
|
2012-04-28 09:45:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2b6be16308
|
Merge pull request #61 from pbhogan/fix-warnings
Fix various warnings
|
2012-04-27 08:56:39 -07:00 |
|
Yukihiro Matsumoto
|
fdd4920ffd
|
accessing out of region; fix #68
|
2012-04-28 00:45:33 +09:00 |
|
Yukihiro Matsumoto
|
21a23c07f0
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-04-28 00:32:48 +09:00 |
|
Yukihiro Matsumoto
|
32db0e5d8c
|
struct RString member should not be mrb_value
|
2012-04-28 00:32:34 +09:00 |
|