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/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).
eban
2002-06-13
1
-1
/
+1
*
merged differences between uri-0.9.6 and uri-0.9.7
akira
2002-06-12
3
-11
/
+18
*
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
2002-06-11
1
-3
/
+3
*
* lib/net/ftp.rb (noop): new method.
shugo
2002-06-11
1
-0
/
+9
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
2
-21
/
+72
*
* lib/thread.rb (Queue::pop): get rid of race condition.
nobu
2002-06-06
1
-15
/
+7
*
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-06-04
2
-6
/
+15
*
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-30
1
-1
/
+2
*
* lib/cgi.rb: if StringIO is usable then use it.
wakou
2002-05-30
1
-5
/
+13
*
fix for POST method.
wakou
2002-05-29
1
-2
/
+2
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-0
/
+1
*
* lib/cgi.rb: not use const if GET, HEAD. check multipart form head.
wakou
2002-05-29
1
-22
/
+25
*
Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>
wakou
2002-05-20
1
-2
/
+2
*
added an entry (date/format.rb).
tadf
2002-05-19
1
-0
/
+1
*
use Array#select instead of Array#indexes.
tadf
2002-05-18
1
-1
/
+1
*
updated to the new version (based on date2 3.2.1).
tadf
2002-05-18
3
-335
/
+887
*
* lib/mkmf.rb: exclude topdir from the system configuration
knu
2002-05-04
1
-4
/
+4
*
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-05-02
1
-1
/
+1
*
* various files: macro fix-up by Michal Rokos.
matz
2002-04-25
1
-1
/
+3
*
discarded unused parameter
gotoken
2002-04-24
1
-3
/
+4
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_mark): must check if ptr is NULL
nobu
2002-04-23
1
-1
/
+2
*
* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead
usa
2002-04-23
1
-1
/
+2
*
* configure.in: cleanup for autoconf 2.5x.
eban
2002-04-19
1
-1
/
+1
*
modify document.
akr
2002-04-18
2
-3
/
+6
*
* eval.c (assign): ruby_verbose should be surrounded by RTEST().
matz
2002-04-11
1
-13
/
+13
*
* lib/cgi/session.rb: support for multipart form.
wakou
2002-04-10
1
-0
/
+1
*
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
1
-0
/
+1
*
* lib/mkmf.rb (try_link0): need expand macro in command, sync with
nobu
2002-04-09
1
-3
/
+3
*
* Makefile.in (CPPFLAGS): remove @includedir@.
matz
2002-04-02
1
-3
/
+3
*
mkmf.rb: files[0,1] == "." -> files[0,2] == "./"
ttate
2002-04-01
1
-1
/
+1
*
lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])
ttate
2002-04-01
1
-50
/
+87
*
Changed the regexp again to simplify code. See also [ruby-dev:16682].
nahi
2002-03-29
1
-8
/
+3
*
* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.
nobu
2002-03-29
1
-3
/
+3
*
* lib/mkmf.rb (arg_config): should use Shellwords::shellwords like
nobu
2002-03-29
1
-17
/
+35
*
Changed regexp for parsing break command '.*?+' to '.+'.
nahi
2002-03-29
1
-1
/
+1
*
* 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
[prev]
[next]