summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-19* ext/readline/readline.c: add new methods:knu
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-06-05* ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban
2001-06-05* ext/etc/extconf.rb: use egrep_cpp.eban
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-06-01* configure.in: use waitpid on mingw32.eban
2001-05-31* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-28* configure.in: remove unnecessary AC_CANONICAL_BUILDeban
2001-05-28* ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa
2001-05-24* ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu
2001-05-24* ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu
2001-05-24* ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-17* ext/extmk.rb.in (xsystem): backout the previous fix which wasknu
2001-05-17* lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu
2001-05-17* ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneededknu
2001-05-17* ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.knu
2001-05-17Add .cvsignore to let CVS ignore Makefile which is automaticallyknu
2001-05-17* ext/sha1/MANIFEST: Added.eban
2001-05-16* ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: s/SuperClass/Superclass/.knu
2001-05-16* ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:knu
2001-05-16* ext/sha1/sha1.txt.jp: add the Japanese version derived fromknu
2001-05-16* ext/sha1/extconf.rb, ext/sha1/sha1.c: use WORDS_BIGENDIAN toknu
2001-05-16Initial revisionknu
2001-05-16* ext/md5/md5.txt: make wording fixes, and mention the newly addedknu
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-07* ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-06rb_eGDBMFatalErrors -> rb_eGDBMFatalErroreban
2001-05-06forgot some checkins.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-04-24* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add theknu
2001-04-03* ext/extmk.rb.in (create_makefile): create def file only ifeban
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to Cknu
2001-03-28* ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.knu
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-26* ext/md5/md5init.c (md5i_new): remove rb_scan_args().eban
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-26* ext/Win32API/Win32API.c: remove Init_win32api().eban
2001-03-22* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-18* ext/curses/extconf.rb: add dir_config.eban
2001-02-16* io.c (set_outfile): f should be the FILE* from the assigning value.matz
2001-02-15* process.c (proc_waitall): new method based on a patch from Brianmatz