| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/zlib/zlib.c (zstream_end): should return value. (backported | usa | 2005-01-06 | 1 | -0/+5 |
| * | set ML number | ocean | 2005-01-06 | 1 | -0/+1 |
| * | * win32/win32.c (rb_w32_close): didn't close socket handle. | ocean | 2005-01-06 | 1 | -0/+7 |
| * | * random.c (random_seed): O_NONBLOCK isn't defined on some | ocean | 2005-01-06 | 1 | -0/+5 |
| * | * lib/time.rb: recognize +00:00 and GMT as a localtime. | akr | 2005-01-06 | 1 | -0/+4 |
| * | Allow for colons in DOS file names | dave | 2005-01-05 | 1 | -0/+5 |
| * | * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2. | akr | 2005-01-05 | 1 | -0/+7 |
| * | * eval.c (rb_thread_initialize): Thread objects cannot be initialized | nobu | 2005-01-05 | 1 | -0/+5 |
| * | * dir.c (dir_s_mkdir): win32 special processing doesn't need any | usa | 2005-01-05 | 1 | -0/+11 |
| * | * random.c (init_by_array): imported from mt19937ar-cok.tgz. | akr | 2005-01-04 | 1 | -0/+13 |
| * | * bignum.c (rb_big_rand): should return positive random number. | matz | 2005-01-04 | 1 | -0/+10 |
| * | * random.c (random_seed): don't use /dev/urandom if it is not character device. | akr | 2005-01-03 | 1 | -0/+5 |
| * | * random.c (random_seed): use /dev/urandom if available. | akr | 2005-01-03 | 1 | -0/+5 |
| * | * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload): | gotoyuzo | 2005-01-02 | 1 | -0/+16 |
| * | * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call | gotoyuzo | 2004-12-31 | 1 | -0/+5 |
| * | * variable.c (rb_autoload): [ruby-dev:25373] | matz | 2004-12-31 | 1 | -0/+4 |
| * | Fix problem in ri formatting if heading contains markup | dave | 2004-12-31 | 1 | -0/+5 |
| * | * eval.c (svalue_to_avalue): [ruby-dev:25366] | matz | 2004-12-29 | 1 | -0/+2 |
| * | * string.c (rb_str_justify): [ruby-dev:25367] | matz | 2004-12-29 | 1 | -0/+8 |
| * | * ChangeLog: removed a unrelated entry 'Sat Oct 9 00:25:39 2004'. | eban | 2004-12-29 | 1 | -5/+0 |
| * | * ChangeLog: sorted. | eban | 2004-12-29 | 1 | -5/+5 |
| * | * ChangeLog: remove junk. | eban | 2004-12-29 | 1 | -1/+0 |
| * | Update kilmer template to use sections | dave | 2004-12-29 | 1 | -0/+6 |
| * | * string.c (rb_str_justify): create buffer string after argument type | nobu | 2004-12-28 | 1 | -0/+5 |
| * | * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static | nobu | 2004-12-28 | 1 | -0/+5 |
| * | * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to | nobu | 2004-12-28 | 1 | -0/+8 |
| * | * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensure | nobu | 2004-12-28 | 1 | -0/+7 |
| * | * win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install, | usa | 2004-12-28 | 1 | -0/+8 |
| * | * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interp | nagai | 2004-12-27 | 1 | -0/+6 |
| * | * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should use | gotoyuzo | 2004-12-27 | 1 | -0/+5 |
| * | * test/fileutils/fileasserts.rb: sync with HEAD. | aamine | 2004-12-27 | 1 | -0/+8 |
| * | * lib/fileutils.rb (mv): should raise error when moving a directory to the (e... | aamine | 2004-12-27 | 1 | -0/+9 |
| * | * stable version 1.8.2 released. | matz | 2004-12-25 | 1 | -0/+12 |
| * | * lib/fileutils.rb (mkdir, mkdir_p): should ensure directory permission. (bac... | aamine | 2004-12-24 | 1 | -0/+8 |
| * | * bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD) | ocean | 2004-12-24 | 1 | -0/+8 |
| * | * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fix | nagai | 2004-12-24 | 1 | -0/+4 |
| * | * win32/win32.[ch]: failed to compile on bcc32 (and probably wince) | ocean | 2004-12-24 | 1 | -0/+4 |
| * | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu | 2004-12-23 | 1 | -0/+5 |
| * | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | nobu | 2004-12-23 | 1 | -0/+15 |
| * | * ext/tk/lib/tkextlib/blt.rb: add BLT extension support | nagai | 2004-12-23 | 1 | -0/+8 |
| * | * process.c (proc_setgroups): check if the argument lenght is | nobu | 2004-12-23 | 1 | -0/+5 |
| * | * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE | nagai | 2004-12-23 | 1 | -0/+11 |
| * | * io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003] | nobu | 2004-12-23 | 1 | -3/+2 |
| * | * io.c (io_reopen): readable flag was left unset for read-only IO. | nobu | 2004-12-23 | 1 | -0/+5 |
| * | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu | 2004-12-22 | 1 | -0/+4 |
| * | Removed duplicated entry | tadf | 2004-12-22 | 1 | -5/+0 |
| * | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu | 2004-12-22 | 1 | -0/+5 |
| * | * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after | nobu | 2004-12-21 | 1 | -0/+5 |
| * | * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. | nahi | 2004-12-21 | 1 | -2/+6 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode, | gotoyuzo | 2004-12-21 | 1 | -2/+8 |