aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-145-5/+10
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-1311-0/+40
* * ext/date/date_core.c: added some notes.tadf2012-04-121-5/+9
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-101-2/+2
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-103-0/+31
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-101-1/+1
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-0/+1
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-081-6/+16
* Additional experimental fix for r35261.naruse2012-04-083-3/+3
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-081-0/+1
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-072-3/+4
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-3/+4
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-311-1/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-292-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-2/+2
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-3/+6
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-3/+11
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-273-8/+9
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-231-4/+4
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-231-3/+3
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-221-3/+3
* num2ll and num2ullnobu2012-03-181-3/+6
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-131-1/+41
* Add missing files of r34971,naruse2012-03-1111-0/+472
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-1111-535/+240
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-102-7/+6
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+24
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-2/+4
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-082-6/+56
* Comment out unused lines.naruse2012-03-061-5/+4
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-061-3/+6
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-051-0/+2
* * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu2012-03-051-1/+2
* * ext/socket/extconf.rb: fix typo.nobu2012-03-051-2/+2
* * ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse2012-03-051-1/+0
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-031-35/+34
* * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf2012-03-032-14/+15
* * ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu2012-03-022-2/+2
* * ext/date/date_core.c: reverted r34825.tadf2012-02-281-18/+17
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-1/+2
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-2/+2
* * ext/sdbm/_sdbm.c (fitpair): suppress shortening warnigns.nobu2012-02-271-2/+2
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu2012-02-271-1/+1
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-277-45/+49
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-275-0/+15
* avoid rdoc's warnings.naruse2012-02-254-0/+13
* * ext/dbm/extconf.rb (headers): try ambiguous headers at last.akr2012-02-251-3/+3
* ad comment.akr2012-02-251-0/+9