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
*
add some tests on conversion for pipe.
akr
2007-12-23
1
-0
/
+34
*
* array.c (rb_ary_at): updated documentation. a patch from Tadashi
matz
2007-12-23
2
-4
/
+7
*
ChangeLog: wrong name checked in. sorry. [ruby-core:14331]
matz
2007-12-23
1
-2
/
+2
*
* README.EXT: updated. a patch from Keita Yamaguchi
matz
2007-12-23
2
-37
/
+39
*
* enum.c (enum_inject): updated documentation. a patch from Keita
matz
2007-12-23
2
-3
/
+8
*
* string.c (tr_trans): should associate new encoding if modified.
matz
2007-12-23
3
-13
/
+11
*
* io.c (appendline): should do multibyte aware RS search.
matz
2007-12-23
3
-11
/
+23
*
* io.c (io_enc_str): should preserve default_external encoding.
matz
2007-12-23
2
-2
/
+4
*
add test.
akr
2007-12-23
1
-0
/
+11
*
* test/net/http/test_https.rb: should rescue LoadError.
gotoyuzo
2007-12-23
2
-3
/
+7
*
* cont.c, vm.h: fix to support sparc machine.
ko1
2007-12-23
3
-6
/
+9
*
add ML ref.
akr
2007-12-23
1
-1
/
+1
*
* string.c (str_new_shared): was setting embedding flag of wrong
matz
2007-12-23
2
-1
/
+4
*
test reflexive, symmetric and transitive relation of String#==.
akr
2007-12-23
1
-172
/
+214
*
* common.mk: remove additional "-".
ko1
2007-12-23
2
-2
/
+6
*
add tests.
akr
2007-12-23
1
-0
/
+42
*
* io.c (prepare_getline_args): convert RS to external encoding.
matz
2007-12-23
2
-4
/
+13
*
* io.c (rb_io_check_readable): should not fill fptr->enc always.
matz
2007-12-23
2
-10
/
+26
*
* io.c (rb_io_external_encoding): should return the encoding of
matz
2007-12-23
2
-1
/
+10
*
add assertions.
akr
2007-12-23
1
-0
/
+2
*
* io.c (rb_f_open): documentation update.
matz
2007-12-23
2
-6
/
+35
*
update tests.
akr
2007-12-23
1
-2
/
+3
*
add test for IO.pipe.
akr
2007-12-23
1
-29
/
+37
*
* io.c (rb_io_s_pipe): allow specifying read-side encoding.
matz
2007-12-23
2
-20
/
+39
*
add tests.
akr
2007-12-23
1
-9
/
+47
*
add assertion messages.
akr
2007-12-23
1
-5
/
+7
*
more IO m17n tests.
akr
2007-12-23
1
-4
/
+122
*
* string.c (rb_str_comparable): comparison including broken
matz
2007-12-23
2
-6
/
+13
*
* io.c (open_key_args): IO direct methods (foreach, readlines,
matz
2007-12-23
2
-18
/
+101
*
* io.c (rb_io_s_read): encoding argument reverted.
matz
2007-12-23
3
-54
/
+82
*
* test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn):
matz
2007-12-23
3
-2
/
+8
*
enable documents for raise and local_variables.
akr
2007-12-23
1
-4
/
+4
*
enable document of Kernel#system.
akr
2007-12-23
1
-4
/
+5
*
Proc#lambda? documented.
akr
2007-12-23
1
-0
/
+24
*
comment updated.
akr
2007-12-23
1
-4
/
+4
*
move the test for [ruby-core:14288].
akr
2007-12-23
2
-8
/
+22
*
* encoding.c (rb_enc_codepoint): implemented to raise invalid
akr
2007-12-23
4
-66
/
+173
*
add tests for warning of none encoding regexps.
akr
2007-12-23
1
-21
/
+38
*
* lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.
akr
2007-12-23
2
-1
/
+15
*
Fix method redefined warning in open-uri.rb. [ruby-core:14304].
drbrain
2007-12-23
2
-0
/
+7
*
* ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.
naruse
2007-12-23
5
-85
/
+107
*
Fix version check
drbrain
2007-12-23
2
-3
/
+7
*
add a comment for eucJP.
akr
2007-12-23
1
-1
/
+1
*
* encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP.
akr
2007-12-23
2
-0
/
+5
*
* lib/time.rb (Time.httpdate): use Time.utc for
akr
2007-12-23
2
-1
/
+6
*
Fix 1.9 warnings in RDoc
drbrain
2007-12-23
6
-11
/
+15
*
add a test for [ruby-dev:32048].
akr
2007-12-23
1
-0
/
+16
*
Fix warnings in RubyGems
drbrain
2007-12-23
7
-17
/
+24
*
Use require to load rubygems.rb in gem_prelude.rb so the correct path is in ...
drbrain
2007-12-23
2
-5
/
+18
*
* string.c (sym_call): use exact argument array interface.
nobu
2007-12-23
4
-13
/
+19
[next]