summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (install-nodoc, pre-install-doc, post-install-doc):usa2005-03-042-1/+8
* * 2005-03-04usa2005-03-041-3/+3
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse2005-03-032-1/+12
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse2005-03-032-137/+240
* * 2005-03-03eban2005-03-031-3/+3
* * ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu2005-03-032-3/+6
* * common.mk: add {pre,post}-install targets.nobu2005-03-035-5/+53
* * {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu2005-03-036-20/+110
* * sample/rss/tdiary_plugin/rss-recent.rb: added site information.kou2005-03-032-18/+52
* typo fixakr2005-03-021-1/+1
* * ext/extmk.rb (parse_args): return false if nothing matched.nobu2005-03-022-3/+8
* * ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai2005-03-022-1/+5
* * eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai2005-03-024-10/+60
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-0224-681/+7670
* * 2005-03-02nobu2005-03-021-3/+3
* * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu2005-03-024-3/+52
* regcomp.c: uninitialized member (backrefed_status) was used.kosako2005-03-012-2/+6
* * 2005-03-01eban2005-02-281-4/+4
* improved keeper threadseki2005-02-283-17/+54
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean2005-02-283-7/+16
* strscan.c: use new Oniguruma API.kosako2005-02-282-13/+14
* * 2005-02-28eban2005-02-281-3/+3
* * ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean2005-02-284-450/+279
* * 2005-02-27eban2005-02-271-3/+3
* * parse.y [ripper]: fix typo. [ruby-core:04494]aamine2005-02-262-6/+10
* 2005-02-26kosako2005-02-261-3/+3
* remove oniggnu.h (GNU regex API).kosako2005-02-267-134/+31
* * st.c, st.h: imported additional file changes on Oniguruma 3.7.0.ksaito2005-02-233-9/+14
* * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito2005-02-238-172/+214
* This commit was generated by cvs2svn to compensate for changes in r8021,ksaito2005-02-236-94/+106
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-233-9/+22
* * 2005-02-23nobu2005-02-221-3/+3
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-222-5/+11
* * lib/mkmf.rb (mkmf_failed): fixed typo.kou2005-02-222-2/+6
* * eval.c (rb_thread_start_0): update curr_thread before raisingnobu2005-02-222-7/+18
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-227-20/+72
* * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu2005-02-222-0/+6
* * signal.c (ruby_signal, ruby_nativethread_signal): must be valid asnobu2005-02-222-2/+17
* typo fix.akr2005-02-221-1/+1
* * 2005-02-22eban2005-02-221-3/+3
* * parse.y (parser_yylex): identfier after dot must not be a variable.nobu2005-02-212-6/+11
* * signal.c: Standard signal handlers ignore signals on non-Ruby nativenagai2005-02-213-4/+97
* * 2005-02-20eban2005-02-191-3/+3
* * lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr2005-02-192-4/+39
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-193-2/+14
* * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr2005-02-192-1/+11
* * lib/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu2005-02-192-1/+6
* * 2005-02-19nobu2005-02-191-3/+3
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-193-24/+43
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-184-42/+10