aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-0/+34
* * time.c (time_arg): initialize v[6] even when argc is 10 toakr2003-06-231-0/+5
* typo in date, reported by daz.nobu2003-06-221-2/+2
* * eval.c (proc_invoke): should not propagate distination tag ifmatz2003-06-211-0/+3
* * object.c (str_to_id): check for empty string before intern.matz2003-06-211-3/+3
* * object.c (rb_to_id): use rb_str_intern() instead of rb_intern()nobu2003-06-211-0/+5
* * wince/Makefile.sub: undefine HAVE__SETJMP.uema22003-06-211-0/+6
* * eval.c (proc_invoke): should not propagate TAG_BREAK andmatz2003-06-201-0/+5
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-0/+33
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-0/+14
* * lib/csv.rb: Import csv module.nahi2003-06-191-13/+17
* import from drb-2.0.4b3seki2003-06-191-0/+7