aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-2/+12
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-141-0/+5
* commit missnobu2003-07-141-0/+5
* * struct.c (struct_entry): add prototype to avoid VC++ warnings.usa2003-07-121-7/+11
* * ext/syck/emitter.c: new emitter code.why2003-07-111-0/+16
* additionnobu2003-07-111-5/+4
* * eval.c (avalue_to_svalue): typo.nobu2003-07-111-0/+11
* * configure.in (aix): needs ruby.imp even with gcc.nobu2003-07-111-0/+5
* * ChangeLog: typo fix.eban2003-07-111-1/+1
* * instruby: do not handle directories. [ruby-dev:20613]eban2003-07-111-0/+4
* * util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz2003-07-111-0/+4
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.eban2003-07-101-0/+4
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-5/+31
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-091-0/+5
* * mkconfig.rb: support text-mount on Cygwin.eban2003-07-091-0/+2
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-091-0/+4
* * re.c (match_entry): add prototype to avoid VC++ warnings.usa2003-07-091-0/+4
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+12
* * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban2003-07-071-0/+5
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-041-0/+4
* * ext/syck/rubyext.c, ext/syck/syck.c, ext/syck/syck.h,nobu2003-07-041-0/+6
* * Changelog, lib/debug.rb: fix typo.matz2003-07-031-3/+1
* * lib/timeout.rb: add optional exception argument for compatibilityakr2003-07-031-0/+5
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+33
* * lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban2003-07-031-0/+5
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-021-0/+9
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-021-0/+6
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-021-0/+50
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-021-0/+7
* * lib/net/pop.rb (Net::POP3#start): typofix.eban2003-07-011-0/+4
* * parse.y (rb_intern): should use mbclen instead of mblen.eban2003-07-011-0/+4
* * class.c (rb_define_class, rb_define_module): also set constant undernobu2003-07-011-0/+11
* * eval.c (mnew): ignore metaclasses have no influence, for rklass.nobu2003-06-301-0/+5
* import drb-2.0.4 (use LocalJumpeError#reason)seki2003-06-281-0/+5
* * configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu2003-06-281-0/+14
* * string.c (rb_str_split_m): remove white spaces on the head ofnobu2003-06-271-0/+5
* * io.c (io_fflush): need to check if closed after thread switch.nobu2003-06-261-0/+10
* * class.c (class_instance_method_list): get rid of warning aboutnobu2003-06-261-0/+6
* * class.c (rb_generic_class_instance_methods): merge argumentmatz2003-06-251-0/+6
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-251-2/+7
* * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy2003-06-241-0/+5
* * eval.c (rb_yield_0): show yielded block position not only yieldingnobu2003-06-241-0/+5
* * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine2003-06-241-0/+5
* * config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.aamine2003-06-241-0/+5
* * configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]aamine2003-06-231-1/+5
* * array.c (rb_ary_unshift_m): need to check number of arguments.nobu2003-06-231-0/+5
* * io.c (io_close): missing prototype.aamine2003-06-231-0/+11
* * MANIFEST: add wince files.eban2003-06-231-0/+6
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-231-0/+18
* * io.c (rb_open_file): initialize flags.akr2003-06-231-1/+3