summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2002-06-122002-06-12eban
2002-06-112002-06-11eban
2002-06-102002-06-10nobu
2002-06-052002-06-05eban
2002-06-042002-06-04eban
2002-06-02* parse.y (here_document): check if identifier is terminated.nobu
2002-05-28* eval.c (scope_node): trick to keep the node has a scope.nobu
2002-05-232002-05-23eban
2002-05-222002-05-22eban
2002-05-212002-05-21eban
2002-05-202002-05-20nobu
2002-05-16* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban
2002-05-14* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban
2002-05-102002-05-10nobu
2002-05-072002-05-07eban
2002-05-042002-05-04eban
2002-05-012002-05-01eban
2002-04-24* configure.in: set size of the initial stack fromeban
2002-04-23* lib/mkmf.rb (create_makefile): should print depend file whennobu
2002-04-112002-04-11eban
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-042002-04-04nobu
2002-04-022002-04-02nobu
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-03-292002-03-29nobu
2002-03-262002-03-27knu
2002-03-252002-03-25eban
2002-03-202002-03-20nobu
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-18* enum.c (enum_find): catch a value before recycle.nobu
2002-03-152002-03-15eban
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-03-132002-03-13nobu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-082002-03-08eban
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-02-28020301matz
2002-02-282002-02-28eban
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-262002-02-26usa
2002-02-25* process.c (rb_syswait): thread kludge; should be fixed tomatz
2002-02-242002-02-24eban
2002-02-222002-02-22nobu
2002-02-212002-02-21nobu
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* io.c (rb_io_ungetc): don't fail pushed EOF back.nobu
2002-02-182002-02-18nobu
2002-02-162002-02-16nobu
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz