| Commit message (Expand) | Author | Age | Files | Lines |
* | README.EXT.ja: fix probable typo | nobu | 2013-12-24 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2013-12-24 | 1 | -2/+2 |
* | * README.EXT: add a document about RGenGC. | ko1 | 2013-12-24 | 1 | -0/+16 |
* | * remove trailing spaces. | nobu | 2013-09-26 | 1 | -1/+1 |
* | * README.EXT, README.EXT.ja: remove description of RARRAY_PTR() | ko1 | 2013-09-25 | 1 | -4/+10 |
* | string.c: rb_enc_str_new_cstr | nobu | 2013-09-03 | 1 | -0/+1 |
* | * README.EXT, README.EXT.ja: Mention rb_integer_pack and | akr | 2013-08-03 | 1 | -0/+1 |
* | Elaborate on side-effects of mkmf functions. | knu | 2013-06-12 | 1 | -14/+25 |
* | Update documentation for pkg_config(). | knu | 2013-06-11 | 1 | -4/+12 |
* | vm_eval.c: new names of rb_funcall family | nobu | 2013-05-31 | 1 | -0/+9 |
* | array.c: aliases to rb_ary_new family | nobu | 2013-05-31 | 1 | -0/+3 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -1/+1 |
* | README.EXT: update note | nobu | 2013-04-28 | 1 | -0/+6 |
* | * remove trailing spaces. | nobu | 2013-04-19 | 1 | -6/+6 |
* | * README.EXT.ja (Data_Wrap_Struct): Remove a description about | kou | 2013-04-19 | 1 | -5/+7 |
* | * README.EXT: Converted to RDoc format | drbrain | 2012-12-03 | 1 | -436/+427 |
* | * README.EXT.ja: fixed args, same as r35977. [Bug #6597] | ayumin | 2012-07-01 | 1 | -3/+3 |
* | * README.EXT, README.EXT.ja: use "sval" for the third argument | kou | 2012-06-22 | 1 | -1/+1 |
* | * parse.y (rb_check_id_cstr): new function to check if ID is | nobu | 2012-04-11 | 1 | -2/+4 |
* | * array.c (rb_ary_cat): new function to concat objects into array. | nobu | 2012-03-08 | 1 | -0/+4 |
* | * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value(). | nobu | 2012-01-24 | 1 | -0/+10 |
* | * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught... | nobu | 2012-01-14 | 1 | -0/+2 |
* | * README.ja, README.EXT.ja: remove garbage spaces. | nobu | 2011-09-25 | 1 | -11/+11 |
* | * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): add | nobu | 2011-09-12 | 1 | -0/+8 |
* | README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459] | shyouhei | 2011-09-05 | 1 | -141/+0 |
* | Change encoding from EUC-JP to UTF-8. [Feature #5128] | shyouhei | 2011-09-04 | 1 | -764/+905 |
* | * README*: remove trailing spaces. | kazu | 2011-08-25 | 1 | -18/+18 |
* | * README.EXT: fix typo. Patch by William Blackerby. | shyouhei | 2011-05-13 | 1 | -1/+1 |
* | * README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as a | mrkn | 2011-01-20 | 1 | -1/+4 |
* | * README.EXT.ja (rb_ensure): typo. | usa | 2011-01-12 | 1 | -1/+1 |
* | Make punctuation consistent. | knu | 2010-09-13 | 1 | -9/+9 |
* | * class.c (rb_scan_args): Add support for optional keyword | knu | 2010-09-10 | 1 | -3/+13 |
* | * README.EXT.ja: rb_tainted_str_new_cstr() is an alias of | usa | 2010-08-10 | 1 | -1/+1 |
* | * README.EXT, README.EXT.ja (String functions): mention | nobu | 2010-08-05 | 1 | -0/+16 |
* | * README.EXT{,.ja} (rb_block_call): fixed about third/fourth | nobu | 2010-07-11 | 1 | -3/+6 |
* | * blockinlining.c: removed. | ko1 | 2009-09-17 | 1 | -2/+1 |
* | * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added. | nobu | 2009-09-16 | 1 | -0/+12 |
* | * enumerator.c (yielder_yield_i): use rb_proc_new instead of | mame | 2009-07-13 | 1 | -1/+12 |
* | * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA): | nobu | 2009-05-21 | 1 | -2/+10 |
* | describe more conversion functions between integer and VALUE. | akr | 2009-05-09 | 1 | -6/+11 |
* | * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H. | nobu | 2009-03-02 | 1 | -0/+6 |
* | * class.c (rb_scan_args): Allow specifying the number of trailing | knu | 2009-02-24 | 1 | -3/+4 |
* | * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods, | nobu | 2009-02-23 | 1 | -0/+6 |
* | * README.EXT, README.EXT.ja: added macros for the Compatibilities. | nobu | 2009-02-23 | 1 | -0/+25 |
* | * README.EXT, README.EXT.ja: Improve the document about | knu | 2009-02-18 | 1 | -36/+35 |
* | * README.EXT, README.EXT.ja: Improve the document about | knu | 2009-02-18 | 1 | -11/+17 |
* | * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add support | knu | 2009-02-16 | 1 | -1/+2 |
* | Improve documentation of rb_scan_args(). | knu | 2009-02-16 | 1 | -8/+22 |
* | * include/ruby/ruby.h (STR2CSTR): removed. | akr | 2009-01-31 | 1 | -5/+3 |
* | * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update | mame | 2008-11-14 | 1 | -1/+1 |