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
...
*
* io.c (rb_f_backquote): need not to check nil result.
matz
2003-12-26
6
-20
/
+41
*
* configure.in: check if getcontext and setcontext are available.
nobu
2003-12-26
3
-41
/
+38
*
lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
akr
2003-12-26
2
-0
/
+6
*
* test/ruby/test_pack.rb: new test test_pack_N.
aamine
2003-12-26
2
-0
/
+16
*
2003-12-26
usa
2003-12-26
1
-3
/
+3
*
* MANIFEST: add vms/config.h and remove vms/config.h_in.
usa
2003-12-26
3
-2
/
+6
*
[VMS] "rfm=stmlf" is specified for open() and fopen().
akiyoshi
2003-12-26
2
-5
/
+10
*
config.h_in has been renamed to config.h
akiyoshi
2003-12-26
2
-61
/
+120
*
add __FAST_SETJMP macro to support threads on VMS
akiyoshi
2003-12-26
1
-0
/
+7
*
Fix problem with rule calculation
dave
2003-12-25
1
-0
/
+2
*
* string.c (rb_str_update): don't return any value.
usa
2003-12-25
2
-1
/
+5
*
* string.c (rb_str_update): call rb_str_modify().
matz
2003-12-25
4
-15
/
+24
*
2003-12-25
eban
2003-12-25
1
-4
/
+4
*
MG added RDoc comments to string.c
dave
2003-12-24
1
-0
/
+1145
*
* eval.c (search_required): search actual file name once when no
nobu
2003-12-24
2
-10
/
+14
*
* configure.in: check for nanosleep, -lrt if required.
matz
2003-12-24
3
-4
/
+26
*
Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...
dave
2003-12-24
1
-10
/
+7
*
* stable version 1.8.1 released.
matz
2003-12-24
4
-9
/
+13
*
* test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb
nahi
2003-12-24
4
-5
/
+15
*
* lib/tsort.rb (test_orphaned_break): removed.
akr
2003-12-24
2
-14
/
+4
*
* ext/tk/sample/tkmulticolumnlist.rb: new sample
nagai
2003-12-24
4
-8
/
+761
*
* configure.in (LDSHARED): Fixed typographical error in assignment of
eban
2003-12-24
2
-1
/
+7
*
* eval.c (catch_timer): do not call rb_thread_schedule() inside to
matz
2003-12-24
5
-27
/
+54
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for error
gotoyuzo
2003-12-24
2
-12
/
+38
*
* ext/stringio/stringio.c (strio_read): clear the buffer argument
nobu
2003-12-24
3
-0
/
+30
*
* lib/test/unit/assertions.rb: Modules are allowed to rescue.
nobu
2003-12-24
6
-31
/
+68
*
* MANIFEST:
eban
2003-12-24
1
-7
/
+7
*
* lib/net/imap.rb (authenticate): remove "\n" from base64 encoded
shugo
2003-12-24
2
-1
/
+6
*
Michael Granger added RDoc for range.c
dave
2003-12-24
1
-0
/
+184
*
Forgot to save buffer.... sigh
dave
2003-12-24
14
-1309
/
+1720
*
* test/fileutils/test_fileutils.rb: should not create any
nobu
2003-12-24
2
-1
/
+18
*
* ext/stringio/stringio.c (strio_read): never return nil at
nobu
2003-12-24
2
-4
/
+30
*
2003-12-24
usa
2003-12-24
1
-3
/
+3
*
* parse.y (arg): should return 0 after error. [ruby-dev:22360]
nobu
2003-12-24
2
-1
/
+7
*
Fix doc typos
dave
2003-12-23
1
-2
/
+3
*
* io.c (read_all): do not return nil at the end of file.
matz
2003-12-23
5
-50
/
+69
*
RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...
dave
2003-12-23
3
-1
/
+1174
*
* lib/optparse.rb: incomplete RDoc documentation added in place of
gsinclair
2003-12-23
2
-307
/
+411
*
2003-12-23
eban
2003-12-23
1
-3
/
+3
*
* test/soap/test_streamhandler.rb (test_basic_auth): removed.
nahi
2003-12-23
2
-10
/
+9
*
* io.c (rb_io_ungetc): raise an exception at unread stream to
nobu
2003-12-23
3
-10
/
+15
*
Commit miss?
usa
2003-12-23
1
-1
/
+1
*
* pack.c (pack_pack): remove unnecessary negative value check.
matz
2003-12-23
5
-12
/
+18
*
* bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]
usa
2003-12-23
2
-0
/
+5
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
4
-3
/
+18
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
3
-9
/
+37
*
* test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.
nahi
2003-12-23
2
-1
/
+12
*
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
gotoyuzo
2003-12-22
4
-36
/
+102
*
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
akira
2003-12-22
2
-1
/
+5
*
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
nobu
2003-12-22
2
-5
/
+5
[prev]
[next]