aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in (clean-local): remove def file.nobu2008-02-241-1/+3
* * common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu2008-02-241-0/+5
* * ruby.c (enable_option, disable_option): allow all for all knownnobu2008-02-231-1/+4
* * debug.c (ruby_set_debug_option): separated ruby_each_words().nobu2008-02-231-0/+14
* * ruby.c (proc_options): check if argument for -E exists.nobu2008-02-231-0/+4
* * misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu2008-02-231-0/+5
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-0/+5
* * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa2008-02-231-0/+4
* * string.c (str_sublen): removed.naruse2008-02-231-0/+7
* * string.c (rb_enc_cr_str_copy_for_substr): renamed fromnaruse2008-02-231-0/+7
* * ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCIIsuke2008-02-231-0/+5
* * process.c (rlimit_resource_type): new function.akr2008-02-221-0/+9
* * string.c (rb_enc_cr_str_copy): check string's coderange is 7bit ornaruse2008-02-221-0/+5
* * bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu2008-02-221-0/+4
* * encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr2008-02-221-0/+11
* * string.c (rb_str_inspect): string of ascii incompatible encodingnaruse2008-02-221-0/+5
* * string.c (rb_str_substr): copy encoding although empty string.naruse2008-02-221-0/+4
* * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse2008-02-211-0/+9
* Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-02-211-0/+11
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-211-0/+7
* * array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880]nobu2008-02-211-0/+4
* * io.c (argf_set_encoding): uses current_file after check if nextnobu2008-02-211-3/+3
* * io.c (argf_set_encoding): uses current_file after check for nextnobu2008-02-211-0/+5
* * string.c: replace rb_enc_copy by rb_enc_cr_str_copy ornaruse2008-02-211-0/+5
* * include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is notnaruse2008-02-211-0/+5
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-201-0/+5
* * win32/win32.c (rb_w32_map_errno): exported.nobu2008-02-201-0/+4
* * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa2008-02-201-0/+5
* * encoding.c (rb_enc_associate_index): doesn't clear coderangenaruse2008-02-201-0/+5
* * string.c (rb_enc_str_copy): added for wrapper for rb_enc_copy.naruse2008-02-201-0/+13
* * instruby.rb (parse_args): added --dir-mode, --script-mode andnobu2008-02-201-0/+19
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-0/+5
* * string.c (rb_enc_strlen_cr): get length with coderange scan.naruse2008-02-191-0/+6
* * eval.c (rb_raise_jump): moved adjustment for control frame.nobu2008-02-191-0/+4
* * gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857]akr2008-02-191-0/+4
* * 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