summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-07uri-0.9.5akira
2002-02-062002-02-06nobu
2002-02-06* configure.in: keep old config.h unless changed.nobu
2002-02-04Comment for previous update;nahi
2002-02-042002-02-04eban
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-012002-02-01nobu
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 (umethod_bind): typo fix(rklass -> klass).eban
2002-01-282002-01-28eban
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25*ext/extmk.rb.in, lib/mkmf.rb: add OUTFLAG.eban
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
2002-01-232002-01-23nobu
2002-01-23* eval.c (rb_yield_0): restore source file/line after yield.nobu
2002-01-212002-01-21eban
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-16added uri library (uri-0.9.4)akira
2002-01-16This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2002-01-162001-01-16nobu
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2002-01-16* object.c (rb_Float): remove underscores between digits.nobu
2002-01-15aamineaamine
2002-01-11* Makefile.in (clean): add $(MAINOBJ)eban
2002-01-112002-01-11eban
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-102002-01-10nobu
2002-01-10* eval.c (rb_add_method): should clear cache by id always.nobu
2002-01-10* win32/resource.rb: Modify copyright in resource script.usa
2002-01-09* misc/ruby-mode.el (ruby-calculate-indent): indentation afternobu
2002-01-08missed entry.nobu
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2002-01-072002-01-07eban
2002-01-07Add.eban
2002-01-07fix typo in documentation.akr
2002-01-07* object.c (convert_type): backport from 1.7 to avoid NameErrormatz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-05* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu
2002-01-042002-01-05eban
2002-01-04* parse.y (yycompile): strdup()'ed twice.nobu
2002-01-042002-01-05eban
2002-01-042002-01-05eban
2002-01-04forgot to commit everything bug ChangeLogmatz
2002-01-04The author of getoptlong.rb has agreed on changing the license fromknu
2002-01-03* process.c (rb_f_system): abandon vfork.matz
2002-01-02* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban