index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'testunit'.
(no author)
2003-02-12
123
-39578
/
+0
*
Initial revision
ntalbott
2003-02-12
23
-0
/
+2337
*
* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.
aamine
2003-02-10
1
-2
/
+2
*
* lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless cross
nobu
2003-02-09
1
-2
/
+2
*
* lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...
aamine
2003-02-08
1
-2
/
+2
*
* lib/fileutils.rb: new method FileUtils.pwd (really).
aamine
2003-02-08
1
-14
/
+20
*
* lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,
knu
2003-02-07
9
-35
/
+35
*
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-02-06
1
-62
/
+49
*
* lib/complex.rb (Complex#==): should not raise error by type
matz
2003-02-06
2
-9
/
+22
*
* lib/open-uri.rb: dispatch code restructured to make it openable
akr
2003-02-05
1
-45
/
+39
*
* lib/open-uri.rb: Location: field may has a relative URI.
akr
2003-02-05
1
-1
/
+7
*
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2003-02-04
1
-37
/
+148
*
Added RDoc comments.
gsinclair
2003-02-03
1
-3
/
+147
*
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2003-01-31
1
-22
/
+230
*
* lib/optparse.rb (OptionParser::make_switch): NoArgument doesn't
nobu
2003-01-31
1
-4
/
+12
*
* lib/optparse.rb (OptionParser::List::accept): default
nobu
2003-01-30
1
-1
/
+1
*
* lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.
nobu
2003-01-30
1
-24
/
+41
*
* lib/shellwords.rb: Embed rdoc style comments.
knu
2003-01-26
1
-24
/
+36
*
*** empty log message ***
nobu
2003-01-25
1
-18
/
+16
*
Converted RD to RDoc and improved documentation. See comments at EOF.
gsinclair
2003-01-24
1
-261
/
+321
*
* eval.c (rb_eval): do not warn discarding already undefined
matz
2003-01-23
1
-1
/
+3
*
* lib/rational.rb: modified to support "quo".
matz
2003-01-23
2
-46
/
+8
*
makes possible to add files to clean and distclean targets
michal
2003-01-21
1
-6
/
+7
*
Small changes to documentation.
gsinclair
2003-01-21
1
-9
/
+9
*
Converted RD to RDoc, with some changes/additions.
gsinclair
2003-01-21
1
-175
/
+164
*
Correct descriptions of {proper_,}{superset,subset}?.
knu
2003-01-21
1
-5
/
+3
*
Very slight improvement to documentation.
gsinclair
2003-01-21
1
-1
/
+1
*
* lib/pp.rb: Use Test::Unit.
akr
2003-01-21
4
-89
/
+103
*
fix sharing_detection.
akr
2003-01-20
1
-0
/
+8
*
refine previous change.
akr
2003-01-20
1
-21
/
+0
*
* lib/pp.rb: Don't redefine `inspect'.
akr
2003-01-20
1
-65
/
+34
*
Modified some RDoc formatting.
gsinclair
2003-01-20
1
-2
/
+2
*
Added RDoc comments.
gsinclair
2003-01-20
1
-10
/
+43
*
* lib/tempfile.rb (self.open): If a block is given, call it with
knu
2003-01-20
1
-2
/
+18
*
make public ERB::Compiler
seki
2003-01-20
1
-3
/
+0
*
fix: % in <%..%>
seki
2003-01-20
1
-44
/
+74
*
* regex.c (is_in_list): should work weill with UTF-8.
matz
2003-01-20
1
-11
/
+14
*
Added RDoc comments.
gsinclair
2003-01-20
1
-27
/
+375
*
* lib/mkmf.rb (egrep_cpp): use inspect to show options.
nobu
2003-01-19
1
-5
/
+8
*
* lib/shellwords.rb (shellwords): A backslash ('\') in single
knu
2003-01-19
1
-2
/
+1
*
Added RDoc comments. See comments at EOF for TODOs.
gsinclair
2003-01-17
1
-24
/
+57
*
Added RDoc comments. Several issues exist: see comments at EOF.
gsinclair
2003-01-17
1
-0
/
+76
*
Added RDoc comments. Several TODOs remain; see comments at EOF.
gsinclair
2003-01-17
1
-0
/
+136
*
* hash.c (env_clear): new Hash compatible method.
matz
2003-01-07
1
-4
/
+1
*
* lib/fileutils.rb (ln): add ' -f' in the verbose message.
eban
2003-01-06
1
-2
/
+2
*
* lib/fileutils.rb (ln): `argv' is not a argument.
eban
2003-01-05
1
-1
/
+1
*
* instruby.rb: need paren in regexp(make -n install).
eban
2003-01-05
1
-1
/
+1
*
* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:
eban
2002-12-31
1
-1
/
+11
*
* lib/fileutils.rb: should not inherit ftools.rb's misfeature.
aamine
2002-12-29
1
-3
/
+0
*
* lib/fileutils.rb (cmp): return false if file size differs.
usa
2002-12-28
1
-1
/
+1
[next]