| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-26 | Remove unused ret argument from kh_put. | Patrick Hogan | |
| It doesn't appear to serve any purpose and allows removing warning about various unused variables littered around. Signed-off-by: Patrick Hogan <[email protected]> | |||
| 2012-04-26 | use mrb_float instead of double | Yukihiro Matsumoto | |
| 2012-04-25 | disclose mrb_top_self() and use it in mruby.c | Yukihiro Matsumoto | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-24 | change type of RString.size from size_t to long | Yukihiro Matsumoto | |
| 2012-04-24 | mv variable.h to mruby/variable.h | Yukihiro Matsumoto | |
| 2012-04-24 | remove st_hash_type comment | Yukihiro Matsumoto | |
| 2012-04-23 | Merge branch 'master' of github.com:mruby/mruby | mimaki | |
| Conflicts: src/variable.c | |||
| 2012-04-23 | add file header | mimaki | |
| 2012-04-21 | object instance variable do not use st.c | Yukihiro Matsumoto | |
| 2012-04-20 | Merge pull request #18 from pbhogan/master | Yukihiro "Matz" Matsumoto | |
| #undef DEBUG for compatibility with environments that define DEBUG (like Xcode) | |||
| 2012-04-20 | Merge pull request #19 from ranmocy/master | Yukihiro "Matz" Matsumoto | |
| fixed statement alignment | |||
| 2012-04-20 | fixed statement alignment | Ranmocy | |
| 2012-04-20 | #undef DEBUG for compatibility with environments that define DEBUG (like Xcode) | Patrick Hogan | |
| Signed-off-by: Patrick Hogan <[email protected]> | |||
| 2012-04-20 | remove dependency to SIZEOF_LONG/LONG_LONG | Yukihiro Matsumoto | |
| 2012-04-20 | remove SIZEOF_FLOAT/DOUBLE | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF___INT64 | Yukihiro Matsumoto | |
| 2012-04-20 | remove SIZEOF_SHORT | Yukihiro Matsumoto | |
| 2012-04-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF_INT | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF_VOIDP | Yukihiro Matsumoto | |
| 2012-04-20 | assign will break under C++ even when included with extern C | Frank Celler | |
| 2012-04-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-04-20 | move src/mdata.h to include/mruby/data.h | Yukihiro Matsumoto | |
| 2012-04-20 | add file header in mruby.h | mimaki | |
| 2012-04-20 | MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a ↵ | NAKAMURA Usaku | |
| struct, you cannot include any statement except declarations, even if the statement is void statement. | |||
| 2012-04-20 | In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if ↵ | NAKAMURA Usaku | |
| the compiler is not GCC. | |||
| 2012-04-20 | add mruby sources | mimaki | |
