index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Collapse
)
Author
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