aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * common.mk (incs): includes encdb.h.nobu2008-01-132-1/+5
* * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]nobu2008-01-133-2/+6
* * enc/make_encdb.rb: set properties.nobu2008-01-131-64/+64
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-124-11/+16
* add a test.akr2008-01-121-0/+9
* * encoding.c (rb_enc_aliases): don't see enc_table_alias when it wasn't initi...naruse2008-01-121-2/+2
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-129-21/+154
* removed an extra blank line which was added by naruse.tadf2008-01-121-1/+0
* * eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu2008-01-122-3/+10
* * ext/nkf/nkf.c: rdoc update.naruse2008-01-122-6/+5
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-123-13/+26
* * bootstraptest/test_proc.rb: fixed wrong expected result. pointednobu2008-01-122-3/+8
* * 2008-01-12usa2008-01-111-3/+3