aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c, gc.h (rb_objspace_marked_object_p): added.ko12014-02-083-0/+20
* * lib/resolv.rb: Don't set CLOEXEC flag explicitly. (Ruby set it byakr2014-02-082-4/+5
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder): Raiseakr2014-02-082-0/+9
* * io.c (SMALLBUF): Unused macro removed.akr2014-02-082-2/+4
* ruby.c: check argcnobu2014-02-071-13/+6
* * 2014-02-08svn2014-02-071-2/+2
* * lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT onakr2014-02-072-4/+18
* * lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak2014-02-072-2/+8
* * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak2014-02-072-2/+8
* configure.in: extra quotesnobu2014-02-071-1/+1
* configure.in: use C99nobu2014-02-071-4/+7
* win32.h: define strtoll and strtoull for earlier VCnobu2014-02-071-0/+5
* gc.c: ignore empty stringsnobu2014-02-071-2/+2
* gc.c: revert returnnobu2014-02-071-0/+1
* explicitly stop DRb::ExtServnaruse2014-02-0710-10/+20
* gc.c: use size_tnobu2014-02-071-31/+33
* * 2014-02-07svn2014-02-061-2/+2
* constant.h: reduce rb_const_entry_t size on 64-bitnormal2014-02-062-1/+6
* gc.c: check numeric stringnobu2014-02-061-2/+19
* fix typo [ci skip]kazu2014-02-061-1/+1
* * gc.c (get_envparam_int): correct warning messsages.ko12014-02-062-3/+9
* * gc.c (get_envparam_int): don't accept a value equals to lowerboundko12014-02-062-3/+11
* * ext/stringio/stringio.c: [DOC] add docs and example by @schneems [ci skip] ...hsbt2014-02-061-0/+10
* suppress warnings: assigned but unused variable - esnaruse2014-02-0610-10/+10
* array.c: comment why rb_ary_modify is needed twicenobu2014-02-061-0/+2
* test_marshal.rb: fix test depending on heap addressnobu2014-02-061-1/+2
* * gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,ko12014-02-062-4/+20
* ext/thread: SizedQueue#max= wakes up waiters properlynormal2014-02-053-1/+15
* * lib/rubygems: Update to RubyGems 2.2.2. Complete history at:drbrain2014-02-056-24/+44
* * 2014-02-06svn2014-02-051-2/+2
* eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAGnobu2014-02-052-8/+4
* pack.c: hide associated objectsnobu2014-02-056-4/+36
* marshal.c: refine special instance variablesnobu2014-02-051-48/+76
* marshal.c: preserve encodingnobu2014-02-051-8/+8
* parse.y: symbol names must be ascii-compatiblenobu2014-02-052-0/+6
* assertions.rb: remove extra periodnobu2014-02-051-1/+1
* dir.c: fallback to ASCII-8BITnobu2014-02-051-0/+1
* * vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.ko12014-02-052-6/+4
* * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko12014-02-052-1/+6
* * internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()ko12014-02-055-23/+31
* fix typoskazu2014-02-051-3/+3
* * string.c (rb_str_free): use FL_TEST(str, STR_SHARED) directlyko12014-02-052-2/+10
* * internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().ko12014-02-053-7/+13
* * string.c: refactoring, especially about string flags.ko12014-02-052-25/+45
* * string.c (RESIZE_CAPA): should not resize shared string.ko12014-02-052-2/+6
* * gc.c (gc_mark_children): STR_ASSOC is no longer available.ko12014-02-052-2/+7
* * string.c (rb_str_new_frozen): refactoring code.ko12014-02-052-41/+37
* * ext/psych/yaml/config.h (PACKAGE_VERSION): update.nobu2014-02-051-4/+4
* yaml/yaml_private.h: include ruby/extconf.hnobu2014-02-051-0/+3
* yaml/api.c, yaml/loader.c: integer overflownobu2014-02-053-19/+59