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
2014-06-08
Check `RSTRING_EMBED_LEN_MAX` with static assert.
take_cheeze
2014-06-08
Use `_Static_assert` when C11 is available and use it in pointer size check.
take_cheeze
2014-06-08
Merge pull request #2372 from monaka/pr-remove-redundant-substitutions
Yukihiro "Matz" Matsumoto
2014-06-08
Remove redundant substitutions.
Masaki Muranaka
2014-06-08
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-06-08
Add test for end-of-program marker.
take_cheeze
2014-06-08
do not ignore negative characters (e.g. EOF and partial EOF); fix #2361 fix #...
Yukihiro "Matz" Matsumoto
2014-06-08
revert #2368 due to #2369
Yukihiro "Matz" Matsumoto
2014-06-07
Merge pull request #2371 from take-cheeze/end_of_code
Yukihiro "Matz" Matsumoto
2014-06-07
Add test for end-of-program marker.
take_cheeze
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
remove UTF-8 strings from mruby-string-ext test
Yukihiro "Matz" Matsumoto
2014-06-07
move STR_* macros to mruby/string.h with renaming
Yukihiro "Matz" Matsumoto
2014-06-07
clear shared and nofree flags; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
inline str_discard(); ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
git push origin masterMerge branch 'suzukaze-add-string.clear2'
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-06-06
Merge pull request #2368 from take-cheeze/partial_hook_fix
Yukihiro "Matz" Matsumoto
2014-06-06
Add bintest for `mrbc`.
take_cheeze
2014-06-06
Merge pull request #2367 from take-cheeze/ignore_outfile
Yukihiro "Matz" Matsumoto
2014-06-06
Treat partial hook success '\n' to fix #2361 .
take_cheeze
2014-06-06
Ignore outfile check when `-c`(check syntax only) flag is enabled.
take_cheeze
2014-06-06
Merge pull request #2359 from take-cheeze/src_gen_dep
Yukihiro "Matz" Matsumoto
2014-06-06
git push origin masterMerge branch 'cremno-ascii'
Yukihiro "Matz" Matsumoto
2014-06-06
Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-ascii
Yukihiro "Matz" Matsumoto
2014-06-06
reduce calling mrb_sym2name_len() from struct.c; ref #2365
Yukihiro "Matz" Matsumoto
2014-06-06
Merge pull request #2365 from cremno/mruby-struct-function-changes
Yukihiro "Matz" Matsumoto
2014-06-06
Merge pull request #2364 from take-cheeze/free_atexit_stack
Yukihiro "Matz" Matsumoto
2014-06-06
partially revert 1a5841b for mirb
cremno
2014-06-05
use uppercase US-ASCII ctype macros
cremno
2014-06-05
don't (re-)define `ascii_isspace` and `isascii`
cremno
2014-06-05
`ISSPACE` evaluates its argument multiple times
cremno
2014-06-05
implement `ISASCII` correctly
cremno
2014-06-05
mruby-struct: implement `mrb_is_(local|const)_id`
cremno
2014-06-06
Release `mrb->atexit_stack` on `mrb_close`.
take_cheeze
2014-06-06
move IS_EVSTR macro that should be private to src/string.c
Yukihiro "Matz" Matsumoto
2014-06-05
remove mrblib/print.rb that only raise NotImplementedError; ref #2354
Yukihiro "Matz" Matsumoto
2014-06-05
remove eval (that only raises NotImplementedError) from the core; ref #2354
Yukihiro "Matz" Matsumoto
2014-06-05
git push origin masterMerge branch 'take-cheeze-atexit'
Yukihiro "Matz" Matsumoto
2014-06-05
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheez...
Yukihiro "Matz" Matsumoto
2014-06-05
add nil#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-06-05
update Kernel#raise/fail argument description
Yukihiro "Matz" Matsumoto
2014-06-05
mruby-struct: remove unused functions
cremno
2014-06-05
mruby-struct: use correct data types
cremno
2014-06-05
mruby-struct: internal linkage for all functions
cremno
2014-06-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-06-04
add Enumerable#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-04
add Hash#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-06-04
Merge pull request #2358 from cremno/visual-studio-14-ctp-support
Yukihiro "Matz" Matsumoto
[next]