yui-knk
|
93a8b08f59
|
implement #classify
|
2014-08-03 13:06:30 +09:00 |
|
yui-knk
|
a442f232e9
|
Refactor #flatten_merge
Not to unnecessary recursive search.
|
2014-08-03 12:52:29 +09:00 |
|
yui-knk
|
0d89802877
|
fix typo
|
2014-08-03 12:50:51 +09:00 |
|
yui-knk
|
7861034bcf
|
add test case to #flatten
|
2014-08-03 12:50:23 +09:00 |
|
yui-knk
|
2836acf045
|
implement flatten_merge, flatten, flatten!
|
2014-08-03 12:45:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0ad6a521ec
|
Merge pull request #2494 from suzukaze/refactor-variable.c
Use Boolean macro in variable.c
|
2014-08-02 21:35:35 +09:00 |
|
Jun Hiroe
|
41fddeded0
|
Use Boolean macro in variable.c
|
2014-08-02 13:56:22 +09:00 |
|
cremno
|
df21609a20
|
remove unnecessary CHAR_BIT != 8 check
mruby uses uint8_t which implies CHAR_BIT == 8.
|
2014-08-02 02:06:42 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
16ddb16608
|
Merge pull request #2462 from cremno/mirb-malloc-history_path
mirb: allocate `history_path` dynamically
|
2014-07-30 08:41:26 +09:00 |
|
Tomoyuki Sahara
|
e60951a305
|
add IO#sync and IO#sync=
|
2014-07-29 10:55:02 +09:00 |
|
take_cheeze
|
f77fb11f4e
|
Use RString in mesg instead.
|
2014-07-28 20:30:02 +09:00 |
|
take_cheeze
|
e926b532ee
|
Store exception message to mesg field of struct RException.
|
2014-07-28 16:34:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
23b6e22cf0
|
Merge pull request #2490 from suzukaze/refactor_symbol
Refactor sym_equal() in symbol.c
|
2014-07-27 19:54:42 +09:00 |
|
Jun Hiroe
|
18d8f9d124
|
Refactor sym_equal() in symbol.c
|
2014-07-27 15:56:21 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e2f7e485e7
|
Merge pull request #2478 from dreamedge/add_module_function
add Module#module_function
|
2014-07-26 09:35:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
875c07a742
|
Merge pull request #2477 from take-cheeze/allocf_ud
Add field `allocf_ud` to replace current `ud`.
|
2014-07-24 23:22:58 +09:00 |
|
yui-knk
|
dd10f722ad
|
Delete unused code in .h .c
|
2014-07-24 08:39:47 +09:00 |
|
yui-knk
|
4f73ff51e2
|
Add not implemented methods to README.md
|
2014-07-24 08:35:42 +09:00 |
|
yui-knk
|
b4e4d98125
|
Add some comment outed methods
+ classify
+ divide
|
2014-07-24 08:29:45 +09:00 |
|
yui-knk
|
5e10c11662
|
Comment out some method
+ freeze
+ taint
+ untaint
|
2014-07-24 08:27:48 +09:00 |
|
yui-knk
|
fad2bd9617
|
Add example to README.md
|
2014-07-24 08:22:22 +09:00 |
|
yui-knk
|
500bd30d6c
|
Initial commit
|
2014-07-24 08:15:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6055ebaf78
|
Merge pull request #2489 from Ancurio/silence_cpp_warn
Silence "unused parameter" warnings in C++
|
2014-07-24 06:40:51 +09:00 |
|
Jonas Kulla
|
ec606e3aa7
|
Silence "unused parameter" warnings in C++
This has been done already, but the fixes were accidentally
removed in 249f05e7d7.
|
2014-07-23 21:40:15 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
40e46944a2
|
Merge pull request #2488 from ksss/leak-test
Fix memory leak for test driver
|
2014-07-24 00:05:37 +09:00 |
|
ksss
|
67fbcf8b2a
|
Fix memory leak for test driver
|
2014-07-23 14:14:09 +00:00 |
|
Yukihiro "Matz" Matsumoto
|
1b5584b3c8
|
check if block is given in eval_under(); fix #2486
|
2014-07-23 02:08:37 +09:00 |
|
Tomoyuki Sahara
|
1768ee02e5
|
remove extra ';'.
|
2014-07-22 23:55:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6d742ef93a
|
Merge pull request #2482 from take-cheeze/exc_tt
Use MRB_TT_EXCEPTION in exception object.
|
2014-07-22 15:35:16 +09:00 |
|
Tomoyuki Sahara
|
8c34a8d561
|
Merge pull request #22 from take-cheeze/fix_arg
Fix type of argument passed to mrb_get_args.
|
2014-07-22 15:30:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4b69121284
|
restore mrb_get_args() in f_instance_eval to check arguments type
|
2014-07-22 08:38:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7457da6aa1
|
exception in instance_eval should not exit mrb_run; fix #2483
|
2014-07-22 07:29:26 +09:00 |
|
take_cheeze
|
3c96602574
|
Use MRB_TT_EXCEPTION in exception object.
|
2014-07-21 23:09:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4cc9e5d8b1
|
since #1441, NaN boxing with 64bit pointer works; close #2476
|
2014-07-21 21:55:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
beafed1104
|
Merge pull request #2481 from take-cheeze/move_word_box_struct
Move word boxing structs to "mruby/boxing_word.h".
|
2014-07-21 07:10:14 +09:00 |
|
take_cheeze
|
fc8b48faf8
|
Move word boxing structs to "mruby/boxing_word.h".
|
2014-07-20 23:02:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a3ac3623f0
|
Merge pull request #2480 from take-cheeze/test_backtrace
Print backtrace of crashed test in verbose mode.
|
2014-07-20 18:04:06 +09:00 |
|
take_cheeze
|
a24729044a
|
Print backtrace of crashed test in verbose mode.
|
2014-07-19 22:33:13 +09:00 |
|
take_cheeze
|
689541d0fb
|
Fix type of argument passed to mrb_get_args.
|
2014-07-19 21:37:13 +09:00 |
|
dreamedge
|
0b8a0f4bb4
|
add Module#module_function
|
2014-07-18 09:50:54 +09:00 |
|
take_cheeze
|
fc9a91c4a6
|
Add field allocf_ud to replace current ud.
Since some use it as `mrb_state` associated user data.
|
2014-07-17 21:48:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d17506c176
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-07-17 01:42:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1dc6a8c872
|
avoid infinite recursion when error was happened in #inspect; fix #2474
|
2014-07-17 01:42:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ce7dfe97ad
|
Merge pull request #2475 from take-cheeze/full_core_list
Check mrbgem.rake instead of directory to ignore empty directories in full-core gembox.
|
2014-07-17 01:28:36 +09:00 |
|
take_cheeze
|
568b2c79b1
|
Check mrbgem.rake instead of directory to ignore empty directories in full-core.
|
2014-07-16 22:49:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2dcc2444fa
|
need to call write_barrier on every fiber context switch
|
2014-07-16 12:58:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f8aac56df0
|
git push origin masterMerge branch 'take-cheeze-instance_eval'
|
2014-07-16 05:22:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
abf52c7773
|
remove unused local variables; ref #2473
|
2014-07-16 05:21:55 +09:00 |
|
take_cheeze
|
dd34decdfc
|
Implement string compiling instance_eval method.
|
2014-07-15 22:33:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d5dd3e9472
|
fiber stack allocation size should be bigger than irep->nregs
|
2014-07-15 17:17:58 +09:00 |
|