summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/yaml.rb: Kernel#y requires an argument.why2005-01-072-1/+7
* * random.c (rand_init): use ALLOC_N instead of ALLOCA_Nakr2005-01-072-2/+7
* * 2005-01-07nobu2005-01-071-3/+3
* * gc.c (mark_locations_array): avoid core dump with -O3.akr2005-01-072-2/+9
* * ext/zlib/zlib.c (zstream_end): should return value. (backportedusa2005-01-062-1/+6
* set ML numberocean2005-01-061-0/+1
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-062-1/+22
* * random.c (random_seed): O_NONBLOCK isn't defined on someocean2005-01-062-1/+9
* * 2005-01-06eban2005-01-061-3/+3
* * lib/time.rb: recognize +00:00 and GMT as a localtime.akr2005-01-062-4/+32
* Allow for colons in DOS file namesdave2005-01-052-1/+6
* * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2.akr2005-01-052-15/+26
* * eval.c (rb_thread_initialize): Thread objects cannot be initializednobu2005-01-052-1/+17
* * dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa2005-01-054-5/+56
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-040-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-01-042-0/+148
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-042-37/+229
* * 2005-01-05eban2005-01-041-3/+3
* * bignum.c (rb_big_rand): should return positive random number.matz2005-01-041-1/+0
* * 2005-01-04eban2005-01-041-3/+3
* * bignum.c (rb_big_rand): should return positive random number.matz2005-01-042-1/+14
* * random.c (random_seed): don't use /dev/urandom if it is not character device.akr2005-01-032-3/+20
* * 2005-01-03nobu2005-01-031-3/+3
* * random.c (random_seed): use /dev/urandom if available.akr2005-01-032-1/+24
* * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo2005-01-026-11/+31
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-01-026-0/+533
* * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo2004-12-312-1/+6
* * 2005-01-01eban2004-12-311-5/+5
* * variable.c (rb_autoload): [ruby-dev:25373]matz2004-12-312-1/+5
* * 2004-12-31eban2004-12-311-3/+3
* Fix problem in ri formatting if heading contains markupdave2004-12-313-9/+37
* * eval.c (svalue_to_avalue): [ruby-dev:25366]matz2004-12-292-1/+3
* * string.c (rb_str_justify): [ruby-dev:25367]matz2004-12-292-1/+9
* * ChangeLog: removed a unrelated entry 'Sat Oct 9 00:25:39 2004'.eban2004-12-291-5/+0
* * 2004-12-30eban2004-12-291-3/+3
* * ChangeLog: sorted.eban2004-12-291-5/+5
* * 2004-12-29eban2004-12-291-3/+3
* * ChangeLog: remove junk.eban2004-12-291-1/+0
* Update kilmer template to use sectionsdave2004-12-293-15/+35
* * string.c (rb_str_justify): create buffer string after argument typenobu2004-12-282-1/+6
* * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu2004-12-282-3/+12
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu2004-12-282-4/+14
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu2004-12-282-26/+52
* * 2004-12-28usa2004-12-281-3/+3
* * win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa2004-12-284-2/+49
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-274-27/+59
* * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo2004-12-272-1/+7
* * test/fileutils/fileasserts.rb: sync with HEAD.aamine2004-12-274-29/+170
* * 2004-12-27eban2004-12-271-3/+3
* * lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine2004-12-272-13/+41