summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-20* array.c (rb_ary_push): bypass rb_ary_store().matz
2009-04-20* bignum.c (bigsub_int): subtraction without making internalmatz
2009-04-20* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav
2009-04-20* string.c (rb_str_split_m): faster processing on 7bit strings.matz
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-04-19* gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):nobu
2009-04-18* process.c (proc_seteuid_m): defined to use rb_f_notimplement if notakr
2009-04-18* process.c (proc_setuid): use rb_f_notimplement if not implemented.akr
2009-04-18* ext/readline/readline.c: use rb_f_notimplement for methods notakr
2009-04-18* ext/curses/curses.c: use rb_f_notimplement for methods notakr
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-16* lib/cgi/core.rb (read_multipart): When path is not defined,mame
2009-04-16* dir.c (bracket): fix escape handling for range character in bracketmame
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
2009-04-15* dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse
2009-04-14* dir.c (bracket): if same in bytes, path is matching.nobu
2009-04-13* sprintf.c (rb_str_format): scan coderange incrementally.nobu
2009-04-13* sprintf.c (rb_str_format): optimize previous commit.naruse
2009-04-13* sprintf.c (rb_str_format): check encoding compatibility only onnaruse
2009-04-12* dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu
2009-04-11* ChangeLog: typo.nobu
2009-04-10* configure.in (Makefile): phoeny ruby target needs empty command.nobu
2009-04-10* common.mk (up): updates timestamp file.nobu
2009-04-09* configure.in (Makefile): info-program needs common.mk.nobu
2009-04-09* configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu
2009-04-09* instruby.rb, mkconfig.rb: deal with --program-transform-namenobu
2009-04-09* configure.in: don't override the rule for ruby.akr
2009-04-08* string.c (rb_str_dump): buffer length plus one byte for nullmame
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]naruse
2009-04-08* lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo.nobu
2009-04-08* configure.in (LIBRUBY_SO): removed redundant additional versionnobu
2009-04-07* common.mk (info): shows configured names.nobu
2009-04-07* configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu
2009-04-07* configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu
2009-04-06* configure.in (RUBY_DEFINT): should pass includes tonobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu
2009-04-06* numeric.c (flo_to_s): reduce fragments if no precision lost.nobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu
2009-04-06* file.c (utime_failed): refined the error message for EINVAL onnobu
2009-04-06* file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu
2009-04-06* numeric.c (int_chr): checsk overflow.nobu
2009-04-06* ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu
2009-04-05* include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu
2009-04-04* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu