aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-3/+3
* * configure.in: use waitpid on mingw32.eban2001-06-011-1/+1
* * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban2001-05-311-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-3/+19
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-283-2/+3
* * ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa2001-05-281-17/+14
* * ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu2001-05-241-1/+1
* * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu2001-05-242-12/+36
* * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu2001-05-241-5/+3
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-242-47/+46
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-9/+28
* * ext/extmk.rb.in (xsystem): backout the previous fix which wasknu2001-05-171-1/+0
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-171-0/+1
* * ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneededknu2001-05-171-1/+0
* * ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.knu2001-05-172-4/+3
* Add .cvsignore to let CVS ignore Makefile which is automaticallyknu2001-05-171-0/+1
* * ext/sha1/MANIFEST: Added.eban2001-05-171-0/+7
* * ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: s/SuperClass/Superclass/.knu2001-05-162-2/+2
* * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:knu2001-05-165-0/+5
* * ext/sha1/sha1.txt.jp: add the Japanese version derived fromknu2001-05-163-17/+80
* * ext/sha1/extconf.rb, ext/sha1/sha1.c: use WORDS_BIGENDIAN toknu2001-05-162-16/+3
* Initial revisionknu2001-05-165-0/+372
* * ext/md5/md5.txt: make wording fixes, and mention the newly addedknu2001-05-162-12/+17
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-2/+2
* * ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban2001-05-071-7/+8
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-4/+5
* rb_eGDBMFatalErrors -> rb_eGDBMFatalErroreban2001-05-061-2/+2
* forgot some checkins.matz2001-05-0613-183/+2027
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-026-137/+297
* * ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu2001-04-241-27/+22
* * ext/extmk.rb.in (create_makefile): create def file only ifeban2001-04-031-2/+4
* * ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu2001-03-281-1/+16
* * ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu2001-03-281-3/+9
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-274-17/+105
* * ext/md5/md5init.c (md5i_new): remove rb_scan_args().eban2001-03-261-1/+0
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-264-415/+493
* * ext/Win32API/Win32API.c: remove Init_win32api().eban2001-03-261-6/+0
* * ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban2001-03-221-1/+1
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-7/+9
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+3
* * ext/curses/extconf.rb: add dir_config.eban2001-02-181-0/+4
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-5/+0
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-144-4/+4
* gdbm typomatz2001-02-131-1/+1
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-134-69/+269
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-082-26/+76
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+1