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-03-01
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-...
Yukihiro Matz Matsumoto
2013-03-01
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead ...
Masaki Muranaka
2013-03-01
Pluggable Struct
mattn
2013-02-28
Pluggable Math
mattn
2013-02-27
Merge pull request #889 from mattn/pluggable_time
Yukihiro "Matz" Matsumoto
2013-02-26
Fix build
mattn
2013-02-26
Simplify mrb_range_beg_len(). Don't use OTHER macro.
Masaki Muranaka
2013-02-23
Merge pull request #878 from monaka/pr-reduce-sprintf
Yukihiro "Matz" Matsumoto
2013-02-23
Merge pull request #875 from monaka/pr-enable-building-libmruby-with-DISABLE_...
Yukihiro "Matz" Matsumoto
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-23
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
Masaki Muranaka
2013-02-23
Fix errors caused by stdio.h dependent code.
Masaki Muranaka
2013-02-21
better comment description for mrbconf.h configuration
Yukihiro Matz Matsumoto
2013-02-21
remove unused HAVE_UNISTD_H altogether; ref #865
Yukihiro Matz Matsumoto
2013-02-21
Clean up mrbconf.h
brainopia
2013-02-17
Merge pull request #851 from mattn/bye_bye_regexp
Yukihiro "Matz" Matsumoto
2013-02-18
Changed debugger hook to disable
Yuichiro MASUI
2013-02-18
Remove DISABLE_REGEXP
mattn
2013-02-18
remove TT_REGEX and TT_MATCH
Yukihiro Matz Matsumoto
2013-02-18
rename hook and macro
Yukihiro Matz Matsumoto
2013-02-17
Merge pull request #845 from masuidrive/hook_fetch
Yukihiro "Matz" Matsumoto
2013-02-17
Merge pull request #850 from mattn/pluggable_regexp
Yukihiro "Matz" Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-15
add Module#remove_const
Yukihiro Matz Matsumoto
2013-02-15
Pluggable Regexp
mattn
2013-02-11
add mrb_str_to_cstr
Akira Yumiyama
2013-02-06
changing Make_Data_Struct API; you need to modify your code that uses Make_Da...
Yukihiro Matz Matsumoto
2013-02-06
Add semi-colon after the statement.
Masaki Muranaka
2013-02-03
Merge pull request #820 from cremno/unused-stuff
Yukihiro "Matz" Matsumoto
2013-02-03
removed declarations of undefined functions
Cremno
2013-02-02
Remove ";" suffix from function-type macros.
Masamitsu MURASE
2013-01-30
removed unused mrb_check_funcall
Cremno
2013-01-30
removed unused mrb_funcargv_t
Cremno
2013-01-30
remove src/cdump.c to resolve; need make clean
Yukihiro Matz Matsumoto
2013-01-29
Removed mrbc -C option what's C function dump. and TAB to space
Yuichiro MASUI
2013-01-29
Merge pull request #766 from masuidrive/mrbint64
Yukihiro "Matz" Matsumoto
2013-01-29
Remove API mrb_str_catf().
Masaki Muranaka
2013-01-26
defined printf macro for mrb_int
Yuichiro MASUI
2013-01-22
Fixed mistake
Yuichiro MASUI
2013-01-21
Fixed MRB_INT64 warning
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-16
supress cast warning on C++.
mattn
2013-01-15
Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump
Yukihiro "Matz" Matsumoto
2013-01-15
include/mruby/cdump.h: Add new error codes.
Masaki Muranaka
2013-01-13
fix typos
takkaw
2013-01-10
add mrb_check_hash_type
skandhas
2013-01-09
Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.
Masaki Muranaka
2013-01-08
remove MRUBY_VERSION for the time being; close #700
Yukihiro Matz Matsumoto
2013-01-07
Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio
Yukihiro "Matz" Matsumoto
2013-01-08
Merge remote-tracking branch 'mruby/master' into array-clear
Daniel Bovensiepen
[next]