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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* random.c (init_by_array): imported from mt19937ar-cok.tgz.
akr
2005-01-04
2
-37
/
+229
*
* 2005-01-05
eban
2005-01-04
1
-3
/
+3
*
* bignum.c (rb_big_rand): should return positive random number.
matz
2005-01-04
1
-1
/
+0
*
* 2005-01-04
eban
2005-01-04
1
-3
/
+3
*
* bignum.c (rb_big_rand): should return positive random number.
matz
2005-01-04
2
-1
/
+14
*
* random.c (random_seed): don't use /dev/urandom if it is not character device.
akr
2005-01-03
2
-3
/
+20
*
* 2005-01-03
nobu
2005-01-03
1
-3
/
+3
*
* random.c (random_seed): use /dev/urandom if available.
akr
2005-01-03
2
-1
/
+24
*
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
gotoyuzo
2005-01-02
6
-11
/
+31
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-01-02
6
-0
/
+533
*
* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call
gotoyuzo
2004-12-31
2
-1
/
+6
*
* 2005-01-01
eban
2004-12-31
1
-5
/
+5
*
* variable.c (rb_autoload): [ruby-dev:25373]
matz
2004-12-31
2
-1
/
+5
*
* 2004-12-31
eban
2004-12-31
1
-3
/
+3
*
Fix problem in ri formatting if heading contains markup
dave
2004-12-31
3
-9
/
+37
*
* eval.c (svalue_to_avalue): [ruby-dev:25366]
matz
2004-12-29
2
-1
/
+3
*
* string.c (rb_str_justify): [ruby-dev:25367]
matz
2004-12-29
2
-1
/
+9
*
* ChangeLog: removed a unrelated entry 'Sat Oct 9 00:25:39 2004'.
eban
2004-12-29
1
-5
/
+0
*
* 2004-12-30
eban
2004-12-29
1
-3
/
+3
*
* ChangeLog: sorted.
eban
2004-12-29
1
-5
/
+5
*
* 2004-12-29
eban
2004-12-29
1
-3
/
+3
*
* ChangeLog: remove junk.
eban
2004-12-29
1
-1
/
+0
*
Update kilmer template to use sections
dave
2004-12-29
3
-15
/
+35
*
* string.c (rb_str_justify): create buffer string after argument type
nobu
2004-12-28
2
-1
/
+6
*
* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
nobu
2004-12-28
2
-3
/
+12
*
* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
nobu
2004-12-28
2
-4
/
+14
*
* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensure
nobu
2004-12-28
2
-26
/
+52
*
* 2004-12-28
usa
2004-12-28
1
-3
/
+3
*
* win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,
usa
2004-12-28
4
-2
/
+49
*
* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interp
nagai
2004-12-27
4
-27
/
+59
*
* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should use
gotoyuzo
2004-12-27
2
-1
/
+7
*
* test/fileutils/fileasserts.rb: sync with HEAD.
aamine
2004-12-27
4
-29
/
+170
*
* 2004-12-27
eban
2004-12-27
1
-3
/
+3
*
* lib/fileutils.rb (mv): should raise error when moving a directory to the (e...
aamine
2004-12-27
2
-13
/
+41
*
* stable version 1.8.2 released.
matz
2004-12-25
4
-42
/
+44
*
* lib/fileutils.rb (mkdir, mkdir_p): should ensure directory permission. (bac...
aamine
2004-12-24
2
-9
/
+25
*
* bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)
ocean
2004-12-24
4
-4
/
+13
*
* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fix
nagai
2004-12-24
2
-2
/
+6
*
* win32/win32.[ch]: failed to compile on bcc32 (and probably wince)
ocean
2004-12-24
3
-1
/
+11
*
* io.c (io_reopen, rb_io_reopen): prohibit to change access mode for
nobu
2004-12-23
2
-23
/
+38
*
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
nobu
2004-12-23
2
-212
/
+237
*
* 2004-12-24
eban
2004-12-23
1
-3
/
+3
*
* ext/tk/lib/tkextlib/blt.rb: add BLT extension support
nagai
2004-12-23
37
-6
/
+5819
*
* process.c (proc_setgroups): check if the argument lenght is
nobu
2004-12-23
2
-1
/
+6
*
* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE
nagai
2004-12-23
5
-0
/
+101
*
* io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003]
nobu
2004-12-23
2
-5
/
+5
*
* 2004-12-23
nobu
2004-12-23
1
-3
/
+3
*
* io.c (io_reopen): readable flag was left unset for read-only IO.
nobu
2004-12-23
2
-1
/
+6
*
* configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]
nobu
2004-12-22
2
-9
/
+10
*
Removed duplicated entry
tadf
2004-12-22
1
-5
/
+0
[prev]
[next]