| Commit message (Expand) | Author | Age | Files | Lines |
* | README.EXT.ja: add redirect [ruby-core:68631] | kazu | 2015-03-30 | 1 | -0/+1 |
* | * doc/extention.rdoc: move from toplevel document and added extname. | hsbt | 2015-03-24 | 1 | -1719/+0 |
* | ruby.h: export keyword argument functions | nobu | 2014-11-26 | 1 | -0/+19 |
* | vm_eval.c: rb_current_receiver | nobu | 2014-11-16 | 1 | -0/+11 |
* | README.EXT, README.EXT.ja: mention about PRIsVALUE [ci skip] | nobu | 2014-11-03 | 1 | -4/+6 |
* | * README.EXT: [DOC] fix example missing typedef with patch by | zzak | 2014-10-12 | 1 | -1/+1 |
* | intern.h: rb_str_new_literal | nobu | 2014-09-19 | 1 | -0/+16 |
* | README.EXT: utf-8 string functions | nobu | 2014-09-19 | 1 | -0/+5 |
* | make symbol conversion functions public | nobu | 2014-08-03 | 1 | -0/+10 |
* | README.EXT.ja: using commas and periods | nobu | 2014-08-03 | 1 | -12/+12 |
* | README.EXT: about string termination | nobu | 2014-04-18 | 1 | -0/+2 |
* | string.c: rb_str_cat_cstr | nobu | 2014-04-17 | 1 | -0/+1 |
* | * README.EXT: fix typo. | hsbt | 2014-04-01 | 1 | -1/+1 |
* | README.EXT{,.ja}: update ruby_options and ruby_run_node | nobu | 2014-03-11 | 1 | -4/+7 |
* | use do/while(0) around GetDBM macros | normal | 2014-03-02 | 1 | -2/+2 |
* | Revert r45239 [ci skip] | zzak | 2014-03-02 | 1 | -3/+3 |
* | * README.EXT: [DOC] Remove needless char | zzak | 2014-03-02 | 1 | -3/+3 |
* | * README.EXT.ja: [DOC] Fix typo "macro macro" @utenmiki [Fixes GH-551] | zzak | 2014-03-01 | 1 | -1/+1 |
* | * README.EXT.ja: [DOC] Fix typo by @utenmiki [Fixes GH-534] [ci skip] | zzak | 2014-02-15 | 1 | -1/+1 |
* | fix filename | kazu | 2014-01-19 | 1 | -1/+1 |
* | 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 |