aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* parse.y: attrset from junk IDnobu2014-02-131-0/+7
* configure.in: use pthread_setname_np only if availablenobu2014-02-131-0/+7
* fix typos [ci skip]kazu2014-02-131-2/+2
* * configure.in: revert r44922. I should have used AC_CHECK_FUNCS()glass2014-02-121-0/+5
* * configure.in: use AC_CHECK_FUNC instead of AC_CHECK_FUNCSglass2014-02-121-0/+5
* * configure.in: fix to undefine HAVE_MEMEM collectlly if it is broken.glass2014-02-121-0/+4
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr2014-02-111-1/+2
* * bignum.c (rb_big_cmp): Specialize a comparison to zero.akr2014-02-111-0/+7
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr2014-02-111-0/+5
* * ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak2014-02-111-0/+4
* * configure.in: Fix compilation error.akr2014-02-091-0/+5
* * configure.in (rb_cv_gnu_qsort_r): use compile error "conflictingnaruse2014-02-081-0/+5
* * lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]zzak2014-02-081-0/+5
* marshal.c: Numerics are not taintednobu2014-02-081-0/+6
* configure.in: Properly detect platform for SSE2 instructions.nobu2014-02-081-0/+6
* * configure.in: check qsort_r(3) and whether it is GNU version.glass2014-02-081-0/+9
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#get_labels):akr2014-02-081-0/+5
* * gc.c, gc.h (rb_objspace_marked_object_p): added.ko12014-02-081-0/+8
* * lib/resolv.rb: Don't set CLOEXEC flag explicitly. (Ruby set it byakr2014-02-081-0/+5
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder): Raiseakr2014-02-081-0/+6
* * io.c (SMALLBUF): Unused macro removed.akr2014-02-081-0/+4
* * lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT onakr2014-02-071-0/+6
* * lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak2014-02-071-0/+5
* * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak2014-02-071-0/+6
* constant.h: reduce rb_const_entry_t size on 64-bitnormal2014-02-061-0/+5
* fix typo [ci skip]kazu2014-02-061-1/+1
* * gc.c (get_envparam_int): correct warning messsages.ko12014-02-061-0/+6
* * gc.c (get_envparam_int): don't accept a value equals to lowerboundko12014-02-061-1/+9
* * gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,ko12014-02-061-0/+11
* ext/thread: SizedQueue#max= wakes up waiters properlynormal2014-02-051-0/+7
* * lib/rubygems: Update to RubyGems 2.2.2. Complete history at:drbrain2014-02-051-0/+8
* pack.c: hide associated objectsnobu2014-02-051-0/+10
* * vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.ko12014-02-051-0/+4
* * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko12014-02-051-0/+5
* * internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()ko12014-02-051-0/+9
* fix typoskazu2014-02-051-3/+3
* * string.c (rb_str_free): use FL_TEST(str, STR_SHARED) directlyko12014-02-051-0/+8
* * internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().ko12014-02-051-0/+10
* * string.c: refactoring, especially about string flags.ko12014-02-051-0/+17
* * string.c (RESIZE_CAPA): should not resize shared string.ko12014-02-051-0/+4
* * gc.c (gc_mark_children): STR_ASSOC is no longer available.ko12014-02-051-0/+6
* * string.c (rb_str_new_frozen): refactoring code.ko12014-02-051-0/+6
* * ext/psych/lib/psych.rb: New release of psych.tenderlove2014-02-041-0/+5
* * ext/psych/yaml/emitter.c: merge libyaml 0.1.5tenderlove2014-02-041-0/+10
* * string.c: use long allocator names instead of numberedko12014-02-041-0/+10
* dir.c: glob cases on case-insensitive systemnobu2014-02-041-0/+6
* * string.c: use STR_SHARED instead of ELTS_SHARED.ko12014-02-041-0/+5
* * string.c: remvoe STR_ASSOC related code.ko12014-02-041-0/+9
* pack.c: use ivar for associated objectsnobu2014-02-041-0/+7
* string.c: enable capacity when setting capanobu2014-02-041-0/+6