summaryrefslogtreecommitdiff
path: root/dln.c
AgeCommit message (Expand)Author
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
2003-07-24* gcc -Wall clean-up.matz
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-20* defines.h (PATH_ENV): name of PATH environment. [new].usa
2003-03-26commit miss.nobu
2003-03-26* dln.c (dln_find_1): break if path list end, even for too longnobu
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-31* configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu
2002-12-29* gc.c (gc_sweep): adjust GC trigger.nobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-27* dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz
2002-11-24* dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban
2002-11-24* dln.c: move the MAXPATHLEN definition in front.eban
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-09-05fix mem leaks (ruby-core:405, ruby-core:407)michal
2002-06-25* dln.c: remove definition rb_loaderror().H_Konishi
2002-06-24* dln.c: remark definition rb_loaderror().H_Konishi
2002-06-17* dln.c (dln_load): rb_notimplement takes no argument.eban
2002-06-17* dln.c (dln_load): need to preserve dln_strerror() result,nobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-03-26* bignum.c (rb_quad_pack): get rid of escape sequences.eban
2002-03-25* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-06* dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban
2002-02-28* dln.c (dln_load): fix typo.akr
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2001-08-24* dln.c (dln_strerror): fix a bug that sometimes made null message onusa
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz