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
*
* array.c (rb_ary_slice_bang): should not use rb_ary_subseq()
matz
2008-03-13
2
-1
/
+8
*
* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and
matz
2008-03-13
2
-4
/
+5
*
* enum.c (zip_ary): wrong boundary condition.
matz
2008-03-13
2
-1
/
+3
*
* numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]
matz
2008-03-13
3
-14
/
+25
*
* {bcc,win}32/Makefile.sub (config.h): define uint32_t.
usa
2008-03-13
3
-1
/
+8
*
* trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.
nobu
2008-03-13
3
-6
/
+15
*
* lib/irb/cmd/help.rb: should be updated for new ri structure.
matz
2008-03-12
4
-6
/
+31
*
* configure.in (stdint.h): check if presence.
nobu
2008-03-12
4
-10
/
+125
*
* object.c (rb_cstr_to_dbl): fix for a mere underscore.
nobu
2008-03-12
2
-1
/
+5
*
* misc/ruby-mode.el (ruby-mode-set-encoding): special treat for
nobu
2008-03-12
1
-0
/
+3
*
* eval_intern.h (rb_thread_raised_set): use generic flags.
nobu
2008-03-12
5
-24
/
+29
*
* gc.c: fixed indent.
nobu
2008-03-12
1
-9
/
+10
*
* gc.c: removed trailing spaces.
nobu
2008-03-12
1
-5
/
+5
*
* enum.c (enum_zip): optimize if all arguments are arrays.
matz
2008-03-11
2
-3
/
+44
*
* array.c (rb_ary_combination): argument check before creating
matz
2008-03-11
3
-5
/
+12
*
* numeric.c (fix_coerce): try conversion before type check.
nobu
2008-03-11
2
-9
/
+24
*
* ChangeLog: commit miss.
nobu
2008-03-11
1
-5
/
+0
*
* lib/delegate.rb (Delegator#initialize, DelegateClass): skip correct
nobu
2008-03-11
1
-0
/
+5
*
* common.mk (clean-local): WINMAINOBJ is Windows specific.
nobu
2008-03-11
4
-3
/
+7
*
* string.c (hash): replaced by MurmurHash described in
matz
2008-03-11
2
-113
/
+37
*
* string.c (rb_str_comparable): empty strings in any encoding are
matz
2008-03-11
2
-4
/
+12
*
* eval.c (rb_f_local_variables): local_variables should return an
matz
2008-03-10
4
-3
/
+10
*
* ruby.c (usage): remove some unimportant lines to fit -h message
matz
2008-03-10
3
-6
/
+8
*
* version.c (MKSTR): make US-ASCII. [ruby-dev:34010]
nobu
2008-03-10
2
-1
/
+5
*
* ChangeLog: fixed indent.
nobu
2008-03-10
1
-120
/
+120
*
* string.c (rb_str_index): if t == s + pos, the character beginning
naruse
2008-03-09
3
-4
/
+9
*
add a test for [ruby-dev:34008].
akr
2008-03-09
1
-0
/
+5
*
Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.
drbrain
2008-03-09
2
-7
/
+13
*
fix doc.
akr
2008-03-09
21
-122
/
+114
*
* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stoll
drbrain
2008-03-09
4
-4
/
+16
*
* file.c (isdirsep): backslash is valid path separator on cygwin too.
nobu
2008-03-08
2
-7
/
+10
*
* string.c (search_nonascii): Use VALUE instead of unsigned long
naruse
2008-03-08
4
-38
/
+49
*
add a test for [ruby-dev:34006].
akr
2008-03-08
1
-0
/
+2
*
code duplication removed.
akr
2008-03-08
1
-223
/
+0
*
* bignum.c: fix indent.
mame
2008-03-07
2
-92
/
+96
*
* bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):
mame
2008-03-07
2
-10
/
+10
*
* cont.c (cont_restore_0): fixed typo. [ruby-core:15821]
nobu
2008-03-07
2
-1
/
+5
*
* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]
nobu
2008-03-07
2
-2
/
+125
*
* 2008-03-07
usa
2008-03-07
1
-3
/
+3
*
fix rdoc.
akr
2008-03-07
1
-2
/
+1
*
update sprintf rdoc.
akr
2008-03-07
2
-49
/
+165
*
update sprintf rdoc.
akr
2008-03-06
1
-30
/
+60
*
* sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.
nobu
2008-03-06
2
-0
/
+7
*
add a test.
akr
2008-03-06
1
-0
/
+5
*
use %ld for VALUE in rp.
akr
2008-03-06
1
-8
/
+8
*
* test_sprintf.rb (test_integer): add some cases.
usa
2008-03-06
1
-0
/
+3
*
* sprintf.c (rb_str_format): casting double to long is undefined
usa
2008-03-06
2
-3
/
+2
*
follow RFloat member name change.
akr
2008-03-06
1
-1
/
+1
*
add a test for [ruby-dev:34002].
akr
2008-03-06
1
-0
/
+1
*
* sprintf.c (rb_str_format): casting double to long is undefined
usa
2008-03-06
2
-1
/
+7
[next]