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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/win32ole/win32ole.c (ole_cp2encoding): new function.
usa
2008-01-28
1
-0
/
+11
*
* string.c, parse.y, re.c: use rb_ascii8bit_encoding.
naruse
2008-01-28
1
-0
/
+4
*
* enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.
naruse
2008-01-28
1
-0
/
+4
*
* enc/utf_8.c: add alias CP65001.
usa
2008-01-28
1
-0
/
+4
*
* enc/big5.c (big5_mbc_enc_len): validation implemented.
akr
2008-01-28
1
-0
/
+4
*
* enc/euc_kr.c (euckr_mbc_enc_len): validation implemented.
akr
2008-01-28
1
-0
/
+4
*
* io.c (rb_open_file): should check NUL in path.
matz
2008-01-28
1
-0
/
+11
*
* parse.y (parser_str_new): encoding of UTF-8 literal string in
usa
2008-01-28
1
-0
/
+5
*
* test/ruby/test_m17n.rb (test_magic_comment): add test.
usa
2008-01-28
1
-0
/
+4
*
* common.mk (help): use double quotes for nmake.
usa
2008-01-28
1
-0
/
+4
*
* parse.y (parser_set_encode): check if encoding is ASCII compatible.
nobu
2008-01-27
1
-0
/
+4
*
* sprintf.c (rb_str_format): fix for left justify flag.
nobu
2008-01-27
1
-0
/
+7
*
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-27
1
-0
/
+36
*
* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]
nobu
2008-01-27
1
-0
/
+4
*
* sprintf.c (rb_str_format): fix for octal with precision.
nobu
2008-01-27
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffer
nobu
2008-01-27
1
-1
/
+4
*
* misc/ruby-mode.el (ruby-mode-set-encoding): automatically insert
nobu
2008-01-27
1
-0
/
+5
*
* string.c (rb_str_inspect): avoid exception by
akr
2008-01-27
1
-0
/
+5
*
* string.c (rb_str_succ): warning suppressed.
akr
2008-01-27
1
-1
/
+5
*
* common.mk (help): show major targets.
naruse
2008-01-27
1
-0
/
+4
*
* ext/nkf/nkf.c: raise error when no output encoding is given.
naruse
2008-01-27
1
-0
/
+4
*
* string.c (rb_str_succ): don't increment/decrement codepoint.
akr
2008-01-27
1
-0
/
+4
*
* ruby-trunk.
naruse
2008-01-27
1
-0
/
+4
*
* ext/nkf/nkt-utf8: update nkf.
naruse
2008-01-27
1
-0
/
+4
*
* re.c (rb_reg_source): set encoding as regexp encoding.
naruse
2008-01-27
1
-0
/
+4
*
* re.c (rb_reg_preprocess): force fixed encoding when ASCII
akr
2008-01-26
1
-0
/
+5
*
fix typos.
akr
2008-01-26
1
-19
/
+19
*
* sprintf.c (rb_str_format): zero-precision zero should be empty.
nobu
2008-01-26
1
-0
/
+8
*
* parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.
nobu
2008-01-26
1
-0
/
+4
*
* marshal.c (w_object): dump string encoding in USERDEF.
akr
2008-01-26
1
-0
/
+5
*
* compile.c (iseq_compile_each): validate argument expr of "next"
ko1
2008-01-26
1
-0
/
+7
*
* compile.c, compile.h: fix to calculate correct stack depth
ko1
2008-01-26
1
-0
/
+5
*
* lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace
naruse
2008-01-26
1
-0
/
+8
*
* include/ruby/encoding.h (rb_usascii_encindex): added prototype.
nobu
2008-01-26
1
-0
/
+7
*
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
naruse
2008-01-26
1
-0
/
+5
*
* parse.y (parser_initialize): set default script encoding as US-ASCII.
usa
2008-01-25
1
-0
/
+12
*
* compile.c, compile.h: fix stack pointer issues.
ko1
2008-01-25
1
-0
/
+11
*
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-25
1
-0
/
+27
*
* marshal.c (r_byte): use getbyte instead of getc.
akr
2008-01-25
1
-0
/
+6
*
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
1
-18
/
+26
*
* string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.
akr
2008-01-25
1
-0
/
+4
*
* common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.
nobu
2008-01-25
1
-1
/
+3
*
* common.mk (revision.h): extracts revision number with ``svn info''.
nobu
2008-01-25
1
-0
/
+13
*
* ruby.c (load_file): set default to ASCII-8BIT explicitly if -K
nobu
2008-01-25
1
-0
/
+5
*
* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.
akr
2008-01-25
1
-0
/
+9
*
* ruby.c (process_options, load_file, rb_load_file): propagates script
nobu
2008-01-25
1
-0
/
+5
*
* ruby.c (process_options): set encoding of -e option from -E option
nobu
2008-01-25
1
-1
/
+1
*
* ruby.c (cmdline_arguments): split argc and argv from cmdline_options.
nobu
2008-01-25
1
-1
/
+3
*
* ruby.c (process_options): not set encoding of -e option from -E
nobu
2008-01-25
1
-0
/
+5
[prev]
[next]