aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* add comment for interpreter issue.akr2007-11-101-0/+6
* * string.c (tr_trans): cast to unsigned char after dereferenceakr2007-11-102-1/+7
* * configure.in, common.mk, Makefile.in: don't generateakr2007-11-104-15/+9
* don't use 1.9 feature.akr2007-11-101-1/+2
* fix file list.akr2007-11-101-1/+1
* * common.mk, Makefile.in: generate libminiruby-static.a akr2007-11-104-15/+24
* * common.mk (EXPLOBJS): create new variable for ext_prelude.o.akr2007-11-103-9/+16
* format change.akr2007-11-101-1/+3
* * gem_prelude.rb: new file for gem libraries. currently empty.akr2007-11-107-14/+103
* * thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATORshugo2007-11-102-1/+16
* * {lib,test}/rubygems: set property.nobu2007-11-101-183/+183
* Import RubyGems trunk revision 1493.drbrain2007-11-10144-0/+21330
* Don't override Enumerable#inject for 1.9drbrain2007-11-102-1/+5
* * parse.y: use ASCII encoding for string literals that aredavidflanagan2007-11-102-0/+19
* * {bcc32,win32}/Makefile.sub: vendor_ruby support.nobu2007-11-104-3/+21
* * parse.y (parser_nextc): added single line read forward buffer.nobu2007-11-092-15/+26
* * vm.h (FRAME_MAGIC_MASK_BITS): bits of FRAME_MAGIC_MASK.nobu2007-11-093-3/+10
* * eval.c (eval): should be volatile value for GC.ko12007-11-092-1/+5
* * ruby.c (locale_encoding): guestimate encoding from environmentnobu2007-11-092-4/+42
* * variable.c (rb_cvar_set): cvar assignment obey same rule to cvarmatz2007-11-092-35/+30
* * io.c (rb_io_each_byte): should update rbuf_off and rbuf_len formatz2007-11-092-2/+7
* * encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODINGnobu2007-11-092-4/+7
* * string.c (rb_str_squeeze_bang): initialize squeezing table if nonobu2007-11-092-1/+7
* * enum.c (each_with_index_i): use rb_yield_values() formatz2007-11-092-1/+7
* * test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz2007-11-092-6/+11
* * test/ruby/test_basicinstructions.rb: updated for new classmatz2007-11-094-14/+30
* * eval_load.c (loaded_feature_path): check with type of given feature.nobu2007-11-092-8/+28
* * eval.c (send_internal): use self in the previous frame to check fornobu2007-11-093-5/+18
* * marshal.c (w_object): should be SPECIAL_CONST_P() instead ofko12007-11-092-1/+6
* * eval.c (rb_invoke_method): check if invoked in function style.nobu2007-11-094-7/+40
* * cont.c: add rb_context_t#type.ko12007-11-092-22/+43