aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enc/trans/newline.trans: new file.akr2008-08-131-0/+18
* * common.mk (parse.c): generates parse.h together.nobu2008-08-131-0/+6
* * vm.c: rewind cfp to show proper backtrace.ko12008-08-131-0/+5
* * tool/make-snapshot: fix for clean up.nobu2008-08-131-0/+4
* * vm_core.h: Declare rb_iseq_clone, which is used in class.c.knu2008-08-131-0/+4
* * transcode.c (transcode_search_path): return the length of converterakr2008-08-131-0/+15
* * tool/make-snapshot: try to find exported directory.nobu2008-08-131-0/+4
* * doc/NEWS: Mention the Readline.vi_editing_mode?,kouji2008-08-131-0/+6
* * transcode.c (econv_primitive_convert): add output_size argument.akr2008-08-121-0/+4
* * transcode.c (rb_trans_conv): report last transcode_obuf_full.akr2008-08-121-0/+5
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+16
* * transcode.c (str_transcode): fix error message.naruse2008-08-121-0/+4
* * transcode.c (rb_cEncodingConverter): new class Encoding::Converter.akr2008-08-121-0/+10
* * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr2008-08-121-0/+4
* * tool/make-snapshot: fix for enc.mk.nobu2008-08-121-0/+4
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-121-2/+2
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-121-0/+4
* * 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-121-0/+5
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-0/+6
* * gc.c (getrusage_time): Returned effective value on Windows.kouji2008-08-121-0/+4
* * transcode.c (rb_trans_open): free ts before raise.akr2008-08-121-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz2008-08-121-0/+5
* * enc/trans/make_transdb.rb: *.erb.c is not used anymore.akr2008-08-121-0/+4
* * transcode_data.h (rb_trans_elem_t): new field: from and to.akr2008-08-121-0/+7
* * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu2008-08-121-0/+8
* * tool/transcode-tblgen.rb (#transcode_tblgen): slight messagematz2008-08-121-0/+5
* * array.c (rb_ary_delete): Array#delete to return deleted element.matz2008-08-121-0/+4
* * transcode.c (trans_open_i): check the result of rb_transcoding_open.akr2008-08-121-0/+4
* * gc.c (gc_profile_result): use rb_str_catf.nari2008-08-121-0/+4
* * transcode_data.h (TRANSCODE_ERROR): removed.akr2008-08-121-0/+10
* * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine2008-08-121-0/+5
* * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu2008-08-121-0/+5
* * gc.c (gc_profile_result): use sprintf.nari2008-08-121-0/+4
* * string.c (rb_str_intern): should check symbol table overflow.matz2008-08-121-0/+4
* * lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine2008-08-121-0/+5
* * enc/depend: (transvpath_prefix): prefix has no extension, so replaceusa2008-08-121-0/+5
* * test/readline/test_readline.rb (TestReadline#test_safe_level_4):kouji2008-08-121-0/+5
* * enc/Makefile.in (.SUFFIXES): renamed to .trans.nobu2008-08-121-0/+8
* * lib/net/https.rb: supress syntax warning.aamine2008-08-121-0/+9
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu2008-08-121-0/+4
* * test/win32ole/test_err_in_callback.rb: do not require 'mkmf'matz2008-08-121-0/+5
* * transcode_data.h (rb_transcoder): add resetstate_func field forakr2008-08-111-0/+13
* * transcode.c (get_replacement_character): extracted fromakr2008-08-111-0/+5
* * transcode_data.h (rb_transcoder): typedef at first.akr2008-08-111-0/+4
* * transcode.c (rb_trans_conv): find second last error.akr2008-08-111-0/+4
* * transcode_data.h (rb_trans_result_t): new type.akr2008-08-111-0/+23
* * iseq.c (rb_iseq_clone): should preserve cref_stack link.matz2008-08-111-0/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz2008-08-111-0/+12
* * gc.c (getrusage_time): works only if RUSAGE_SELF is defined rightnobu2008-08-111-0/+7