aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enc/koi8_u.c: added.naruse2008-01-196-31/+260
* * string.c (coderange_scan): don't call mbclen functions for ASCIIakr2008-01-192-16/+73
* * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr2008-01-192-0/+7
* * encoding.c (enc_new): don't free rb_encoding to avoid SEGV byakr2008-01-192-2/+7
* * lib/date.rb (once): use an instance variable which points a hashtadf2008-01-192-4/+12
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-193-196/+60
* * configure.in (sigsetjmp): check if available.nobu2008-01-194-3/+9
* * configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu2008-01-192-6/+6
* * trunk/test/rdoc/test_rdoc_ri_formatter.rb: set eol-style.nobu2008-01-190-0/+0
* * ext/win32ole/win32ole.c (ole_set_safe_array): should not usesuke2008-01-193-15/+29
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-1915-261/+443
* * parse.y (parser_prepare): get encoding from the first line.nobu2008-01-183-6/+17
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-183-1/+47
* * sprintf.c (rb_str_format): set result encoding for wider width.nobu2008-01-183-0/+37
* * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handleusa2008-01-183-4/+9
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-183-1/+13
* * parse.y (ripper_initialize): too early to set parser->enc.usa2008-01-182-1/+7
* * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectlyusa2008-01-182-9/+17
* * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu2008-01-1810-26/+38
* * thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu2008-01-184-2/+9
* * encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freezenobu2008-01-182-5/+14
* * test/ruby/test_m17n.rb (test_str_dump): added test forkazu2008-01-182-0/+43
* * string.c (rb_str_dump): preserve the encoding of source stringmatz2008-01-182-1/+17
* * encoding.c (load_encoding): check if successfully loaded.nobu2008-01-182-12/+14
* missing spacekazu2008-01-181-1/+1
* * encoding.c (rb_enc_find_index): use original encoding name tonobu2008-01-182-1/+8
* * encoding.c (rb_enc_find_index): use original encoding name tomatz2008-01-182-1/+4
* * encoding.c (rb_enc_aliases_enc_i): exclude non alias names frommatz2008-01-182-4/+11
* * test_m17n.rb: Regexp switch `s' should mean Windows-31J, as wells asusa2008-01-181-12/+12
* * re.c (rb_char_to_option_kcode): Regexp switch `s' should meanusa2008-01-182-1/+6
* * parse.y (ripper_initialize): move parser->enc initialization.matz2008-01-182-0/+3
* * parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().matz2008-01-183-2/+19
* * io.c (Init_IO): stdin/stdout may not be duplex.matz2008-01-172-1/+4
* * io.c (io_fwrite): always flush IO on tty, even without newlines.matz2008-01-172-1/+6
* Fix namespacingdrbrain2008-01-173-25/+32
* * vm_insnhelper.c: math.h for isnan.nobu2008-01-171-0/+2
* * bootstraptest/runner.rb (assert_valid_syntax): added.nobu2008-01-173-4/+18
* * bootstraptest/test_attr.rb: moved test for [ruby-core:14641].nobu2008-01-172-23/+26
* * bootstraptest/test_attr.rb: added for [ruby-core:15120].nobu2008-01-171-0/+10
* * vm_insnhelper.c (vm_call_method): check argument number tonobu2008-01-172-27/+36
* * io.c (rb_io_check_readable): flush tied write IO too.nobu2008-01-172-0/+12
* * encoding.c (enc_free): removed since rb_encoding may be used whilenobu2008-01-172-12/+6
* * enc/euc_cn.c: split from enc/euc_kr.c.nobu2008-01-173-2/+15
* * ext/stringio/stringio.c (strio_init): use default external encodingnobu2008-01-173-4/+10
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-176-175/+305
* * re.c (rb_char_to_option_kcode): fixed typo.nobu2008-01-172-1/+5
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-173-7/+16
* * enc/shift_jis.c: newline at EOF.nobu2008-01-171-1/+1
* * encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu2008-01-162-0/+5
* * enc/windows_1251.c: newline at EOF.nobu2008-01-161-1/+1