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
*
* ruby.c (proc_optionc): -Kn means ASCII-8BIT.
naruse
2008-01-23
2
-1
/
+3
*
* parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.
naruse
2008-01-23
2
-3
/
+6
*
* encoding.{c, h} (rb_usascii_encoding): added.
naruse
2008-01-23
3
-0
/
+14
*
* 2008-01-24
usa
2008-01-23
1
-3
/
+3
*
fix previous change.
akr
2008-01-23
1
-2
/
+3
*
* sprintf.c: fix comment. [ruby-dev:33275]
mame
2008-01-23
3
-8
/
+8
*
test refined.
akr
2008-01-23
1
-2
/
+2
*
* test/ruby/test_struct.rb: add tests to achieve over 90% test
mame
2008-01-23
4
-6
/
+410
*
* enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):
nobu
2008-01-23
2
-0
/
+17
*
add a test.
akr
2008-01-23
2
-35
/
+109
*
add a test.
akr
2008-01-23
1
-0
/
+7
*
* test/ruby/test_utf16.rb: set properties.
nobu
2008-01-23
0
-0
/
+0
*
change class name.
akr
2008-01-23
1
-1
/
+1
*
split UTF-16 tests.
akr
2008-01-23
2
-42
/
+68
*
add a test.
akr
2008-01-23
1
-0
/
+3
*
* time.c (time_strftime): copy encoding from format. [ruby-dev:33303]
nobu
2008-01-23
2
-0
/
+6
*
* string.c (str_make_independent): should set length.
nobu
2008-01-23
3
-2
/
+34
*
add a test.
akr
2008-01-23
1
-0
/
+3
*
* re.c (rb_reg_prepare_re): fix SEGV by
akr
2008-01-23
2
-1
/
+10
*
* string.c (str_mod_check, str_nth, str_offset): consitfied.
nobu
2008-01-23
2
-14
/
+19
*
* bootstraptest/test_{knownbug,thread}.rb: support fork-less platform.
usa
2008-01-23
2
-8
/
+16
*
* eval_method.c (rb_export_method): set ruby_vm_redefined_flag for
matz
2008-01-23
3
-3
/
+12
*
* test/ruby/test_bignum.rb: change some tests because rational
mame
2008-01-22
2
-3
/
+17
*
* mkmf.rb (create_makefile): sorry, typo. orz
usa
2008-01-22
1
-1
/
+1
*
* mkmf.rb (create_makefile): typo.
usa
2008-01-22
1
-1
/
+1
*
* lib/mkmf.rb (create_makefile): need to output sodir rule.
usa
2008-01-22
2
-1
/
+5
*
* lib/mkmf.rb (create_makefile): lib files shoudn't depend on install
usa
2008-01-22
2
-3
/
+11
*
Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-22
2
-24
/
+29
*
* encoding.c (rb_enc_compatible): wrong compatibility condition.
matz
2008-01-22
2
-0
/
+4
*
* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
matz
2008-01-22
6
-221
/
+137
*
* string.c (rb_str_each_char): iterates over a shadow.
nobu
2008-01-22
2
-9
/
+9
*
* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.
drbrain
2008-01-22
4
-60
/
+327
*
* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is
matz
2008-01-21
4
-3
/
+37
*
* ChangeLog: format-time-string under C locale. [ruby-dev:33261]
kazu
2008-01-21
1
-1
/
+6
*
* 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
[next]