aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-23/+35
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-021-109/+208
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-4/+9
* Get rid of "return".ttate2002-07-301-1/+1
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+6
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-291-6/+4
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-261-1/+1
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-10/+25
* * ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu2002-07-111-2/+2
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-112-2/+16
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-283-39/+39
* Add Importable::symbol.ttate2002-06-271-39/+55
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-242-2/+2
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+3
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+6
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-1/+1
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-2/+2