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
...
*
Refinement for speedup.
shigek
2003-08-17
1
-24
/
+20
*
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
gotoyuzo
2003-08-17
4
-3
/
+28
*
2003-08-17
eban
2003-08-17
1
-3
/
+3
*
* ext/extmk.rb (extmake): should not force to remake Makefile when
nobu
2003-08-17
2
-4
/
+9
*
2003-08-16
nobu
2003-08-16
1
-3
/
+3
*
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-16
13
-93
/
+92
*
Typo 'selt' corrected to 'self'.
shigek
2003-08-16
1
-2
/
+2
*
sqrt() & atan() added.
shigek
2003-08-15
2
-5
/
+46
*
Bug fix: limit & div combination.
shigek
2003-08-15
2
-42
/
+42
*
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
nobu
2003-08-15
7
-27
/
+91
*
2003-08-15
eban
2003-08-15
1
-3
/
+3
*
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
6
-7
/
+46
*
Bug fix and addition of math.rb.
shigek
2003-08-14
1
-1
/
+10
*
Newly added.
shigek
2003-08-14
1
-0
/
+147
*
Changed to use lib/bigdecimal/math.rb.
shigek
2003-08-14
1
-36
/
+6
*
lib/bigdecimal/math.rb added.
shigek
2003-08-14
1
-0
/
+1
*
Bug fix: div method.
shigek
2003-08-14
1
-3
/
+5
*
* ext/win32ole/win32ole.c (OLE_FREE): should not call
suke
2003-08-14
2
-5
/
+17
*
2003-08-14
usa
2003-08-14
1
-3
/
+3
*
* gc.c (rb_data_object_alloc): check type of 1st argument.
usa
2003-08-14
2
-0
/
+6
*
Ambiguity of BigDecimal::limit removed.
shigek
2003-08-13
5
-70
/
+97
*
* lib/webrick/https.rb (HTTPServer#run): should set syncing-mode
gotoyuzo
2003-08-13
2
-1
/
+7
*
* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.
matz
2003-08-13
3
-4
/
+44
*
2003-08-13
eban
2003-08-13
1
-3
/
+3
*
* object.c (rb_class_s_alloc): add function prototype to avoid VC++
eban
2003-08-13
2
-3
/
+8
*
* ext/Win32API/Win32API.c (Win32API_initialize): should pass some
usa
2003-08-13
2
-1
/
+6
*
commit miss
nobu
2003-08-12
1
-1
/
+1
*
* ext/extmk.rb (extmake): compact $extlibs.
nobu
2003-08-12
2
-7
/
+8
*
2003-08-12
eban
2003-08-12
1
-3
/
+3
*
* Makefile.in: static link libraries to LIBRUBY_SO with static linked
nobu
2003-08-12
3
-11
/
+28
*
RD -> RDoc by William Webber
gsinclair
2003-08-11
1
-248
/
+381
*
* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the
matz
2003-08-11
2
-2
/
+22
*
* eval.c (rb_thread_restore_context): typo.
matz
2003-08-11
1
-1
/
+1
*
* eval.c (struct thread): add member to save backing store on
matz
2003-08-11
3
-4
/
+82
*
* lib/debug.rb(debug_command): inspection command should inspect resulting
nahi
2003-08-11
2
-6
/
+13
*
2003-08-11
eban
2003-08-11
1
-3
/
+3
*
* eval.c (rb_call_super): do not use rb_block_given_p() for
matz
2003-08-11
2
-3
/
+12
*
Bug fix: '-' should not be counted as a digit(to_s(n) format).
shigek
2003-08-10
1
-4
/
+2
*
* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE
gotoyuzo
2003-08-10
3
-1
/
+10
*
2003-08-10
eban
2003-08-09
1
-3
/
+3
*
* cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'
eban
2003-08-09
2
-1
/
+6
*
* marshal.c (w_object): do not dump generic instance variable when
matz
2003-08-09
2
-2
/
+7
*
Invalid date.
shigek
2003-08-08
1
-1
/
+1
*
F style output(like 1234.56789) implemented to to_s method.
shigek
2003-08-08
1
-0
/
+7
*
Comment changed.
shigek
2003-08-08
1
-1
/
+1
*
F style output(like 1234.56789) implemented to to_s method.
shigek
2003-08-08
4
-108
/
+267
*
2003-08-08
eban
2003-08-08
1
-3
/
+3
*
* marshal.c (w_object): should set `c_arg' at first.
matz
2003-08-08
2
-4
/
+8
*
* bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.
eban
2003-08-08
2
-1
/
+6
*
* lib/webrick/httputils.rb (FormData#list): should not take
gotoyuzo
2003-08-07
2
-2
/
+6
[prev]
[next]