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
*
* test/ruby/test_bignum.rb: add tests for bignum.c.
mame
2008-01-21
3
-3
/
+259
*
* bignum.c (big_shift): fix a bug that caused infinite loop when
mame
2008-01-21
2
-1
/
+6
*
fixed a typo.
tadf
2008-01-21
1
-1
/
+1
*
* lib/date.rb (marshal_load): initialize the cache.
tadf
2008-01-21
2
-1
/
+8
*
Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-21
4
-60
/
+450
*
* transcode.c (str_transcode): initialize transcoder in
nobu
2008-01-21
2
-3
/
+3
*
* transcode.c (str_transcode): initialize transcoder in
nobu
2008-01-21
3
-1
/
+10
*
* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.
nobu
2008-01-21
3
-2
/
+6
*
* transcode.c (transcode_loop, str_transcoding_resize): use unsigned
nobu
2008-01-21
5
-57
/
+68
*
* string.c (rb_str_each_char): move forward. [ruby-dev:33231]
nobu
2008-01-21
2
-2
/
+6
*
* transcode.c (transcode_dispatch): constified return value.
nobu
2008-01-20
5
-57
/
+69
*
* string.c (rb_str_each_char): advance offset before get next char
nobu
2008-01-20
3
-4
/
+10
*
add a test.
akr
2008-01-20
1
-0
/
+9
*
add a test for each_char.
akr
2008-01-20
1
-0
/
+6
*
Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-20
4
-47
/
+200
*
Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-20
1
-0
/
+15
*
Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-20
4
-4
/
+404
*
r1479@bean: ser | 2008-01-19 14:26:31 -0500
ser
2008-01-20
8
-51
/
+163
*
* string.c (rb_str_each_char): performance improvement, and stop if
nobu
2008-01-20
2
-3
/
+19
*
add a test.
akr
2008-01-20
1
-0
/
+4
*
add a assertion message.
akr
2008-01-20
1
-1
/
+3
*
add a test.
akr
2008-01-20
1
-5
/
+16
*
* common.mk: use -Ks when read insns.def. [ruby-dev#33185]
naruse
2008-01-20
3
-2
/
+8
*
* enc/make_encdb.rb: fix duplication check.
naruse
2008-01-19
2
-10
/
+15
*
* ascii.c: remove difinition of replica KOI8-U.
naruse
2008-01-19
2
-2
/
+5
*
update encdump for UTF-16.
akr
2008-01-19
1
-2
/
+8
*
fix a test.
akr
2008-01-19
1
-1
/
+1
*
add a test.
akr
2008-01-19
1
-0
/
+4
*
* enc/koi8_u.c: added.
naruse
2008-01-19
6
-31
/
+260
*
* string.c (coderange_scan): don't call mbclen functions for ASCII
akr
2008-01-19
2
-16
/
+73
*
* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
akr
2008-01-19
2
-0
/
+7
*
* encoding.c (enc_new): don't free rb_encoding to avoid SEGV by
akr
2008-01-19
2
-2
/
+7
*
* lib/date.rb (once): use an instance variable which points a hash
tadf
2008-01-19
2
-4
/
+12
*
* lib/date.rb, lib/date/format.rb: parse's hints as an
tadf
2008-01-19
3
-196
/
+60
*
* configure.in (sigsetjmp): check if available.
nobu
2008-01-19
4
-3
/
+9
*
* configure.in: Remove wrong assumptions about Cygwin. a patch from
nobu
2008-01-19
2
-6
/
+6
*
* trunk/test/rdoc/test_rdoc_ri_formatter.rb: set eol-style.
nobu
2008-01-19
0
-0
/
+0
*
* ext/win32ole/win32ole.c (ole_set_safe_array): should not use
suke
2008-01-19
3
-15
/
+29
*
* lib/rdoc/markup: Remove ListBase and Line constants.
drbrain
2008-01-19
15
-261
/
+443
*
* parse.y (parser_prepare): get encoding from the first line.
nobu
2008-01-18
3
-6
/
+17
*
* thread.c (thread_create_core): prohibit thread creation in the
matz
2008-01-18
3
-1
/
+47
*
* sprintf.c (rb_str_format): set result encoding for wider width.
nobu
2008-01-18
3
-0
/
+37
*
* thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle
usa
2008-01-18
3
-4
/
+9
*
* thread.c (thread_create_core): set thread group before creating
nobu
2008-01-18
3
-1
/
+13
*
* parse.y (ripper_initialize): too early to set parser->enc.
usa
2008-01-18
2
-1
/
+7
*
* win32/setup.mak (BASERUBY): nmake cannot execute ruby collectly
usa
2008-01-18
2
-9
/
+17
*
* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:
nobu
2008-01-18
10
-26
/
+38
*
* thread.c (thread_cleanup_func): ignore errors from destroying mutex
nobu
2008-01-18
4
-2
/
+9
*
* encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freeze
nobu
2008-01-18
2
-5
/
+14
*
* test/ruby/test_m17n.rb (test_str_dump): added test for
kazu
2008-01-18
2
-0
/
+43
[next]