summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-03-05* lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-03-04* eval.c (rb_exec_recursive): matched the declaration to prototype.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-04* common.mk (install-nodoc, pre-install-doc, post-install-doc):usa
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse
2005-03-03* ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu
2005-03-03* common.mk: add {pre,post}-install targets.nobu
2005-03-03* {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu
2005-03-03* sample/rss/tdiary_plugin/rss-recent.rb: added site information.kou
2005-03-02* ext/extmk.rb (parse_args): return false if nothing matched.nobu
2005-03-02* ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai
2005-03-02* eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai
2005-03-02* ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2005-03-01regcomp.c: uninitialized member (backrefed_status) was used.kosako
2005-02-28improved keeper threadseki
2005-02-28* ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean
2005-02-28strscan.c: use new Oniguruma API.kosako
2005-02-28* ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean
2005-02-26* parse.y [ripper]: fix typo. [ruby-core:04494]aamine
2005-02-26remove oniggnu.h (GNU regex API).kosako
2005-02-23* st.c, st.h: imported additional file changes on Oniguruma 3.7.0.ksaito
2005-02-23* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2005-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira
2005-02-22* lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo
2005-02-22* lib/mkmf.rb (mkmf_failed): fixed typo.kou
2005-02-22* eval.c (rb_thread_start_0): update curr_thread before raisingnobu
2005-02-22* configure.in, lib/mkmf.rb: use simple commands if available.nobu
2005-02-22* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu
2005-02-22* signal.c (ruby_signal, ruby_nativethread_signal): must be valid asnobu
2005-02-22typo fix.akr
2005-02-21* parse.y (parser_yylex): identfier after dot must not be a variable.nobu
2005-02-21* signal.c: Standard signal handlers ignore signals on non-Ruby nativenagai
2005-02-19* lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr
2005-02-19(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki
2005-02-19* lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr
2005-02-19* lib/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu
2005-02-19* ext/extmk.rb (extract_makefile): remove no longer existing installednobu
2005-02-18* ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean
2005-02-18added ML numberocean
2005-02-18* bigdecimal/newton.rb: resolve LoadError.ocean
2005-02-17remove GNU regex APIkosako
2005-02-17* eval.c (rb_thread_start_1): initialize newly pushed frame.nobu
2005-02-17* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean
2005-02-17 * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott
2005-02-17fix typo.akr
2005-02-16update unittest, port from v1.8seki