aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.naruse2009-10-272-2/+8
* * ChangeLog: typo. this commit fixed [ruby-core:26166]usa2009-10-271-1/+1
* * vm_exec.c (DECL_SC_REG): use __clang__.naruse2009-10-272-2/+6
* * mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu2009-10-262-1/+5
* * ext/tk/tcltklib.c: mistake on operation. sorry.nagai2009-10-261-1/+1
* fix typoskazu2009-10-261-5/+5
* * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip...kazu2009-10-262-6/+54
* * gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz2009-10-262-0/+6
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-264-2/+40
* * vm.c (invoke_block_from_c): return Qnil when its iseq isnaruse2009-10-262-1/+8
* * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.naruse2009-10-262-2/+7
* * win32/Makefile.sub (config.h): added RUBY_SITEARCH to usenobu2009-10-264-3/+10
* * array.c (rb_ary_cmp): Array#<=> returns nil when comparison failsmarcandre2009-10-262-2/+8
* * hash.c (default_proc_arity_check): new support function.matz2009-10-262-7/+22
* * man/*.1: suppressed warnings.nobu2009-10-265-60/+59
* * ext/tk/lib/remote-tk.rb: typo fixed.nagai2009-10-262-2/+6
* * ruby.c (usage): -T and -W descriptions updated. seemame2009-10-263-4/+11
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-263-2/+22
* * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variablenobu2009-10-252-4/+9
* * io.c (io_cntl): F_DUPFD is platform dependent.nobu2009-10-252-0/+6
* * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid localnobu2009-10-252-1/+6
* * test/dl/test_handle.rb: svn:eol-style.nobu2009-10-250-0/+0
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-252-0/+16
* * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove2009-10-252-0/+45
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-252-0/+27
* * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove2009-10-252-3/+40
* * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove2009-10-252-3/+33
* * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove2009-10-242-2/+30
* * lib/matrix.rb (**): Optimization (up to 45% faster)marcandre2009-10-242-11/+9
* * enum.c (enum_flat_map): new method that concatenates the valuesmatz2009-10-242-0/+49
* * hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz2009-10-244-4/+16
* * 2009-10-25svn2009-10-241-2/+2
* * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz2009-10-243-1/+15
* * lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre2009-10-241-0/+1
* * lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre2009-10-241-2/+2
* * lib/matrix (minor): Also handle negative arguments like Array#[]marcandre2009-10-241-5/+18
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-233-5/+11
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-233-1/+29
* * 2009-10-24svn2009-10-231-2/+2
* * io.c (io_cntl): update max file descriptor by the result ofakr2009-10-232-0/+8
* fix a typo.akr2009-10-231-1/+1
* * configure.in (target, target_alias): replace with real cpu.nobu2009-10-233-5/+16
* * configure.in (warnflags): use -Wextra only whennobu2009-10-232-11/+26
* * configure.in (optflags): removed -fomit-frame-pointer by default.nobu2009-10-232-4/+8
* * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu2009-10-232-1/+6
* * version.c (ruby_initial_load_paths): moved terminating semicolon.nobu2009-10-221-1/+2
* * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu2009-10-225-1/+17
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-224-6/+13
* * class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa2009-10-222-1/+6
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-223-3/+11