Yukihiro "Matz" Matsumoto
|
428e45b689
|
Merge pull request #95 from k-tsj/fix-localjumperror-message
LocalJumpError message contained garbage characters
|
2012-05-04 05:03:43 -07: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 |
|
Yukihiro "Matz" Matsumoto
|
050cb3d70e
|
Merge pull request #92 from bovi/master
Add documentation
|
2012-05-03 05:38:35 -07:00 |
|
Daniel Bovensiepen
|
04f74c9cc1
|
Add documentation to Exception
|
2012-05-03 17:51:02 +08:00 |
|
Daniel Bovensiepen
|
ac21975494
|
Add documentation to Enumerable
|
2012-05-03 17:46:23 +08:00 |
|
Daniel Bovensiepen
|
be20e99938
|
Add documentation to String
|
2012-05-03 16:43:44 +08: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
|
7e4c545760
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-05-03 08:21:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
da9fa2346a
|
Merge pull request #89 from bovi/master
Add documentation for Array, Struct and Kernel
|
2012-05-02 15:20:25 -07: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 |
|
Daniel Bovensiepen
|
91da182492
|
Add documentation for Struct
|
2012-05-02 21:28:54 +08:00 |
|
Daniel Bovensiepen
|
2c48bf4527
|
Add Documentation for Array
|
2012-05-02 21:19:00 +08:00 |
|
takahashim
|
514e2717c5
|
add header "mruby/data.h"
etc.c use DATA_TYPE()
|
2012-05-02 21:12:05 +09:00 |
|
Daniel Bovensiepen
|
3ea3a081c4
|
Add documentation for Kernel
|
2012-05-02 19:23:52 +08:00 |
|
Yukihiro Matsumoto
|
65f6acc982
|
remove unused vm_core.h
|
2012-05-02 18:38:58 +09:00 |
|
Yukihiro Matsumoto
|
0026d5ff82
|
run make -c mrblib from top
|
2012-05-02 16:46:13 +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 "Matz" Matsumoto
|
2fe3ffcd16
|
Merge pull request #82 from bovi/master
Additional Integer Documentation
|
2012-05-01 16:53:13 -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 |
|
Daniel Bovensiepen
|
42197ae0a6
|
Add some more documentation for Integer
|
2012-05-01 23:43:49 +08: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 |
|
Yukihiro Matsumoto
|
4fd260489e
|
remove ruby_strdup() prototype
|
2012-05-01 18:17:58 +09:00 |
|
Yukihiro Matsumoto
|
4390ff1260
|
Makefile: run make at src first
|
2012-05-01 08:14:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7c90803028
|
Merge pull request #79 from rystyle/whitespace
rm whitespace mix
|
2012-04-30 15:41:37 -07:00 |
|
roco
|
4ec6d41f16
|
rm whitespace
|
2012-04-30 14:29:19 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
6b739d9173
|
Merge pull request #78 from MobiRuby/remove_ios_tasks
remove ios compile tasks
|
2012-04-30 13:54:55 -07:00 |
|
Yuichiro MASUI
|
af4de46f84
|
remove ios compile tasks
|
2012-05-01 01:52:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8982e6b585
|
Merge pull request #77 from bovi/master
make clean doesn't clean complete
|
2012-04-30 07:16:31 -07:00 |
|
Daniel Bovensiepen
|
761ed34cbe
|
Add dependency file to 'clean' target
|
2012-04-30 14:42:33 +08:00 |
|
Yukihiro Matsumoto
|
db999237bc
|
build process restructured
|
2012-04-30 10:58:36 +09:00 |
|
Yukihiro Matsumoto
|
f8fb9474aa
|
add -O3 to CFLAGS by default
|
2012-04-30 00:27:25 +09:00 |
|
Yukihiro Matsumoto
|
fc66d308a1
|
remove bit field from mrb_value
|
2012-04-30 00:27:02 +09:00 |
|
Yukihiro Matsumoto
|
943bef2d7c
|
changed type of mrb_int to plain int by default
|
2012-04-30 00:08:50 +09:00 |
|
Yukihiro Matsumoto
|
014351061a
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-04-30 00:07:39 +09:00 |
|
Yukihiro Matsumoto
|
3725fe657d
|
return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71
|
2012-04-30 00:06:01 +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 |
|
Yukihiro Matsumoto
|
0c5eba8936
|
strtof() may not be available on some platform; use strtod() then cast to float
|
2012-04-28 23:34:11 +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 |
|