aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_check_readable): flush tied write IO too.nobu2008-01-172-0/+12
* * encoding.c (enc_free): removed since rb_encoding may be used whilenobu2008-01-172-12/+6
* * enc/euc_cn.c: split from enc/euc_kr.c.nobu2008-01-173-2/+15
* * ext/stringio/stringio.c (strio_init): use default external encodingnobu2008-01-173-4/+10
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-176-175/+305
* * re.c (rb_char_to_option_kcode): fixed typo.nobu2008-01-172-1/+5
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-173-7/+16
* * enc/shift_jis.c: newline at EOF.nobu2008-01-171-1/+1
* * encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu2008-01-162-0/+5
* * enc/windows_1251.c: newline at EOF.nobu2008-01-161-1/+1
* * io.c (pipe_open, rb_io_s_popen): clear temporary object to releasenobu2008-01-162-0/+7
* * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARAusa2008-01-162-1/+6
* * test/test_delegate.rb: add new test file for delegate.rb.usa2008-01-162-0/+19
* Fix grammar.knu2008-01-162-2/+6
* * ChangeLog: commit miss.nobu2008-01-161-6/+0
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-164-10/+29
* * file.c (sys_fail2): get rid of unlimited alloca.nobu2008-01-164-19/+59
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-165-7/+10
* Clean up commentsdrbrain2008-01-161-41/+9
* Ignore encdb.hdrbrain2008-01-160-0/+0
* * enc/*: add ARG_UNUSED.naruse2008-01-1524-90/+101
* * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse2008-01-155-32/+37
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-1514-67/+58
* * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz2008-01-152-41/+8
* * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa2008-01-152-4/+4
* * win32/Makefile.sub (MKFILES): add dependecies.usa2008-01-152-1/+6
* * enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz2008-01-152-1/+6
* * enc/Makefile.in: ditto.nobu2008-01-152-3/+5
* * enc/utf_8.c: renamed as IANA name.nobu2008-01-154-5/+13
* * ruby.c (proc_options): encoding libraries cannot be loaded untilnobu2008-01-152-8/+12
* * win32/setup.mak: strip out empty lines from CPP output.nobu2008-01-152-2/+8
* * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full pathnobu2008-01-154-4/+22
* * encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.nobu2008-01-152-1/+5
* * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir whenusa2008-01-153-2/+7
* * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]usa2008-01-152-0/+6
* * eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu2008-01-142-4/+9
* * common.mk: simplified dummy objects dependencies.nobu2008-01-142-7/+6
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-147-5/+24
* * io.c (appendline): specifying limit should not generate brokenmatz2008-01-143-3/+20
* * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse2008-01-142-1/+5
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-143-1/+8
* * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa2008-01-142-1/+5
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-145-11/+16
* * golf_prelude.rb: Shorter method name completion. Same methodeban2008-01-142-8/+78
* * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz2008-01-143-3/+9
* * thread.c: clear thread structure.ko12008-01-143-1/+28
* update last test.akr2008-01-141-1/+1
* * bootstraptest/runner.rb: add "flunk" method.ko12008-01-143-5/+16
* fix a test.akr2008-01-141-0/+1
* * vm.h: remove dangerous assembler sentence.ko12008-01-142-1/+4