summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-27* gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,nobu
2009-10-27* gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.naruse
2009-10-27* ChangeLog: typo. this commit fixed [ruby-core:26166]usa
2009-10-27* vm_exec.c (DECL_SC_REG): use __clang__.naruse
2009-10-26* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu
2009-10-26* ext/tk/tcltklib.c: mistake on operation. sorry.nagai
2009-10-26fix typoskazu
2009-10-26* parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip...kazu
2009-10-26* gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
2009-10-26* vm.c (invoke_block_from_c): return Qnil when its iseq isnaruse
2009-10-26* vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.naruse
2009-10-26* win32/Makefile.sub (config.h): added RUBY_SITEARCH to usenobu
2009-10-26* array.c (rb_ary_cmp): Array#<=> returns nil when comparison failsmarcandre
2009-10-26* hash.c (default_proc_arity_check): new support function.matz
2009-10-26* man/*.1: suppressed warnings.nobu
2009-10-26* ext/tk/lib/remote-tk.rb: typo fixed.nagai
2009-10-26* ruby.c (usage): -T and -W descriptions updated. seemame
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-25* ext/dl/handle.c (dlhandle_sym): fixed an invalid local variablenobu
2009-10-25* io.c (io_cntl): F_DUPFD is platform dependent.nobu
2009-10-25* ext/dl/handle.c (rb_dlhandle_close): fixed an invalid localnobu
2009-10-25* test/dl/test_handle.rb: svn:eol-style.nobu
2009-10-25* ext/dl/handle.c (**) adding documentationtenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove
2009-10-25* ext/dl/handle.c (**) adding documentationtenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove
2009-10-25* ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove
2009-10-24* ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove
2009-10-24* lib/matrix.rb (**): Optimization (up to 45% faster)marcandre
2009-10-24* enum.c (enum_flat_map): new method that concatenates the valuesmatz
2009-10-24* hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz
2009-10-24* 2009-10-25svn
2009-10-24* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz
2009-10-24* lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre
2009-10-24* lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre
2009-10-24* lib/matrix (minor): Also handle negative arguments like Array#[]marcandre
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-23* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove
2009-10-23* 2009-10-24svn
2009-10-23* io.c (io_cntl): update max file descriptor by the result ofakr
2009-10-23fix a typo.akr
2009-10-23* configure.in (target, target_alias): replace with real cpu.nobu
2009-10-23* configure.in (warnflags): use -Wextra only whennobu
2009-10-23* configure.in (optflags): removed -fomit-frame-pointer by default.nobu
2009-10-23* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu
2009-10-22* version.c (ruby_initial_load_paths): moved terminating semicolon.nobu
2009-10-22* configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu
2009-10-22* configure.in (warnflags): use -Wextra instead of -Wall.nobu
2009-10-22* class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa