aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu2008-01-273-3/+10
* * sprintf.c (rb_str_format): fix for octal with precision.nobu2008-01-272-8/+22
* * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu2008-01-272-1/+5
* *common.mk: add description about "make clean".naruse2008-01-271-1/+2
* * ext/nkf/nkf-utf8/nkf.h: set properties.nobu2008-01-271-174/+174
* * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu2008-01-272-10/+35
* *common.mk: add description about "make golf".naruse2008-01-271-0/+1
* * string.c (rb_str_inspect): avoid exception byakr2008-01-272-3/+10
* * string.c (rb_str_succ): warning suppressed.akr2008-01-272-35/+23
* * common.mk (help): show major targets.naruse2008-01-272-0/+15
* * ext/nkf/nkf.c: raise error when no output encoding is given.naruse2008-01-274-14/+31
* * string.c (rb_str_succ): don't increment/decrement codepoint.akr2008-01-273-93/+171
* * ruby-trunk.naruse2008-01-273-1/+6
* * ext/nkf/nkt-utf8: update nkf.naruse2008-01-276-3399/+3498
* * re.c (rb_reg_source): set encoding as regexp encoding.naruse2008-01-272-1/+5
* tests refined.akr2008-01-271-16/+30
* add tests.akr2008-01-261-0/+3
* add tests.akr2008-01-261-9/+139
* add a test for chomp.akr2008-01-261-0/+13
* * re.c (rb_reg_preprocess): force fixed encoding when ASCIIakr2008-01-263-1/+18
* fix typos.akr2008-01-261-19/+19
* make combination recursionless.akr2008-01-261-8/+11
* * sprintf.c (rb_str_format): zero-precision zero should be empty.nobu2008-01-262-6/+14
* * parse.y (assignable_gen, keyword_to_name): __ENCODING__ was missing.nobu2008-01-262-0/+8
* add a test for [ruby-dev:33377].akr2008-01-261-0/+7
* add a test for [ruby-dev:33406].akr2008-01-261-0/+4
* * marshal.c (w_object): dump string encoding in USERDEF.akr2008-01-263-1/+17
* * compile.c (iseq_compile_each): validate argument expr of "next"ko12008-01-263-0/+16
* * compile.c, compile.h: fix to calculate correct stack depthko12008-01-263-56/+103
* fix test_too_long_string.akr2008-01-261-1/+2
* * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse2008-01-265-2/+12
* * include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu2008-01-263-0/+10
* * string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT whennaruse2008-01-262-1/+6
* * parse.y (parser_initialize): set default script encoding as US-ASCII.usa2008-01-253-25/+20
* * compile.c, compile.h: fix stack pointer issues.ko12008-01-257-107/+143
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-2510-33/+145
* * marshal.c (r_byte): use getbyte instead of getc.akr2008-01-252-4/+10
* fix typos.akr2008-01-251-23/+23
* * io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.akr2008-01-252-33/+44
* * 2008-01-26usa2008-01-251-3/+3
* add a test.akr2008-01-251-0/+9
* * string.c (rb_str_buf_cat_ascii): use rb_enc_cr_str_buf_cat.akr2008-01-252-20/+28
* * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.nobu2008-01-252-2/+4
* * tool/ifchange: commit miss.nobu2008-01-251-0/+16
* * common.mk (revision.h): extracts revision number with ``svn info''.nobu2008-01-256-20/+65
* * ruby.c (load_file): set default to ASCII-8BIT explicitly if -Knobu2008-01-252-4/+7
* * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr2008-01-254-1/+34
* * ruby.c (process_options, load_file, rb_load_file): propagates scriptnobu2008-01-252-1/+11
* * ruby.c (process_options): set encoding of -e option from -E optionnobu2008-01-252-1/+4
* * ruby.c (cmdline_arguments): split argc and argv from cmdline_options.nobu2008-01-252-9/+18