summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/readline/readline.c (readline_event): prevent polling. based onnobu2008-02-191-0/+5
* * eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu2008-02-191-0/+8
* * string.c (rb_str_each_line): fix newline size.akr2008-02-181-0/+4
* * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz2008-02-181-0/+5
* * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr2008-02-181-0/+4
* * re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.akr2008-02-181-0/+4
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-181-0/+5
* * re.c (rb_reg_regsub): don't repeat repl twice withakr2008-02-171-0/+5
* * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu2008-02-171-0/+4
* * encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]naruse2008-02-171-0/+6
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-171-0/+6
* * test/ruby/test_regexp.rb: add tests to achieve over 90% testmame2008-02-171-0/+5
* fix ML refs (ruby-core# -> ruby-core:)kazu2008-02-171-2/+2
* * encoding.c (ENC_CODERANGE_AND): added.naruse2008-02-171-0/+8
* * string.c (str_strlen): rb_enc_strlen doesn't fail.akr2008-02-171-0/+4
* * string.c (str_sublen): use rb_enc_strlen.akr2008-02-171-0/+4
* * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,naruse2008-02-171-0/+8
* * re.c (rb_reg_quote): return US-ASCII string consistently.akr2008-02-171-0/+4
* * string.c (rb_str_times): reduce loop overhead.akr2008-02-171-0/+4
* * include/ruby/re.h (struct rmatch_offset): new struct for characterakr2008-02-161-0/+37
* * win32/resource.rb: made version infos confirm to OS spec.usa2008-02-161-0/+6
* * string.c (rb_str_substr): optimized for UTF-8.naruse2008-02-161-1/+5
* * encoding.c (rb_enc_compatible): check encoding incapable arguments.akr2008-02-161-3/+7
* * re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.akr2008-02-161-0/+4
* * string.c (str_strlen): revert r15507. [ruby-dev:33810]naruse2008-02-161-0/+4
* * string.c (str_strlen): little more optimize.naruse2008-02-161-0/+5
* * encoding.c (rb_enc_compatible): empty strings are always compatible.akr2008-02-161-0/+6
* add ML ref.akr2008-02-161-1/+1
* * string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.akr2008-02-161-0/+6
* * string.c (rb_str_sub_bang): stringize replacing hash values.akr2008-02-161-0/+5
* * string.c (rb_enc_strlen): add search_nonascii like characternaruse2008-02-161-0/+5
* * encoding.c (rb_enc_strlen): moved to string.c.akr2008-02-161-0/+7
* * lib/require_relative.rb: check require_relative call in eval.akr2008-02-161-0/+4
* * ruby.c (process_options): set default_external before loadingnaruse2008-02-151-0/+5
* * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.naruse2008-02-151-1/+3
* * ChangeLognaruse2008-02-151-0/+5
* * encoding.c (rb_enc_nth): moved to string.c.akr2008-02-151-0/+10
* * range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu2008-02-151-0/+5
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-02-151-0/+7
* * string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.nobu2008-02-151-0/+4
* * string.c (str_strlen): use search_nonascii() for performance.matz2008-02-151-0/+6
* * io.c (open_key_args): allow specifying both :mode and :encoding.matz2008-02-151-0/+4
* * string.c (rb_str_getbyte): new method.akr2008-02-151-0/+5
* * lib/require_relative.rb: new file.akr2008-02-151-0/+4
* * ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu2008-02-151-0/+5
* * re.c (rb_reg_quote): set US-ACII for ASCII-only string.nobu2008-02-151-0/+5
* * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.nobu2008-02-151-0/+5
* * parse.y (reg_compile_gen): reg_fragment_setenc might not raise annobu2008-02-151-0/+5
* Preserve ri compatibility with 1.8drbrain2008-02-141-0/+4
* * configure.in (ftruncate): check if available.nobu2008-02-141-0/+6