summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in (mingw): checks if unicows.lib is available.nobu2009-03-043-1/+10
| | | | | | | * win32/Makefile.sub (LIBS): links unicows.lib if available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/win32.h (WIN95): moved to config.hnobu2009-03-044-11/+28
| | | | | | | | | | * win32/Makefile.sub (config.h): defines WIN95 only if unicows.lib is available. * win32/setup.mak (-unicows-): checks if unicows.lib is available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg22009-03-032-4/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg22009-03-032-3/+6
| | | | | | | | loop while reading some encodings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-04svn2009-03-031-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui2009-03-033-0/+24
| | | | | | | | [ruby-core:22646]. * test/test_prime.rb (test_prime?): test case for [ruby-core:22646]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-032-3/+9
| | | | | | | files to be removed by old distclean. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-033-3/+11
| | | | | | | | * ext/dl/lib/dl/func.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-033-8/+11
| | | | | | | $srcs are always Array or nil now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa2009-03-033-18/+39
| | | | | | | | of Win32API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-032-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-037-36/+68
| | | | | | | * ext/dl/callback: split from dl. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): initialize $objs before extrace_makefile.nobu2009-03-031-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu2009-03-032-2/+5
| | | | | | | variable name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu2009-03-033-89/+19
| | | | | | | | | initialization. * ext/dl/lib/dl/stack.rb (DL::Stack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu2009-03-032-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl: moved from ext/dl/test.nobu2009-03-037-12/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): removes object files no longer used.nobu2009-03-032-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (main): passes $(MAKE) to mkmain_cmdnobu2009-03-033-4/+10
| | | | | | | * ext/extmk.rb (command_output): uses arguments to invoke make. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-03svn2009-03-021-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.akr2009-03-022-3/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/sockport.h (SS_LEN): defined unconditionally.akr2009-03-022-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.akr2009-03-022-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-024-1/+10
| | | | | | | unconditionally. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* forgot to commit.akr2009-03-021-7/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c (addrinfo_mload): don't use "sun" variableakr2009-03-021-0/+5
| | | | | | | for Solaris. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c: include fcntl.h for O_RDONLY on Solaris.akr2009-03-022-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-022-2/+10
| | | | | | | | | | only. * lib/uri/common.rb (URI::Parser#unescape): converts bytewise. [ruby-dev:38005], [ruby-dev:38110] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.nobu2009-03-023-0/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (init_env): keeps wide chars as wide chars.nobu2009-03-022-20/+41
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-024-2/+20
| | | | | | | | * ext/dl/handle.c (rb_dlhandle_initialize): returns handle to libruby if nil is given on Windows as dlopen. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu2009-03-022-30/+30
| | | | | | | and try ASCII WINAPI versions too. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu2009-03-023-2/+7
| | | | | | | prototypes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-03-02svn2009-03-011-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merged a patch from Alessandro Di Maria in [ruby-core:22560].seki2009-03-012-10/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c: suppress warnings.akr2009-03-014-6/+14
| | | | | | | | | | * ext/socket/socket.c: ditto. * ext/socket/unixsocket.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-03-011-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-015-6/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu2009-03-012-2/+7
| | | | | | | arguments to DL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu2009-03-012-1/+6
| | | | | | | Charlie Savage at [ruby-core:22607]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (ruby_dtoa): allocates one more byte to get rid of buffernobu2009-03-012-1/+6
| | | | | | | overrun. a patch from Charlie Savage at [ruby-core:22604]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (.y.c): removed extra backslash. [ruby-core:22602]nobu2009-03-012-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-015-27/+51
| | | | | | | | | | | | | | argument numbers. [ruby-core:22601] * ext/dl/dl.h (DLSTACK_PROTO0_): added. * ext/dl/mkcallback.rb (gencallback, gen_callback_file), (rb_dl_init_callbacks): omit stdcall functions unless supported. * lib/rubygems/config_file.rb (SHGetFolderPath): stdcall. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu2009-03-012-1/+6
| | | | | | | [ruby-core:22600] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu2009-03-012-34/+49
| | | | | | | [ruby-dev:38054] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (proc_daemon): stops and restarts timer thread becausenobu2009-03-012-0/+8
| | | | | | | daemon(3) implies fork(2). [ruby-dev:38055] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-019-38/+47
| | | | | | | | | | | | | (rsock_addrinfo): renamed from sock_addrinfo. (rsock_getaddrinfo): renamed from sock_getaddrinfo. (rsock_socket): renamed from ruby_socket. (rsock_sock_s_socketpair): renamed from sock_s_socketpair. (rsock_connect): renamed from ruby_connect. * ext/socket/socket.c (sock_listen): make it static. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a space.akr2009-03-011-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket: add rsock_prefix.akr2009-03-0117-282/+286
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e