summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-04* lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove
2010-02-04* 2010-02-05svn
2010-02-04* bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < andmame
2010-02-04* ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.naruse
2010-02-04* thread_pthread.c (native_thread_init_stack): use get_stack.naruse
2010-02-04* configure.in: FreeBSD, DragonFly BSD and Mac OS X needsnaruse
2010-02-03* lib/delegate.rb (Delegator): now inherits BasicObject.nobu
2010-02-03* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red ofmame
2010-02-03* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinitymame
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-02-03* time.c (quo, time_mdump): use RRATIONAL().nobu
2010-02-03* NEWS (socket): Socket.do_not_reverse_lookup.nobu
2010-02-03add comment.akr
2010-02-03* configure.in: check for non-portable stack attribute functions.nobu
2010-02-03* configure.in: some tidy.nobu
2010-02-03* ext/iconv/charset_alias.rb: pass block argument to outer localakr
2010-02-03* file.c (realpath_rec): rb_path_last_separator may return NULL.akr
2010-02-03* thread_pthread.c: DragonFlyBSD is also the same as FreeBSDnaruse
2010-02-03* thread_pthread.c (ruby_init_stack): use pthread_get_attr_npnaruse
2010-02-03* ext/dl/{closure,function}.c: removed C99 features and warnings.nobu
2010-02-03* ext/dl: eol-style.nobu
2010-02-03* enumerator.c: move implementation of each_slice, each_cons,matz
2010-02-03Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove
2010-02-02* 2010-02-03svn
2010-02-02unused variable removed.akr
2010-02-02use require_relative.akr
2010-02-02* ext/socket/socket.c: turn on do_not_reverse_lookup by default,nobu
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2010-02-02* lib/delegate.rb (Delegator#marshal_dump): excludenobu
2010-02-01* lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame
2010-02-01* numeric.c (flo_minus): RDoc update. a patch from red stunmatz
2010-01-31* 2010-02-01svn
2010-01-31* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai
2010-01-31* io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe
2010-01-31* test/ruby/test_dir.rb: use string instead of symbol as file name.mame
2010-01-31* fix the previous previous commit.mame
2010-01-31* string.c (rb_string_value): fix the previous commit.mame
2010-01-31* string.c (rb_string_value): make no exception for Symbol.mame
2010-01-31* vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame
2010-01-31* vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame
2010-01-31update rdoc.akr
2010-01-31rdoc update.akr
2010-01-31update rdoc.akr
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame
2010-01-31* lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2010-01-31* gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe
2010-01-31* 2010-01-31svn
2010-01-31* lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame