summaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
...
* * dln.c: typo fix.eban2005-02-071-2/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban2004-02-021-0/+3
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-6/+1
* dln.c: remove last second typo.matz2003-12-201-1/+1
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-1/+1
* * dln.c (aix_loaderror): should not use member named 'errno' whichmatz2003-12-041-2/+2
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-6/+20
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-3/+3
* * gcc -Wall clean-up.matz2003-07-241-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-0/+1
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-5/+1
* commit miss.nobu2003-03-261-1/+2
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-261-1/+3
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-311-1/+1
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-5/+6
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-9/+11
* WinCE patch mergedmatz2002-12-021-8/+17
* * dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz2002-11-271-17/+7
* * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban2002-11-241-3/+9
* * dln.c: move the MAXPATHLEN definition in front.eban2002-11-241-4/+3
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-2/+4
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-6/+3
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-051-14/+20
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-251-1/+0
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-241-1/+1
* * dln.c (dln_load): rb_notimplement takes no argument.eban2002-06-171-1/+1
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-171-3/+13
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * bignum.c (rb_quad_pack): get rid of escape sequences.eban2002-03-261-1/+1
* * dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu2002-03-251-0/+2
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+33
* * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban2002-03-061-2/+1
* * dln.c (dln_load): fix typo.akr2002-02-281-1/+1
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-12/+35
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-1/+1
* * regex.c (re_search): should consider reverse search.matz2001-07-141-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-4/+11
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-10/+11
* * ext/Win32API/Win32API.c: remove Init_win32api().eban2001-03-261-3/+1
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-3/+3
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-2/+2
* ebaneban2000-10-101-11/+0
* matzmatz2000-08-071-0/+6