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/Setup: Add thread except for platforms without threads
knu
2007-02-10
7
-0
/
+11
*
* ext/thread/lib/thread.rb: Add a replacement of thread.rb that
knu
2007-02-10
2
-0
/
+10
*
* lib/thread.rb: Remove an ineffective part of the code.
knu
2007-02-10
2
-9
/
+4
*
* ext/thread/thread.c (rb_thread_exclusive): Implement
knu
2007-02-10
2
-0
/
+39
*
* ext/thread/thread.c: Get rid of use of a dummy function.
knu
2007-02-10
2
-11
/
+6
*
* 2007-02-11
eban
2007-02-10
1
-3
/
+3
*
* ext/thread/thread.c (Init_thread): Define missing aliases:
knu
2007-02-10
2
-0
/
+7
*
* ext/win32ole/win32ole.c (ole_variant2val): fix compile error
suke
2007-02-10
2
-1
/
+7
*
* ext/win32ole/win32ole.c (ole_variant2val): fix the bug when
suke
2007-02-09
2
-1
/
+10
*
* 2007-02-10
eban
2007-02-09
1
-3
/
+3
*
* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd,
nagai
2007-02-09
2
-2
/
+7
*
* ext/thread: Make style fixes (mostly de-K&R'ism) to match the
knu
2007-02-09
3
-696
/
+514
*
Oops, this is the original form. I committed the wrong file.
knu
2007-02-09
2
-6
/
+22
*
* ext/thread: Import the "fastthread" implementation by MenTaLguY
knu
2007-02-09
3
-0
/
+1310
*
20070209
knu
2007-02-09
1
-4
/
+4
*
Back out the previous commit which was unintended.
knu
2007-02-09
1
-2
/
+2
*
* ext/bigdecimal: Synchronize with trunk. Better function
knu
2007-02-09
6
-44
/
+38
*
Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org>
naruse
2007-02-06
3
-348
/
+767
*
* eval.c (rb_iterate): need to PUSH_ITER in proper order.
matz
2007-01-31
3
-2
/
+22
*
* 2007-01-31
eban
2007-01-31
1
-3
/
+3
*
* ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]
nagai
2007-01-31
1
-37
/
+12
*
* string.c (rb_str_sub_bang): calling rb_str_modify() should be just
usa
2007-01-30
2
-1
/
+7
*
* 2007-01-30
eban
2007-01-30
1
-3
/
+3
*
* mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]
nobu
2007-01-30
2
-4
/
+35
*
* ext/tk/sample/tktextio.rb: 'hist_size' option causes error.
nagai
2007-01-29
1
-1
/
+1
*
* parse.y (dyna_var_lookup): should not alter dvar->val not to
matz
2007-01-27
4
-6
/
+14
*
* 2007-01-26
usa
2007-01-26
1
-3
/
+3
*
* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys):
nagai
2007-01-26
11
-17
/
+47
*
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix
matz
2007-01-24
3
-4
/
+13
*
version.h: fix broken patchlevel; sorry
matz
2007-01-23
1
-0
/
+2
*
* hash.c: added documentation for Hash about how it uses eql? and
matz
2007-01-23
2
-1
/
+38
*
* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead
matz
2007-01-23
2
-1
/
+6
*
* ext/socket/socket.c: fix errors in socket sample code.
matz
2007-01-23
3
-8
/
+11
*
remove including header file
suke
2007-01-13
1
-2
/
+0
*
fix memory leak of win32ole.
suke
2007-01-13
3
-4
/
+24
*
* 2007-01-12
usa
2007-01-12
1
-3
/
+3
*
* ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctly
knu
2007-01-12
3
-13
/
+11
*
* 2007-01-10
usa
2007-01-10
1
-3
/
+3
*
* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...
aamine
2007-01-10
5
-17
/
+46
*
* file.c (rb_find_file): should not call fpath_check() with NULL.
usa
2007-01-09
2
-1
/
+8
*
* 2007-01-09
eban
2007-01-09
1
-3
/
+3
*
* string.c (rb_str_upto): String#upto from empty string makes
matz
2007-01-08
1
-1
/
+1
*
* string.c (rb_str_upto): String#upto from empty string makes
matz
2007-01-08
1
-0
/
+5
*
* 2007-01-07
eban
2007-01-07
1
-3
/
+3
*
Merge RDoc updates from matzruby 11502, 11503, 11504
drbrain
2007-01-07
3
-3
/
+165
*
updated based on date2 4.0.1.
tadf
2007-01-07
2
-2
/
+8
*
* 2007-01-03
eban
2007-01-03
1
-5
/
+5
*
* io.c (ruby_dup): start GC on ENOMEM as well.
matz
2007-01-03
2
-1
/
+5
*
Revert r11453
matz
2007-01-03
23
-329
/
+443
*
* io.c (ruby_dup): start GC on ENOMEM as well.
matz
2007-01-03
23
-443
/
+329
[prev]
[next]