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/pathname.rb (Pathname#unlink): use SystemCallError instead of
akr
2005-05-15
1
-1
/
+1
*
use raise(exception) [ruby-dev:26164]
seki
2005-05-15
1
-1
/
+2
*
* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory
akr
2005-05-15
1
-3
/
+3
*
restored @progress
ocean
2005-05-14
1
-2
/
+3
*
* ext/extmk.rb: keep srcdir unexpanded.
nobu
2005-05-13
1
-4
/
+4
*
* lib/rdoc/parsers/parse_c.rb: more readability for mixing
ocean
2005-05-12
1
-4
/
+10
*
* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.
ocean
2005-05-12
1
-0
/
+11
*
* lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger
gotoyuzo
2005-05-11
2
-16
/
+18
*
* lib/tempfile.rb (Tempfile#unlink): fixed typo.
ocean
2005-05-11
1
-1
/
+1
*
* lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"
ocean
2005-05-08
1
-29
/
+29
*
* lib/mkmf.rb (have_var): no libs argument is given.
nobu
2005-05-07
1
-2
/
+0
*
* lib/mkmf.rb (create_makefile): support platforms have file separator
nobu
2005-04-20
1
-1
/
+11
*
* lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5
keiju
2005-04-19
31
-279
/
+448
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-04-19
4
-0
/
+349
*
* lib/ftools.rb (File.safe_unlink): do not modify a symlinked file.
eban
2005-04-19
1
-22
/
+31
*
* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.
aamine
2005-04-14
1
-8
/
+25
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.
kou
2005-04-13
1
-3
/
+7
*
adhoc patch for [druby-ja:123]
seki
2005-04-11
1
-5
/
+19
*
* lib/mkmf.rb (configuration): shouldn't output hdrdir twice.
usa
2005-04-11
1
-1
/
+1
*
* lib/rss: backoported from HEAD.
kou
2005-04-09
16
-233
/
+483
*
* ext/extmk.rb (extmake): hdrdir needs to be defined also in
nobu
2005-04-08
1
-2
/
+2
*
* ext/extmk.rb (extmake): keep directory names in Makefile as macros.
nobu
2005-04-07
1
-7
/
+8
*
* lib/mkmf.rb (create_makefile): ensure library directories get made
nobu
2005-04-02
1
-3
/
+4
*
* configure.in (CP, INSTALL): get rid of less portable options.
nobu
2005-04-02
1
-6
/
+6
*
* lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on case
nobu
2005-03-31
1
-1
/
+5
*
* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,
nobu
2005-03-30
1
-63
/
+198
*
move method DRbObject#reinit to DRbObject.new_with.
seki
2005-03-28
2
-33
/
+132
*
* lib/mkmf.rb (macro_defined?): try to compile for an old compiler
nobu
2005-03-24
1
-6
/
+13
*
* lib/webrick/utils.rb (WEBrick::Utils.create_listeners):
gotoyuzo
2005-03-23
2
-2
/
+9
*
* lib/mkmf.rb (mkmf_failed): check if Makefile is created without
nobu
2005-03-20
1
-1
/
+1
*
*** empty log message ***
nobu
2005-03-15
1
-3
/
+3
*
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
gotoyuzo
2005-03-09
1
-10
/
+24
*
* lib/un.rb: should use OptionParser. (backported form HEAD)
eban
2005-03-07
1
-22
/
+30
*
* string.c (rb_str_cmp_m): should not return false but nil.
matz
2005-03-07
6
-3
/
+11
*
* lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f...
aamine
2005-03-06
1
-62
/
+121
*
* lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490]
akr
2005-03-06
1
-149
/
+118
*
* lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid
akr
2005-03-06
1
-4
/
+8
*
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace
nobu
2005-03-04
1
-1
/
+1
*
* lib/set.rb (SortedSet::setup): a hack to shut up warning.
matz
2005-03-04
1
-0
/
+5
*
improved keeper thread
seki
2005-02-28
1
-17
/
+37
*
* array.c (rb_ary_s_create): no need for negative argc check.
matz
2005-02-23
2
-2
/
+2
*
* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""
akira
2005-02-23
1
-8
/
+1
*
* lib/net/imap.rb (initialize): handle certs correctly. Thanks,
shugo
2005-02-22
1
-5
/
+6
*
* lib/open-uri.rb (URI::FTP#buffer_open): access mechanism
akr
2005-02-19
1
-4
/
+33
*
(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]
seki
2005-02-19
1
-2
/
+2
*
* lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check
akr
2005-02-19
1
-1
/
+6
*
* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.
ocean
2005-02-17
1
-2
/
+2
*
* lib/test/unit/collector.rb (collect_file): now deletes paths added
ntalbott
2005-02-17
3
-40
/
+45
*
add lazy stop_service.
seki
2005-02-16
2
-9
/
+11
*
* lib/rss/parser.rb (RSS::ListenerMixin::tag_end):
kou
2005-02-14
1
-1
/
+2
[next]