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/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do not
knu
2002-12-24
2
-2
/
+2
*
* class.c (ins_methods_i): should not show ID_ALLOCATOR.
matz
2002-12-24
1
-1
/
+1
*
Convert RD to Rdoc.
knu
2002-12-24
1
-216
/
+119
*
* lib/README: Synchronize with reality.
knu
2002-12-23
1
-4
/
+7
*
* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.
knu
2002-12-23
2
-0
/
+691
*
Rename an argument name to avoid a potential clash.
knu
2002-12-23
1
-2
/
+2
*
* lib/mkmf.rb (create_makefile): accept pure ruby libraries.
eban
2002-12-21
1
-18
/
+24
*
* object.c (Init_Object): should not remove Class#allocate.
matz
2002-12-20
2
-63
/
+65
*
* parse.y (do_block): split "do" block and tLBRACE_ARG block.
matz
2002-12-20
1
-20
/
+26
*
Fix a fatal typo. (pointed out by Jim Freeze)
knu
2002-12-20
1
-1
/
+1
*
* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rb
knu
2002-12-19
3
-25
/
+0
*
* lib/tempfile.rb: Embed Rdoc style comments.
knu
2002-12-19
1
-41
/
+56
*
Add Tempfile#close!() as a shorthand for Tempfile#close(true).
knu
2002-12-19
1
-7
/
+25
*
Delete final.rb, which was obsoleted long ago.
knu
2002-12-19
3
-6
/
+0
*
forgot to commit with open-uri.rb.
akr
2002-12-19
1
-0
/
+1
*
Add a missing ||.
knu
2002-12-18
1
-1
/
+1
*
* lib/open-uri.rb: new file.
akr
2002-12-16
1
-0
/
+390
*
* removed URI::Generic#to_ary.
akira
2002-12-16
2
-8
/
+5
*
* lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.
eban
2002-12-15
1
-3
/
+1
*
* configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGS
eban
2002-12-12
1
-2
/
+4
*
fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...
akira
2002-12-12
1
-9
/
+9
*
* io.c (io_read): takes optional second argument to specify a
matz
2002-12-11
1
-4
/
+5
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-1
/
+2
*
Teach eval the correct line number to report.
knu
2002-12-07
1
-1
/
+1
*
* lib/pp.rb (PP.singleline_pp): new method.
akr
2002-12-02
1
-68
/
+80
*
renamed OptionParser#new to #define.
nobu
2002-12-02
1
-9
/
+9
*
* lib/optparse.rb (OptionParser::new): same as OptionParser#on but
nobu
2002-12-01
1
-7
/
+23
*
* lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" in
knu
2002-11-28
1
-8
/
+7
*
* lib/mkmf.rb: Make sure to dig the destination directory before
knu
2002-11-27
1
-2
/
+2
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-10
/
+10
*
change default prompt.
keiju
2002-11-22
1
-0
/
+6
*
* erb.rb: fix def_class bug.
seki
2002-11-21
1
-2
/
+2
*
* lib/net/smtp.rb: changes coding style.
aamine
2002-11-21
3
-117
/
+122
*
* lib/net/http.rb: unify coding style.
aamine
2002-11-21
1
-221
/
+222
*
* lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...
aamine
2002-11-21
1
-1
/
+1
*
* lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...
aamine
2002-11-21
1
-7
/
+63
*
* array.c (rb_ary_zip): iterates over items in the receiver.
matz
2002-11-19
1
-1
/
+1
*
URI::extract extracts only URIs of specified schemes when schemes are specified.
akira
2002-11-19
1
-2
/
+2
*
initialize hack
matz
2002-11-19
1
-1
/
+1
*
* instruby.rb: not rewrite installed scripts when dry-run mode.
nobu
2002-11-18
1
-8
/
+4
*
Improve the comment section.
knu
2002-11-18
1
-11
/
+14
*
* lib/tempfile.rb: Make this libary thread safe.
knu
2002-11-17
1
-29
/
+52
*
* add ERB
seki
2002-11-17
1
-0
/
+258
*
* ostruct.rb: keep NoMethodError message with Ruby itself.
nahi
2002-11-15
1
-1
/
+1
*
* profile.rb: illegal use of Array#sort!. replaced it with non-bang
nahi
2002-11-14
1
-1
/
+2
*
* observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]
nahi
2002-11-14
2
-3
/
+3
*
* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]
nobu
2002-11-14
1
-1
/
+7
*
* math.c (math_acos): check errno after operation. ditto for
matz
2002-11-14
2
-6
/
+9
*
* lib/set.rb: retire contain?() and add superset?(),
knu
2002-11-09
1
-17
/
+128
*
DEBUGGER__::Context::debug_print_help: Typo fix of help message.
nahi
2002-11-09
1
-1
/
+1
[prev]
[next]