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
...
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
2
-3
/
+14
*
Restore correct :nodoc: behavior with nested classes
dave
2004-10-26
1
-1
/
+2
*
* ext/zlib/zlib.c (zstream_append_input): clear klass for z->input
matz
2004-10-23
1
-9
/
+12
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):
gotoyuzo
2004-10-22
1
-1
/
+1
*
* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):
gotoyuzo
2004-10-21
1
-16
/
+19
*
* parse.y (lex_getline): should update ruby_debug_lines.
matz
2004-10-20
1
-0
/
+1
*
* array.c (rb_ary_times): Array#* should return an instance of
matz
2004-10-19
1
-3
/
+11
*
RDoc can now deal with "attr" used as a variable
dave
2004-10-19
1
-1
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
4
-7
/
+13
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):
gotoyuzo
2004-10-17
1
-2
/
+4
*
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
kou
2004-10-16
1
-1
/
+1
*
* lib/rss/: untabified.
kou
2004-10-16
16
-3046
/
+3046
*
* lib/rss: supported prety print.
kou
2004-10-16
6
-153
/
+193
*
* lib/mkmf.rb (create_makefile): install-rb is needed for statically
nobu
2004-10-16
1
-2
/
+1
*
* added link to Tutorial.
kou
2004-10-14
1
-0
/
+1
*
* lib/webrick/config.rb:
gotoyuzo
2004-10-12
5
-31
/
+136
*
Support "require" as variable name in RDoc
dave
2004-10-10
1
-1
/
+3
*
* lib/rss/converter.rb: changed to try to use Iconv for default
kou
2004-10-09
2
-8
/
+9
*
* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...
aamine
2004-10-08
1
-3
/
+3
*
* io.c (rb_io_mode_flags): preserve append mode flag.
matz
2004-10-06
1
-0
/
+2
*
* io.c (rb_fopen): mode string copy at the lowest level.
matz
2004-10-05
2
-0
/
+5
*
* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german
shugo
2004-10-03
1
-3
/
+3
*
synchronized with date2 3.6.1
tadf
2004-09-25
1
-19
/
+52
*
* enum.c (enum_sort_by): do not use qsort directly. use
matz
2004-09-21
1
-1
/
+0
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
2
-2
/
+39
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
2
-1
/
+2
*
Add simple formatter to ri
dave
2004-09-14
2
-15
/
+70
*
Fix up cross-file class merging
dave
2004-09-11
2
-1
/
+7
*
* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...
aamine
2004-09-10
1
-1
/
+1
*
James Buck's patch for call-seq
dave
2004-09-09
1
-1
/
+6
*
Allow spaces around parameter to define_method_under
dave
2004-09-09
1
-2
/
+2
*
ri now merges the documentation if it finds the same class in multiple places
dave
2004-08-30
7
-25
/
+60
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-1
/
+3
*
Minor fix to error message
dave
2004-08-25
1
-2
/
+1
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-08-24
2
-17
/
+7
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint
shugo
2004-08-24
1
-1
/
+1
*
* lib/resolv.rb (Config.default_config_hash): when multiple domains
usa
2004-08-23
1
-1
/
+1
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):
gotoyuzo
2004-08-21
1
-0
/
+3
*
* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.
nobu
2004-08-20
1
-2
/
+4
*
* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.
why
2004-08-18
1
-1
/
+0
*
* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,
why
2004-08-18
3
-21
/
+30
*
* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...
aamine
2004-08-18
1
-4
/
+3
*
Get RDoc::usage playing better with OptionParser
dave
2004-08-16
3
-8
/
+17
*
* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).
eban
2004-08-15
1
-1
/
+1
*
Add Ri environment variable support
dave
2004-08-13
1
-30
/
+14
*
Add "usage" interface
dave
2004-08-13
2
-5
/
+8
*
Commit miss
dave
2004-08-13
1
-0
/
+220
*
* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):
gotoyuzo
2004-08-13
3
-4
/
+8
*
* lib/webrick/httpservlet/erbhandler.rb
gotoyuzo
2004-08-09
1
-1
/
+2
*
* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.
aamine
2004-08-08
1
-63
/
+182
[prev]
[next]