aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-1/+1
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-1/+1
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-241-0/+16
* * ext/tk/MANUAL_tcltklib.eng: fix typo.ktsj2011-10-231-1/+1
* * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto2011-10-231-0/+3
* * ext/tk/MANUAL_tcltklib.eng: fix typo. [ruby-dev:44683] [Bug #5471]ayumin2011-10-231-1/+1
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-227-24/+24
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-201-3/+122
* * ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss2011-10-201-6/+94
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+61
* * ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain2011-10-191-2/+15
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-1/+2
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-195-11/+14
* * ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu2011-10-182-7/+8
* * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, andnobu2011-10-162-2/+3
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-141-1/+1
* * ext/coverage/coverage.c (Init_coverage): Change list format anddrbrain2011-10-101-5/+7
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-063-0/+31
* * 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