summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-11-12* Makefile.in, common.mk: add prelude.o to MINIOBJS.akr
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-12* Makefile.in, common.mk: add ext_prelude.o to OBJS.akr
2007-11-12* configure.in (MINIDLNOBJS): removed.akr
2007-11-12* misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz
2007-11-12rename DLNOBJS to MINIDLNOBJS.akr
2007-11-12* configure.in (DLNOBJS): defined.akr
2007-11-11revert previous commit.akr
2007-11-11* Makefile.in (miniruby): use $(LIBRUBY_A) with prelude.$(OBJEXT).akr
2007-11-11* {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.akr
2007-11-11* Makefile.in (lex.c): simplified.akr
2007-11-11touch lex.c only if lex.c exists.akr
2007-11-11* Makefile.in (lex.c): touch lex.c if gperf failed.akr