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
*
* bignum.c (rb_cstr_to_inum): check leading non-digits.
nobu
2007-07-15
3
-15
/
+33
*
add reference.
akr
2007-07-15
1
-0
/
+4
*
refined.
akr
2007-07-15
1
-5
/
+12
*
fix previous change.
akr
2007-07-15
1
-1
/
+1
*
add comment.
akr
2007-07-15
1
-0
/
+5
*
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-07-14
3
-3
/
+8
*
* numeric.c (fix_pow): integer power calculation: 0**n => 0,
matz
2007-07-14
3
-5
/
+28
*
rename mark_current_thread to mark_current_machine_context.
akr
2007-07-14
2
-4
/
+4
*
make mark_current_thread static.
akr
2007-07-14
1
-1
/
+1
*
change --enable-valgrind to --with-valgrind.
akr
2007-07-14
2
-4
/
+4
*
* configure.in: add --enable-valgrind.
akr
2007-07-14
6
-28
/
+108
*
* enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]
nobu
2007-07-14
2
-1
/
+10
*
more assertions.
akr
2007-07-14
1
-2
/
+9
*
* ext/json/ext/generator/generator.c (check_max_nesting): wrong
matz
2007-07-14
2
-1
/
+7
*
* numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().
matz
2007-07-13
2
-6
/
+11
*
update ChangeLog entry
matz
2007-07-13
1
-2
/
+2
*
* insns.def (opt_div): FIX2NUM may not work for corner cases.
matz
2007-07-13
2
-1
/
+6
*
refined.
akr
2007-07-13
1
-16
/
+21
*
* numeric.c (int_round): should not return false, but self.
matz
2007-07-13
3
-4
/
+9
*
check values around 16bit.
akr
2007-07-13
1
-0
/
+12
*
more tests.
akr
2007-07-13
1
-0
/
+30
*
add assertions using equations taken from Hacker's Delight.
akr
2007-07-13
1
-0
/
+15
*
new file.
akr
2007-07-13
1
-0
/
+302
*
more tests.
akr
2007-07-13
1
-0
/
+52
*
* include/ruby/intern.h: remove unused function declarations.
ko1
2007-07-13
3
-16
/
+6
*
check (-0x4000000000000000)/(-1) too.
akr
2007-07-13
1
-0
/
+1
*
add test for [ruby-dev:31210].
akr
2007-07-13
1
-0
/
+32
*
* insns.def (opt_succ): use cast to shut a warning up.
matz
2007-07-13
2
-1
/
+3
*
sentence generator updated.
akr
2007-07-13
2
-1
/
+195
*
* vm.c (vm_free): clear free'ed living_threads field.
matz
2007-07-13
2
-0
/
+6
*
* lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to access
akr
2007-07-13
2
-1
/
+7
*
fill ChangeLog entry.
ko1
2007-07-13
1
-1
/
+1
*
* win32/win32.c (CreateChild): enclose command line except for
nobu
2007-07-13
2
-10
/
+24
*
add test for [ruby-dev:31197].
akr
2007-07-13
1
-0
/
+2
*
add test for [ruby-dev:31153].
akr
2007-07-13
1
-0
/
+9
*
add test for [ruby-dev:31160].
akr
2007-07-13
1
-0
/
+8
*
* range.c (range_max, range_min): return nil for empty set as well as
nobu
2007-07-13
3
-1
/
+13
*
* parse.y (bvar): semicolon was lost for ripper description.
matz
2007-07-13
2
-1
/
+6
*
* parse.y (ripper_warningS): unused in ripper right now.
nobu
2007-07-13
2
-1
/
+5
*
* parse.y (debug_lines): use rb_hash_lookup() to get rid of
nobu
2007-07-13
2
-2
/
+5
*
* parse.y (dsym): convert also literals containing NUL to
nobu
2007-07-13
2
-7
/
+7
*
* parse.y (program, stmt, primary): reduced duplicated code.
nobu
2007-07-13
2
-12
/
+8
*
* array.c (rb_ary_flatten_bang): check argument if valid
nobu
2007-07-13
2
-2
/
+6
*
* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expand
nobu
2007-07-13
3
-12
/
+19
*
add tests for [ruby-dev:31189] and [ruby-dev:31190].
akr
2007-07-12
2
-0
/
+12
*
* ChangeLog: ML ref.
usa
2007-07-12
1
-0
/
+1
*
* insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE.
usa
2007-07-12
2
-2
/
+5
*
* range.c (range_max): use FIX2LONG instead of FIX2INT to avoid
akr
2007-07-12
3
-6
/
+19
*
* struct.c (rb_struct_init_copy): disallow changing the size.
nobu
2007-07-12
2
-8
/
+8
*
* blockinlining.c: remove "yarv" prefix.
ko1
2007-07-12
35
-931
/
+800
[next]