summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-11-18* parse.y (parser_read_escape): disallow control and meta modifiersnobu
2007-11-18* marshal.c (mark_dump_arg): it may be called after dump_ensure.akr
2007-11-18* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr
2007-11-18* time.c (time_arg): show actual year in 2-3 digits year warning.akr
2007-11-18* eval_method.ci (rb_alias): do not call hook functions untilnobu
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-17* lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr
2007-11-17ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke
2007-11-16* bignum.c (rb_big_odd_p): new method added. a patch from Tadashimatz
2007-11-16* ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu
2007-11-16* ext/iconv/iconv.c (Document-class): moved the simplest example tonobu
2007-11-16* include/ruby/ruby.h: added some declarations for event hooks.shugo
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* ext/syck/rubyext.c: Node#value defined twice.why
2007-11-15* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why
2007-11-15* lib/yaml.rb (quick_emit): use combination of object_id and hash towhy
2007-11-15* ChangeLog: add ML ref.usa
2007-11-15 * ext/curses/extconf.rb: check macro if cannot find func.usa
2007-11-15* tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load pathakr
2007-11-15* tool/compile_prelude.rb: absolute path may not start with a slash.akr
2007-11-15* tool/compile_prelude.rb: fix first substitution.akr
2007-11-15* common.mk (prereq): added auto generated sources. [ruby-dev:32280]nobu
2007-11-15* tool/compile_prelude.rb: use constant for prefix.akr
2007-11-15* tool/compile_prelude.rb: use simple template system for sourceakr
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-15* tool/compile_prelude.rb (c_esc): need to escape closing brace.matz
2007-11-15* tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relativeakr
2007-11-15* ruby.c (usage): fix typo on --disable-gems option.akr
2007-11-14* test/net/http/test_https_proxy.rbmatz
2007-11-14* test/socket/test_socket.rb: update not to use 1.8 assignment tomatz
2007-11-14* common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr
2007-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1
2007-11-13* tool/makedocs.rb, template/insnstbl.html: removed.ko1
2007-11-13* common.mk (parse.c): dependency also needs vpath.nobu
2007-11-13fix typo.akr
2007-11-13* configure.in: no need to set ac_cv_func_isinf=yes on non-gccakr
2007-11-13* missing/isinf.c (isinf): don't define is the macro is defined.akr
2007-11-13* numeric.c (round): fallback definition.nobu
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-11-13* tool/ytab.sed: get rid of GNU sed feature. a patch from Laurentnobu
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-11-13* numeric.c (flodivmod): work around for inifinity.nobu
2007-11-13* lex.c.blt: moved from lex.c.akr
2007-11-13* compile.c (iseq_specialized_instruction): check argc.ko1
2007-11-13* test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy
2007-11-12* numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei
2007-11-12* test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo
2007-11-12 * thread.c (call_trace_proc): should return value.usa
2007-11-12 * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)usa
2007-11-12* {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT).nobu