summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-06-26* io.c (io_fflush): need to check if closed after thread switch.nobu
2003-06-26* class.c (class_instance_method_list): get rid of warning aboutnobu
2003-06-25* class.c (rb_generic_class_instance_methods): merge argumentmatz
2003-06-25* variable.c (autoload_delete): should delete Qundef from iv_tbl.matz
2003-06-24* lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy
2003-06-24* eval.c (rb_yield_0): show yielded block position not only yieldingnobu
2003-06-24* lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine
2003-06-24* config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.aamine
2003-06-23* configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]aamine
2003-06-23* array.c (rb_ary_unshift_m): need to check number of arguments.nobu
2003-06-23* io.c (io_close): missing prototype.aamine
2003-06-23* MANIFEST: add wince files.eban
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-06-23* io.c (rb_open_file): initialize flags.akr
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-23* time.c (time_arg): initialize v[6] even when argc is 10 toakr
2003-06-22typo in date, reported by daz.nobu
2003-06-21* eval.c (proc_invoke): should not propagate distination tag ifmatz
2003-06-21* object.c (str_to_id): check for empty string before intern.matz
2003-06-21* object.c (rb_to_id): use rb_str_intern() instead of rb_intern()nobu
2003-06-21* wince/Makefile.sub: undefine HAVE__SETJMP.uema2
2003-06-20* eval.c (proc_invoke): should not propagate TAG_BREAK andmatz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-20* defines.h (PATH_ENV): name of PATH environment. [new].usa
2003-06-19* lib/csv.rb: Import csv module.nahi
2003-06-19import from drb-2.0.4b3seki
2003-06-19* rubytest.rb: add library path to include standard libraries.eban
2003-06-19* hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive tousa
2003-06-18added changelogs about zlibkatsu
2003-06-18* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why
2003-06-17* ext/syck/gram.c: added grammar for certain empty sequence entries.why
2003-06-17* win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa
2003-06-17* eval.c: remove rb_cBlock.matz
2003-06-16* numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban
2003-06-16* eval.c (proc_invoke): format the message for localjump_error().nobu
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-16* bcc32/Makefile.sub: undefine HAVE_GETGROUPS.eban
2003-06-16* regex.c (calculate_must_string): should handle option_setmatz
2003-06-14* eval.c (method_arity): should handle NODE_BMETHOD andmatz
2003-06-13* lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo
2003-06-10* ext/syck/token.c: preserve newlines prepended to a block.why
2003-06-10* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz
2003-06-09* configure.in: checks presence of grp.h and setgroups().nobu
2003-06-09* process.c (proc_getgroups, proc_setgroups): raisenobu
2003-06-08* wince/setup.mak: set SUBSYSTEM in each platform.uema2
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-06-06* eval.c (error_print): needs to be exception proof.nobu
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-06-06* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz