Commit Graph

220 Commits

Author SHA1 Message Date
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 c9a51c43bc use int8_t for tt 2012-05-05 07:59:15 +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 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