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
Age
Commit message (
Expand
)
Author
2012-05-09
partial VC support
Yukihiro Matsumoto
2012-05-09
should not call round(3); close #109
Yukihiro Matsumoto
2012-05-08
add Class#inherited hook
Yukihiro Matsumoto
2012-05-08
move declaration in the middle
Yukihiro Matsumoto
2012-05-08
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-08
include string.h instead of memory.h; close #108
Yukihiro Matsumoto
2012-05-07
Merge pull request #107 from mattn/fix_ifdef_gmtime_r
Yukihiro "Matz" Matsumoto
2012-05-08
fix #ifdef to pass on windows.
mattn
2012-05-08
allow compilation without INCLUDE_ENCODING; close #105; encoding support shou...
Yukihiro Matsumoto
2012-05-08
rename current_time -> current_mrb_time
Yukihiro Matsumoto
2012-05-08
add 1usec to differentiate two times
Yukihiro Matsumoto
2012-05-08
rename macros NO_USE_ -> NO_
Yukihiro Matsumoto
2012-05-07
update time configuration; now config macros can be supplied by -D compiler o...
Yukihiro Matsumoto
2012-05-07
use portable gmtime
Yukihiro Matsumoto
2012-05-07
Merge pull request #99 from MobiRuby/const_missing
Yukihiro "Matz" Matsumoto
2012-05-07
rename ALIGN macros
Yukihiro Matsumoto
2012-05-07
Merge pull request #87 from MobiRuby/pool_alloc_align
Yukihiro "Matz" Matsumoto
2012-05-07
gc should handle regexp and match objects
Yukihiro Matsumoto
2012-05-07
initialize_copy: copy destination object may not be intialized
Yukihiro Matsumoto
2012-05-07
define print and printf in mrblib
Yukihiro Matsumoto
2012-05-07
Merge pull request #104 from mattn/gmtime_r
Yukihiro "Matz" Matsumoto
2012-05-07
RRegexp.src should not be mrb_value
Yukihiro Matsumoto
2012-05-07
RMatch.src should not be mrb_value
Yukihiro Matsumoto
2012-05-07
RMatch.regexp should not be mrb_value
Yukihiro Matsumoto
2012-05-07
remove unused code
Yukihiro Matsumoto
2012-05-07
argument type of mrb_gc_free_ht() has changed
Yukihiro Matsumoto
2012-05-07
Merge pull request #103 from iwadon/intptr_t-instead-of-int
Yukihiro "Matz" Matsumoto
2012-05-07
intptr_t uses to cast only.
Hiroyuki Iwatsuki
2012-05-07
remove warning.
mattn
2012-05-07
time functions on windows.
mattn
2012-05-06
Merge pull request #102 from MobiRuby/add_const
Yukihiro "Matz" Matsumoto
2012-05-06
Merge pull request #101 from bovi/master
Yukihiro "Matz" Matsumoto
2012-05-06
add const to char*
Yuichiro MASUI
2012-05-06
Add ISO mark to Kernel.lambda
Daniel Bovensiepen
2012-05-06
Forgot ISO Reference Code of Range - Enumerable
Daniel Bovensiepen
2012-05-06
Some fixes for the Documentation of Hash and Kernel
Daniel Bovensiepen
2012-05-06
Add documentation to Range
Daniel Bovensiepen
2012-05-06
Modify documentation of Numeric
Daniel Bovensiepen
2012-05-06
Add documentation to Kernel
Daniel Bovensiepen
2012-05-06
Add documentation to Hash
Daniel Bovensiepen
2012-05-06
Modify documentation of Array
Daniel Bovensiepen
2012-05-06
test_time should pass
Yukihiro Matsumoto
2012-05-06
mrb_get_arg(i/f) should set zero from nil
Yukihiro Matsumoto
2012-05-05
Merge pull request #93 from k-tsj/fix-splat-segv
Yukihiro "Matz" Matsumoto
2012-05-06
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-06
Time class available; based on code from @beoran; sorry for jumbo patch
Yukihiro Matsumoto
2012-05-05
Merge pull request #100 from k-tsj/remove-debug-message
Yukihiro "Matz" Matsumoto
2012-05-06
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-05
Remove debug message
Kazuki Tsujimoto
2012-05-05
more hash refactored
Yukihiro Matsumoto
[next]