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/pp.rb (Kernel#pretty_inspect): defined for pretty printed
akr
2006-06-16
1
-1
/
+9
*
Don't merge ri files if is nil/empty
drbrain
2006-06-14
1
-2
/
+4
*
Don't print warnings when -q is set.
drbrain
2006-06-14
1
-3
/
+10
*
* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the
nobu
2006-06-11
1
-1
/
+1
*
* lib/optparse.rb (OptionParser#getopts): new methods.
nobu
2006-06-10
1
-1
/
+51
*
* lib/rdoc/ri/ri_writer.rb: use String#ord.
usa
2006-06-10
1
-1
/
+1
*
* lib/getoptlong.rb (GetoptLong#set_options): recieve arguments
usa
2006-06-10
4
-24
/
+19
*
* math.c (log2): may be a macro.
nobu
2006-06-09
2
-8
/
+13
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
13
-60
/
+209
*
* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.
nobu
2006-06-02
1
-1
/
+1
*
* ext/extmk.rb (extmake): remove extinit files if no statically linked
nobu
2006-05-27
1
-1
/
+1
*
* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.
nobu
2006-05-26
1
-1
/
+1
*
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2006-05-25
1
-24
/
+32
*
* mkconfig.rb: merge multiple entries to an entry with multiple lines.
nobu
2006-05-24
1
-4
/
+4
*
* lib/mkmf.rb (pkg_config): particular config commands support.
nobu
2006-05-24
1
-10
/
+20
*
* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,
gotoyuzo
2006-05-18
5
-14
/
+86
*
* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.
nobu
2006-05-17
1
-1
/
+1
*
* lib/pp.rb (PP.mcall): new method.
akr
2006-05-13
1
-3
/
+15
*
* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):
akr
2006-05-07
1
-1
/
+1
*
Short summary:
ser
2006-04-15
23
-1287
/
+1436
*
* lib/pathname.rb: use a subclass for instantiation except
akr
2006-04-04
1
-21
/
+23
*
* lib/mkmf.rb (create_makefile): support libraries without *.so.
usa
2006-03-15
1
-1
/
+1
*
* lib/fileutils.rb: do not repeat command options.
aamine
2006-03-05
1
-52
/
+54
*
* lib/net/http.rb (send_request_with_body): #content_type never return false,...
aamine
2006-03-05
1
-2
/
+2
*
* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination
akr
2006-03-03
1
-5
/
+8
*
* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.
ocean
2006-02-28
1
-4
/
+4
*
* lib/irb/ruby-lex.rb: fixed that irb can't parse /\^/. [ruby-dev:28404] and...
keiju
2006-02-28
1
-5
/
+5
*
* lib/pathname.rb (Pathname#each_filename): use split_names properly.
akr
2006-02-22
1
-1
/
+2
*
* mkconfig.rb: generate RbConfig instead of Config.
akr
2006-02-20
3
-21
/
+21
*
* lib/find.rb: should raise ENOENT if root entry does not exist,
usa
2006-02-20
1
-1
/
+1
*
* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]
matz
2006-02-20
1
-1
/
+1
*
* lib/delegate.rb (Delegator): should not delegate "funcall".
matz
2006-02-20
1
-3
/
+3
*
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
matz
2006-02-20
3
-42
/
+20
*
* lib/open-uri.rb: add :ssl_verify_mode option.
akr
2006-02-19
1
-1
/
+25
*
* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode
matz
2006-02-18
2
-2
/
+1
*
* lib/tracer.rb: merged a minor clarification patch from Daniel
matz
2006-02-17
1
-13
/
+9
*
* eval.c (ev_const_get): simplified using rb_const_get_fallback().
matz
2006-02-17
1
-1
/
+1
*
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-13
1
-2
/
+2
*
* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...
aamine
2006-02-05
1
-6
/
+8
*
* lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.
ocean
2006-02-05
1
-1
/
+1
*
* lib/pstore.rb: should return default value if name is not found.
ocean
2006-02-05
1
-2
/
+3
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-2
/
+2
*
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): added
usa
2006-02-02
1
-2
/
+6
*
* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this case
ocean
2006-01-27
1
-1
/
+1
*
* lib/test/unit/autorunner.rb (process_args): ignore arguments after
nobu
2006-01-22
1
-1
/
+1
*
* lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]
aamine
2006-01-19
1
-0
/
+1
*
* lib/rdoc/diagram.rb:
ocean
2006-01-13
6
-60
/
+60
*
(ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.
seki
2006-01-10
1
-4
/
+4
*
* lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in
ocean
2006-01-10
1
-10
/
+12
*
* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted
ocean
2006-01-10
1
-0
/
+1
[next]