aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-102-0/+6
* * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe2010-04-092-2/+6
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-094-2/+31
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-092-0/+154
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-093-0/+11
* * ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame2010-04-092-2/+13
* * ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame2010-04-092-0/+8
* * 2010-04-10svn2010-04-091-2/+2
* * ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame2010-04-092-0/+11
* * lib/irb/init.rb, lib/irb/lc/help-message,mame2010-04-094-0/+21
* * ext/socket/ipsocket.c (init_inetsock_internal),mame2010-04-093-3/+19
* * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju2010-04-092-3/+11
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-093-4/+21
* * dir.c (push_glob): clear up the previous commit (RB_GC_GUARD canmame2010-04-092-4/+7
* * dir.c (push_glob): add RB_GC_GUARD to prevent str being free'ed.mame2010-04-092-2/+10
* Add description about de facto FTP URI spec.naruse2010-04-091-0/+5
* * compile.c (iseq_compile_each): stop hiding, and freeze unpopped string node...muraken2010-04-092-1/+6
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-082-4/+23
* * 2010-04-09svn2010-04-081-2/+2
* * lib/irb/completion.rb (CompletionProc): calling the method "methods"mame2010-04-082-4/+6
* * ext/psych/*.c: not executable.nobu2010-04-083-0/+0
* update ChangeLogshyouhei2010-04-081-0/+4
* * configure.in: --disable-install-doc should prohibit doxygen.shyouhei2010-04-081-0/+1
* * include/ruby/win32.h: include errno.h before defining errnos.usa2010-04-082-0/+7
* * lib/yaml.rb: use Psych if only it is loaded already.nobu2010-04-082-2/+6
* * lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu2010-04-082-1/+7
* * random.c (rand_init): ignore higher bits if all they are same asnobu2010-04-073-2/+18
* * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu2010-04-072-1/+9
* * 2010-04-08svn2010-04-071-2/+2
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-073-25/+13
* * misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-ukosaki2010-04-072-1/+9
* * time.c (ASCTIME): unused macro removed.akr2010-04-072-6/+4
* fix typoskazu2010-04-071-8/+8
* fix rdoc. see r27156kazu2010-04-071-0/+1
* * configure.in (Makefile): reverted r27244.nobu2010-04-072-6/+8
* * lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse2010-04-072-1/+9
* Fix previous commit.naruse2010-04-072-2/+8
* * configure.in (Makefile): qoute init-commands.nobu2010-04-072-4/+7
* * lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu2010-04-062-3/+8
* * template/fake.rb.in: not define $extout to make target in cwd.nobu2010-04-062-4/+9
* * 2010-04-07svn2010-04-061-2/+2
* * test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu2010-04-061-2/+7
* add tests.akr2010-04-061-0/+18
* * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki2010-04-063-11/+18
* * configure.in: test localtime(3) overflow. [ruby-dev:40910]akr2010-04-063-14/+98
* * include/ruby/win32.h: check definition existance before definingusa2010-04-063-39/+149
* Surpress warnings.naruse2010-04-067-18/+17
* * template/fake.rb.in: hooks for extconf.rb.nobu2010-04-063-1/+30
* Fix wrong regexp.naruse2010-04-061-2/+2
* Refix previous commit.naruse2010-04-061-1/+0