aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* stringio.c: close separatedlynobu2012-10-291-44/+57
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-292-0/+52
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-281-2/+2
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-10-281-87/+203
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-281-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-281-1/+1
* objspace.c: enum ruby_value_typenobu2012-10-241-2/+2
* * ext/objspace/objspace.c (reachable_object_from_i): change datako12012-10-241-7/+9
* * ext/objspace/objspace.c (Init_objspace): add a new methodko12012-10-241-0/+8
* * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko12012-10-241-37/+133
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-222-2/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-221-2/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-221-1/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-221-3/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-1/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-1/+1
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-4/+6
* Supress warnings: unused variablesnaruse2012-10-222-7/+12
* * ext/date/date_parse.c (date__parse): uses more tight parser iftadf2012-10-211-24/+473
* * include/ruby/ruby.h: add C APIs.nari2012-10-202-4/+2
* * ext/socket/socket.c: Documentation for Socketzzak2012-10-201-36/+45
* extmk.rb: fix mingw make failure with make -jNshirosaki2012-10-171-4/+7
* * ext/zlib/zlib.c (zstream_run_func): don't call inflate() whennagachika2012-10-081-0/+8
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-2/+45
* depend: missing dependencynobu2012-10-051-2/+3
* depend: dependencynobu2012-10-031-1/+1
* * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain2012-10-021-0/+26
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-1/+0
* * ext/syslog/lib/syslog/logger.rb: add a formatter to theknu2012-09-271-13/+33
* * ext/ripper/lib/ripper.rb:zzak2012-09-211-1/+1
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-191-8/+7
* * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse2012-09-181-0/+1
* * ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.naruse2012-09-141-6/+17
* * ext/nkf/nkf.c (rb_nkf_convert): suppress warning.naruse2012-09-141-9/+14
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-125-20/+100
* pathname.c: suppress -Wcomment warningnobu2012-09-121-1/+1
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-122-148/+314
* * ext/socket/{basicksocket,init,udpsocket}.c: revert some parts ofusa2012-09-103-1/+5
* * ext/socket/basicsocket.c (rsock_bsock_send):kosaki2012-09-093-5/+1
* * ext/extmk.rb: revert r36468. replacing NUL character is not necessary afternagachika2012-09-071-1/+0
* mkmf.rb: fix splitting options with an argumentnobu2012-09-062-3/+3
* remove trailing spaces.nobu2012-09-0414-57/+57
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-032-1/+12
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-312-59/+165
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use self's sign tousa2012-08-311-2/+2
* id.h: independent from parse.hnobu2012-08-311-1/+3
* fix dependencynobu2012-08-311-1/+1
* bigdecimal.c: check underflownobu2012-08-301-2/+4
* * ext/date/depend: add dependency to $(ruby_headers).ko12012-08-231-2/+2