index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Doxyfile.in: removed. merged into template/Doxyfile.template
yugui
2009-06-29
5
-253
/
+267
*
* complex.c (nucomp_expt): checks exactness.
tadf
2009-06-29
2
-11
/
+17
*
added a comment.
tadf
2009-06-29
1
-0
/
+1
*
* rational.c (float_to_r): always returns rational.
tadf
2009-06-29
2
-1
/
+5
*
* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]
nobu
2009-06-29
3
-13
/
+44
*
* file.c (BUFCHECK): use common bdiff.
nobu
2009-06-29
1
-2
/
+2
*
* file.c (file_expand_path): should copy original encoding.
nobu
2009-06-29
2
-1243
/
+39
*
* 2009-06-29
svn
2009-06-28
1
-2
/
+2
*
* gem_prelude.c (Gem.default_dir): follows the change on
yugui
2009-06-28
2
-7
/
+15
*
* complex.c (nucomp_div): raises ZeroDivisionError immediately
tadf
2009-06-28
3
-1
/
+17
*
* complex.c (nucomp_expt): convert to a float when the given power
tadf
2009-06-28
3
-3
/
+26
*
* lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]
tadf
2009-06-28
2
-1
/
+6
*
* complex.c (nucomp_expt): some improvements.
tadf
2009-06-28
3
-6
/
+58
*
* tool/instruby.rb (:gem): registers the bundled version
yugui
2009-06-28
2
-6
/
+16
*
* lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entry
yugui
2009-06-28
3
-2
/
+13
*
trivial changes.
tadf
2009-06-28
1
-8
/
+9
*
* 2009-06-28
svn
2009-06-28
1
-2
/
+2
*
* complex.c: renamed some static functions.
tadf
2009-06-28
3
-23
/
+28
*
trivial change.
tadf
2009-06-27
1
-1
/
+1
*
* complex.c (nucomp_addsub): new
tadf
2009-06-27
2
-39
/
+76
*
* rational.c (nurat_cmp): use rb_num_coerce_cmp.
tadf
2009-06-27
3
-1
/
+8
*
* complex.c: revised rdoc.
tadf
2009-06-27
4
-562
/
+503
*
* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
kou
2009-06-27
4
-0
/
+38
*
* NEWS: rss: 0.2.5 -> 0.2.7.
kou
2009-06-27
4
-3
/
+9
*
* numeric.c (int_chr): use default_internal encoding as default
matz
2009-06-26
1
-1
/
+1
*
* numeric.c (int_chr): use default_internal encoding as default
matz
2009-06-26
2
-1
/
+12
*
* 2009-06-27
svn
2009-06-26
1
-2
/
+2
*
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
matz
2009-06-26
2
-19
/
+25
*
* ext/pty/pty.c (pty_getpty): check dup failure.
akr
2009-06-26
2
-1
/
+27
*
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):
matz
2009-06-26
3
-6
/
+14
*
reduce tests.
akr
2009-06-26
1
-0
/
+3
*
* 2009-06-26
svn
2009-06-26
1
-2
/
+2
*
* common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
usa
2009-06-26
2
-1
/
+6
*
Imported minitest 1.4.2 r5269.
ryan
2009-06-25
2
-5
/
+45
*
* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
matz
2009-06-25
2
-2
/
+8
*
* ChangeLog: ML info.
usa
2009-06-25
1
-0
/
+1
*
* instruby.rb: '&' in sed s command's replacement is '\&' in ruby.
usa
2009-06-25
2
-2
/
+6
*
* lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not ...
nobu
2009-06-25
5
-0
/
+0
*
* io.c (rb_io_each_codepoint): uninitialized local variable enc.
matz
2009-06-24
2
-1
/
+6
*
* 2009-06-25
svn
2009-06-24
1
-2
/
+2
*
* enum.c (first_i): wrong condition for no argument #first.
matz
2009-06-24
2
-12
/
+17
*
* time.c (time_s_now): new function. Time.now don't take arguments.
akr
2009-06-24
2
-1
/
+20
*
* win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API's
usa
2009-06-24
2
-1
/
+6
*
* win32/mkexports.rb: rbconfig.rb exists on ".".
usa
2009-06-24
2
-1
/
+5
*
* parse.y (parser_set_encode): show the erred file name instead of
nobu
2009-06-24
2
-2
/
+17
*
* misc/ruby-style.el: It is too late to set c-file-style in
knu
2009-06-24
2
-4
/
+10
*
* vm_insnhelper.c (vm_setup_method): fixed format spec.
nobu
2009-06-24
1
-1
/
+1
*
* 2009-06-24
svn
2009-06-23
1
-2
/
+2
*
describe IO#fdatasync.
akr
2009-06-23
1
-0
/
+3
*
* ChangeLog: commit miss.
nobu
2009-06-23
1
-0
/
+9
[next]