aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse2008-01-144-4/+12
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-142-1/+7
* * ruby.1: a patch to describe --encoding. a patch from Yuguimatz2008-01-144-3/+47
* * re.c (rb_reg_prepare_re): initialize error message buffer.akr2008-01-142-9/+20
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-1431-2799/+2509
* * lib/rake/ruby182_test_unit_fix.rb: removed.nobu2008-01-142-29/+1
* Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-142-1/+5
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-142-9/+14
* * enc/*.c: add replicas and aliases.naruse2008-01-137-10/+84
* * define replica encoding "CP949".naruse2008-01-131-0/+1
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-1314-74/+1383
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-1320-7/+52
* * encoding.c: add documents.naruse2008-01-132-4/+34
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-133-16/+23
* * ruby.c (load_file): local variable was not initialized when -x flagnobu2008-01-132-3/+5
* * ruby.c (load_file): script files should not be affected by locale.nobu2008-01-132-2/+11
* * ruby.c (proc_options): fixed typo.nobu2008-01-131-1/+1
* Cleanup RDocdrbrain2008-01-138-211/+201
* Complete RDoc namespace changedrbrain2008-01-1315-46/+45
* Reorganize RDoc generatorsdrbrain2008-01-1315-251/+258
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-137-23/+29
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-133-60/+64
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-135-15/+35