index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/tk/lib/tk/composite.rb: improve handling of the classname on the
nagai
2006-07-13
3
-1
/
+107
*
* lib/rss/parser.rb: updated documents by a patch from
kou
2006-07-13
2
-3
/
+27
*
2006-07-13
kou
2006-07-13
1
-3
/
+3
*
* ext/tk/lib/multi-tk.rb: remove restriction on the class of
nagai
2006-07-11
2
-2
/
+9
*
* ext/tk/lib/multi-tk.rb: security fix.
nagai
2006-07-11
3
-3
/
+11
*
2006-07-11
usa
2006-07-11
1
-3
/
+3
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
2
-1
/
+5
*
* gc.c (gc_sweep): expand heap earlier.
akr
2006-07-10
2
-2
/
+15
*
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
nagai
2006-07-10
2
-1
/
+5
*
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2006-07-10
9
-40
/
+543
*
* signal.c (ruby_nativethread_signal, posix_nativethread_signal,
nagai
2006-07-10
4
-10
/
+154
*
Merged my changes from HEAD
ryan
2006-07-10
10
-79
/
+1845
*
* st.h (st_data_t): use pointer sized integer for st_data_t.
matz
2006-07-10
2
-0
/
+12
*
2006-07-10
nobu
2006-07-10
1
-3
/
+3
*
* eval.c (rb_clear_cache_for_undef): clear entries for included
nobu
2006-07-10
2
-1
/
+7
*
* lib/mkmf.rb (create_makefile): prevent substitution of macro
nobu
2006-07-09
2
-2
/
+5
*
* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.
nobu
2006-07-09
2
-29
/
+30
*
2006-07-09
nobu
2006-07-08
1
-3
/
+3
*
* eval.c (next_jump): deal with destination of next.
nobu
2006-07-08
2
-3
/
+33
*
update doc.
akr
2006-07-08
1
-0
/
+4
*
2006-07-08
suke
2006-07-07
1
-3
/
+3
*
Test class name should not be duplicated.
suke
2006-07-07
2
-2
/
+2
*
* hash.c (rb_hash_default): should not call default procedure if
matz
2006-07-06
2
-0
/
+6
*
2006-07-07
matz
2006-07-06
1
-3
/
+3
*
* time.c (time_mload): a patch from Daniel Berger
matz
2006-07-06
2
-3
/
+8
*
* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to
nobu
2006-07-06
3
-7
/
+34
*
* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.
aamine
2006-07-06
3
-56
/
+98
*
2006-07-06
aamine
2006-07-06
1
-3
/
+3
*
2006-07-04
matz
2006-07-03
1
-3
/
+3
*
* ChangeLog: remove some direct reference to mail addresses
matz
2006-07-03
1
-11
/
+11
*
* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
nagai
2006-07-03
6
-11
/
+317
*
fix typos.
akr
2006-07-03
1
-3
/
+3
*
* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
nobu
2006-07-03
2
-6
/
+11
*
2006-07-03
matz
2006-07-02
1
-3
/
+3
*
* string.c (rb_str_inspect): encode \b (\010) for escape.
matz
2006-07-02
2
-0
/
+15
*
* ext/racc/cparse/cparse.c: sync with original code (rev 1.7).
aamine
2006-07-02
2
-94
/
+66
*
2006-07-02
aamine
2006-07-02
1
-3
/
+3
*
add a note for cygwin empty UDP packet problem.
akr
2006-07-01
1
-2
/
+6
*
* test/socket/test_nonblock.rb: add timeout to send/receive
akr
2006-07-01
2
-2
/
+11
*
2006-07-01
matz
2006-06-30
1
-4
/
+4
*
* configure.in: should test isinf for Solaris with GCC compiler.
matz
2006-06-30
2
-3
/
+5
*
* configure.in: should test isinf for Solaris with GCC compiler.
matz
2006-06-30
2
-1
/
+8
*
2006-06-30
matz
2006-06-30
1
-3
/
+3
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
matz
2006-06-29
2
-2
/
+5
*
* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from
matz
2006-06-29
7
-38
/
+705
*
RDoc patch by Robin Stocker <robin@nibor.org>
drbrain
2006-06-28
3
-636
/
+490
*
2006-06-29
drbrain
2006-06-28
1
-3
/
+3
*
* test/socket/test_unix.rb: test_seqpacket_pair removed.
akr
2006-06-28
2
-18
/
+5
*
2006-06-28
akr
2006-06-28
1
-3
/
+3
*
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-27
2
-4
/
+7
[prev]
[next]