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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...
aamine
2003-08-27
1
-1
/
+1
*
* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifying
matz
2003-08-26
1
-0
/
+3
*
* lib/mkmf.rb (create_tmpsrc): add the hook for source.
nobu
2003-08-26
1
-43
/
+55
*
Added RDoc documentation.
wew
2003-08-23
1
-5
/
+764
*
* lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]
keiju
2003-08-23
1
-1
/
+1
*
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-22
2
-5
/
+11
*
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
1
-78
/
+0
*
Small documentation update, including source attribution.
gsinclair
2003-08-21
1
-2
/
+5
*
Small changes to documentation; mainly hiding things from RDoc.
gsinclair
2003-08-21
5
-21
/
+43
*
RD -> RDoc, with embellishments, by William Webber.
gsinclair
2003-08-19
1
-724
/
+1055
*
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-19
6
-160
/
+170
*
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-16
1
-9
/
+11
*
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
1
-1
/
+1
*
* lib/webrick/https.rb (HTTPServer#run): should set syncing-mode
gotoyuzo
2003-08-13
1
-0
/
+1
*
RD -> RDoc by William Webber
gsinclair
2003-08-11
1
-248
/
+381
*
* lib/debug.rb(debug_command): inspection command should inspect resulting
nahi
2003-08-11
1
-6
/
+6
*
* lib/webrick/httputils.rb (FormData#list): should not take
gotoyuzo
2003-08-07
1
-2
/
+1
*
* lib/test/unit/testcase.rb: Added equality checking.
ntalbott
2003-08-06
3
-3
/
+23
*
RD -> RDoc by William Webber
gsinclair
2003-08-06
1
-326
/
+302
*
* lib/mkmf.rb (have_library): treat nil function name as "main".
nobu
2003-08-06
1
-4
/
+4
*
* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]
nobu
2003-08-06
1
-14
/
+38
*
* lib/net/http.rb: update document.
aamine
2003-08-05
3
-69
/
+80
*
RDoc updated by William Webber
gsinclair
2003-08-05
1
-135
/
+204
*
RDoc comments provided by William Webber <wew@williamwebber.com>
gsinclair
2003-08-05
1
-467
/
+405
*
* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):
matz
2003-08-05
1
-1
/
+1
*
* lib/fileutils.rb (install): should preserve timestamp only.
eban
2003-08-05
1
-5
/
+5
*
* lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.
keiju
2003-08-05
2
-2
/
+5
*
* lib/irb/ruby-lec.rb: support %W-notation.
keiju
2003-08-05
1
-1
/
+2
*
* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.
matz
2003-08-04
1
-0
/
+6
*
* lib/test/unit/ui/console/testrunner.rb: Flushed io in the
matz
2003-08-04
1
-0
/
+2
*
* lib/net/imap.rb (receive_responses): raise exception to
shugo
2003-08-04
1
-17
/
+33
*
* lib/net/imap.rb: convert RD to RDoc.
shugo
2003-08-04
1
-812
/
+871
*
* lib/un.h (help): new. % ruby -run -e help cp
eban
2003-08-03
1
-13
/
+44
*
* numeric.c (flo_to_s): get rid of buffer overflow.
matz
2003-08-02
1
-219
/
+237
*
* lib/webrick/https.rb: change an option name.
gotoyuzo
2003-08-02
1
-2
/
+2
*
* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]
aamine
2003-08-02
1
-1
/
+1
*
* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]
nobu
2003-08-02
1
-0
/
+21
*
* lib/un.rb: add each descriptions for the -v option.
eban
2003-08-02
1
-0
/
+13
*
* class.c (rb_obj_singleton_methods): should not go up to
matz
2003-08-01
1
-1
/
+2
*
* lib/yaml/store.rb (YAML::Store#initialize): filename is first
why
2003-08-01
1
-1
/
+1
*
* lib/net/http.rb: refine document.
aamine
2003-08-01
1
-118
/
+174
*
* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]
aamine
2003-08-01
1
-591
/
+566
*
* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,
matz
2003-08-01
1
-1
/
+0
*
import erb-2.0.4b4
seki
2003-07-31
1
-9
/
+9
*
* numeric.c (rb_num_coerce_relop): export function.
matz
2003-07-31
1
-69
/
+63
*
add explicit trim mode
seki
2003-07-31
1
-16
/
+144
*
* lib/net/ftp.rb (return_code): obsolete.
shugo
2003-07-30
1
-26
/
+28
*
* lib/mkmf.rb (dir_config): allow multiple directories separated
nobu
2003-07-30
1
-11
/
+20
*
* lib/un.rb: add descriptions.
eban
2003-07-30
1
-21
/
+103
*
commit miss
nobu
2003-07-30
1
-1
/
+1
[prev]
[next]