| Age | Commit message (Expand) | Author |
| 2010-02-10 | * string.c (rb_str_times): backport r15514 to reduce loop | matz |
| 2010-02-06 | * parse.y: Get rid of tags for Ripper, pointless in 1.8. | knu |
| 2010-02-05 | * test/ruby/test_array.rb (TestArray#test_splat): Add test cases | knu |
| 2010-02-05 | fix typos. | akr |
| 2010-02-05 | * random.c (fill_random_seed): don't use O_NOFOLLOW because | akr |
| 2010-02-05 | * ext/rational/rational.c: Added to provide a fast implementation | knu |
| 2010-02-03 | * lib/net/http.rb (Net::HTTP#request): close @socket only after | nobu |
| 2010-02-01 | * eval.c (rb_mod_define_method): return original block but not | nobu |
| 2010-01-31 | * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table. | nagai |
| 2010-01-27 | * eval.c (thread_init): used only for setitimer or threaded. | nobu |
| 2010-01-27 | * ext/dl/dl.c (c_parray): get rid of a deprecated function. | nobu |
| 2010-01-27 | * io.c, eval.c, process.c: add __APPLE__ to r26371's condition. | naruse |
| 2010-01-26 | * lib/drb/eq.rb: fix circular requrie in drb. | seki |
| 2010-01-26 | * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. | naruse |
| 2010-01-25 | * string.c (rb_str_split): add rdoc. | naruse |
| 2010-01-25 | * test/ruby/test_string.rb (test_split): add tests. | naruse |
| 2010-01-21 | * ChangeLog: added more description. | usa |
| 2010-01-21 | * eval.c (thread_timer, rb_thread_stop_timer): check the timing of | usa |
| 2010-01-19 | * lib/resolv.rb (Resolv::Config.default_config_hash): return an | nobu |
| 2010-01-19 | * Makefile.in (clean-ext): allow glob patterns. | nobu |
| 2010-01-18 | * lib/webrick/httpservlet/filehandler.rb (make_partial_content): | nobu |
| 2010-01-18 | * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}): | nobu |
| 2010-01-17 | * ext/digest/digest.c (rb_digest_instance_digest) | knu |
| 2010-01-17 | * lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64, | knu |
| 2010-01-17 | * math.c (domain_check): check errno first. | nobu |
| 2010-01-15 | * ext/zlib/zlib.c: backport r18029 and r21861 from trunk. | nahi |
| 2010-01-13 | * test/zlib/test_zlib.rb: backport tests for 1.9 | nahi |
| 2010-01-12 | * configure.in: check for if struct timezone is defined. | nobu |
| 2010-01-12 | merge r26304. | kou |
| 2010-01-12 | revert r26305. | kou |
| 2010-01-12 | merge r26304. | kou |
| 2010-01-12 | * misc/ruby-mode.el (ruby-here-doc-beg-match): fix for here-doc | nobu |
| 2010-01-11 | * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo. | nobu |
| 2010-01-10 | * eval.c (recursive_push): Taint internal hash to prevent | knu |
| 2010-01-10 | * lib/webrick/accesslog.rb : Escape needed. | shyouhei |
| 2010-01-09 | reverted r26263. | nobu |
| 2010-01-09 | * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490. | nobu |
| 2010-01-09 | * class.c (rb_define_class): raise TypeError same as class | nobu |
| 2010-01-08 | * win32/configure.bat (WIN32DIR): regularise file separators. | nobu |
| 2010-01-08 | * io.c (io_fwrite): preserve errno. [ruby-core:27425] | nobu |
| 2010-01-08 | * io.c (rb_io_s_read): close the IO if an exception is raised on | usa |
| 2010-01-08 | * ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization. | nobu |
| 2010-01-01 | * lib/mkmf.rb: Fix build. COUTFLAG is not yet landed on this | knu |
| 2009-12-31 | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppress | knu |
| 2009-12-31 | * string.c: Add instance methods to Symbol: succ, next, <=>, | knu |
| 2009-12-31 | * parse.y (dsym): Allow empty symbols. [merge from 1.9] | knu |
| 2009-12-31 | * object.c, intern.h: Export rb_sym_to_s. | knu |
| 2009-12-31 | * enumerator.c: Remove a duplicated declaration. | knu |
| 2009-12-31 | * ext/socket/socket.c: include addrinfo.h only when using our own | usa |
| 2009-12-30 | * ext/socket/extconf.rb: fix for wide-getaddrinfo option. | nobu |