summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-08-14* common.mk (parse.h): workaround for nmake.nobu
2008-08-13* thread.c (rb_thread_execute_interrupts): switch eventko1
2008-08-13* common.mk: parse.h depends on parse.c.naruse
2008-08-13add ML ref.kazu
2008-08-13* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...kazu
2008-08-13cleanup spaces and tabskazu
2008-08-13* transcode.c (econv_primitive_convert): add output_byteoffsetakr
2008-08-13* configure.in (rb_cv_gcc_function_alias): checks alias attribute.nobu
2008-08-13* common.mk (parse.h): fake rule.nobu
2008-08-13* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo
2008-08-13* string.c (alias_func): changed to 'weak, alias' from 'alias' forkouji
2008-08-13* gc.c: count only freed object as freelist size.ko1
2008-08-13* marshal.c (marshal_load): set arg.untrust properly.shugo
2008-08-13* transcode.c (econv_inspect): new method.akr
2008-08-13* hash.c (rb_hash_set_default_proc): add new method. a patch frommatz
2008-08-13* transcode.c (transcode_restartable0): several local variablesakr
2008-08-13* vm_insnhelper.c (caller_setup_args): should ensure if the valuematz
2008-08-13* common.mk: regint.h no longer includes vm_core.h.knu
2008-08-13* transcode_data.h (rb_transcoding): add fields: writebuf_off,akr
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-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-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