aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-293-1/+12
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-295-104/+283
* * array.c (rb_ary_fill): shouldn't yield unless block given.nobu2002-01-282-1/+5
* * parse.y (yylex): strict check for numbers.nobu2002-01-282-44/+65
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-2814-28/+110
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-251-1/+1
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-253-4/+11
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-2511-22/+87
* * array.c (Init_Array): remove Array#filter.matz2002-01-2313-42/+102
* 2002-01-23nobu2002-01-231-2/+2
* * eval.c (rb_yield_0): restore source file/line after yield.nobu2002-01-232-0/+8
* * signal.c (ruby_signal): must define sighandler_t unlessnobu2002-01-212-1/+6
* 2002-01-21eban2002-01-211-2/+2
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-216-27/+76
* 2002-01-19usa2002-01-191-2/+2
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-196-9/+20
* 2002-01-18nobu2002-01-181-2/+2
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-188-109/+116
* * ext/socket/socket.c (tcp_svr_s_open): fix typo.usa2002-01-182-1/+5
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-175-79/+191
* 2001-01-16nobu2002-01-161-2/+2
* * eval.c: bugus commit fixed (again, sorry).matz2002-01-161-0/+2
* * eval.c: bugus commit fixed.matz2002-01-161-3/+0
* * st.c: primes should be primes.matz2002-01-167-29/+76
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-163-4/+15
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-164-6/+23
* * Makefile.in (clean): add $(MAINOBJ)eban2002-01-111-1/+1
* 2002-01-11usa2002-01-111-2/+2
* * doc/NEWS: moved syntax related issues to top of the list.aamine2002-01-111-25/+24
* * doc/NEWS: sorted by entry name.aamine2002-01-111-230/+223
* * lib/English.rb: typomatz2002-01-111-1/+1
* * re.c (match_select): should propagate taintness.matz2002-01-1121-45/+77
* * class.c (rb_make_metaclass): [new]nobu2002-01-106-19/+59
* 2002-01-10nobu2002-01-101-2/+2
* * eval.c (rb_add_method): should clear cache by id always.nobu2002-01-102-11/+21
* added uri library (uri-0.9.4)akira2002-01-101-0/+8
* added uri library (uri-0.9.4)akira2002-01-109-0/+2302
* * win32/resource.rb: Modify copyright in resource script.usa2002-01-102-1/+5
* * misc/ruby-mode.el (ruby-calculate-indent): indentation afternobu2002-01-092-7/+23
* * eval.c (rb_add_method): clear replaced method from the cache.nobu2002-01-083-3/+8
* 2002-01-07eban2002-01-071-2/+2
* Add.eban2002-01-072-0/+2
* fix typo in documentation.akr2002-01-071-1/+1
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-075-21/+20
* * lib/time.rb (Time#xmlschema): new optional argumentakr2002-01-072-7/+32
* misordered.nobu2002-01-051-4/+4
* * range.c (range_member): beginning check wasnobu2002-01-052-1/+6
* * misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu2002-01-052-78/+98
* 2002-01-05eban2002-01-041-2/+2
* * parse.y (yycompile): strdup()'ed twice.nobu2002-01-042-2/+4