aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXT
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * README.EXT, README.EXT.ja (String functions): mentionnobu2010-08-051-0/+17
* Fix signature of rb_ensure and rb_rescue to match the implementation in READM...drbrain2010-07-211-2/+2
* * README.EXT{,.ja} (rb_block_call): fixed about third/fourthnobu2010-07-111-3/+7
* Add more description about Fixnum's size. [ruby-core:27333]naruse2009-12-301-2/+4
* * blockinlining.c: removed.ko12009-09-171-1/+0
* * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added.nobu2009-09-161-1/+14
* * README.ext: fine tuningmarcandre2009-09-151-10/+13
* * enumerator.c (yielder_yield_i): use rb_proc_new instead ofmame2009-07-131-1/+12
* * README.EXT: typo fixed.nobu2009-06-041-3/+3
* * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu2009-05-211-2/+11
* describe more conversion functions between integer and VALUE.akr2009-05-091-6/+11
* * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.nobu2009-03-021-0/+5
* * class.c (rb_scan_args): Allow specifying the number of trailingknu2009-02-241-1/+2
* * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,nobu2009-02-231-0/+5
* * README.EXT, README.EXT.ja: added macros for the Compatibilities.nobu2009-02-231-0/+25
* Sync with README.EXT.ja.knu2009-02-181-1/+2
* * README.EXT, README.EXT.ja: Improve the document aboutknu2009-02-181-38/+38
* * README.EXT, README.EXT.ja: Improve the document aboutknu2009-02-181-9/+18
* * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add supportknu2009-02-161-1/+2
* Improve documentation of rb_scan_args().knu2009-02-161-3/+24
* * include/ruby/ruby.h (STR2CSTR): removed.akr2009-01-311-5/+1
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-1/+1
* Updated README.EXT and README.EXT.ja.yugui2008-09-261-2/+5
* * README.EXT (Appendix A): fixed the name of classyugui2008-09-011-1/+1
* * README.EXT (Data-types): fixed for current status.yugui2008-09-011-48/+173
* * README.EXT, README.EXT.ja: mention about FIX2LONG and NUM2LONG.usa2008-07-221-2/+8
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-4/+12
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): fix thenobu2008-07-211-1/+6
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentionednobu2008-07-211-0/+5
* * README.EXT: translated README.EXT.jashyouhei2008-06-221-0/+4
* * README.EXT: ditto.usa2008-06-131-1/+8
* * README.EXT: updated. a patch from Keita Yamaguchimatz2007-12-231-36/+35
* * README.EXT: explain --vendor option for extconf.rbakr2007-11-031-0/+5
* * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz2006-09-161-4/+4
* * README.EXT: English adjustment. [ruby-core:08855]matz2006-09-131-6/+6
* * README.EXT: English adjustment. [ruby-core:08851] andmatz2006-09-131-30/+30
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-5/+18