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-23
Merge branch 'Xcode' of github.com:pbosetti/mruby into XCode
Paolo Bosetti
2012-05-24
made mrb_get_args() better (optinal args, type checks); close #173 #176
Yukihiro Matsumoto
2012-05-22
Created Xcode 4 project, using the make target to build the tools, and with a...
Paolo Bosetti
2012-05-23
remove warning for open paren after space
Yukihiro Matsumoto
2012-05-23
allow empty paren as a valid expr
Yukihiro Matsumoto
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-23
add dependency from keywords to lex.def
Yukihiro Matsumoto
2012-05-22
Merge pull request #183 from thecodeshop/cmake-miss
Yukihiro "Matz" Matsumoto
2012-05-22
Add CMake support authorship miss
Jon
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-05-23
add CMakeFiles and CMakeCache.txt to .gitignore
Yukihiro Matsumoto
2012-05-22
Merge pull request #180 from mitchblank/master
Yukihiro "Matz" Matsumoto
2012-05-23
update the desciption regarding comforming to ISO, and provided tools
Yukihiro Matsumoto
2012-05-23
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-22
Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522
Yukihiro "Matz" Matsumoto
2012-05-23
explicit normalization -0.0 to 0.0
Yukihiro Matsumoto
2012-05-22
Merge pull request #182 from thecodeshop/cmake
Yukihiro "Matz" Matsumoto
2012-05-22
Add native and cross compiling CMake build support
Jon
2012-05-22
First cmake build system. Works on Linux.
Beoran
2012-05-22
remove unused prototype from hash.h
Yukihiro Matsumoto
2012-05-22
remove unused MT code from hash.h
Yukihiro Matsumoto
2012-05-22
should mark iv from MRB_TT_DATA
Yukihiro Matsumoto
2012-05-22
change example code to do mrb_close()
Mitchell Blank Jr
2012-05-22
Merge remote-tracking branch 'upstream/master'
Mitchell Blank Jr
2012-05-22
Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’
Masaki Muranaka
2012-05-22
always use value.i for MRB_TT_FALSE
Yukihiro Matsumoto
2012-05-21
use mrb_int for struct tm fractions
Yukihiro Matsumoto
2012-05-21
use mrb's allocator; thanks to @mitchblank
Yukihiro Matsumoto
2012-05-20
Use integer constants to initialize mrb_int
Mitchell Blank Jr
2012-05-20
make mrb_time_local() arguments consistent
Mitchell Blank Jr
2012-05-21
print description on exceptions
Yukihiro Matsumoto
2012-05-21
wrong stack position in rescue clause
Yukihiro Matsumoto
2012-05-20
Merge pull request #171 from mitchblank/cplusplus
Yukihiro "Matz" Matsumoto
2012-05-20
More C++ compilability work: mrb_obj_alloc void* conversions
Mitchell Blank Jr
2012-05-20
add "all" to test dependency
Yukihiro Matsumoto
2012-05-20
ANSIfy name2ctype.h
Yukihiro Matsumoto
2012-05-20
'not (2)' should not raise warning
Yukihiro Matsumoto
2012-05-20
waring refactoring; print line number
Yukihiro Matsumoto
2012-05-20
Merge pull request #169 from mitchblank/cplusplus
Yukihiro "Matz" Matsumoto
2012-05-20
Merge pull request #168 from k-tsj/add-cast
Yukihiro "Matz" Matsumoto
2012-05-20
use mrb_assoc_new to generate a key-value pair
Yukihiro Matsumoto
2012-05-20
Merge pull request #167 from bovi/fix-hash-shift
Yukihiro "Matz" Matsumoto
2012-05-20
C++ compilability - avoid 'goto' across a variable initialization
Mitchell Blank Jr
2012-05-20
Fix wrong cast
Kazuki Tsujimoto
2012-05-20
C++ compilability: don't use "node" as both a type and a member
Mitchell Blank Jr
2012-05-20
C++ compilability -- don't jump across variable initialization
Mitchell Blank Jr
2012-05-19
"volatile" no longer needed here
Mitchell Blank Jr
2012-05-19
fix mrb_gc_mark_ht_size() and mrb_gc_free_ht() types
Mitchell Blank Jr
2012-05-19
C++ compilability: "not" is a C++ keyword, avoid it
Mitchell Blank Jr
2012-05-19
C++ compilabilty -- "new" is a C++ keyword, avoid it
Mitchell Blank Jr
[next]