summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-02-28* eval.c (rb_mod_include): load modules in argument order.matz
2002-02-27* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-26* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu
2002-02-26* bignum.c (rb_big_2comp): void function cannot return any value.usa
2002-02-26* eval.c (rb_eval): call trace_func for if/while conditions.matz
2002-02-26* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira
2002-02-25* ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu
2002-02-25* sample/test.rb (system): test with scripts under the sourcenobu
2002-02-25* eval.c (method_inspect): should not dump core for unboundmatz
2002-02-25* lib/shell.rb (Shell::expand_path): relative to @cwd.nobu
2002-02-24* ext/digest/*/*.h: Merge from rough.knu
2002-02-22fix filename.akr
2002-02-22* lib/net/protocol.rb: set read_timeout dynamically.aamine
2002-02-22* win32/config.status.in: set LIBRUBY_SO.usa
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz
2002-02-22* prettyprint.rb: FillGroup implemented.akr
2002-02-21* ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa
2002-02-21* pack.c (pack_pack): wrong # comment treatment.matz
2002-02-20* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu
2002-02-20* io.c (rb_io_close): return Qnil.usa
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19aamineaamine
2002-02-19* file.c (path_check_1): do not fail on world writable *parent*nobu
2002-02-19* file.c (path_check_1): do not warn on world writable *parent*matz
2002-02-19* file.c (path_check_1): should check directory sticky bits.matz
2002-02-19* parse.y (yylex): operators in the "op" rule should makematz
2002-02-19* eval.c (rb_eval_string_wrap): should hide the toplevel localmatz
2002-02-19* regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().eban
2002-02-19* io.c (rb_io_ungetc): don't fail pushed EOF back.nobu
2002-02-18* pack.c (pack_pack): avoid infinite loop at comment.nobu
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2002-02-18* misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu
2002-02-17* misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu
2002-02-17* mkconfig.rb (Config::expand): expand ${} too.nobu
2002-02-17* class.c (rb_define_class): warn unless superclass is specifiednobu
2002-02-17* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu
2002-02-16* regex.c (re_compile_fastmap): skip begpos.nobu
2002-02-15* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz
2002-02-14* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu
2002-02-14* struct.c (Init_Struct): should undefine "allocate" for Structmatz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-10* ruby.c (load_file): avoid SEGV on '#' only input.nobu
2002-02-09* eval.c (rb_eval): singleton chech should be moved from yycompilematz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-02-07aamineaamine
2002-02-07uri-0.9.5akira
2002-02-07* io.c (io_write): flag when buffered write is done.matz