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 (
Expand
)
Author
2013-05-05
fix typos.
crimsonwoods
2013-05-02
Push Copyright year up to 2013
Daniel Bovensiepen
2013-05-01
Remove mrb_class_obj_get
h2so5
2013-04-29
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...
Yukihiro "Matz" Matsumoto
2013-04-29
use uint8_t for mrb_bool instead of unsigned int; close #1222
Yukihiro "Matz" Matsumoto
2013-04-29
always use unsigned int as mrb_bool even in C++
Yukihiro "Matz" Matsumoto
2013-04-29
change return value of mrb_free from void* to void
Yukihiro "Matz" Matsumoto
2013-04-28
Merge pull request #1220 from arton/master
Yukihiro "Matz" Matsumoto
2013-04-29
rename hash related gc functions
Yukihiro "Matz" Matsumoto
2013-04-29
fix mrb_string_shared memory leaks
Yukihiro "Matz" Matsumoto
2013-04-29
move mrb_shared_string definition to src/string.c
Yukihiro "Matz" Matsumoto
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-28
mrb_str_new_static(): zero copy string creation
Yukihiro "Matz" Matsumoto
2013-04-26
quote error message in mrbconf.h to stop warning
Yukihiro "Matz" Matsumoto
2013-04-26
Merge pull request #1216 from monaka/pr-code-cleanup-20130426
Yukihiro "Matz" Matsumoto
2013-04-26
Add a descrption of MRB_INT16.
Masaki Muranaka
2013-04-26
Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke.
Masaki Muranaka
2013-04-26
Remove macro ANYARGS. It is not used in the core and bundled mrbgems. And it ...
Masaki Muranaka
2013-04-26
rename mrb_interned API functions
Yukihiro "Matz" Matsumoto
2013-04-26
Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...
Yukihiro "Matz" Matsumoto
2013-04-25
aspec bits should be packed in Ax; ref #1209
Yukihiro "Matz" Matsumoto
2013-04-25
remove too many paren; ref #1209
Yukihiro "Matz" Matsumoto
2013-04-25
add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...
Yukihiro "Matz" Matsumoto
2013-04-25
modify the type of return value (mrb_bool => mrb_value).
crimsonwoods
2013-04-25
add new functions to check if symbols are interned without registration.
crimsonwoods
2013-04-25
put MRB_ prefix before ARGS_XXX macros; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-25
rename MRB_ARGS_XXX to MRB_ASPEC_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-25
rename ARGS_GETXXX macros to avoid potential name conflict; close #1206
Yukihiro "Matz" Matsumoto
2013-04-20
Merge pull request #1196 from monaka/pr-use-mrb_aspec
Yukihiro "Matz" Matsumoto
2013-04-21
Define mrb_code, mrb_aspec as uint32_t. They are always positive.
Masaki Muranaka
2013-04-21
Clean up variable types and type casts.
Masaki Muranaka
2013-04-21
Remove useless comments.
Masaki Muranaka
2013-04-19
Make str_modify public
h2so5
2013-04-14
Fix "implementaion" to "implementation"
Carson McDonald
2013-04-12
Fixed irep index overflows, when defining new closure.
kurodash
2013-04-06
comment E_* macros to address concerns in #1143
Yukihiro "Matz" Matsumoto
2013-04-04
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Masaki Muranaka
2013-04-04
make Data_Make_Struct a statement to make it C99 compatible
Yukihiro "Matz" Matsumoto
2013-04-04
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...
Yukihiro "Matz" Matsumoto
2013-04-02
add Module#constants (15.2.2.4.24)
Yukihiro "Matz" Matsumoto
2013-04-01
Add out_of_memory field to mrb_state.
Masaki Muranaka
2013-03-30
Fix the calc_crc_16_ccitt signature to match the source file
Artur K
2013-03-30
Merge pull request #871 from monaka/pr-remove-bit-field-in-mrb_value
Yukihiro "Matz" Matsumoto
2013-03-30
cancel f4c27c6 since mruby.h is required for mrb_value etc. anyway
Yukihiro "Matz" Matsumoto
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
Masaki Muranaka
2013-03-29
Include mrbconf.h as MRB_INT_MAX used here.
Masaki Muranaka
2013-03-29
Change the second argument of mrb_flo_to_str().
Masaki Muranaka
2013-03-29
Remove mrb_flt2big() as there is no bignum in the core.
Masaki Muranaka
2013-03-29
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...
Masaki Muranaka
2013-03-29
Remove str_to_mrb_int(). There is some reasons.
Masaki Muranaka
[next]