Tatsuya Matsumoto
|
23cb0bb64b
|
mruby command should not execute program on "syntax only option(-c)".
|
2014-03-05 12:49:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ba608fb38a
|
Merge pull request #1797 from take-cheeze/doc_update
Add notes about new features.
|
2014-03-05 07:27:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2667371e1e
|
Merge pull request #1796 from mattn/fix_1793
Fix #1793
|
2014-03-05 07:26:16 +09:00 |
|
take_cheeze
|
ce9681dce6
|
fix typo
|
2014-03-05 03:08:23 +09:00 |
|
take_cheeze
|
1029be3cd8
|
update compilation notes
|
2014-03-05 03:08:06 +09:00 |
|
mattn
|
d59b738b43
|
Fix #1793
|
2014-03-04 22:25:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
47d1701fb4
|
Merge pull request #1795 from cubicdaiya/issues/off_by_one_error
fix off-by-one error in String#rindex(fixnum)
|
2014-03-04 22:22:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a479dafb9b
|
Merge pull request #1792 from cubicdaiya/issues/fix_invalid_comment
fix a comment end of include guard
|
2014-03-04 22:21:19 +09:00 |
|
cubicdaiya
|
ebe4711df8
|
fix off-by-one error in String#rindex(fixnum)
null-terminated string should not be included in search targets.
|
2014-03-04 21:58:47 +09:00 |
|
cubicdaiya
|
dd4ddcae38
|
fix a comment end of include guard
|
2014-03-04 20:35:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7a607112c6
|
Merge pull request #1791 from iij/pr-numeric-div
add Integer#div and Float#div to mruby-numeric-ext
|
2014-03-04 17:31:16 +09:00 |
|
Tomoyuki Sahara
|
4ad0896bda
|
add Integer#div and Float#div.
|
2014-03-04 12:45:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6b6277e2c6
|
Merge pull request #1790 from iij/pr-float-divmod
fix Float#divmod returns nil
|
2014-03-04 11:56:40 +09:00 |
|
Tomoyuki Sahara
|
6e1f4695aa
|
add tests for Integer#divmod.
|
2014-03-04 10:51:56 +09:00 |
|
Tomoyuki Sahara
|
9686890ab3
|
Fix Float#divmod.
|
2014-03-04 10:51:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a3411c4c96
|
Merge pull request #1789 from cubicdaiya/feature/mrb_exc_new_str_lit
Introduce mrb_exc_new_str_lit for C string literals
|
2014-03-04 08:37:38 +09:00 |
|
cubicdaiya
|
019d15c3ee
|
Use mrb_exc_new_str_lit widely
|
2014-03-04 02:45:53 +09:00 |
|
cubicdaiya
|
a514e31f6b
|
introduce mrb_exc_new_str_lit for C string literals
|
2014-03-04 02:45:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e1b3cfa88e
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-03-04 01:39:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
18f0fcb0c7
|
add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; ref #1782
|
2014-03-04 01:33:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0cc34d64a2
|
Merge pull request #1787 from take-cheeze/bintest_improvement
`bintest` improvement.
|
2014-03-03 21:00:20 +09:00 |
|
take_cheeze
|
24e3e33cb6
|
use tempfile module
|
2014-03-03 17:01:47 +09:00 |
|
take_cheeze
|
fa5c3d4f51
|
add test to check striped binary works correctly
|
2014-03-03 16:58:27 +09:00 |
|
take_cheeze
|
cfa7889996
|
run enabled gem's bintest only
|
2014-03-03 16:53:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
369c6c3649
|
Kernel#send does not use mrb_funcall anymore for most cases; ref #1680
|
2014-03-03 13:31:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
933f8013e0
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-03-03 13:25:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9a92b40aaf
|
rescue clause should understand splats; close #1786
|
2014-03-03 13:25:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
55a43c78ff
|
Merge pull request #1785 from tmash06/fix_include_guard_style
fix include guard style.
|
2014-03-03 07:42:41 +09:00 |
|
Tatsuya Matsumoto
|
71319ac335
|
fix include guard style.
|
2014-03-03 00:46:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ae55e9e23e
|
Merge pull request #1784 from tmash06/fix_memory_leak_in_mruby-random
fix a memory leak in mruby-random.
|
2014-03-02 22:36:17 +09:00 |
|
Tatsuya Matsumoto
|
d496ba7e25
|
fix a memory leak in mruby-random.
|
2014-03-02 22:18:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
611b1e8e9b
|
Merge pull request #1780 from monaka/pr-add-ssh-protocol-support-for-bitbucket
Add ssh protocol support for bitbucket.
|
2014-03-02 21:24:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6c9bf266b3
|
Merge pull request #1779 from akuroda/pr_test_string_times
add tests for String#*
|
2014-03-02 21:21:37 +09:00 |
|
Akira Kuroda
|
8d6ce6bace
|
add tests for String#*
add test cases for 0 and -1
|
2014-03-02 12:19:57 +09:00 |
|
Masaki Muranaka
|
b58e6b9146
|
Add ssh protocol support for bitbucket.
|
2014-03-02 12:08:09 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ba7ea50788
|
Merge pull request #1777 from take-cheeze/command_improvement
Command improvements.
|
2014-03-02 08:15:01 +09:00 |
|
take_cheeze
|
2543b712a3
|
remove explicit use of g++
|
2014-03-02 05:04:00 +09:00 |
|
take_cheeze
|
600c17ec08
|
use shallow clone in git gem
|
2014-03-02 04:33:23 +09:00 |
|
take_cheeze
|
6de1c22d99
|
use c++ compiler to link when c++ abi is enabled
|
2014-03-02 04:30:06 +09:00 |
|
take_cheeze
|
9968af4570
|
allow command like "ccache gcc"
|
2014-03-02 04:26:33 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
873fae9f45
|
wrap function prototype by extern "C"
|
2014-03-02 00:59:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7721463a35
|
add const to char* to pacify warnings for string litral to char* conversion
|
2014-03-02 00:59:12 +09:00 |
|
take_cheeze
|
b98890a4b7
|
clear exc_catched before jumping to L_RAISE
|
2014-03-01 20:53:31 +09:00 |
|
take_cheeze
|
1eeafc27d0
|
define mrbconfs on all compiler
|
2014-03-01 20:05:31 +09:00 |
|
take_cheeze
|
54f9ca36fd
|
define __STDC_* macros in y.tab.cxx too
|
2014-03-01 20:05:31 +09:00 |
|
take_cheeze
|
fad4b578e1
|
wrap scope with do {} while()
|
2014-03-01 20:05:31 +09:00 |
|
take_cheeze
|
0c8bac5a38
|
revert wrong build_config.rb
|
2014-03-01 20:05:31 +09:00 |
|
take_cheeze
|
7e11388dc4
|
use g++ to link
|
2014-03-01 20:05:30 +09:00 |
|
take_cheeze
|
556afa0e44
|
name c++ abi build
|
2014-03-01 20:05:30 +09:00 |
|
take_cheeze
|
86831d5465
|
move jmpbuf_id to generated file
|
2014-03-01 20:05:30 +09:00 |
|