Age | Commit message (Expand) | Author |
2012-12-03 | * README.EXT: Converted to RDoc format | drbrain |
2012-06-22 | * README.EXT, README.EXT.ja: use "sval" for the third argument | kou |
2012-06-08 | * README.EXT (prepare extconf.rb): Added note to see MakeMakefile for | drbrain |
2012-04-11 | * parse.y (rb_check_id_cstr): new function to check if ID is | nobu |
2012-03-08 | * array.c (rb_ary_cat): new function to concat objects into array. | nobu |
2012-01-24 | * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value(). | nobu |
2012-01-14 | * README.EXT, README.EXT.ja (rb_protect): add a note when ignoring the caught... | nobu |
2011-11-13 | * lib/mkmf.rb (checking_for): should not modify the result. | nobu |
2011-09-12 | * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): add | nobu |
2011-08-25 | * README*: remove trailing spaces. | kazu |
2011-05-13 | * README.EXT: fix typo. Patch by William Blackerby. | shyouhei |
2011-01-20 | * README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as a | mrkn |
2010-09-10 | * class.c (rb_scan_args): Add support for optional keyword | knu |
2010-08-05 | * README.EXT, README.EXT.ja (String functions): mention | nobu |
2010-07-21 | Fix signature of rb_ensure and rb_rescue to match the implementation in READM... | drbrain |
2010-07-11 | * README.EXT{,.ja} (rb_block_call): fixed about third/fourth | nobu |
2009-12-30 | Add more description about Fixnum's size. [ruby-core:27333] | naruse |
2009-09-17 | * blockinlining.c: removed. | ko1 |
2009-09-16 | * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added. | nobu |
2009-09-15 | * README.ext: fine tuning | marcandre |
2009-07-13 | * enumerator.c (yielder_yield_i): use rb_proc_new instead of | mame |
2009-06-04 | * README.EXT: typo fixed. | nobu |
2009-05-21 | * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA): | nobu |
2009-05-09 | describe more conversion functions between integer and VALUE. | akr |
2009-03-02 | * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H. | nobu |
2009-02-24 | * class.c (rb_scan_args): Allow specifying the number of trailing | knu |
2009-02-23 | * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods, | nobu |
2009-02-23 | * README.EXT, README.EXT.ja: added macros for the Compatibilities. | nobu |
2009-02-18 | Sync with README.EXT.ja. | knu |
2009-02-18 | * README.EXT, README.EXT.ja: Improve the document about | knu |
2009-02-18 | * README.EXT, README.EXT.ja: Improve the document about | knu |
2009-02-16 | * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add support | knu |
2009-02-16 | Improve documentation of rb_scan_args(). | knu |
2009-01-31 | * include/ruby/ruby.h (STR2CSTR): removed. | akr |
2008-11-14 | * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update | mame |
2008-09-26 | Updated README.EXT and README.EXT.ja. | yugui |
2008-09-01 | * README.EXT (Appendix A): fixed the name of class | yugui |
2008-09-01 | * README.EXT (Data-types): fixed for current status. | yugui |
2008-07-22 | * README.EXT, README.EXT.ja: mention about FIX2LONG and NUM2LONG. | usa |
2008-07-22 | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu |
2008-07-21 | * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): fix the | nobu |
2008-07-21 | * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentioned | nobu |
2008-06-22 | * README.EXT: translated README.EXT.ja | shyouhei |
2008-06-13 | * README.EXT: ditto. | usa |
2007-12-23 | * README.EXT: updated. a patch from Keita Yamaguchi | matz |
2007-11-03 | * README.EXT: explain --vendor option for extconf.rb | akr |
2006-09-16 | * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN, | matz |
2006-09-13 | * README.EXT: English adjustment. [ruby-core:08855] | matz |
2006-09-13 | * README.EXT: English adjustment. [ruby-core:08851] and | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |