aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-042-6/+39
* * ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove2011-10-041-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove2011-10-041-2/+8
* * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain2011-10-031-4/+22
* * ext/psych/lib/psych.rb: update psych version.tenderlove2011-10-032-19/+16
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-032-4/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-1/+11
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove2011-10-032-5/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove2011-10-032-5/+25
* * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu2011-09-291-1/+1
* Fix typoayumin2011-09-281-1/+1
* * ext/bigdecimal/README: update report to.ayumin2011-09-271-3/+3
* * ext/bigdecimal/bigdecimal_en.html: removed because this file isn'tmrkn2011-09-272-1591/+0
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-1/+1
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-4/+14
* suppress warnings.nobu2011-09-251-1/+1
* * ext/openssl/ossl_asn1.c: remove unused variable.emboss2011-09-231-4/+0
* Merge branch 'tk_utf8' into trunkayumin2011-09-1486-2393/+2393
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+19
* * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.ayumin2011-09-091-1/+1
* * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)naruse2011-09-081-3/+3
* * ext/syck/lib/syck/types.rb: use toplevel Syck.naruse2011-09-071-8/+8
* Revert "Change encoding from ISO-2022 to UTF-8"naruse2011-09-071-23/+23
* * ext/readline/README.ja:ayumin2011-09-071-172/+172
* Change encoding from ISO-2022 to UTF-8ayumin2011-09-071-23/+23
* Fix typo: U+0456->U+0069. [Bug #5275]naruse2011-09-051-1/+1
* * ext/io/console/console.c (console_set_winsize): removenobu2011-09-031-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-1/+8
* * Release GVL while OpenSSL's public key generation.nahi2011-09-016-10/+228
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-315-36/+49
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-1/+1
* Don't include complex and rational; fix r33122.naruse2011-08-301-2/+0
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-309-274/+635
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-303-0/+59
* * ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika2011-08-281-3/+6
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-262-8/+10
* * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain2011-08-254-60/+76
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-252-0/+22
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-242-95/+12
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-1/+1
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+6
* * ext/stringio/stringio.c (strio_read): return new string if nilnobu2011-08-201-10/+12
* * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):mrkn2011-08-171-4/+3
* Merge branch '5172_bigdecimal_gc_issue' into trunkmrkn2011-08-171-6/+22
* * ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss2011-08-161-7/+7
* * ext/openssl/ossl_x509cert.c: Add class documentation foremboss2011-08-161-0/+98
* * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss2011-08-161-2/+2
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-167-7/+393
* * ext/.document (fiddle): Remove duplicate entrydrbrain2011-08-157-1/+202
* * ext/socket: Make Socket documentation appear. Add documentation fordrbrain2011-08-1515-103/+245