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/net/http.rb: HTTP.get accepts URI.
aamine
2002-03-26
2
-191
/
+286
*
* lib/fileutils.rb: new file.
aamine
2002-03-26
2
-1
/
+802
*
* lib/pp.rb (pp): return nil like p.
akr
2002-03-25
2
-2
/
+6
*
racc runtime imported.
aamine
2002-03-22
2
-0
/
+481
*
net/protocol.rb: Protocol#start should return self.
aamine
2002-03-22
1
-1
/
+1
*
* lib/resolv.rb: fix arguments to create exceptions.
akr
2002-03-22
1
-2
/
+2
*
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-03-14
2
-0
/
+652
*
* lib/getopts.rb: single_options can be nil[*], and is not not
knu
2002-03-13
1
-2
/
+2
*
* lib/resolv.rb: don't complete domains for absolute FQNs.
akr
2002-03-12
1
-30
/
+31
*
* lib/tsort.rb: new file.
akr
2002-03-11
2
-0
/
+290
*
* lib/resolv.rb: use its own thread group for background threads.
akr
2002-03-08
1
-0
/
+5
*
* lib/getopts.rb: Rewrite to fix some bugs and complete features.
knu
2002-03-04
1
-75
/
+64
*
* lib/net/imap.rb: added document.
shugo
2002-03-01
1
-9
/
+165
*
* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.
akira
2002-02-26
2
-2
/
+14
*
Corrected mis-indentation. Try diff -w to find that these are the same without
nahi
2002-02-25
1
-704
/
+704
*
* lib/shell.rb (Shell::expand_path): relative to @cwd.
nobu
2002-02-25
1
-1
/
+1
*
Refactoring. Added Context#format_frame to format a frame, used by up/down
nahi
2002-02-23
1
-13
/
+16
*
modify typo.
aamine
2002-02-22
1
-1
/
+1
*
* lib/net/protocol.rb: set read_timeout dynamically.
aamine
2002-02-22
2
-39
/
+37
*
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-22
1
-5
/
+1
*
* prettyprint.rb: FillGroup implemented.
akr
2002-02-22
2
-54
/
+184
*
* pack.c (pack_pack): wrong # comment treatment.
matz
2002-02-21
1
-1
/
+1
*
aamine
aamine
2002-02-19
4
-520
/
+536
*
aamine
aamine
2002-02-07
2
-43
/
+55
*
uri-0.9.5
akira
2002-02-07
3
-4
/
+17
*
* lib/net/imap.rb: OpenSSL support.
shugo
2002-02-06
1
-14
/
+56
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
1
-2
/
+2
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
1
-4
/
+3
*
* lib/mkmf.rb (dir_config): prior --with flag.
nobu
2002-01-31
1
-18
/
+7
*
refine previous change.
akr
2002-01-31
1
-1
/
+1
*
* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.
akr
2002-01-31
1
-2
/
+8
*
* lib/pp.rb: don't print a mode File::Stat as decimal number.
akr
2002-01-29
1
-3
/
+3
*
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-29
2
-99
/
+229
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-1
/
+2
*
* lib/timeout.rb (timeout): new optional argument to specify an
akr
2002-01-16
2
-4
/
+7
*
* lib/English.rb: typo
matz
2002-01-11
1
-1
/
+1
*
added uri library (uri-0.9.4)
akira
2002-01-10
9
-0
/
+2302
*
fix typo in documentation.
akr
2002-01-07
1
-1
/
+1
*
* lib/time.rb (Time#xmlschema): new optional argument
akr
2002-01-07
1
-7
/
+26
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-04
1
-0
/
+4
*
The author of getoptlong.rb has agreed on changing the license from
knu
2002-01-04
1
-9
/
+2
*
* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.
eban
2002-01-02
1
-7
/
+13
*
aamine
aamine
2001-12-30
4
-538
/
+565
*
* ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.
eban
2001-12-29
1
-1
/
+4
*
* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lm
eban
2001-12-29
1
-0
/
+1
*
add pp.rb, prettyprint.rb and time.rb.
akr
2001-12-24
1
-0
/
+3
*
lib/pp.rb lib/prettyprint.rb: new file.
akr
2001-12-24
2
-0
/
+1230
*
* time.c (time_plus): result should not be negative unless
matz
2001-12-21
1
-3
/
+3
*
* lib/mkmf.rb (with_destdir): new.
nobu
2001-12-20
1
-9
/
+13
*
aamine
aamine
2001-12-20
1
-4
/
+4
[next]