aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trivial changestadf2012-03-032-3/+3
* typotadf2012-03-031-1/+1
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-032-35/+38
* * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf2012-03-033-14/+19
* remove another call to Net::HTTP.version_1_2tenderlove2012-03-031-1/+0
* * lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,tenderlove2012-03-032-1/+5
* * test/xmlrpc/test_client.rb: property.nobu2012-03-030-0/+0
* * lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove2012-03-023-15/+31
* * lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove2012-03-023-2/+42
* * lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove2012-03-023-1/+115
* * ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu2012-03-023-2/+10
* * configure.in (ruby_pc): make configurable. [Bug #6051]nobu2012-03-022-1/+8
* * 2012-03-03svn2012-03-021-2/+2
* * .travis.yml: property.nobu2012-03-020-0/+0
* subclass of Stringnobu2012-03-021-0/+7
* * .travis.yml (branches): Enable TravisCI for ruby_1_9_3.nahi2012-03-022-0/+5
* * test/ruby/test_array.rb (test_combination2): Make the test case fornahi2012-03-022-3/+7
* * common.mk (clean-ext, distclean-ext, realclean-ext): remove exts.mk too.nobu2012-03-021-0/+3
* * file.c (file_expand_path): use wcscasecmp().nobu2012-03-022-1/+6
* * thread_pthread.c (native_cond_timeout): cast explicitly to suppressnobu2012-03-022-1/+6
* * 2012-03-02svn2012-03-021-2/+2
* * io.c (pipe_open): cmd is no longer used if fork is available.nobu2012-03-022-2/+6
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-013-2/+7
* doc/capinobu2012-03-011-3/+3
* * win32/makedirs.bat: new command to make intermediatenobu2012-03-014-2/+12
* * 2012-03-01svn2012-02-291-3/+3
* * regparse.c (is_onechar_cclass): optimize character classnaruse2012-02-294-9/+32
* * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.usa2012-02-293-2/+13
* * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa2012-02-292-0/+6
* * test/ruby/memory_status.rb (Memory): syntax error.usa2012-02-292-1/+5
* /proc/self/status format checknobu2012-02-292-2/+7
* fix indentnobu2012-02-291-11/+11
* define PLATFORM_DIR if needednobu2012-02-292-1/+3
* clean-platformnobu2012-02-292-2/+2
* replaced rdoc for Complex::Itadf2012-02-281-1/+1
* * ext/date/date_core.c: reverted r34825.tadf2012-02-282-18/+21
* * 2012-02-29svn2012-02-281-2/+2
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-287-20/+105
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-283-1/+12
* * io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu2012-02-282-1/+8
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-283-0/+44
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-283-13/+18
* Remove duplicated entry, thanks znzdrbrain2012-02-281-9/+0
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-287-15/+34
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-284-20/+35
* * configure.in (debugflags): check if -ggdb is accepted.nobu2012-02-282-2/+9
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-283-3/+9
* forgotten to commit at r34834.usa2012-02-271-6/+6
* * 2012-02-28svn2012-02-271-2/+2
* Paranoia: /^/ -> /\A/ in regexp in rdoc. Pointed out by nobu.knu2012-02-271-2/+2