summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-19* lib/rdoc/markup: Remove ListBase and Line constants.drbrain
2008-01-18* parse.y (parser_prepare): get encoding from the first line.nobu
2008-01-18* thread.c (thread_create_core): prohibit thread creation in thematz
2008-01-18* sprintf.c (rb_str_format): set result encoding for wider width.nobu
2008-01-18 * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handleusa
2008-01-18* thread.c (thread_create_core): set thread group before creatingnobu
2008-01-18 * parse.y (ripper_initialize): too early to set parser->enc.usa
2008-01-18 * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectlyusa
2008-01-18* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu
2008-01-18* thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu
2008-01-18* encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freezenobu
2008-01-18* test/ruby/test_m17n.rb (test_str_dump): added test forkazu
2008-01-18* string.c (rb_str_dump): preserve the encoding of source stringmatz
2008-01-18* encoding.c (load_encoding): check if successfully loaded.nobu
2008-01-18missing spacekazu
2008-01-18* encoding.c (rb_enc_find_index): use original encoding name tonobu
2008-01-18* encoding.c (rb_enc_find_index): use original encoding name tomatz
2008-01-18* encoding.c (rb_enc_aliases_enc_i): exclude non alias names frommatz
2008-01-18 * test_m17n.rb: Regexp switch `s' should mean Windows-31J, as wells asusa
2008-01-18 * re.c (rb_char_to_option_kcode): Regexp switch `s' should meanusa
2008-01-18* parse.y (ripper_initialize): move parser->enc initialization.matz
2008-01-18* parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().matz
2008-01-17* io.c (Init_IO): stdin/stdout may not be duplex.matz
2008-01-17* io.c (io_fwrite): always flush IO on tty, even without newlines.matz
2008-01-17Fix namespacingdrbrain
2008-01-17* vm_insnhelper.c: math.h for isnan.nobu
2008-01-17* bootstraptest/runner.rb (assert_valid_syntax): added.nobu
2008-01-17* bootstraptest/test_attr.rb: moved test for [ruby-core:14641].nobu
2008-01-17* bootstraptest/test_attr.rb: added for [ruby-core:15120].nobu
2008-01-17* vm_insnhelper.c (vm_call_method): check argument number tonobu
2008-01-17* io.c (rb_io_check_readable): flush tied write IO too.nobu
2008-01-17* encoding.c (enc_free): removed since rb_encoding may be used whilenobu
2008-01-17* enc/euc_cn.c: split from enc/euc_kr.c.nobu
2008-01-17* ext/stringio/stringio.c (strio_init): use default external encodingnobu
2008-01-17* common.mk (encdb.h): give output file name to make_encdb.rb.nobu
2008-01-17* re.c (rb_char_to_option_kcode): fixed typo.nobu
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
2008-01-17* enc/shift_jis.c: newline at EOF.nobu
2008-01-16* encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu
2008-01-16* enc/windows_1251.c: newline at EOF.nobu
2008-01-16* io.c (pipe_open, rb_io_s_popen): clear temporary object to releasenobu
2008-01-16 * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARAusa
2008-01-16 * test/test_delegate.rb: add new test file for delegate.rb.usa
2008-01-16Fix grammar.knu
2008-01-16* ChangeLog: commit miss.nobu
2008-01-16* load.c (rb_feature_p): get rid of unlimited alloca.nobu
2008-01-16* file.c (sys_fail2): get rid of unlimited alloca.nobu
2008-01-16* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu
2008-01-16Clean up commentsdrbrain
2008-01-16Ignore encdb.hdrbrain