summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-13* common.mk (realclean-local): Remove parse.h as well.knu
2008-08-13fix constant 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-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
2008-08-12 * gc.c (gc_profile_result): use sprintf.nari
2008-08-12* string.c (rb_str_intern): should check symbol table overflow.matz
2008-08-12* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine
2008-08-12 * enc/depend: (transvpath_prefix): prefix has no extension, so replaceusa
2008-08-12* test/readline/test_readline.rb (TestReadline#test_safe_level_4):kouji
2008-08-12* enc/Makefile.in (.SUFFIXES): renamed to .trans.nobu
2008-08-12* lib/net/https.rb: supress syntax warning.aamine
2008-08-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu
2008-08-12* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'matz
2008-08-11* transcode_data.h (rb_transcoder): add resetstate_func field forakr
2008-08-11* transcode.c (get_replacement_character): extracted fromakr
2008-08-11* transcode_data.h (rb_transcoder): typedef at first.akr
2008-08-11* transcode.c (rb_trans_conv): find second last error.akr
2008-08-11* transcode_data.h (rb_trans_result_t): new type.akr