summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-02-11* ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr
2014-02-11* bignum.c (rb_big_cmp): Specialize a comparison to zero.akr
2014-02-11* ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr
2014-02-11* ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak
2014-02-09* configure.in: Fix compilation error.akr
2014-02-08* configure.in (rb_cv_gnu_qsort_r): use compile error "conflictingnaruse
2014-02-08* lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]zzak
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-08configure.in: Properly detect platform for SSE2 instructions.nobu
2014-02-08* configure.in: check qsort_r(3) and whether it is GNU version.glass
2014-02-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#get_labels):akr
2014-02-08* gc.c, gc.h (rb_objspace_marked_object_p): added.ko1
2014-02-08* lib/resolv.rb: Don't set CLOEXEC flag explicitly. (Ruby set it byakr
2014-02-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder): Raiseakr
2014-02-08* io.c (SMALLBUF): Unused macro removed.akr
2014-02-07* lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT onakr
2014-02-07* lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak
2014-02-07* ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak
2014-02-06constant.h: reduce rb_const_entry_t size on 64-bitnormal
2014-02-06fix typo [ci skip]kazu
2014-02-06* gc.c (get_envparam_int): correct warning messsages.ko1
2014-02-06* gc.c (get_envparam_int): don't accept a value equals to lowerboundko1
2014-02-06* gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,ko1
2014-02-05ext/thread: SizedQueue#max= wakes up waiters properlynormal
2014-02-05* lib/rubygems: Update to RubyGems 2.2.2. Complete history at:drbrain
2014-02-05pack.c: hide associated objectsnobu
2014-02-05* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.ko1
2014-02-05* ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko1
2014-02-05* internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()ko1
2014-02-05fix typoskazu
2014-02-05* string.c (rb_str_free): use FL_TEST(str, STR_SHARED) directlyko1
2014-02-05* internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().ko1
2014-02-05* string.c: refactoring, especially about string flags.ko1
2014-02-05* string.c (RESIZE_CAPA): should not resize shared string.ko1
2014-02-05* gc.c (gc_mark_children): STR_ASSOC is no longer available.ko1
2014-02-05* string.c (rb_str_new_frozen): refactoring code.ko1
2014-02-04* ext/psych/lib/psych.rb: New release of psych.tenderlove
2014-02-04* ext/psych/yaml/emitter.c: merge libyaml 0.1.5tenderlove
2014-02-04* string.c: use long allocator names instead of numberedko1
2014-02-04dir.c: glob cases on case-insensitive systemnobu
2014-02-04* string.c: use STR_SHARED instead of ELTS_SHARED.ko1
2014-02-04* string.c: remvoe STR_ASSOC related code.ko1
2014-02-04pack.c: use ivar for associated objectsnobu
2014-02-04string.c: enable capacity when setting capanobu
2014-02-04dir.c: glob cases on case-insensitive systemnobu
2014-02-04Revert "dir.c: glob cases on case-insensitive system"naruse
2014-02-04 * lib/rubygems: Update to RubyGems 2.2.2 prerelease to check fixes todrbrain
2014-02-03* error.c: [DOC] Exception#cause may return nil. [ci skip]kazu
2014-02-03dir.c: glob cases on case-insensitive systemnobu
2014-02-01io.c (rb_io_syswrite): add RB_GC_GUARDnormal