summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-12-15* lib/timeout.rb: join the background thread to make sure it is dead.akr
2007-12-15* lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-12-12* io.c (rb_io_getc): use default external encoding if fptr->enc ismatz
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2007-12-10* eval.c (rb_f_public_send): rename invoke_method to public_send.matz
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-12-07* lib/pp.rb: use Hash for recursion check as inspect.akr
2007-12-04* lib/json.rb, lib/json/*: moved to ext/json/lib.naruse
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou
2007-12-01* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg2
2007-12-01lib/README: remove jcode.rbmatz
2007-12-01a reaction to recent time's changes.tadf
2007-11-30lib/jcode.rb: removedmatz
2007-11-30* lib/json.rb, lib/json/add/{core.rb, rails.rb},naruse
2007-11-28* ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-27lib/finalizer.rb: removedmatz
2007-11-26 * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki
2007-11-26 * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju
2007-11-25Import fast-loading gem_prelude.rb from RubyGems.drbrain
2007-11-20Update to RubyGems 0.9.5drbrain
2007-11-19merged from ruby_1_8 branch.seki
2007-11-19fix Time.parse to support nsec.akr
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-17* lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr
2007-11-16* include/ruby/ruby.h: added some declarations for event hooks.shugo
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* ext/syck/rubyext.c: Node#value defined twice.why
2007-11-15* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why
2007-11-15* lib/yaml.rb (quick_emit): use combination of object_id and hash towhy
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-11refine doc.akr
2007-11-10* {lib,test}/rubygems: set property.nobu
2007-11-10Import RubyGems trunk revision 1493.drbrain
2007-11-10Don't override Enumerable#inject for 1.9drbrain
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-11-04 Fixes ticket:110 (more UTF-16 problems)ser
2007-11-03* configure.in: --with-vendor-hdrdir implemented.akr
2007-11-02* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou
2007-11-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou