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
/
src
Age
Commit message (
Expand
)
Author
2015-05-28
remove unnecessary including of <ctype.h>
cremno
2015-05-25
Move "src/mrb_throw.h" to "include/mruby/throw.h".
take_cheeze
2015-05-24
Merge pull request #2802 from take-cheeze/move_codedump
Yukihiro "Matz" Matsumoto
2015-05-23
Add null check on lex_strterm in heredoc block
Carson McDonald
2015-05-23
Move `mrb_codedump_all` to "src/codedump.c".
take_cheeze
2015-05-23
Merge pull request #2801 from carsonmcdonald/fix2779
Yukihiro "Matz" Matsumoto
2015-05-22
Add locals null checks
Carson McDonald
2015-05-22
Verify that proc_lambda is passed a proc
Carson McDonald
2015-05-21
remove an always-true conditional.
Tomoyuki Sahara
2015-05-20
there may be expecting here-doc when we see terminating characters; fix #2780
Yukihiro "Matz" Matsumoto
2015-05-20
Merge pull request #2797 from iij/pr-split-only-first
Yukihiro "Matz" Matsumoto
2015-05-20
NetBSD (6.1.5) does not have frexpl(3).
Tomoyuki Sahara
2015-05-20
RSTRING_PTR may be changed in while loop.
Tomoyuki Sahara
2015-05-18
fix type of mrb_exc_new()'s len parameter
cremno
2015-05-17
Merge pull request #2792 from cremno/let-the-c-compiler-validate-the-identifier
Yukihiro "Matz" Matsumoto
2015-05-15
let the C compiler validate the identifier
cremno
2015-05-15
remove mrb_define_method_vm() function
cremno
2015-05-14
Reenable mrb_dump_irep under DISABLE_STDIO.
Simon Génier
2015-05-13
remove unused token declarations
cremno
2015-05-08
Merge pull request #2784 from cremno/fix-splat-without-assignment
Yukihiro "Matz" Matsumoto
2015-05-07
fix splat without assignment; fix #2781
cremno
2015-05-07
Merge pull request #2782 from cremno/define-yydebug-macro-conditionally
Yukihiro "Matz" Matsumoto
2015-05-07
Defining static version of frexpl also fro MIPS platforms.
Paolo Bosetti
2015-05-04
define YYDEBUG macro conditionally
cremno
2015-04-30
push cmdarg_stack in lambda body; fix [ruby-bug#11107]
Yukihiro "Matz" Matsumoto
2015-04-30
Merge pull request #2778 from cremno/fix-load-size-error-macros
Yukihiro "Matz" Matsumoto
2015-04-30
Merge pull request #2777 from cremno/fix-parser-locals-null-deref
Yukihiro "Matz" Matsumoto
2015-04-30
Merge pull request #2776 from cremno/undef-strndup
Yukihiro "Matz" Matsumoto
2015-04-29
always define SIZE_ERROR_MUL() macro
cremno
2015-04-29
remove SIZE_ERROR() macro
cremno
2015-04-29
add more descriptive error message and fail earlier
cremno
2015-04-28
fix null dereference (ref: #2769)
cremno
2015-04-28
prevent accidental macro redefinition of strndup()
cremno
2015-04-28
fix possible unsigned integer underflow
cremno
2015-04-28
unify error handling
cremno
2015-04-27
C++ compilation failed due to skipping iniitalization by goto out_super
Yukihiro "Matz" Matsumoto
2015-04-27
super should not be called outside of a method; fix #2770
Yukihiro "Matz" Matsumoto
2015-04-27
parser_state->locals may be NULL on some error conditions; fix #2769
Yukihiro "Matz" Matsumoto
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-03-22
refactor write_pool_block()
cremno
2015-03-21
execute ensure clause only when skipping call frame; fix #2726
Yukihiro "Matz" Matsumoto
2015-03-16
I have added the #ifdef __CYGWIN32__ to modify the fmt_fp.c
Tarosa
2015-03-16
I modified the undefined frexpl in cygwin of make
Tarosa
2015-03-05
stack_extend in mrb_f_send
Go Saito
2015-02-28
Use ptrdiff_t to suppress signedness warning
Kouhei Sutou
2015-02-27
Merge pull request #2736 from cremno/delete-prototypes-of-undefined-functions
Yukihiro "Matz" Matsumoto
2015-02-27
fix MSVC initialization issue by a patch from @dyama; close #2734
Yukihiro "Matz" Matsumoto
2015-02-27
change size_t to ptrdiff_t to silence signedness warnings; #2732
Yukihiro "Matz" Matsumoto
2015-02-26
delete prototypes of undefined functions
cremno
2015-02-25
Fix a crash bug on raising after realloc
Kouhei Sutou
[next]