aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (sigsetmask): check when signal semantics is not POSIX.nobu2008-02-141-0/+7
* * parse.y (reg_compile_gen): appends error message fromnobu2008-02-141-0/+7
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-141-0/+5
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-141-0/+6
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-141-0/+4
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-141-0/+5
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-131-0/+5
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-131-0/+6
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-131-0/+10
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-0/+4
* * proc.c (proc_curry): new method. [ruby-dev:33676]mame2008-02-131-2/+8
* * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr2008-02-131-0/+14
* * filenames need comma.naruse2008-02-131-1/+1
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-0/+8
* * enc/depend: fix typo.usa2008-02-131-0/+7
* Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain2008-02-121-0/+5