Commit Graph

276 Commits

Author SHA1 Message Date
Yukihiro Matz Matsumoto 37fe3d666f add Module#remove_const 2013-02-15 10:20:55 +09:00
Akira Yumiyama 397d1e7aa9 add mrb_str_to_cstr 2013-02-11 21:02:35 +09:00
Yukihiro Matz Matsumoto d98ad06ef5 changing Make_Data_Struct API; you need to modify your code that uses Make_Data_Struct; close #821 2013-02-06 15:12:31 +09:00
Masaki Muranaka c23057e577 Add semi-colon after the statement. 2013-02-06 13:53:18 +09:00
Yukihiro "Matz" Matsumoto d3626f6b7d Merge pull request #820 from cremno/unused-stuff
Remove declarations of undefined functions
2013-02-03 16:06:31 -08:00
Cremno feaff10c58 removed declarations of undefined functions 2013-02-03 19:48:41 +01:00
Masamitsu MURASE 54eb08e2fc Remove ";" suffix from function-type macros. 2013-02-02 00:24:30 +09:00
Cremno 6e583830d2 removed unused mrb_check_funcall 2013-01-30 19:27:04 +01:00
Cremno 3ca6c1176e removed unused mrb_funcargv_t 2013-01-30 19:26:30 +01:00
Yukihiro Matz Matsumoto 900b856415 remove src/cdump.c to resolve; need make clean 2013-01-30 07:38:14 +09:00
Yuichiro MASUI cf81a88b04 Removed mrbc -C option what's C function dump. and TAB to space 2013-01-29 22:47:50 +09:00
Yukihiro "Matz" Matsumoto 1724042225 Merge pull request #766 from masuidrive/mrbint64
Fixed MRB_INT64 warning
2013-01-29 05:35:38 -08:00
Masaki Muranaka 3ab1afa07d Remove API mrb_str_catf(). 2013-01-29 17:21:50 +09:00
Yuichiro MASUI 5a681874dd defined printf macro for mrb_int 2013-01-26 01:05:20 +09:00
Yuichiro MASUI 688cf04094 Fixed mistake 2013-01-22 00:40:52 +09:00
Yuichiro MASUI 2b2051ebb1 Fixed MRB_INT64 warning 2013-01-21 23:21:16 +09:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00
mattn 0b814c862b supress cast warning on C++. 2013-01-16 09:43:02 +09:00
Yukihiro "Matz" Matsumoto 709c120d14 Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump
Error check inprovements in cdump and dump
2013-01-15 14:50:05 -08:00
Masaki Muranaka 85bdd63465 include/mruby/cdump.h: Add new error codes.
src/cdump.h: Use error codes defined in mruby/cdump.h.
2013-01-15 09:04:51 +09:00
takkaw 06dac3fba0 fix typos 2013-01-13 15:28:03 +09:00
skandhas 1a528da40b add mrb_check_hash_type 2013-01-10 17:02:41 +08:00
Masaki Muranaka d5b8dc54a6 Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE. 2013-01-09 13:33:51 +09:00
Yukihiro Matz Matsumoto b5830aed17 remove MRUBY_VERSION for the time being; close #700 2013-01-08 23:36:19 +09:00
Yukihiro "Matz" Matsumoto 0f98227dfc Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio
Add check for using cdump with DISABLE_STDIO option.
2013-01-07 21:32:37 -08:00
Daniel Bovensiepen a096dc9e3b Merge remote-tracking branch 'mruby/master' into array-clear 2013-01-08 10:07:55 +08:00
Daniel Bovensiepen af75d8de2c Export mrb_ary_clear in array.h 2013-01-08 10:07:15 +08:00
Yukihiro "Matz" Matsumoto f1eb0a0537 Merge pull request #705 from authorNari/compact_flags
Compact flags for GC
2013-01-07 01:30:55 -08:00
Narihiro Nakamura 602959ec7f Compact flags for GC 2013-01-07 16:33:26 +09:00
Masaki Muranaka 068cbef61c Add check for using cdump with DISABLE_STDIO option. 2013-01-07 16:14:45 +09:00
Masaki Muranaka 83d91b935a Remove DEBUG macro definitions. 2013-01-07 15:07:44 +09:00
Narihiro Nakamura 5dfefb95df Add the generational gc 2013-01-07 01:47:21 +09:00
skandhas 9599381ae3 add mrb_mod_cv_defined and mrb_cv_defined 2012-12-23 15:25:24 +08:00
skandhas 824bacbee4 add mrb_mod_cv_set, mrb_cv_set 2012-12-21 14:22:35 +08:00
skandhas a9f1c4593c add mrb_cv_get 2012-12-20 21:33:30 +08:00
skandhas 5a65a7258f add mrb_mod_cv_get 2012-12-20 21:29:35 +08:00
Yukihiro Matz Matsumoto c02c264be2 prototype refactoring on mrb_load_irep(); close #647 2012-12-19 20:44:30 +09:00
Xuejie Xiao b641c96f57 Derive DISABLE_GEMS macro according to build configuration 2012-12-18 20:34:07 -05:00
Cremno bc2e7c736f MSVC doesn't define strtoll but _strtoi64. 2012-12-16 07:18:25 +01:00
Jan Berdajs ab80843880 add mrb_closure_new_cfunc to header 2012-12-14 16:00:22 +01:00
Yukihiro Matz Matsumoto f63d5c2905 new function mrb_obj_iv_ifnone() 2012-12-12 18:22:23 +09:00
Yukihiro Matz Matsumoto 2a5d82885a add MRB_TT_VOIDP 2012-12-12 18:20:50 +09:00
Yukihiro "Matz" Matsumoto f521738953 Merge pull request #479 from bovi/mrbgems
mrbgems
2012-12-07 01:04:32 -08:00
Yukihiro Matz Matsumoto d042e16171 move prototype for mrb_load_irep to mruby/irep.h; close #569 2012-12-07 17:48:16 +09:00
Daniel Bovensiepen bef73cc54f Integrate refactoring of commit f1ed143624 2012-12-07 16:19:52 +08:00
Yukihiro Matz Matsumoto f1ed143624 mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024 2012-12-07 16:58:50 +09:00
Yukihiro Matz Matsumoto f486774352 refactor and move irep malloc away to mrb_add_irep() 2012-12-07 15:57:40 +09:00
Daniel Bovensiepen be99d87ca4 rename mrb_load_irep for mrbtest to be consistent to name change 2012-12-05 17:45:24 +08:00
Yukihiro Matz Matsumoto b8e5a57047 rename mrb_load_irep etc. for naming consistency 2012-12-05 02:48:29 +09:00
Daniel Bovensiepen 40bfc86a5e Merge remote-tracking branch 'upstream/master' into mrbgems 2012-12-01 14:07:23 +08:00