index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo by @daveworth [fix GH-340]
hsbt
2013-06-25
3
-3
/
+3
*
* bignum.c (integer_unpack_single_bdigit): Use "1 + ~u" instead of
akr
2013-06-25
2
-1
/
+7
*
* bignum.c (big2ulong): Add code specialized for SIZEOF_LONG <=
akr
2013-06-25
2
-1
/
+14
*
* gc.c: fix oldgen/remembered_shady counting algorithm.
ko1
2013-06-25
2
-18
/
+50
*
* bignum.c (MSB): Removed.
akr
2013-06-25
4
-24
/
+47
*
bignum.c: suppress warning
nobu
2013-06-25
2
-3
/
+6
*
bignum.c: redundant expression
nobu
2013-06-25
2
-1
/
+5
*
fix typo.
tarui
2013-06-24
1
-1
/
+1
*
* remove trailing spaces.
nobu
2013-06-24
1
-2
/
+2
*
* 2013-06-25
svn
2013-06-24
1
-2
/
+2
*
* gc.c (typedef struct rb_objspace): Change members for monitor objects.
tarui
2013-06-24
2
-50
/
+82
*
* bignum.c (integer_unpack_single_bdigit): Refine code to filling
akr
2013-06-24
2
-2
/
+9
*
test_rinda.rb: fix for unimplemented ifindex()
shirosaki
2013-06-24
2
-6
/
+18
*
test_gdbm.rb: skip a test on Windows
shirosaki
2013-06-24
2
-0
/
+10
*
test_gem_installer.rb: fix a test failure
shirosaki
2013-06-24
2
-0
/
+7
*
dl/cfunc.c: fix conversion of Bignum
shirosaki
2013-06-24
2
-1
/
+9
*
* eval_error.c (warn_printf): use rb_vsprintf instead so ruby specific
charliesome
2013-06-24
3
-16
/
+23
*
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
2013-06-24
9
-15
/
+28
*
fix indent
kazu
2013-06-24
1
-1
/
+1
*
* remove trailing spaces.
nobu
2013-06-23
1
-1
/
+1
*
* gc.c (after_gc_sweep): Have to record malloc info before reset.
tarui
2013-06-23
2
-9
/
+27
*
* array.c: Return value in Array overview example found by @PragTob
zzak
2013-06-23
2
-1
/
+6
*
* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
zzak
2013-06-23
2
-1
/
+6
*
* remove trailing spaces.
nobu
2013-06-23
1
-3
/
+3
*
* win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]
zzak
2013-06-23
2
-1
/
+6
*
* 2013-06-24
svn
2013-06-23
1
-2
/
+2
*
* bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the type
akr
2013-06-23
2
-7
/
+17
*
* include/ruby/defines.h (BDIGIT): Define it only if it is not defined
akr
2013-06-23
3
-50
/
+83
*
* bignum.c (integer_unpack_single_bdigit): Use a cast.
akr
2013-06-23
2
-1
/
+5
*
* bootstraptest/test_thread.rb: rescue resource limitation errors.
ko1
2013-06-23
2
-4
/
+16
*
* bignum.c (integer_unpack_single_bdigit): Extracted from
akr
2013-06-22
2
-44
/
+26
*
* bignum.c (bary_unpack_internal): Suppress warnings (C4146) on Visual Studio.
akr
2013-06-22
2
-4
/
+9
*
* include/ruby/ruby.h, gc.c: rename macros and functions:
ko1
2013-06-22
6
-18
/
+26
*
* remove trailing spaces.
nobu
2013-06-22
1
-1
/
+1
*
* class.c (rb_include_class_new), eval.c (rb_using_refinement):
ko1
2013-06-22
4
-3
/
+34
*
* bignum.c (bytes_zero_p): Removed.
akr
2013-06-22
2
-25
/
+20
*
* bignum.c (bytes_zero_p): Extracted from bary_pack.
akr
2013-06-22
2
-7
/
+19
*
* bignum.c (MSB): New macro.
akr
2013-06-22
2
-6
/
+14
*
* 2013-06-23
svn
2013-06-22
1
-2
/
+2
*
Update comments.
akr
2013-06-22
1
-0
/
+2
*
Unused code removed.
akr
2013-06-22
1
-114
/
+0
*
* bignum.c (bary_swap): New function.
akr
2013-06-22
2
-30
/
+25
*
* bignum.c (bytes_2comp): Renamed from quad_buf_complement.
akr
2013-06-22
2
-129
/
+32
*
* bignum.c (rb_integer_unpack): Don't allocate a Bignum if possible.
akr
2013-06-22
2
-4
/
+39
*
fix a typo
kazu
2013-06-22
1
-1
/
+1
*
* pack.c (pack_unpack): Remove specialized unpackers for integers.
akr
2013-06-22
2
-131
/
+23
*
* bignum.c (bary_unpack_internal): Specialized unpacker implemented.
akr
2013-06-22
3
-11
/
+195
*
* bignum.c (bary_pack): Support
akr
2013-06-22
5
-139
/
+189
*
* gc.c (rgengc_check_shady): add new WB miss checking
ko1
2013-06-22
2
-70
/
+162
*
* ext/etc/etc.c (setup_passwd): revert r41560, unnecessary
charliesome
2013-06-22
2
-1
/
+5
[next]