Yukihiro Matsumoto
|
8b367098ac
|
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
|
2012-04-24 17:41:28 +09:00 |
|
Yukihiro Matsumoto
|
2970b6aadb
|
change type of RString.size from size_t to long
|
2012-04-24 16:03:42 +09:00 |
|
Yukihiro Matsumoto
|
2fc1b8af2d
|
mv variable.h to mruby/variable.h
|
2012-04-24 15:59:50 +09:00 |
|
Yukihiro Matsumoto
|
a5c0d2a996
|
remove st_hash_type comment
|
2012-04-24 11:00:06 +09:00 |
|
mimaki
|
c80487561f
|
Merge branch 'master' of github.com:mruby/mruby
Conflicts:
src/variable.c
|
2012-04-23 11:51:47 +09:00 |
|
mimaki
|
835443614d
|
add file header
|
2012-04-23 11:46:16 +09:00 |
|
Yukihiro Matsumoto
|
748d762e85
|
object instance variable do not use st.c
|
2012-04-21 12:42:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
36be1d6270
|
Merge pull request #18 from pbhogan/master
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
|
2012-04-20 07:55:36 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
90ef60d96c
|
Merge pull request #19 from ranmocy/master
fixed statement alignment
|
2012-04-20 07:54:02 -07:00 |
|
Ranmocy
|
9e32b5152e
|
fixed statement alignment
|
2012-04-20 22:39:46 +08:00 |
|
Patrick Hogan
|
4cb86f87a1
|
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
|
2012-04-20 09:32:35 -05:00 |
|
Yukihiro Matsumoto
|
3c1b347834
|
remove dependency to SIZEOF_LONG/LONG_LONG
|
2012-04-20 22:46:07 +09:00 |
|
Yukihiro Matsumoto
|
2c28d29cec
|
remove SIZEOF_FLOAT/DOUBLE
|
2012-04-20 22:39:22 +09:00 |
|
Yukihiro Matsumoto
|
0f0ad36c5f
|
remove dependency to SIZEOF___INT64
|
2012-04-20 22:39:02 +09:00 |
|
Yukihiro Matsumoto
|
1f78ba77a2
|
remove SIZEOF_SHORT
|
2012-04-20 22:37:21 +09:00 |
|
Yukihiro Matsumoto
|
59a85eef46
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-04-20 22:34:21 +09:00 |
|
Yukihiro Matsumoto
|
41bf311cd1
|
remove dependency to SIZEOF_INT
|
2012-04-20 22:31:58 +09:00 |
|
Yukihiro Matsumoto
|
5622c977f4
|
remove dependency to SIZEOF_VOIDP
|
2012-04-20 22:25:04 +09:00 |
|
Frank Celler
|
3d034f52dd
|
assign will break under C++ even when included with extern C
|
2012-04-20 15:10:46 +02:00 |
|
Yukihiro Matsumoto
|
34e376e05d
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-04-20 17:18:37 +09:00 |
|
Yukihiro Matsumoto
|
d1144220cb
|
move src/mdata.h to include/mruby/data.h
|
2012-04-20 17:18:30 +09:00 |
|
mimaki
|
43683ec878
|
add file header in mruby.h
|
2012-04-20 17:03:43 +09:00 |
|
NAKAMURA Usaku
|
2161737c2d
|
MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a struct, you cannot include any statement except declarations, even if the statement is void statement.
|
2012-04-20 15:35:57 +09:00 |
|
NAKAMURA Usaku
|
ff47338973
|
In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if the compiler is not GCC.
|
2012-04-20 15:34:41 +09:00 |
|
mimaki
|
e0d6430f63
|
add mruby sources
|
2012-04-20 09:39:03 +09:00 |
|