aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (process_options): -e'script' is locale encoding by default.naruse2008-01-112-8/+13
* * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse2008-01-112-0/+6
* * string.c (string.c): call rb_str_buf_append to update encoding ofakr2008-01-112-19/+20
* * proc.c (proc_mark): needs to mark the receiver too. a patch fromnobu2008-01-113-0/+14
* Remove lib/rdoc/usage.rbdrbrain2008-01-113-230/+20
* Follow namespace change for RDoc/RI [ruby-core:14964]drbrain2008-01-112-3/+8
* * string.c (rb_str_append): performance improvement.nobu2008-01-112-7/+11
* update rdoc: force_encoding doesn't accept nil.akr2008-01-111-2/+0
* * configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu2008-01-112-2/+2
* * configure.in: moved broken syscall checks from process.c etc.nobu2008-01-113-7/+18
* add tests.akr2008-01-111-0/+10
* * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu2008-01-112-8/+14
* * ChangeLog: commit missnobu2008-01-111-1/+2
* * lib/rdoc/options.rb ():nobu2008-01-112-1/+5
* * ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse2008-01-114-21/+22
* * encoding (set_base_encoding): must use rb_enc_dummy_p.naruse2008-01-112-1/+5
* * encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.nobu2008-01-102-2/+5
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-103-13/+27
* add a test.akr2008-01-101-0/+4
* make a test locale independent.akr2008-01-101-1/+1
* * prelude.rb (Mutex::synchronize): capture exception from unlock.matz2008-01-102-1/+6
* io.c (io_encoding_set): typo fixedmatz2008-01-101-1/+1
* * io.c (io_encoding_set): handle nil for v1.matz2008-01-102-4/+11
* * io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work asmatz2008-01-102-0/+6
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-094-13/+13