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/open-uri.rb: replace Kernel.open as well.
akr
2003-02-26
1
-0
/
+1
*
* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename must
nahi
2003-02-25
1
-1
/
+1
*
* lib/fileutils (fu_stream_blksize): wrong logial condition.
eban
2003-02-23
1
-1
/
+1
*
* lib/fileutils.rb: new method FileUtils#copy_stream.
aamine
2003-02-21
1
-46
/
+64
*
* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()
akira
2003-02-14
5
-10
/
+21
*
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
[prev]
[next]