summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-11-11* insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo
2007-11-11* lex.c: renamed from lex.c.blt.akr
2007-11-10Add forgotten bin/gem for RubyGems.drbrain
2007-11-10* string.c (tr_trans): cast to unsigned char after dereferenceakr
2007-11-10* configure.in, common.mk, Makefile.in: don't generateakr
2007-11-10fix file list.akr
2007-11-10* common.mk, Makefile.in: generate libminiruby-static.a akr
2007-11-10* common.mk (EXPLOBJS): create new variable for ext_prelude.o.akr
2007-11-10format change.akr
2007-11-10* gem_prelude.rb: new file for gem libraries. currently empty.akr
2007-11-10* thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATORshugo
2007-11-10Import RubyGems trunk revision 1493.drbrain
2007-11-10Don't override Enumerable#inject for 1.9drbrain
2007-11-10* parse.y: use ASCII encoding for string literals that aredavidflanagan
2007-11-10* {bcc32,win32}/Makefile.sub: vendor_ruby support.nobu