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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
2003-08-18
1
-0
/
+18
*
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
nobu
2003-08-18
1
-0
/
+13
*
* dir.c (glob_helper): preserve raw order for **.
nobu
2003-08-18
1
-0
/
+4
*
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
nobu
2003-08-17
1
-0
/
+4
*
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
gotoyuzo
2003-08-17
1
-1
/
+12
*
* ext/extmk.rb (extmake): should not force to remake Makefile when
nobu
2003-08-17
1
-0
/
+5
*
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-16
1
-0
/
+26
*
sqrt() & atan() added.
shigek
2003-08-15
1
-0
/
+7
*
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
nobu
2003-08-15
1
-0
/
+25
*
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
1
-0
/
+21
*
Bug fix and addition of math.rb.
shigek
2003-08-14
1
-1
/
+10
*
* ext/win32ole/win32ole.c (OLE_FREE): should not call
suke
2003-08-14
1
-0
/
+10
*
* gc.c (rb_data_object_alloc): check type of 1st argument.
usa
2003-08-14
1
-0
/
+5
*
Ambiguity of BigDecimal::limit removed.
shigek
2003-08-13
1
-0
/
+4
*
* lib/webrick/https.rb (HTTPServer#run): should set syncing-mode
gotoyuzo
2003-08-13
1
-1
/
+6
*
* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.
matz
2003-08-13
1
-0
/
+7
*
* object.c (rb_class_s_alloc): add function prototype to avoid VC++
eban
2003-08-13
1
-0
/
+5
*
* ext/Win32API/Win32API.c (Win32API_initialize): should pass some
usa
2003-08-13
1
-0
/
+5
*
* ext/extmk.rb (extmake): compact $extlibs.
nobu
2003-08-12
1
-1
/
+3
*
* Makefile.in: static link libraries to LIBRUBY_SO with static linked
nobu
2003-08-12
1
-0
/
+7
*
* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the
matz
2003-08-11
1
-0
/
+3
*
* eval.c (struct thread): add member to save backing store on
matz
2003-08-11
1
-0
/
+15
*
* lib/debug.rb(debug_command): inspection command should inspect resulting
nahi
2003-08-11
1
-0
/
+7
*
* eval.c (rb_call_super): do not use rb_block_given_p() for
matz
2003-08-11
1
-0
/
+7
*
* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE
gotoyuzo
2003-08-10
1
-0
/
+8
*
* cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'
eban
2003-08-09
1
-0
/
+5
*
* marshal.c (w_object): do not dump generic instance variable when
matz
2003-08-09
1
-0
/
+5
*
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
*
* marshal.c (w_object): should set `c_arg' at first.
matz
2003-08-08
1
-0
/
+4
*
* bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.
eban
2003-08-08
1
-0
/
+5
*
* lib/webrick/httputils.rb (FormData#list): should not take
gotoyuzo
2003-08-07
1
-0
/
+5
*
* cygwin/GNUmakefile: add forwarding DLL target for cygwin.
eban
2003-08-07
1
-0
/
+2
*
* cygwin/GNUmakefile: better --disbale-shared option support.
eban
2003-08-07
1
-0
/
+10
*
* eval.c (rb_f_at_exit): should not be called without a block.
matz
2003-08-07
1
-0
/
+5
*
* eval.c (rb_call0): forgot to pop ruby_class.
matz
2003-08-06
1
-0
/
+2
*
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
matz
2003-08-06
1
-0
/
+50
*
* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
knu
2003-08-06
1
-0
/
+6
*
BigDecimal change.
shigek
2003-08-06
1
-0
/
+5
*
* lib/test/unit/testcase.rb: Added equality checking.
ntalbott
2003-08-06
1
-0
/
+6
*
* lib/mkmf.rb (have_library): treat nil function name as "main".
nobu
2003-08-06
1
-3
/
+3
*
* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]
nobu
2003-08-06
1
-0
/
+24
*
* ext/Setup*: add io/wait and openssl.
usa
2003-08-05
1
-0
/
+4
*
* lib/net/http.rb: update document.
aamine
2003-08-05
1
-0
/
+8
*
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
matz
2003-08-05
1
-0
/
+9
*
* lib/fileutils.rb (install): should preserve timestamp only.
eban
2003-08-05
1
-0
/
+4
*
* eval.c (rb_load): should preserve current source file/line.
nobu
2003-08-05
1
-0
/
+4
*
* doc/NEWS, doc/ChangeLog-1.8.0: added.
matz
2003-08-04
1
-23858
/
+3
*
* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.
matz
2003-08-04
1
-0
/
+8
*
* lib/test/unit/ui/console/testrunner.rb: Flushed io in the
matz
2003-08-04
1
-0
/
+5
[next]