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/logger.rb: typo fixed.
nahi
2003-09-20
1
-5
/
+8
*
Minor documentation improvements
gsinclair
2003-09-19
1
-2
/
+3
*
Improved documentation
gsinclair
2003-09-19
1
-22
/
+36
*
Converted RD to RDoc (Lyle Johnson) and improved documentation.
gsinclair
2003-09-19
1
-460
/
+423
*
* test/testunit/*: Added.
ntalbott
2003-09-19
3
-24
/
+180
*
Small documentation correction
gsinclair
2003-09-19
1
-1
/
+1
*
* lib/webrick/log.rb (BasicLog#log): get rid of as ineffectual
gotoyuzo
2003-09-18
1
-5
/
+3
*
* eval.c (proc_invoke): should update "result" for orphans.
matz
2003-09-18
1
-1
/
+1
*
lib/pathname.rb: update document.
akr
2003-09-18
1
-3
/
+5
*
* lib/logger.rb: Comment fix. I don't like inline documentation... Hard to
nahi
2003-09-18
1
-2
/
+2
*
* lib/logger.rb: new file. Logger, formerly called devel-logger or
nahi
2003-09-18
1
-0
/
+574
*
* regex.c (re_compile_pattern): should not translate character
matz
2003-09-16
1
-3
/
+6
*
* lib/csv.rb: add extra pamameter to specify row(record) separater character.
nahi
2003-09-15
1
-55
/
+69
*
* bignum.c (rb_big_and): convert argument using 'to_int'.
matz
2003-09-12
2
-3
/
+6
*
Added documentation in RDoc format.
wew
2003-09-12
1
-38
/
+799
*
Took out useless @matched_item variable; some small refactoring.
dblack
2003-09-11
1
-18
/
+18
*
meta_vars should be String.
gotoyuzo
2003-09-08
1
-1
/
+1
*
* lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to
gotoyuzo
2003-09-08
2
-2
/
+5
*
* lib/optparse.rb, lib/optparse/version.rb: search also all
nobu
2003-09-08
2
-6
/
+21
*
* lib/webrick/accesslog.rb (AccessLog::setup_params): use req.port
gotoyuzo
2003-09-08
7
-14
/
+15
*
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
1
-2
/
+15
*
* lib/mkmf.rb (have_library, find_library): configure by library
nobu
2003-09-05
1
-2
/
+5
*
* lib/optparse.rb (--version): fix assignment/reference order.
nobu
2003-09-05
3
-6
/
+19
*
* lib/net/http.rb: cosmetic improvements to documentation
gsinclair
2003-08-31
2
-316
/
+318
*
* lib/optparse.rb: --version takes an optional argument; "all" or a list of p...
nobu
2003-08-31
2
-4
/
+54
*
yyyy/mm is not an acceptable format.
tadf
2003-08-31
2
-4
/
+2
*
Add documentation in RDoc format.
wew
2003-08-29
1
-1
/
+46
*
Add documentation in RDoc format.
wew
2003-08-29
1
-4
/
+278
*
* 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
[next]