summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-03-13* lib/getopts.rb: Merge from 1.7. Rewrite to fix some bugs andknu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-11Fix some typos.knu
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
2002-03-06* dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban
2002-03-04* ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa
2002-03-04* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu
2002-03-03fix log date.akr
2002-03-01* stable version 1.6.7 released.matz
2002-03-01* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban
2002-02-28* st.c (st_init_table_with_size): num_bins should be prime numbersmatz
2002-02-27* eval.c (rb_f_missing): NoMethod error messages for true, false,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* 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. Turn Syslog into aknu
2002-02-25* process.c (rb_syswait): argument order of rb_waitpid() inverted.nobu
2002-02-25* process.c (rb_syswait): thread kludge; should be fixed tomatz
2002-02-25* lib/shell.rb (Shell::expand_path): relative to @cwd.nobu
2002-02-24* lib/time.rb: fix unit tests before Unix Epoch.akr
2002-02-24* ext/digest/*/*.h: Merge from rough.knu
2002-02-22* lib/net/protocol.rb: set read_timeout dynamically.aamine
2002-02-22* misc/ruby-mode.el (ruby-modifier-re): add rescue modifier.nobu
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-20* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19aamineaamine
2002-02-19* marshal.c (r_object): complete restoration before callingmatz
2002-02-19* variable.c (rb_cvar_set): define new class variable if it's notmatz
2002-02-19* io.c (rb_io_ungetc): don't fail pushed EOF back.nobu
2002-02-18* eval.c (block_pass): "&nil" should clear block given.matz
2002-02-16* regex.c (re_compile_fastmap): skip begpos.nobu
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz
2002-02-13* parse.y (assignable): should emit CVASGN within the methodmatz
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-06* configure.in: keep old config.h unless changed.nobu
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-01* re.c (rb_reg_search): should set regs.allocated.matz
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-28* parse.y (yylex): strict check for numbers.nobu
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25* configure.in (solaris): add '-shared' only for GNU ld.eban
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz