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
2009-05-06
* util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fix
akr
2009-05-06
* README.ja: code for THINK_C does not exist already. [Bug #1435]
nobu
2009-05-05
* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.
nobu
2009-05-02
* 2009-05-02
svn
2009-05-02
* lib/set.rb (SortedSet): Fix document. [Bug #1429]
knu
2009-05-01
* lib/set.rb (SortedSet#add): Do not let an uncomparable object
knu
2009-05-01
* configure.in: fixed the help strings for the header and library
nobu
2009-05-01
* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.
nobu
2009-05-01
* eval.c, gc.c (_longjmp): never return. see [ruby-core:23241]
nobu
2009-04-30
* ChangeLog: fixed typo.
nobu
2009-04-29
* file.c (rb_file_join): recursive array has no meaning as path
nobu
2009-04-28
* eval.c (get_ts): use readtime clock. [ruby-dev:38354]
nobu
2009-04-28
* 2009-04-28
svn
2009-04-28
test/test_timeout.rb: backported from 1.9.
kazu
2009-04-26
* 2009-04-26
svn
2009-04-26
* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definition
nagai
2009-04-24
* eval.c (rb_thread_start_timer): guard condition was inverted.
nobu
2009-04-22
* time.c (time_mload): initializes a variable.
nobu
2009-04-22
* time.c (time_timeval): check out-of-range. [ruby-core:23282]
nobu
2009-04-22
* eval.c (proc_invoke): shares dmethod scope local variables.
nobu
2009-04-21
* lib/mkmf.rb (init_mkmf): needs default library path even if
nobu
2009-04-19
* eval.c (ruby_cleanup): the order of local variables on stack is
nobu
2009-04-18
* eval.c (safe_mutex_lock): pthread_cleanup_push() must not be
nobu
2009-04-18
* eval.c (rb_thread_remove): stops timer thread unless other
nobu
2009-04-09
* 2009-04-09
svn
2009-04-09
* ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170]
matz
2009-04-08
* lib/mkmf.rb (Logging.postpone): copy postponed output always.
nobu
2009-04-06
* configure.in (CFLAGS, CXXFLAGS): override with $cflags and
nobu
2009-04-06
* configure.in (CFLAGS, CXXFLAGS): use orignal values if given.
nobu
2009-04-03
* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]
nobu
2009-04-03
* Makefile.in (fake.rb): creates with config.status.
nobu
2009-04-03
* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]
nobu
2009-04-03
* eval.c (is_defined): made a volatile variable not to be
nobu
2009-04-03
------------------------------------------------------------------------
nobu
2009-04-03
* ext/extmk.rb: quotes arguments with spaces always.
nobu
2009-04-03
* common.mk (main): passes $(MAKE) to mkmain_cmd
nobu
2009-03-30
* eval.c (rb_eval): checks for interrupt, stack and finalizers too.
nobu
2009-03-27
* ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.
nobu
2009-03-27
* 2009-03-28
svn
2009-03-27
* ext/extmk.rb: MINIRUBY is given via make-flag.
nobu
2009-03-24
* 2009-03-25
svn
2009-03-24
* lib/cgi.rb: $KCODE always holds its value in upper case.
knu
2009-03-23
* process.c: Eliminate an "unused variable" warning.
knu
2009-03-23
* ext/stringio/stringio.c (StringIO#ungetbyte): New method
knu
2009-03-23
* process.c: Stick with the K&R style in 1.8.
knu
2009-03-23
Mention IO#ungetbyte(), which I have accidentally committed together
knu
2009-03-23
* 2009-03-23
svn
2009-03-23
* array.c (ary_resize_capa): Remove an unused function.
knu
2009-03-22
* ChangeLog: fixed grammo.
nobu
2009-03-22
* 2009-03-22
svn
[prev]
[next]