aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-161-1/+13
* * file.c (sys_fail2): get rid of unlimited alloca.nobu2008-01-161-0/+6
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-161-0/+5
* * enc/*: add ARG_UNUSED.naruse2008-01-151-0/+6
* * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse2008-01-151-0/+5
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-0/+11
* * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz2008-01-151-0/+5
* * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa2008-01-151-0/+4
* * win32/Makefile.sub (MKFILES): add dependecies.usa2008-01-151-0/+4
* * enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz2008-01-151-0/+5
* * enc/Makefile.in: ditto.nobu2008-01-151-1/+3
* * enc/utf_8.c: renamed as IANA name.nobu2008-01-151-1/+5
* * ruby.c (proc_options): encoding libraries cannot be loaded untilnobu2008-01-151-0/+5
* * win32/setup.mak: strip out empty lines from CPP output.nobu2008-01-151-0/+4
* * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full pathnobu2008-01-151-0/+7
* * encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.nobu2008-01-151-0/+4
* * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir whenusa2008-01-151-0/+5
* * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]usa2008-01-151-0/+4
* * eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu2008-01-141-0/+4
* * common.mk: simplified dummy objects dependencies.nobu2008-01-141-0/+4
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-141-0/+11
* * io.c (appendline): specifying limit should not generate brokenmatz2008-01-141-0/+5
* * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse2008-01-141-0/+4
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-141-0/+6
* * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa2008-01-141-0/+4
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-141-0/+7
* * golf_prelude.rb: Shorter method name completion. Same methodeban2008-01-141-0/+9
* * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz2008-01-141-0/+6
* * thread.c: clear thread structure.ko12008-01-141-0/+7
* * bootstraptest/runner.rb: add "flunk" method.ko12008-01-141-0/+6
* * vm.h: remove dangerous assembler sentence.ko12008-01-141-0/+4
* * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse2008-01-141-0/+5
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-141-0/+6
* * ruby.1: a patch to describe --encoding. a patch from Yuguimatz2008-01-141-0/+7
* * re.c (rb_reg_prepare_re): initialize error message buffer.akr2008-01-141-0/+11
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-141-0/+5
* Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-141-0/+4
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-141-0/+5
* * enc/*.c: add replicas and aliases.naruse2008-01-131-0/+6
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-0/+11
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-131-0/+6
* * encoding.c: add documents.naruse2008-01-131-0/+4
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-131-0/+8
* * ruby.c (load_file): local variable was not initialized when -x flagnobu2008-01-131-1/+4
* * ruby.c (load_file): script files should not be affected by locale.nobu2008-01-131-0/+5
* Reorganize RDoc generatorsdrbrain2008-01-131-0/+4
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-0/+13
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-131-0/+4
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-0/+13
* * common.mk (incs): includes encdb.h.nobu2008-01-131-0/+4