aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Improve the description.ttate2002-10-021-6/+5
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-022-18/+13
* * commit miss; and tcltklib fix too.matz2002-10-026-16/+16
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-20/+0
* * range.c (range_check): need no Fixnum check.matz2002-10-011-0/+27
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-281-1/+1
* Update.knu2002-09-273-0/+3
* Update the MANIFEST files.knu2002-09-274-0/+12
* Add a knob WITH_BUNDLED_ENGINES to test.sh.knu2002-09-261-2/+8
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-265-5/+77
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-265-5/+81
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-265-4/+56
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-5/+2
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-2/+3
* make it compilemichal2002-09-241-2/+0
* cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]michal2002-09-242-71/+63
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-121-0/+1
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-1/+2
* * ext/stringio/stringio.c (strio_set_string): reinitializenobu2002-09-091-11/+25
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-6/+4
* * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoidusa2002-09-081-0/+1
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-083-86/+26
* removed.eban2002-09-081-544/+0
* * configure.in: modify program_prefix only if specifiedeban2002-09-0827-2/+577
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-081-1/+1
* = should be ==matz2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-21/+11
* Fix rb_digest_base_become (ruby-core:428)michal2002-09-041-3/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-042-4/+2
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-383/+68
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-034-79/+55
* win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke2002-09-011-11/+28
* ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban2002-08-301-1/+1
* * ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi2002-08-301-1/+1
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-305-14/+13
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu2002-08-281-6/+17
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+19
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-19/+37
* ole_invoke: retry when calling by reference is fail.suke2002-08-131-2/+20
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-132-10/+11
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-0/+1
* * win32ole.c(WIN32OLE#ole_methods): list up all methods.suke2002-08-101-115/+172
* * ext/Win32API/extconf.rb: check existence of <windows.h>.eban2002-08-091-1/+1
* * ext/racc/cparse/cparse.c: reduce goto.aamine2002-08-061-46/+46
* typonobu2002-08-061-17/+17
* * ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban2002-08-061-1/+1
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-052-385/+443
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83