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
...
*
* 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
*
aamine
aamine
2001-08-17
4
-24
/
+24
*
* win32/win32.c (NtCmdGlob): avoid VC++ warning.
usa
2001-08-15
1
-1
/
+1
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-2
/
+5
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
2
-8
/
+17
*
* lib/net/imap.rb: added new commands for managing folder quotas
shugo
2001-07-30
1
-0
/
+79
*
* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for
knu
2001-07-24
1
-2
/
+5
*
* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make
knu
2001-07-22
1
-2
/
+2
*
* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't
usa
2001-07-17
1
-1
/
+1
*
aamine
aamine
2001-07-13
2
-3
/
+3
[prev]
[next]