summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-17* bootstraptest/runner.rb (assert_valid_syntax): added.nobu
2008-01-17* bootstraptest/test_attr.rb: moved test for [ruby-core:14641].nobu
2008-01-17* bootstraptest/test_attr.rb: added for [ruby-core:15120].nobu
2008-01-17* vm_insnhelper.c (vm_call_method): check argument number tonobu
2008-01-17* io.c (rb_io_check_readable): flush tied write IO too.nobu
2008-01-17* encoding.c (enc_free): removed since rb_encoding may be used whilenobu
2008-01-17* enc/euc_cn.c: split from enc/euc_kr.c.nobu
2008-01-17* ext/stringio/stringio.c (strio_init): use default external encodingnobu
2008-01-17* common.mk (encdb.h): give output file name to make_encdb.rb.nobu
2008-01-17* re.c (rb_char_to_option_kcode): fixed typo.nobu
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
2008-01-17* enc/shift_jis.c: newline at EOF.nobu
2008-01-16* encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu
2008-01-16* enc/windows_1251.c: newline at EOF.nobu
2008-01-16* io.c (pipe_open, rb_io_s_popen): clear temporary object to releasenobu
2008-01-16 * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARAusa
2008-01-16 * test/test_delegate.rb: add new test file for delegate.rb.usa
2008-01-16Fix grammar.knu
2008-01-16* ChangeLog: commit miss.nobu
2008-01-16* load.c (rb_feature_p): get rid of unlimited alloca.nobu
2008-01-16* file.c (sys_fail2): get rid of unlimited alloca.nobu
2008-01-16* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu
2008-01-16Clean up commentsdrbrain
2008-01-16Ignore encdb.hdrbrain
2008-01-15* enc/*: add ARG_UNUSED.naruse
2008-01-15* enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse
2008-01-15* encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse
2008-01-15* enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz
2008-01-15 * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa
2008-01-15 * win32/Makefile.sub (MKFILES): add dependecies.usa
2008-01-15* enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz
2008-01-15* enc/Makefile.in: ditto.nobu
2008-01-15* enc/utf_8.c: renamed as IANA name.nobu
2008-01-15* ruby.c (proc_options): encoding libraries cannot be loaded untilnobu
2008-01-15* win32/setup.mak: strip out empty lines from CPP output.nobu
2008-01-15* {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full pathnobu
2008-01-15* encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.nobu
2008-01-15 * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir whenusa
2008-01-15 * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]usa
2008-01-14* eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu
2008-01-14* common.mk: simplified dummy objects dependencies.nobu
2008-01-14* common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu
2008-01-14* io.c (appendline): specifying limit should not generate brokenmatz
2008-01-14* ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse
2008-01-14* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz
2008-01-14 * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa
2008-01-14* re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz
2008-01-14* golf_prelude.rb: Shorter method name completion. Same methodeban
2008-01-14* enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz
2008-01-14* thread.c: clear thread structure.ko1