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
*
* 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
*
* lib/time.rb: date.rb is not required anymore.
akr
2001-12-18
2
-13
/
+35
*
* lib/time.rb: use Time#utc_offset.
akr
2001-12-17
1
-71
/
+10
*
aamine
aamine
2001-12-13
4
-115
/
+117
*
new file.
akr
2001-12-10
1
-0
/
+628
*
* matrix.rb: Vector#* bug. reported from Massimiliano Mirra
keiju
2001-12-09
1
-2
/
+2
*
aamine
aamine
2001-12-09
4
-94
/
+143
*
aamine
aamine
2001-12-07
4
-44
/
+35
*
* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.
usa
2001-12-06
1
-0
/
+3
*
* time.c (time_plus): must detect result overflow.
matz
2001-12-03
1
-53
/
+57
*
One more fix to use Digest::MD5.
knu
2001-12-01
1
-1
/
+1
*
Reflect the update of the MD5 module which is now Digest::MD5.
knu
2001-12-01
5
-21
/
+14
*
* eval.c (rb_thread_select): should subtract timeofday() from
matz
2001-11-28
1
-41
/
+49
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-42
/
+188
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-1
/
+1
*
* lib/cgi.rb: CGI#header: do not set Apache.request.status for
shugo
2001-11-21
1
-1
/
+3
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-1
/
+1
*
* lib/cgi.rb (header): support for Apache. thanks to
wakou
2001-11-18
1
-0
/
+4
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
3
-18
/
+25
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
2
-8
/
+12
*
* lib/net/imap.rb (getquota_response): use astring for mailbox
shugo
2001-11-06
1
-4
/
+2
*
* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.
keiju
2001-11-03
2
-6
/
+6
*
* bignum.c (rb_big_aref): idx may be a Bignum.
matz
2001-11-01
1
-32
/
+318
*
* lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by
wakou
2001-10-30
1
-3
/
+1
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-2
/
+2
*
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-10-22
1
-13
/
+0
*
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2001-10-16
1
-1
/
+1
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-2
/
+2
*
* lib/ftools.rb (catname): allow trailing '/' for the destination.
eban
2001-10-02
1
-6
/
+1
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
2
-10
/
+4
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-1
/
+4
*
* lib/net/telnet.rb: waitfor(): improvement. thanks to
wakou
2001-09-07
1
-1
/
+1
*
* lib/net/telnet.rb: waitfor(): bug fix.
wakou
2001-09-07
1
-2
/
+3
*
* lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).
wakou
2001-09-06
2
-77
/
+61
*
* lib/jcode.rb: fixup quote handing.
eban
2001-09-06
1
-8
/
+11
*
* lib/jcode.rb (_regexp_quote): fix quote handling, again.
eban
2001-09-06
1
-12
/
+14
*
typo fix
eban
2001-09-05
1
-1
/
+1
*
* lib/jcode.rb (_regexp_quote): fix quote handling.
eban
2001-09-05
1
-3
/
+1
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
1
-5
/
+11
[next]