summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-07* bignum.c (rb_integer_pack): Arguments changed. Use flags toakr
2013-06-07* variable.c (rb_const_set): fix missing semicolon.ktsj
2013-06-07* variable.c (rb_const_set): fix variable type.nobu
2013-06-07* lib/rubygems/specification.rb (Gem::Specification#to_yaml):naruse
2013-06-07* bignum.c (rb_integer_pack): Renamed from rb_int_export.akr
2013-06-07Update comment.akr
2013-06-07* bignum.c (integer_format_loop_setup): Extracted from rb_int_exportakr
2013-06-07* bignum.c (validate_integer_format): Extracted from rb_int_export andakr
2013-06-07* bignum.c (rb_absint_size): Use numberof.akr
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-07Fix a typo.akr
2013-06-07* bignum.oc (rb_absint_size): Declare a variable, i, just before usedakr
2013-06-07* bignum.c (rb_absint_size): explicit cast to BDIGIT to avoid implicitcharliesome
2013-06-07* internal.h (RCLASS_SUPER): use descriptive variable namecharliesome
2013-06-07fix a typo for r41123kazu
2013-06-07fix a typo for r41128kazu
2013-06-07* ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place ofnaruse
2013-06-07* gc.c (before_gc_sweep): noinline can also avoid the segv instead ofnaruse
2013-06-07adjust stylenobu
2013-06-07* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn
2013-06-07* gc.c (gc_clear_slot_bits): used only if no RGenGC.nobu
2013-06-07use NUM2SIZET and SIZET2NUMnobu
2013-06-07* remove trailing spaces.nobu
2013-06-07 * gc.c: use oldgen bitmap as initial mark bitmap when mijor gc.tarui
2013-06-07 * gc.c: introduce oldgen bitmap for preparing performance tuning.tarui
2013-06-07 * gc.c (MARKED_IN_BITMAP, MARK_IN_BITMAP, CLEAR_IN_BITMAP): bringtarui
2013-06-07* remove trailing spaces.nobu
2013-06-07 * array.c (ary_new): change order of allocation in order tarui
2013-06-07 * tool/rdocbench.rb: add gc total time infomation.tarui
2013-06-07typozzak
2013-06-07* gc.c: remove "Sunny" terminology.ko1
2013-06-07* bignum.c (rb_int_import): explicitly casting BDIGIT_DBL to BDIGITmrkn
2013-06-06Arguments renamed.akr
2013-06-06Fix the class name.akr
2013-06-06* internal.h (rb_int_export): countp argument is split intoakr
2013-06-06* NEWS: describe a compatibility issue of Numeric#quomrkn
2013-06-06* NEWS: fix style.mrkn
2013-06-06* numeric.c: remove unused ID id_to_r introduced in r41109.eregon
2013-06-06* properties.nobu
2013-06-06* 2013-06-07svn
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06vm_method.c: change argument of set_visibilitynobu
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2013-06-06* properties.nobu
2013-06-06Specify dependencies.akr
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-06-06 * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf
2013-06-06* ext/objspace/object_tracing.c: rename allocation_info tonari
2013-06-06* ext/objspace/object_tracing.c: allocation_info function isn'tnari
2013-06-06Remove empty directories.knu