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
*
* enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.
akr
2008-01-28
2
-2
/
+59
*
* io.c (rb_open_file): should check NUL in path.
matz
2008-01-28
2
-15
/
+26
*
* parse.y (parser_str_new): encoding of UTF-8 literal string in
usa
2008-01-28
3
-1
/
+7
*
* test/ruby/test_m17n.rb (test_magic_comment): add test.
usa
2008-01-28
2
-0
/
+11
*
* common.mk (help): use double quotes for nmake.
usa
2008-01-28
2
-11
/
+15
*
* parse.y (parser_set_encode): check if encoding is ASCII compatible.
nobu
2008-01-27
3
-4
/
+14
*
* sprintf.c (rb_str_format): fix for left justify flag.
nobu
2008-01-27
2
-3
/
+13
*
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-27
9
-48
/
+90
*
* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]
nobu
2008-01-27
3
-3
/
+10
*
* sprintf.c (rb_str_format): fix for octal with precision.
nobu
2008-01-27
2
-8
/
+22
*
* misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffer
nobu
2008-01-27
2
-1
/
+5
*
*common.mk: add description about "make clean".
naruse
2008-01-27
1
-1
/
+2
*
* ext/nkf/nkf-utf8/nkf.h: set properties.
nobu
2008-01-27
1
-174
/
+174
*
* misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert
nobu
2008-01-27
2
-10
/
+35
*
*common.mk: add description about "make golf".
naruse
2008-01-27
1
-0
/
+1
*
* string.c (rb_str_inspect): avoid exception by
akr
2008-01-27
2
-3
/
+10
*
* string.c (rb_str_succ): warning suppressed.
akr
2008-01-27
2
-35
/
+23
*
* common.mk (help): show major targets.
naruse
2008-01-27
2
-0
/
+15
*
* ext/nkf/nkf.c: raise error when no output encoding is given.
naruse
2008-01-27
4
-14
/
+31
*
* string.c (rb_str_succ): don't increment/decrement codepoint.
akr
2008-01-27
3
-93
/
+171
*
* ruby-trunk.
naruse
2008-01-27
3
-1
/
+6
*
* ext/nkf/nkt-utf8: update nkf.
naruse
2008-01-27
6
-3399
/
+3498
*
* re.c (rb_reg_source): set encoding as regexp encoding.
naruse
2008-01-27
2
-1
/
+5
*
tests refined.
akr
2008-01-27
1
-16
/
+30
*
add tests.
akr
2008-01-26
1
-0
/
+3
*
add tests.
akr
2008-01-26
1
-9
/
+139
*
add a test for chomp.
akr
2008-01-26
1
-0
/
+13
*
* re.c (rb_reg_preprocess): force fixed encoding when ASCII
akr
2008-01-26
3
-1
/
+18
*
fix typos.
akr
2008-01-26
1
-19
/
+19
*
make combination recursionless.
akr
2008-01-26
1
-8
/
+11
*
* sprintf.c (rb_str_format): zero-precision zero should be empty.
nobu
2008-01-26
2
-6
/
+14
*
* parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.
nobu
2008-01-26
2
-0
/
+8
*
add a test for [ruby-dev:33377].
akr
2008-01-26
1
-0
/
+7
*
add a test for [ruby-dev:33406].
akr
2008-01-26
1
-0
/
+4
*
* marshal.c (w_object): dump string encoding in USERDEF.
akr
2008-01-26
3
-1
/
+17
*
* compile.c (iseq_compile_each): validate argument expr of "next"
ko1
2008-01-26
3
-0
/
+16
*
* compile.c, compile.h: fix to calculate correct stack depth
ko1
2008-01-26
3
-56
/
+103
*
fix test_too_long_string.
akr
2008-01-26
1
-1
/
+2
*
* lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace
naruse
2008-01-26
5
-2
/
+12
*
* include/ruby/encoding.h (rb_usascii_encindex): added prototype.
nobu
2008-01-26
3
-0
/
+10
*
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
naruse
2008-01-26
2
-1
/
+6
*
* parse.y (parser_initialize): set default script encoding as US-ASCII.
usa
2008-01-25
3
-25
/
+20
*
* compile.c, compile.h: fix stack pointer issues.
ko1
2008-01-25
7
-107
/
+143
*
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-25
10
-33
/
+145
*
* marshal.c (r_byte): use getbyte instead of getc.
akr
2008-01-25
2
-4
/
+10
*
fix typos.
akr
2008-01-25
1
-23
/
+23
*
* io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.
akr
2008-01-25
2
-33
/
+44
*
* 2008-01-26
usa
2008-01-25
1
-3
/
+3
*
add a test.
akr
2008-01-25
1
-0
/
+9
*
* string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.
akr
2008-01-25
2
-20
/
+28
[next]