summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-10-02* io.c (rb_io_wait_readable): handle retryable errors.nobu
2002-10-02* commit miss; and tcltklib fix too.matz
2002-10-01 * ext/socket/socket.c (init_sock): no need for special finalizer,nobu
2002-10-01* range.c (range_check): need no Fixnum check.matz
2002-09-28* ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi
2002-09-27Update.knu
2002-09-27Update the MANIFEST files.knu
2002-09-26Add a knob WITH_BUNDLED_ENGINES to test.sh.knu
2002-09-26* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu
2002-09-26* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu
2002-09-26* ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu
2002-09-26* ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-24make it compilemichal
2002-09-24cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]michal
2002-09-12* dir.c (glob_helper): prevent memory leak using rb_protect().matz
2002-09-10* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban
2002-09-09* ext/stringio/stringio.c (strio_set_string): reinitializenobu
2002-09-08* time.c (time_free): prototype; struct time_object -> void *.eban
2002-09-08* ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoidusa
2002-09-08* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban
2002-09-08removed.eban
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-09-08bcc32/configure.bat : Control of a message.H_Konishi
2002-09-05= should be ==matz
2002-09-04* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban
2002-09-04Fix rb_digest_base_become (ruby-core:428)michal
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-03* extmk.rb: require mkmf.rb. remove duplicate methods.eban
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-09-01win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke
2002-08-30ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu
2002-08-29Merged Nakada's patch [ruby-dev:18097].ttate
2002-08-28* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-13ole_invoke: retry when calling by reference is fail.suke
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-08-10* win32ole.c(WIN32OLE#ole_methods): list up all methods.suke
2002-08-09* ext/Win32API/extconf.rb: check existence of <windows.h>.eban
2002-08-06* ext/racc/cparse/cparse.c: reduce goto.aamine
2002-08-06typonobu
2002-08-06* ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban
2002-08-05* MANIFEST: add lib/racc/parser.rb.aamine
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-08-04* ext/curses/curses.c: follow allocation framework.nobu