| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method. | nagai | 2009-10-27 | 1 | -0/+4 |
| * | * string.c (chopped_length): get rid of unexpected exception. | nobu | 2009-10-27 | 1 | -0/+5 |
| * | * gc.h (SET_MACHINE_STACK_END): use __i386. | akr | 2009-10-27 | 1 | -0/+7 |
| * | * lib/net/ftp.rb (getbinaryfile, list): call to_s to convert | shugo | 2009-10-27 | 1 | -0/+5 |
| * | add commit log of r25499 | kazu | 2009-10-27 | 1 | -0/+6 |
| * | * gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386, | nobu | 2009-10-27 | 1 | -1/+6 |
| * | * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu. | naruse | 2009-10-27 | 1 | -1/+5 |
| * | * ChangeLog: typo. this commit fixed [ruby-core:26166] | usa | 2009-10-27 | 1 | -1/+1 |
| * | * vm_exec.c (DECL_SC_REG): use __clang__. | naruse | 2009-10-27 | 1 | -0/+4 |
| * | * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rb | nobu | 2009-10-26 | 1 | -0/+5 |
| * | fix typos | kazu | 2009-10-26 | 1 | -5/+5 |
| * | * gc.c (garbage_collect_with_gvl): do not garbage_collect when | matz | 2009-10-26 | 1 | -0/+5 |
| * | * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled | nagai | 2009-10-26 | 1 | -0/+7 |
| * | * vm.c (invoke_block_from_c): return Qnil when its iseq is | naruse | 2009-10-26 | 1 | -0/+5 |
| * | * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it. | naruse | 2009-10-26 | 1 | -0/+5 |
| * | * win32/Makefile.sub (config.h): added RUBY_SITEARCH to use | nobu | 2009-10-26 | 1 | -0/+5 |
| * | * array.c (rb_ary_cmp): Array#<=> returns nil when comparison fails | marcandre | 2009-10-26 | 1 | -0/+5 |
| * | * hash.c (default_proc_arity_check): new support function. | matz | 2009-10-26 | 1 | -0/+7 |
| * | * ext/tk/lib/remote-tk.rb: typo fixed. | nagai | 2009-10-26 | 1 | -0/+4 |
| * | * ruby.c (usage): -T and -W descriptions updated. see | mame | 2009-10-26 | 1 | -0/+7 |
| * | * io.c (io_fwrite): adjust stdio file position after direct write on | nobu | 2009-10-26 | 1 | -0/+5 |
| * | * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variable | nobu | 2009-10-25 | 1 | -0/+5 |
| * | * io.c (io_cntl): F_DUPFD is platform dependent. | nobu | 2009-10-25 | 1 | -0/+4 |
| * | * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local | nobu | 2009-10-25 | 1 | -0/+5 |
| * | * lib/matrix.rb (**): Optimization (up to 45% faster) | marcandre | 2009-10-24 | 1 | -0/+4 |
| * | * enum.c (enum_flat_map): new method that concatenates the values | matz | 2009-10-24 | 1 | -0/+5 |
| * | * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc | matz | 2009-10-24 | 1 | -0/+5 |
| * | * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063] | matz | 2009-10-24 | 1 | -0/+4 |
| * | * class.c (rb_class_new): move class check to rb_check_inheritable(). | matz | 2009-10-23 | 1 | -0/+7 |
| * | * io.c (io_cntl): update max file descriptor by the result of | akr | 2009-10-23 | 1 | -0/+5 |
| * | * configure.in (target, target_alias): replace with real cpu. | nobu | 2009-10-23 | 1 | -1/+5 |
| * | * configure.in (warnflags): use -Wextra only when | nobu | 2009-10-23 | 1 | -1/+4 |
| * | * configure.in (optflags): removed -fomit-frame-pointer by default. | nobu | 2009-10-23 | 1 | -0/+4 |
| * | * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always | nobu | 2009-10-23 | 1 | -0/+5 |
| * | * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable | nobu | 2009-10-22 | 1 | -0/+7 |
| * | * configure.in (warnflags): use -Wextra instead of -Wall. | nobu | 2009-10-22 | 1 | -0/+6 |
| * | * class.c (rb_obj_basic_to_s_p): typo. Please become familiar with | usa | 2009-10-22 | 1 | -0/+5 |
| * | * test/ruby/envutil.rb (assert_in_out_err): test_stdout and | akr | 2009-10-22 | 1 | -0/+8 |
| * | * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not | knu | 2009-10-22 | 1 | -0/+5 |
| * | * parse.y (arg_prepend): removed. a patch from Mikhail T. in | nobu | 2009-10-22 | 1 | -0/+5 |
| * | * object.c (rb_obj_inspect): print instance variables only when | matz | 2009-10-21 | 1 | -0/+7 |
| * | * object.c (rb_obj_inspect): fixed rdoc about the case that to_s | nobu | 2009-10-21 | 1 | -0/+5 |
| * | * test/logger/test_logger.rb (TestLogDevice#test_write): check | nobu | 2009-10-20 | 1 | -0/+5 |
| * | * ChangeLog: Added summary of r25412, cf [ruby-core:23598] | marcandre | 2009-10-20 | 1 | -0/+10 |
| * | * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed. | nahi | 2009-10-20 | 1 | -1/+5 |
| * | * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238. | nahi | 2009-10-20 | 1 | -0/+8 |
| * | * lib/matrix.rb: Bug fix. See detail [ruby-core:23598]. | keiju | 2009-10-20 | 1 | -0/+4 |
| * | * marshal.c (w_symbol, r_symreal): fixed the order of symbol and | nobu | 2009-10-20 | 1 | -0/+6 |
| * | * include/ruby/win32.h (finite, scalb): inline'ed non-standard | usa | 2009-10-20 | 1 | -0/+5 |
| * | * parse.y (ripper_intern): enable literal optimization. | nobu | 2009-10-20 | 1 | -1/+3 |