summaryrefslogtreecommitdiff
path: root/dln.c
AgeCommit message (Expand)Author
2009-09-11* dln.c (aix_loaderror): get rid of using uninitialized value in thenobu
2009-06-30* dln.c (dln_find_1): fixed index overrun.nobu
2009-06-29* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu
2009-06-22* io.c: remove __CHECKER__ test.akr
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-14* dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu
2009-03-13* dln.c (dln_find_1): compare fspace in size_t world.akr
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-22stripped trailing spaces.nobu
2009-02-19* eval_intern.h (translit_char): moved from ruby.c.nobu
2009-02-01* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu
2009-01-25* dln.c (FUNCNAME_PATTERN): simplified conditional expression.nobu
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2008-12-20* dln.c (dln_find_1): supplements an extension for executablenobu
2008-12-16 * dln.c (dln_load): ditto.usa
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-07-28* dln.c (load_lib): use dln_find_file_r instead of dln_find_file.nobu
2008-07-27* dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-07* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu
2008-04-24* dln.c (dln_find_1): prior files with extensions to files sansnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-02-23* dln.c: use dlopen on Mac OS X 10.3 or later.aamine
2006-08-13ansificated.akr
2006-08-07* dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2005-11-26* dln.c (conv_to_posix_path): should initialize posix.eban
2005-09-12* dln.c: avoid warning of const to non-const convertion.ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-07-19* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz
2005-04-20* Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu
2005-02-07* dln.c: typo fix.eban
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-02-02* dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-20dln.c: remove last second typo.matz
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-12-04* dln.c (aix_loaderror): should not use member named 'errno' whichmatz
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz