summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-02* variable.c (classname): find regular class name if not set.nobu
2003-08-02type fixnobu
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-08-01forgot to check in.aamine
2003-08-01* gc.c (rb_gc_mark_locations): no need to swap arguments.nobu
2003-08-01set dldpath on darwinseki
2003-08-01* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine
2003-08-01* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz
2003-08-01* ext/openssl/extconf.rb: should replace literally.nobu
2003-08-01Forgot pointer to original mail of ruby-talk.usa
2003-08-01* io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu
2003-08-01* io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu
2003-08-01* win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa
2003-08-01* eval.c (rb_call_super): propagate previous block if a block isnobu
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-07-31* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz
2003-07-31import erb-2.0.4b4seki
2003-07-31 * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-31 * array.c (rb_ary_collect): must get length of array for eachusa
2003-07-31* ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo
2003-07-31add explicit trim modeseki
2003-07-30* lib/net/ftp.rb (return_code): obsolete.shugo
2003-07-30* lib/mkmf.rb (dir_config): allow multiple directories separatednobu
2003-07-30* marshal.c (w_object): marshal_dump should not take anymatz
2003-07-30* ruby.c (proc_options): -F set compiled regular expression to $;.matz
2003-07-30* ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-30* lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo
2003-07-30* ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu
2003-07-30* configure.in (os2-emx): renamed from os2_emx, add flags tonobu
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-29* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine
2003-07-29garbagenobu
2003-07-29* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban
2003-07-29* MANIFEST: add lib/un.rb.eban
2003-07-29* lib/fileutils.rb (install): support preserve timestamp.eban
2003-07-29* lib/net/smtp.rb: unify coding style.aamine
2003-07-29* ruby.h (LLONG_MIN): fix typo.usa
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-29* instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.eban
2003-07-29* ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy
2003-07-29* ChangeLog: tabify.usa
2003-07-28* ext/syck/syck.h: Added 'syck' yacc prefixes.why
2003-07-28* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo
2003-07-28* file.c (Init_File): IO should include File::Const.nobu
2003-07-28* ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz