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-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
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
2013-03-29
Modify the type of line-number to uint16_t. Type short is not portable. And i...
Masaki Muranaka
2013-03-29
Move TRUE/FALSE existence checks.
Masaki Muranaka
2013-03-29
Remove limits.h from numeric.h. Add limits.h to some C files.
Masaki Muranaka
2013-03-28
Fix a type mismatch.
Masaki Muranaka
2013-03-27
Merge pull request #1082 from masuidrive/add_debug_info
Yukihiro "Matz" Matsumoto
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-27
implement mrb_format and mrb_vformat
Yukihiro Matz Matsumoto
2013-03-27
Fix build error on VS2012 toolchain.
kurodash
2013-03-27
Added debug infomation section into .mrb file
Yuichiro MASUI
2013-03-27
little cosmetic change (delete word Rite); bump dump file version number
Yukihiro Matz Matsumoto
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-26
Merge branch 'selftopiv' of https://github.com/carsonmcdonald/mruby into cars...
Yukihiro Matz Matsumoto
2013-03-25
Merge pull request #1065 from monaka/pr-reduce-stdio-dependency
Yukihiro "Matz" Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-24
Separate FILE dependencies with ENABLE_STDIO.
Masaki Muranaka
2013-03-24
Include stddef.h. It is required by size_t. In case you include stdio.h, stdd...
Masaki Muranaka
2013-03-23
Changed the RData type field to 'const'
Artur K
2013-03-23
fixed NaN boxing compilation
Cremno
2013-03-24
resolve conflict
Yukihiro Matz Matsumoto
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-24
Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...
Yukihiro Matz Matsumoto
[next]