summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-01-08* io.c (io_fread): warn nonblocking behavior.akr
2005-01-07* ChangeLog: left a conflict indicator in there, sorry.why
2005-01-07* lib/yaml.rb: Kernel#y requires an argument.why
2005-01-07* random.c (rand_init): use ALLOC_N instead of ALLOCA_Nakr
2005-01-07* gc.c (mark_locations_array): avoid core dump with -O3.akr
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value. (backportedusa
2005-01-06set ML numberocean
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-06* random.c (random_seed): O_NONBLOCK isn't defined on someocean
2005-01-06* lib/time.rb: recognize +00:00 and GMT as a localtime.akr
2005-01-05Allow for colons in DOS file namesdave
2005-01-05* random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2.akr
2005-01-05* eval.c (rb_thread_initialize): Thread objects cannot be initializednobu
2005-01-05* dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa
2005-01-04* random.c (init_by_array): imported from mt19937ar-cok.tgz.akr
2005-01-04* bignum.c (rb_big_rand): should return positive random number.matz
2005-01-03* random.c (random_seed): don't use /dev/urandom if it is not character device.akr
2005-01-03* random.c (random_seed): use /dev/urandom if available.akr
2005-01-02* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo
2004-12-31* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo
2004-12-31* variable.c (rb_autoload): [ruby-dev:25373]matz
2004-12-31Fix problem in ri formatting if heading contains markupdave
2004-12-29* eval.c (svalue_to_avalue): [ruby-dev:25366]matz
2004-12-29* string.c (rb_str_justify): [ruby-dev:25367]matz
2004-12-29* ChangeLog: removed a unrelated entry 'Sat Oct 9 00:25:39 2004'.eban
2004-12-29* ChangeLog: sorted.eban
2004-12-29* ChangeLog: remove junk.eban
2004-12-29Update kilmer template to use sectionsdave
2004-12-28* string.c (rb_str_justify): create buffer string after argument typenobu
2004-12-28* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu
2004-12-28* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu
2004-12-28* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu
2004-12-28* win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-27* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo
2004-12-27* test/fileutils/fileasserts.rb: sync with HEAD.aamine
2004-12-27* lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine
2004-12-25* stable version 1.8.2 released.matz
2004-12-24* lib/fileutils.rb (mkdir, mkdir_p): should ensure directory permission. (bac...aamine
2004-12-24* bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean
2004-12-24* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai
2004-12-24* win32/win32.[ch]: failed to compile on bcc32 (and probably wince)ocean
2004-12-23* io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu
2004-12-23* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu
2004-12-23* ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai
2004-12-23* process.c (proc_setgroups): check if the argument lenght isnobu
2004-12-23* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai
2004-12-23* io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003]nobu
2004-12-23* io.c (io_reopen): readable flag was left unset for read-only IO.nobu
2004-12-22* configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]nobu