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
...
*
* ChangeLog: add link to ruby-bugs.
eban
2003-09-29
1
-0
/
+1
*
* ext/win32ole/extconf.rb: add windows.h checking.
eban
2003-09-29
1
-0
/
+4
*
* lib/logger.rb: check if the given logdevice object respond_to :write and
nahi
2003-09-29
1
-0
/
+10
*
* ChangeLog: modify typo.
aamine
2003-09-29
1
-1
/
+1
*
* ChangeLog: small modify.
aamine
2003-09-29
1
-1
/
+1
*
* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]
aamine
2003-09-29
1
-0
/
+5
*
* eval.c (rb_thread_atfork): wrong format specifier.
matz
2003-09-29
1
-0
/
+14
*
* lib/webrick/utils.rb (Utils::su): use setgid and setuid to
gotoyuzo
2003-09-28
1
-0
/
+6
*
* lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under
nahi
2003-09-28
1
-1
/
+8
*
* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.
nahi
2003-09-27
1
-0
/
+10
*
* ChangeLog: add link to ruby-dev.
aamine
2003-09-27
1
-0
/
+1
*
* test/fileutils/test_fileutils.rb: clear all errors on Windows.
aamine
2003-09-27
1
-0
/
+6
*
* test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviour
nahi
2003-09-26
1
-0
/
+8
*
* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module
nahi
2003-09-26
1
-0
/
+7
*
* ext/socket/socket.c (ruby_connect): on win32, type of the 4th
usa
2003-09-26
1
-0
/
+5
*
* lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]
nobu
2003-09-26
1
-0
/
+4
*
* test/ruby/test_marshal.rb: add test for ruby's objects.
nahi
2003-09-26
1
-0
/
+4
*
* defines.h (flush_register_windows): use volatile only for gcc on
nobu
2003-09-26
1
-0
/
+8
*
* lib/README: updated.
nahi
2003-09-25
1
-0
/
+4
*
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
usa
2003-09-25
1
-0
/
+8
*
* lib/ostruct.rb: Added OpenStruct#==.
ntalbott
2003-09-25
1
-0
/
+6
*
* error.c (rb_warn_m): should not warn if -W0 is specified.
matz
2003-09-24
1
-0
/
+10
*
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
nobu
2003-09-24
1
-0
/
+6
*
* MANIFEST: add SOAP4R.
eban
2003-09-24
1
-0
/
+4
*
* lib/soap/* (29 files): SOAP4R added.
nahi
2003-09-24
1
-0
/
+18
*
* parse.y (str_xquote): do not prepend escapes in
nobu
2003-09-24
1
-1
/
+6
*
* lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.
gotoyuzo
2003-09-23
1
-0
/
+5
*
* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.
nahi
2003-09-23
1
-0
/
+7
*
* MANIFEST: updated.
eban
2003-09-22
1
-0
/
+4
*
* configure.in (AC_CHECK_FUNCS): add setuid and setgid.
gotoyuzo
2003-09-22
1
-0
/
+4
*
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument
gotoyuzo
2003-09-20
1
-0
/
+13
*
* lib/logger.rb: typo fixed.
nahi
2003-09-20
1
-0
/
+6
*
* test/testunit/*: Added.
ntalbott
2003-09-19
1
-0
/
+15
*
* lib/webrick/log.rb (BasicLog#log): get rid of as ineffectual
gotoyuzo
2003-09-18
1
-0
/
+7
*
* eval.c (proc_invoke): should push PROT_PCALL tag for orphans.
matz
2003-09-18
1
-0
/
+6
*
lib/pathname.rb: update document.
akr
2003-09-18
1
-0
/
+4
*
* lib/logger.rb: new file. Logger, formerly called devel-logger or
nahi
2003-09-18
1
-0
/
+7
*
* eval.c (localjump_destination): should not raise ThreadError
matz
2003-09-17
1
-0
/
+8
*
re-formatted wrongly.
nobu
2003-09-17
1
-1
/
+1
*
* parse.y (tokadd_string, parse_string, yylex): escaped terminator
nobu
2003-09-17
1
-3
/
+8
*
* test/fileutils/fileassertions.rb: new file.
aamine
2003-09-17
1
-0
/
+8
*
* test/strscan/test_stringscanner.rb: require test/unit.
aamine
2003-09-17
1
-0
/
+4
*
* test/strscan/test_stringscanner.rb: new file.
aamine
2003-09-17
1
-0
/
+4
*
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-17
1
-2
/
+41
*
* regex.c (re_compile_pattern): should not translate character
matz
2003-09-16
1
-0
/
+5
*
* test/csv/test_csv.rb: add negative tests of row_sep.
nahi
2003-09-16
1
-0
/
+4
*
* MANIFEST: add test/csv/mac.csv.
eban
2003-09-16
1
-0
/
+6
*
* lib/csv.rb: add extra pamameter to specify row(record) separater character.
nahi
2003-09-15
1
-0
/
+13
*
OpenSSL update
michal
2003-09-12
1
-0
/
+24
*
* intern.h (rb_disable_super, rb_enable_super): replace with dummy
nobu
2003-09-12
1
-2
/
+8
[prev]
[next]