aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * rubytest.rb: add library path to include standard libraries.eban2003-06-191-0/+4
* * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive tousa2003-06-191-0/+5
* added changelogs about zlibkatsu2003-06-181-2/+17
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-0/+13
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-0/+12
* * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa2003-06-171-0/+4
* * eval.c: remove rb_cBlock.matz2003-06-171-0/+4
* * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban2003-06-161-0/+4
* * eval.c (proc_invoke): format the message for localjump_error().nobu2003-06-161-0/+4
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-0/+7
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-0/+5
* * bcc32/Makefile.sub: undefine HAVE_GETGROUPS.eban2003-06-161-0/+4
* * regex.c (calculate_must_string): should handle option_setmatz2003-06-161-0/+8
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2003-06-141-7/+12
* * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo2003-06-131-0/+6
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-0/+15
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-0/+12
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-091-1/+3