aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tool/compile_prelude.rb: use simple template system for sourceakr2007-11-152-32/+43
* * lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz2007-11-152-4/+18
* * tool/compile_prelude.rb (c_esc): need to escape closing brace.matz2007-11-153-4/+8
* * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relativeakr2007-11-152-12/+31
* * ruby.c (usage): fix typo on --disable-gems option.akr2007-11-152-1/+6
* * test/net/http/test_https_proxy.rbmatz2007-11-142-0/+9
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-143-32/+24
* * common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr2007-11-145-8/+17
* * blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko12007-11-1318-107/+115
* * tool/makedocs.rb, template/insnstbl.html: removed.ko12007-11-133-101/+4
* * common.mk (parse.c): dependency also needs vpath.nobu2007-11-132-4/+11
* fix typo.akr2007-11-131-6/+6
* * configure.in: no need to set ac_cv_func_isinf=yes on non-gccakr2007-11-132-6/+4
* * missing/isinf.c (isinf): don't define is the macro is defined.akr2007-11-132-0/+11
* * numeric.c (round): fallback definition.nobu2007-11-132-6/+26
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-1317-197/+213
* * tool/ytab.sed: get rid of GNU sed feature. a patch from Laurentnobu2007-11-133-4/+9
* fix test.akr2007-11-131-2/+1
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-1310-56/+85
* * numeric.c (flodivmod): work around for inifinity.nobu2007-11-133-2/+19
* * lex.c.blt: moved from lex.c.akr2007-11-137-4/+79
* * compile.c (iseq_specialized_instruction): check argc.ko12007-11-132-7/+13
* * test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy2007-11-132-13/+18
* * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei2007-11-123-4/+9
* * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo2007-11-122-125/+164
* * thread.c (call_trace_proc): should return value.usa2007-11-122-1/+5
* * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)usa2007-11-123-2/+7
* * {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT).nobu2007-11-123-2/+6
* * Makefile.in, common.mk: add prelude.o to MINIOBJS.akr2007-11-123-4/+8
* * lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu2007-11-122-0/+36
* * Makefile.in, common.mk: add ext_prelude.o to OBJS.akr2007-11-123-15/+20
* * configure.in (MINIDLNOBJS): removed.akr2007-11-123-10/+13
* * misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz2007-11-123-5/+11
* forgot to commit.akr2007-11-121-5/+5
* rename DLNOBJS to MINIDLNOBJS.akr2007-11-122-5/+5
* * configure.in (DLNOBJS): defined.akr2007-11-123-1/+14
* refine doc.akr2007-11-111-1/+1
* refine dependencies of miniruby$(EXEEXT).akr2007-11-111-3/+5
* revert previous commit.akr2007-11-112-5/+1
* * Makefile.in (miniruby): use $(LIBRUBY_A) with prelude.$(OBJEXT).akr2007-11-112-1/+5
* * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.akr2007-11-114-9/+4
* * Makefile.in (lex.c): simplified.akr2007-11-112-9/+7
* copy $(srcdir)/lex.c if gperf failed and $@ is not exist.akr2007-11-111-1/+5
* report how lex.c handled.akr2007-11-111-3/+3
* touch lex.c only if lex.c exists.akr2007-11-112-3/+3
* * Makefile.in (lex.c): touch lex.c if gperf failed.akr2007-11-112-1/+11
* * insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo2007-11-115-22/+48
* * lex.c: renamed from lex.c.blt.akr2007-11-113-6/+17
* * bin/gem, {lib,test}/rubygems: set property.nobu2007-11-110-0/+0
* Add forgotten bin/gem for RubyGems.drbrain2007-11-102-0/+27