aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXT
Commit message (Expand)AuthorAgeFilesLines
* README.EXT: add redirect [ruby-core:68631]normal2015-03-251-0/+1
* * doc/extention.rdoc: move from toplevel document and added extname.hsbt2015-03-241-1730/+0
* README.EXT: fix typonobu2014-11-271-1/+1
* * remove trailing spaces.svn2014-11-261-1/+1
* ruby.h: export keyword argument functionsnobu2014-11-261-0/+20
* vm_eval.c: rb_current_receivernobu2014-11-161-0/+5
* README.EXT, README.EXT.ja: mention about PRIsVALUE [ci skip]nobu2014-11-031-6/+8
* * README.EXT: [DOC] fix example missing typedef with patch byzzak2014-10-121-1/+1
* intern.h: rb_str_new_literalnobu2014-09-191-0/+19
* README.EXT: utf-8 string functionsnobu2014-09-191-0/+5
* README.EXT: preliminary documentation for RB_GC_GUARDnormal2014-08-141-0/+50
* make symbol conversion functions publicnobu2014-08-031-0/+10
* * README.EXT: [DOC] Add rb_call_super when subclassing from @robin850zzak2014-06-021-0/+5
* fix typonobu2014-04-181-3/+3
* README.EXT: about string terminationnobu2014-04-181-0/+10
* string.c: rb_str_cat_cstrnobu2014-04-171-0/+1
* * README.EXT: fix typo.hsbt2014-04-011-1/+1
* README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu2014-03-111-3/+8
* use do/while(0) around GetDBM macrosnormal2014-03-021-2/+2
* Revert r45239 [ci skip]zzak2014-03-021-3/+3
* * README.EXT: [DOC] Remove needless charzzak2014-03-021-3/+3
* * README.EXT: add a refer to URL.ko12013-12-241-1/+3
* * remove trailing spaces.nobu2013-12-241-37/+37
* * README.EXT: add a document about RGenGC.ko12013-12-241-0/+97
* * README.EXT, README.EXT.ja: remove description of RARRAY_PTR()ko12013-09-251-3/+10
* string.c: rb_enc_str_new_cstrnobu2013-09-031-0/+1
* * README.EXT, README.EXT.ja: Mention rb_integer_pack andakr2013-08-031-0/+4
* Add Appendix C containing a pointer to mkmf.knu2013-06-121-0/+4
* vm_eval.c: new names of rb_funcall familynobu2013-05-311-0/+8
* * README.EXT: refine a sentence. thanks to Leonard Chin.nobu2013-05-311-1/+1
* array.c: new names of rb_ary_new familynobu2013-05-311-0/+3
* README.EXT: fix typonobu2013-05-311-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-5/+5
* README.EXT: update notenobu2013-04-281-4/+6
* * README.EXT: Copy note from r40505 for rb_sprintf() [Bug #7982]zzak2013-04-281-0/+3
* * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]zzak2013-04-271-1/+2
* * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]zzak2013-04-271-0/+2
* * README.EXT: Converted to RDoc formatdrbrain2012-12-031-558/+606
* * README.EXT, README.EXT.ja: use "sval" for the third argumentkou2012-06-221-1/+1
* * README.EXT (prepare extconf.rb): Added note to see MakeMakefile fordrbrain2012-06-081-101/+4
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-1/+3
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-081-0/+3
* * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().nobu2012-01-241-0/+11
* * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught...nobu2012-01-141-0/+2
* * lib/mkmf.rb (checking_for): should not modify the result.nobu2011-11-131-10/+28
* * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): addnobu2011-09-121-0/+8
* * README*: remove trailing spaces.kazu2011-08-251-19/+19
* * README.EXT: fix typo. Patch by William Blackerby.shyouhei2011-05-131-1/+1
* * README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as amrkn2011-01-201-0/+3
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-3/+16