summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-11-03 * ext/date/date_core.c: modified doc.tadf
2012-11-03 * ext/date/date_parse.c (parse_eu): should capture apostrophe too.tadf
2012-11-03 * ext/date/date_parse.c (date__parse): revised the tight parser.tadf
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn
2012-10-30* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove
2012-10-29stringio.c: close separatedlynobu
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28 * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf
2012-10-28 * ext/date/date_parse.c (date__parse): revised the tight parser.tadf
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-24objspace.c: enum ruby_value_typenobu
2012-10-24* ext/objspace/objspace.c (reachable_object_from_i): change datako1
2012-10-24* ext/objspace/objspace.c (Init_objspace): add a new methodko1
2012-10-24* ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko1
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove
2012-10-22* ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
2012-10-22* ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove
2012-10-22Supress warnings: unused variablesnaruse
2012-10-21 * ext/date/date_parse.c (date__parse): uses more tight parser iftadf
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-20* ext/socket/socket.c: Documentation for Socketzzak
2012-10-17extmk.rb: fix mingw make failure with make -jNshirosaki
2012-10-08* ext/zlib/zlib.c (zstream_run_func): don't call inflate() whennagachika
2012-10-05* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko1
2012-10-05depend: missing dependencynobu
2012-10-03depend: dependencynobu
2012-10-02* ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Addeddrbrain
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-27* ext/syslog/lib/syslog/logger.rb: add a formatter to theknu
2012-09-21* ext/ripper/lib/ripper.rb:zzak
2012-09-19* ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak
2012-09-18* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse
2012-09-14* ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.naruse
2012-09-14* ext/nkf/nkf.c (rb_nkf_convert): suppress warning.naruse
2012-09-12* ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak
2012-09-12pathname.c: suppress -Wcomment warningnobu
2012-09-12* ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak
2012-09-10* ext/socket/{basicksocket,init,udpsocket}.c: revert some parts ofusa
2012-09-09* ext/socket/basicsocket.c (rsock_bsock_send):kosaki
2012-09-07* ext/extmk.rb: revert r36468. replacing NUL character is not necessary afternagachika
2012-09-06mkmf.rb: fix splitting options with an argumentnobu
2012-09-04remove trailing spaces.nobu
2012-09-03remove trailing spaces.nobu
2012-09-03* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss