aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-191-0/+18
* * parse.y (parser_prepare): get encoding from the first line.nobu2008-01-181-0/+7
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-181-0/+9
* * sprintf.c (rb_str_format): set result encoding for wider width.nobu2008-01-181-0/+4
* * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handleusa2008-01-181-0/+5
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-181-0/+5
* * parse.y (ripper_initialize): too early to set parser->enc.usa2008-01-181-0/+4
* * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectlyusa2008-01-181-0/+8
* * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu2008-01-181-0/+10
* * thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu2008-01-181-0/+7
* * encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freezenobu2008-01-181-0/+5
* * test/ruby/test_m17n.rb (test_str_dump): added test forkazu2008-01-181-0/+5
* * string.c (rb_str_dump): preserve the encoding of source stringmatz2008-01-181-0/+7
* * encoding.c (load_encoding): check if successfully loaded.nobu2008-01-181-1/+3
* missing spacekazu2008-01-181-1/+1
* * encoding.c (rb_enc_find_index): use original encoding name tonobu2008-01-181-0/+5
* * encoding.c (rb_enc_find_index): use original encoding name tomatz2008-01-181-0/+3
* * encoding.c (rb_enc_aliases_enc_i): exclude non alias names frommatz2008-01-181-0/+3
* * re.c (rb_char_to_option_kcode): Regexp switch `s' should meanusa2008-01-181-0/+5
* * parse.y (ripper_initialize): move parser->enc initialization.matz2008-01-181-0/+2
* * parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().matz2008-01-181-0/+11
* * io.c (Init_IO): stdin/stdout may not be duplex.matz2008-01-171-0/+4
* * io.c (io_fwrite): always flush IO on tty, even without newlines.matz2008-01-171-0/+5
* Fix namespacingdrbrain2008-01-171-0/+6
* * bootstraptest/runner.rb (assert_valid_syntax): added.nobu2008-01-171-0/+6
* * vm_insnhelper.c (vm_call_method): check argument number tonobu2008-01-171-0/+5
* * io.c (rb_io_check_readable): flush tied write IO too.nobu2008-01-171-0/+6
* * encoding.c (enc_free): removed since rb_encoding may be used whilenobu2008-01-171-0/+5
* * enc/euc_cn.c: split from enc/euc_kr.c.nobu2008-01-171-0/+4
* * ext/stringio/stringio.c (strio_init): use default external encodingnobu2008-01-171-0/+6
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-171-0/+14
* * re.c (rb_char_to_option_kcode): fixed typo.nobu2008-01-171-0/+4
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-171-0/+9
* * encoding.c (enc_register_at): make own copy. [ruby-dev:33136]nobu2008-01-161-0/+4
* * io.c (pipe_open, rb_io_s_popen): clear temporary object to releasenobu2008-01-161-0/+5
* * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARAusa2008-01-161-0/+5
* * test/test_delegate.rb: add new test file for delegate.rb.usa2008-01-161-0/+4
* Fix grammar.knu2008-01-161-0/+4
* * ChangeLog: commit miss.nobu2008-01-161-6/+0
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-161-1/+13
* * file.c (sys_fail2): get rid of unlimited alloca.nobu2008-01-161-0/+6
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-161-0/+5
* * enc/*: add ARG_UNUSED.naruse2008-01-151-0/+6
* * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse2008-01-151-0/+5
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-0/+11
* * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz2008-01-151-0/+5
* * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa2008-01-151-0/+4
* * win32/Makefile.sub (MKFILES): add dependecies.usa2008-01-151-0/+4
* * enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz2008-01-151-0/+5
* * enc/Makefile.in: ditto.nobu2008-01-151-1/+3