aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/version.h: extracted the extensions interface andnobu2009-05-131-0/+5
* * time.c (time_init_1): unused variable removed.akr2009-05-121-0/+4
* * time.c: support fixed UTC offset. [ruby-dev:38326]akr2009-05-121-0/+21
* * yarvtest: removed because it's outdated.usa2009-05-121-0/+4
* * parse.y: add semicolons to some grammar rules not terminatedmatz2009-05-111-0/+5
* * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu2009-05-111-0/+4
* forgot to commit.kazu2009-05-111-0/+5
* * mkconfig.rb (rubylibdir): use rubylibprefix. [ruby-dev:38426]nobu2009-05-111-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz2009-05-101-0/+5
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-101-0/+5
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-101-1/+7
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-101-1/+7
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu2009-05-101-0/+5
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-0/+4
* * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu2009-05-091-0/+6
* * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu2009-05-091-0/+5
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-081-1/+4
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-081-0/+5
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-0/+8
* * array.c (rb_ary_flatten_bang): clears temporary array.nobu2009-05-081-0/+4
* * lib/set.rb (SortedSet#add): Do not require each newly addedknu2009-05-071-0/+5
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-071-0/+5
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-071-0/+5
* * ChangeLog: fixed typo.nobu2009-05-071-2/+2
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-071-0/+5
* * string.c, include/ruby/encoding.h: fixed types.nobu2009-05-071-0/+6
* * range.c (r_le): fixed types.nobu2009-05-071-1/+3
* * range.c (range_eql): fixed rdoc.nobu2009-05-071-0/+4
* * io.c (pipe_open): should be rb_pid_t.nobu2009-05-071-0/+4
* * math.c (math_gamma): use a table for positive small integers.akr2009-05-061-0/+4
* * README.ja: code for THINK_C does not exist already. [Bug #1435]nobu2009-05-061-0/+4
* * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu2009-05-051-0/+4
* Fix: raised error on tool/ifchange.naruse2009-05-051-0/+6
* Update to JSON 1.1.4.naruse2009-05-051-0/+4
* Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse2009-05-051-0/+14
* * lib/set.rb (SortedSet): Fix document. [Bug #1429]knu2009-05-021-0/+4
* * enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse2009-05-021-0/+6
* * array.c (Init_Array): made #to_s an alias to #inspect to reducenobu2009-05-021-0/+6
* * lib/set.rb (Set#merge): Only directly use the passed objectsknu2009-05-011-0/+6
* * lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu2009-05-011-0/+5
* * eval_intern.h (_longjmp): never return. see [ruby-core:23241]nobu2009-05-011-0/+4
* fix typos.akr2009-04-301-6/+6
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-0/+10
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-301-0/+22
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-0/+4
* * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu2009-04-301-0/+5
* * encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse2009-04-301-0/+5
* Add new transcoder: CP51932 <-> CP50221.naruse2009-04-291-0/+6
* * file.c (rb_file_join): recursive array has no meaning as pathnobu2009-04-291-0/+5
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu2009-04-281-0/+4