aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-3/+17
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-011-0/+5
* forgot to check in.aamine2003-08-011-0/+4
* * gc.c (rb_gc_mark_locations): no need to swap arguments.nobu2003-08-011-0/+9
* set dldpath on darwinseki2003-08-011-0/+4
* * lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine2003-08-011-0/+5
* * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz2003-08-011-0/+9
* * ext/openssl/extconf.rb: should replace literally.nobu2003-08-011-0/+4
* Forgot pointer to original mail of ruby-talk.usa2003-08-011-0/+1
* * io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu2003-08-011-0/+9
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-0/+6
* * win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa2003-08-011-0/+4
* * eval.c (rb_call_super): propagate previous block if a block isnobu2003-08-011-0/+5
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-011-0/+17
* * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz2003-07-311-0/+6
* import erb-2.0.4b4seki2003-07-311-0/+4
* * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa2003-07-311-0/+5
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-0/+9
* * array.c (rb_ary_collect): must get length of array for eachusa2003-07-311-0/+6
* * ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo2003-07-311-0/+5
* add explicit trim modeseki2003-07-311-0/+4
* * lib/net/ftp.rb (return_code): obsolete.shugo2003-07-301-0/+9
* * lib/mkmf.rb (dir_config): allow multiple directories separatednobu2003-07-301-0/+11
* * marshal.c (w_object): marshal_dump should not take anymatz2003-07-301-0/+5
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-301-0/+7
* * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo2003-07-301-0/+5
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-301-0/+17
* * lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo2003-07-301-0/+5
* * ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu2003-07-301-0/+7
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-301-0/+16
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-0/+43
* * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine2003-07-291-0/+4
* garbagenobu2003-07-291-1/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-0/+2
* * MANIFEST: add lib/un.rb.eban2003-07-291-0/+2
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-291-0/+10
* * lib/net/smtp.rb: unify coding style.aamine2003-07-291-0/+6
* * ruby.h (LLONG_MIN): fix typo.usa2003-07-291-0/+4
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-0/+13
* * instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.eban2003-07-291-4/+9
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-291-1/+10
* * ChangeLog: tabify.usa2003-07-291-4/+10
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-0/+10
* * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo2003-07-281-0/+5
* * file.c (Init_File): IO should include File::Const.nobu2003-07-281-0/+5
* * ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban2003-07-281-0/+5
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-0/+22
* * lib/set.rb: each() should return self.knu2003-07-271-0/+4
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-271-0/+11
* * mkconfig.rb: initialize global variables to avoid warnings.eban2003-07-271-1/+3