aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-303-0/+9
* * time.c: make wide value more polymorphic.akr2010-03-302-100/+106
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-303-2/+9
* fix previous commit for LP64.akr2010-03-301-2/+8
* * time.c (w2v): renamed from w2xv.akr2010-03-302-89/+104
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3025-0/+5
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-304-4/+17
* * process.c (proc_daemon): Process.daemon should raise an error onknu2010-03-302-4/+11
* * tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log cannobu2010-03-302-11/+4
* * tool/file2lastrev.rb (VCS#get_revisions): particular commands donobu2010-03-302-19/+20
* update doc.akr2010-03-301-0/+15
* * ext/psych/extconf.rb: Making library detection more agnostic.tenderlove2010-03-292-8/+6
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-293-2/+17
* * lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove2010-03-294-4/+9
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-294-43/+48
* * 2010-03-30svn2010-03-291-2/+2
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-2929-29/+29
* * prelude.rb, .document: Stuff in prelude.rb should be documentedknu2010-03-293-5/+21
* * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju2010-03-292-0/+7
* * time.c: wide value condition changed.akr2010-03-292-122/+132
* * lib/optparse.rb (Numeric): accept rationals.nobu2010-03-292-3/+14
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-293-1/+12
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-292-1/+8
* * test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove2010-03-292-4/+5
* Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"naruse2010-03-292-7/+4
* * random.c: change include order; ruby.h should be at first.naruse2010-03-292-22/+27
* * psych: svn:eol-style.nobu2010-03-280-0/+0
* * 2010-03-29svn2010-03-281-2/+2
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2866-0/+6056
* * configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):naruse2010-03-282-4/+7
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-283-3/+8
* Imported minitest 1.6.0 r5717.ryan2010-03-286-107/+509
* * time.c (rb_time_magnify): fix for LP64.akr2010-03-282-2/+16
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-283-8/+12
* * time.c: rename small integer specialization related identifiers.akr2010-03-282-160/+164
* * time.c (weq): optimize for small integer.akr2010-03-272-12/+97
* * time.c (mul): condition refined.akr2010-03-272-5/+13
* * 2010-03-28svn2010-03-271-2/+2
* * time.c: fix previos commit.akr2010-03-273-6/+30
* * 2010-03-27svn2010-03-271-2/+2
* * time.c: use 64bit arithmetic even on platforms with 32bit VALUE.akr2010-03-272-142/+481
* * NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe2010-03-263-0/+69
* * ChangeLog: add author name of a patchmame2010-03-261-2/+2
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-262-0/+7
* * Makefile.in (DOXYGEN): Define a missing variable DOXYGEN. Buildknu2010-03-262-0/+8
* * test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo2010-03-262-2/+9
* * lib/yaml.rb: adding deprecation notices to YAML methodstenderlove2010-03-261-4/+28
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-264-1/+16
* * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove2010-03-264-0/+14
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-255-37/+55