aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (gnumake): check for GNU make.nobu2008-08-145-6/+44
* * common.mk (parse.h): workaround for nmake.nobu2008-08-144-4/+6
* test updated.akr2008-08-141-46/+57
* rdoc updated.akr2008-08-131-5/+12
* * thread.c (rb_thread_execute_interrupts): switch eventko12008-08-132-5/+6
* * common.mk: parse.h depends on parse.c.naruse2008-08-132-3/+8
* add ML ref.kazu2008-08-131-1/+1
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...kazu2008-08-132-0/+6
* cleanup spaces and tabskazu2008-08-131-18/+18
* * transcode.c (econv_primitive_convert): add output_byteoffsetakr2008-08-133-49/+112
* * transcode.c (rb_trans_open): constified.nobu2008-08-131-1/+3
* * configure.in (rb_cv_gcc_function_alias): checks alias attribute.nobu2008-08-133-16/+31
* svn:eol-sytlenobu2008-08-131-3/+3
* * common.mk (parse.h): fake rule.nobu2008-08-132-24/+32
* * test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo2008-08-132-1/+7
* * string.c (alias_func): changed to 'weak, alias' from 'alias' forkouji2008-08-132-2/+7
* * gc.c: count only freed object as freelist size.ko12008-08-132-7/+10
* * marshal.c (marshal_load): set arg.untrust properly.shugo2008-08-132-0/+5
* ignore newline.cknu2008-08-130-0/+0
* * transcode.c (econv_inspect): new method.akr2008-08-132-0/+22
* * hash.c (rb_hash_set_default_proc): add new method. a patch frommatz2008-08-132-0/+38
* * transcode.c (transcode_restartable0): several local variablesakr2008-08-132-9/+11
* * vm_insnhelper.c (caller_setup_args): should ensure if the valuematz2008-08-132-1/+6
* * common.mk: regint.h no longer includes vm_core.h.knu2008-08-132-32/+12
* * 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