aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-171-2/+11
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-171-1/+6
* tkutil.c: prevent temporary objects from GCnobu2013-06-171-17/+16
* * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai2013-06-176-11/+18
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-161-11/+0
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-19/+1
* * ext/bigdecimal/bigdecimal.c: Update overview formatting of headerszzak2013-06-151-13/+18
* * ext/bigdecimal/bigdecimal.gemspec: Update authorszzak2013-06-151-1/+1
* * ext/bigdecimal/*: improve documentation, nodoc samples with @mrknzzak2013-06-134-7/+28
* * ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS Xdrbrain2013-06-121-0/+5
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-121-0/+11
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-1219-111/+1
* * internal.h (INTEGER_PACK_NEGATIVE): Defined.akr2013-06-111-3/+5
* rb_integer_pack tests refined.akr2013-06-111-7/+25
* * bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr2013-06-111-0/+19
* * ext/racc/cparse/cparse.c: use rb_ary_entry() anderegon2013-06-101-23/+23
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): Fix indent.kou2013-06-101-2/+1
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): Add missing returnkou2013-06-101-1/+1
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): work around for Ubuntunaruse2013-06-101-1/+10
* * bignum.c (rb_integer_pack): Returns sign instead of words.akr2013-06-101-4/+3
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-7/+4
* * bignum.c (rb_integer_pack): Arguments changed. Use flags toakr2013-06-071-7/+14
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-074-49/+41
* * ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place ofnaruse2013-06-071-2/+2
* use NUM2SIZET and SIZET2NUMnobu2013-06-072-4/+4
* * internal.h (rb_int_export): countp argument is split intoakr2013-06-061-2/+2
* * bignum.c (rb_int_import): New function.akr2013-06-062-0/+19
* Specify dependencies.akr2013-06-061-0/+3
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-062-0/+30
* * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf2013-06-061-10/+10
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-061-6/+6
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-061-1/+1
* * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf2013-06-041-115/+2
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-43/+61
* * ext/objspace/objspace.c: improve wording and remove duplicated comment.eregon2013-06-041-20/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn2013-06-041-1/+1
* * ext/socket/option.c: rename functions introduced in r41009naruse2013-06-021-31/+28
* zlib.c: check EOFnobu2013-05-311-1/+5
* * ext/socket/option.c (inspect_byte): used only on NetBSD.nobu2013-05-311-0/+2
* * ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse2013-05-311-0/+203
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): use rb_dbl2bigmrkn2013-05-311-1/+6
* * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak2013-05-311-1/+1
* fix typotmm12013-05-281-1/+1
* object_tracing.c: fix argument typenobu2013-05-281-1/+1
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-34/+85
* extmk.rb: untouch makefilesnobu2013-05-281-3/+3
* ext/objspace: unexpand Author keywordsnobu2013-05-282-2/+2
* * properties.nobu2013-05-271-80/+80
* * ext/objspace/gc_hook.c, ext/objspace/objspace.c: add new methods toko12013-05-272-0/+82
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+19