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
/
src
/
struct.c
Age
Commit message (
Expand
)
Author
2013-01-29
Remove unused function parametes.
Masaki Muranaka
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-11-04
replace SYMBOL_P() by mrb_symbol_p()
Yukihiro Matz Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-22
Avoid memcpy() on copying structures.
Masaki Muranaka
2012-09-29
mrb_long2int(n) : Remove as unused.
Masaki Muranaka
2012-08-09
Struct.new crashed if no arguments are given. Fixed.
Beoran
2012-08-02
struct.c refactoring
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-06-24
Fix Struct.new and Struct.[].
Masamitsu MURASE
2012-06-24
pacify const assignment warning
Yukihiro Matsumoto
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-22
Use mrb_str_new() instead of mrb_str_new2() as possible.
Masaki Muranaka
2012-06-18
Fix member access method definition
Junji Sawada
2012-06-18
allow struct access; close #295
Yukihiro Matsumoto
2012-06-17
allow disabling Struct class
Yukihiro Matsumoto
2012-06-17
RStruct.ptr must allocate members size
Junji Sawada
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-03
make arrays to share bodies
Yukihiro Matsumoto
2012-06-03
remove mrb_exec_recursive
Yukihiro Matsumoto
2012-06-02
remove unused mrb_mem_clear
Yukihiro Matsumoto
2012-06-02
use mrb_malloc instead of malloc
takahashim
2012-06-01
reorder mrb_ary_new_from_values() args to (argc, argv)
Yukihiro Matsumoto
2012-05-24
made mrb_get_args() better (optinal args, type checks); close #173 #176
Yukihiro Matsumoto
2012-05-16
Remove unused static functions.
Masaki Muranaka
2012-04-30
rm whitespace
roco
2012-04-24
mv variable.h to mruby/variable.h
Yukihiro Matsumoto
2012-04-23
remove code for unsupported taint-mode
Yukihiro Matsumoto
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki