index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-11-30
* test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.
nobu
2011-11-30
Fix r33904.
naruse
2011-11-30
* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake or
drbrain
2011-11-30
* lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline chars
usa
2011-11-30
* 2011-11-30
svn
2011-11-30
* ext/psych/parser.c (parse): parse method can take an option file
tenderlove
2011-11-29
Don't break tests.
naruse
2011-11-29
* lib/mkmf.rb: Fix indentations of constants at end of module.
drbrain
2011-11-29
* io.c (rb_write_error2): suppress unused variable warning.
nobu
2011-11-29
* win32/win32.c (rb_w32_inet_ntop): constified.
nobu
2011-11-29
* parse.y (nodetype, nodeline): suppress warnings.
nobu
2011-11-28
* lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.
drbrain
2011-11-28
* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Object
drbrain
2011-11-28
* include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.
nagachika
2011-11-28
* ChangeLog: fix some typos.
nagachika
2011-11-28
* 2011-11-29
svn
2011-11-28
* common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rb
yugui
2011-11-28
* test/rake/test_rake_directory_task.rb
usa
2011-11-28
* io.c (rb_write_error2): fwrite() returns ssize_t.
nobu
2011-11-28
* parse.y (nodetype, nodeline): static. these functions are for
usa
2011-11-28
* gc.c (initial_params): static. it seems to be forgetten at r33501.
usa
2011-11-28
* include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove
usa
2011-11-28
* win32/mkexports.rb (Exports#initialize): remove old symbol name.
usa
2011-11-28
* win32/mkexports.rb (Exports#read_substitution): need to read
nobu
2011-11-28
* io.c (rb_io_flush): release GVL during fsync() on Windows.
usa
2011-11-28
* include/ruby/subst.h: typo of r33876.
usa
2011-11-28
* include/ruby/subst.h: moved Windows specific substitions from
nobu
2011-11-28
* win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move the
usa
2011-11-28
* 2011-11-28
svn
2011-11-28
* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]
usa
2011-11-27
* configure.in: added -fno-strict-overflow. it suppress annoying
kosaki
2011-11-27
* io.c (rb_write_error2): get rid of warning on linux. fwrite
kosaki
2011-11-27
* configure.in (stack_protector): disable on mingw. [Bug#5676]
nobu
2011-11-27
* Makefile.in (DLDFLAGS): also needs -fstack-protector.
nobu
2011-11-27
* configure.in (-fstack-protector): also needed in DLDFLAGS.
nobu
2011-11-27
* configure.in: whitespace-cleanup.
nobu
2011-11-27
* configure.in: whitespace-cleanup.
nobu
2011-11-27
* thread_pthread.c (add_signal_thread_list): suppress warning for
nobu
2011-11-27
* insns.def (pop): suppress self-assign warning of clang.
nobu
2011-11-27
* configure.in: add -fstack-protector into XLDFLAGS as well as
kosaki
2011-11-27
fix typos and minor edit
kazu
2011-11-27
* ext/tk/tcltklib.c (eventloop_sleep): unused.
nobu
2011-11-27
An address can be negative.
naruse
2011-11-27
* configure.in: revert r33832 and r33833. [ruby-core:41313] [Bug #5674]
kosaki
2011-11-27
* configure.in: workaround to avoid MacOS X build error.
kosaki
2011-11-27
Run the test only if /dev/tty exists.
naruse
2011-11-26
* configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFly
naruse
2011-11-26
Fix typo in r33849.
naruse
2011-11-26
* configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.
naruse
2011-11-26
* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.
naruse
[next]