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
*
* string.c (rb_str_concat): fix rdoc. (codepoint is integer)
naruse
2008-09-16
2
-5
/
+11
*
* re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.
naruse
2008-09-16
2
-1
/
+5
*
* string.c (rb_str_crypt): orthodox crypt() sees only first two bytes
nobu
2008-09-16
2
-16
/
+18
*
* complex.c (nucomp_marshal_{dump,load}): preserve instance
tadf
2008-09-16
5
-3
/
+24
*
* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]
matz
2008-09-16
2
-1
/
+3
*
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
matz
2008-09-16
2
-6
/
+13
*
* string.c (rb_str_each_codepoint): add new methods, #codepoints
matz
2008-09-16
2
-0
/
+61
*
* ext/socket/mkconstants.rb: add new constants. a patch from
matz
2008-09-16
2
-8
/
+20
*
* string.c ():
matz
2008-09-16
3
-123
/
+277
*
* test/ruby/test_io.rb (TestIO#test_dup): exception should be
matz
2008-09-16
2
-0
/
+8
*
* test/ruby/test_io.rb (TestIO#test_dup): this test might fail if
matz
2008-09-15
2
-16
/
+12
*
* string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.
naruse
2008-09-15
2
-5
/
+15
*
add assertion message for previous commit.
akr
2008-09-15
1
-6
/
+13
*
* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCII
akr
2008-09-15
3
-14
/
+25
*
* encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270]
naruse
2008-09-15
2
-13
/
+5
*
* 2008-09-16
svn
2008-09-15
1
-3
/
+3
*
* transcode_data.h (STR1_LENGTH): defined.
akr
2008-09-15
4
-7
/
+21
*
* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()
ko1
2008-09-15
14
-28
/
+42
*
* string.c (rb_str_squeeze_bang): specialized for 7bit characters in
matz
2008-09-15
3
-31
/
+120
*
* transcode.c (econv_opts): don't use to_sym.
akr
2008-09-15
2
-2
/
+8
*
* encoding.c (rb_enc_get_index): don't return -1.
akr
2008-09-15
3
-1
/
+9
*
* lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].
yugui
2008-09-15
2
-6
/
+26
*
added a line.
tadf
2008-09-15
1
-0
/
+2
*
* encoding.c (RUBY_MAX_CHAR_LEN): defined.
naruse
2008-09-15
2
-1
/
+8
*
* encoding.c (rb_enc_compatible): accepst other than strings and
naruse
2008-09-15
3
-18
/
+40
*
fixed the previous commit.
tadf
2008-09-15
1
-1
/
+1
*
* complex.c (nucomp_eql_p): new.
tadf
2008-09-15
5
-9
/
+35
*
* transcode_data.h (rb_transcoder): resetsize_func and resetstate_func
akr
2008-09-15
3
-3
/
+10
*
* test/matrix/test_matrix.rb (setup): typo.
yugui
2008-09-15
3
-4
/
+25
*
* transcode_data.h: return output functions ssize_t.
akr
2008-09-14
8
-28
/
+44
*
* transcode_data.h: output function takes output buffer size.
akr
2008-09-14
8
-29
/
+59
*
* transcode.c (str_encode): returns duplicated string if nothing
nobu
2008-09-14
3
-1
/
+17
*
* 2008-09-15
svn
2008-09-14
1
-3
/
+3
*
trailing spaces removed.
akr
2008-09-14
6
-89
/
+89
*
trailing space removed.
akr
2008-09-14
1
-5
/
+5
*
* lib/cgi/core.rb (CGI::parse): performance improvement
xibbar
2008-09-14
2
-8
/
+7
*
* complex.c: trivial changes.
tadf
2008-09-14
3
-10
/
+17
*
properties.
nobu
2008-09-14
0
-0
/
+0
*
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
yugui
2008-09-14
4
-1
/
+98
*
* ruby.c (process_options): associates the locale encoding with $0 as
nobu
2008-09-14
2
-3
/
+11
*
* object.c (Init_Object): added metameta-class initialization for
yugui
2008-09-14
2
-0
/
+18
*
* complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve
tadf
2008-09-14
4
-0
/
+56
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-09-13
23
-52
/
+110
*
* include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.
akr
2008-09-13
4
-8
/
+17
*
* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end
akr
2008-09-13
8
-33
/
+50
*
* include/ruby/oniguruma.h
akr
2008-09-13
4
-4
/
+14
*
* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add
akr
2008-09-13
7
-9
/
+26
*
* 2008-09-14
svn
2008-09-13
1
-3
/
+3
*
* ext/ripper/depend (ripper.o): it depends on ruby headers.
akr
2008-09-13
2
-1
/
+10
*
* io.c (io_encoding_set): don't need argc argument.
akr
2008-09-13
2
-7
/
+11
[next]