aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * transcode_data.h (rb_transcoding): add fields: writebuf_off,akr2008-08-133-35/+106
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-134-2/+25
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-138-9/+20
* * thread.c, vm_core.h: add manual priority supportko12008-08-136-2/+59
* add rdoc.akr2008-08-131-0/+88
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-1323-93/+369
* * test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse2008-08-134-26/+34
* * time.c (time_cmp): retry with right hand operand if its not amatz2008-08-132-1/+16
* * string.c: Apply a temporary fix to fix build on OS X. A realknu2008-08-132-1/+6
* * enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator toknu2008-08-132-7/+12
* * common.mk (prelude.c, golf_prelude.c): Using $(COMPILE_PRELUDE)knu2008-08-132-2/+7
* * transcode.c (econv_init): make flags argument optional.akr2008-08-133-14/+31
* Add parse.h.knu2008-08-130-0/+0
* * common.mk (realclean-local): Remove parse.h as well.knu2008-08-132-35/+82
* fix constant name.akr2008-08-131-1/+1
* fix variable name.akr2008-08-131-4/+4
* * enc/trans/newline.trans (rb_crlf_newline): new transcoder.akr2008-08-134-2/+72
* * enc/trans/newline.trans: new file.akr2008-08-135-23/+137
* * common.mk (parse.c): generates parse.h together.nobu2008-08-134-40/+35
* * vm.c: rewind cfp to show proper backtrace.ko12008-08-132-42/+61
* * tool/make-snapshot: fix for clean up.nobu2008-08-134-10/+19
* * vm_core.h: Declare rb_iseq_clone, which is used in class.c.knu2008-08-132-0/+5
* * transcode.c (transcode_search_path): return the length of converterakr2008-08-132-59/+108
* * tool/make-snapshot: try to find exported directory.nobu2008-08-132-3/+12
* * doc/NEWS: Mention the Readline.vi_editing_mode?,kouji2008-08-132-0/+12
* * transcode.c (econv_primitive_convert): add output_size argument.akr2008-08-123-11/+20
* * transcode.c (rb_trans_conv): report last transcode_obuf_full.akr2008-08-123-31/+69
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-126-44/+63
* * transcode.c (str_transcode): fix error message.naruse2008-08-123-5/+9
* * transcode.c (rb_cEncodingConverter): new class Encoding::Converter.akr2008-08-123-0/+124
* * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr2008-08-122-1/+5
* * tool/make-snapshot: fix for enc.mk.nobu2008-08-122-28/+65
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-123-4/+4
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-123-0/+39
* * string.c: more descriptive aliases of rb_str_new[2-5].nobu2008-08-121-3/+2
* * vm.c, vm_insnhelper.c (vm_define_method): moveko12008-08-123-40/+45
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-123-30/+76
* * gc.c (getrusage_time): Returned effective value on Windows.kouji2008-08-122-0/+25
* * transcode.c (rb_trans_open): free ts before raise.akr2008-08-122-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz2008-08-122-1/+6
* * enc/trans/make_transdb.rb: *.erb.c is not used anymore.akr2008-08-122-1/+5
* * transcode_data.h (rb_trans_elem_t): new field: from and to.akr2008-08-123-14/+33
* * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu2008-08-122-6/+10
* * tool/transcode-tblgen.rb (#transcode_tblgen): slight messagematz2008-08-122-1/+6
* Mention the Array#choice removal and the Array#delete change.knu2008-08-121-0/+3
* * array.c (rb_ary_delete): Array#delete to return deleted element.matz2008-08-122-2/+10
* * transcode.c (trans_open_i): check the result of rb_transcoding_open.akr2008-08-122-1/+9
* * gc.c (gc_profile_result): use rb_str_catf.nari2008-08-122-17/+18
* * transcode_data.h (TRANSCODE_ERROR): removed.akr2008-08-125-38/+53
* * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine2008-08-122-0/+7