summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-13* thread.c (rb_thread_check_ints): added. please note thatko1
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-08-13add rdoc.akr
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-13* test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse
2008-08-13* time.c (time_cmp): retry with right hand operand if its not amatz
2008-08-13* string.c: Apply a temporary fix to fix build on OS X. A realknu
2008-08-13* enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator toknu
2008-08-13* common.mk (prelude.c, golf_prelude.c): Using $(COMPILE_PRELUDE)knu
2008-08-13* transcode.c (econv_init): make flags argument optional.akr
2008-08-13Add parse.h.knu
2008-08-13* common.mk (realclean-local): Remove parse.h as well.knu
2008-08-13fix constant name.akr
2008-08-13fix variable name.akr
2008-08-13* enc/trans/newline.trans (rb_crlf_newline): new transcoder.akr
2008-08-13* enc/trans/newline.trans: new file.akr
2008-08-13* common.mk (parse.c): generates parse.h together.nobu
2008-08-13* vm.c: rewind cfp to show proper backtrace.ko1
2008-08-13* tool/make-snapshot: fix for clean up.nobu
2008-08-13* vm_core.h: Declare rb_iseq_clone, which is used in class.c.knu
2008-08-13* transcode.c (transcode_search_path): return the length of converterakr
2008-08-13* tool/make-snapshot: try to find exported directory.nobu
2008-08-13* doc/NEWS: Mention the Readline.vi_editing_mode?,kouji
2008-08-12* transcode.c (econv_primitive_convert): add output_size argument.akr
2008-08-12* transcode.c (rb_trans_conv): report last transcode_obuf_full.akr
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-08-12* transcode.c (str_transcode): fix error message.naruse
2008-08-12* transcode.c (rb_cEncodingConverter): new class Encoding::Converter.akr
2008-08-12* string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr
2008-08-12* tool/make-snapshot: fix for enc.mk.nobu
2008-08-12* string.c (rb_str_drop_bytes): new function to drop first bytes.nobu
2008-08-12* string.c (rb_str_drop): new function to drop first bytes.nobu
2008-08-12* string.c: more descriptive aliases of rb_str_new[2-5].nobu
2008-08-12* vm.c, vm_insnhelper.c (vm_define_method): moveko1
2008-08-12* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-08-12* gc.c (getrusage_time): Returned effective value on Windows.kouji
2008-08-12* transcode.c (rb_trans_open): free ts before raise.akr
2008-08-12* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz
2008-08-12* enc/trans/make_transdb.rb: *.erb.c is not used anymore.akr
2008-08-12* transcode_data.h (rb_trans_elem_t): new field: from and to.akr
2008-08-12* ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu
2008-08-12* tool/transcode-tblgen.rb (#transcode_tblgen): slight messagematz
2008-08-12Mention the Array#choice removal and the Array#delete change.knu
2008-08-12* array.c (rb_ary_delete): Array#delete to return deleted element.matz
2008-08-12* transcode.c (trans_open_i): check the result of rb_transcoding_open.akr
2008-08-12 * gc.c (gc_profile_result): use rb_str_catf.nari
2008-08-12* transcode_data.h (TRANSCODE_ERROR): removed.akr
2008-08-12* lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine
2008-08-12* sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu