summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-29* lib/pp.rb: don't print a mode File::Stat as decimal number.akr
2002-01-29* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr
2002-01-29* file.c (rb_stat_rdev_major): added. [new]matz
2002-01-28* array.c (rb_ary_fill): shouldn't yield unless block given.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* 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-23* array.c (Init_Array): remove Array#filter.matz
2002-01-232002-01-23nobu
2002-01-23* eval.c (rb_yield_0): restore source file/line after yield.nobu
2002-01-21* signal.c (ruby_signal): must define sighandler_t unlessnobu
2002-01-212002-01-21eban
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-192002-01-19usa
2002-01-19* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz
2002-01-182002-01-18nobu
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-18* ext/socket/socket.c (tcp_svr_s_open): fix typo.usa
2002-01-17* eval.c (block_pass): allow "retry" from within argument passedmatz
2002-01-162001-01-16nobu
2002-01-16* eval.c: bugus commit fixed (again, sorry).matz
2002-01-16* eval.c: bugus commit fixed.matz
2002-01-16* st.c: primes should be primes.matz
2002-01-16* lib/timeout.rb (timeout): new optional argument to specify anakr
2002-01-16* object.c (rb_Float): remove underscores between digits.nobu
2002-01-11* Makefile.in (clean): add $(MAINOBJ)eban
2002-01-112002-01-11usa
2002-01-11* doc/NEWS: moved syntax related issues to top of the list.aamine
2002-01-11* doc/NEWS: sorted by entry name.aamine
2002-01-11* lib/English.rb: typomatz
2002-01-11* re.c (match_select): should propagate taintness.matz
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-10added uri library (uri-0.9.4)akira
2002-01-10added uri library (uri-0.9.4)akira
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-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* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-05misordered.nobu
2002-01-05* range.c (range_member): beginning check wasnobu
2002-01-05* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu
2002-01-042002-01-05eban