aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-2/+2
* 2002-10-17eban2002-10-171-2/+2
* 2002-10-16nobu2002-10-161-2/+2
* 2002-10-12nobu2002-10-121-2/+2
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-2/+2
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-091-2/+2
* 2002-10-08eban2002-10-081-2/+2
* 2002-10-07eban2002-10-071-2/+2
* 2002-10-06nobu2002-10-061-2/+2
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-2/+2
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-2/+2
* 2002-10-02nobu2002-10-011-2/+2
* 2002-09-30nobu2002-09-301-2/+2
* 2002-09-29nobu2002-09-291-2/+2
* 2002-09-28eban2002-09-281-2/+2
* 2002-09-27knu2002-09-271-2/+2
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-2/+2
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-2/+2
* 2002-09-22nobu2002-09-221-2/+2
* * eval.c (rb_thread_raise): no need to save dead thread context.nobu2002-09-211-2/+2
* * parse.y (block_append): eliminate unused literal nodes.nobu2002-09-201-2/+2
* 2002-09-17eban2002-09-171-2/+2
* 2002-09-13nobu2002-09-131-2/+2
* 2002-09-12knu2002-09-111-2/+2
* 2002-09-11nobu2002-09-111-2/+2
* 2002-09-10nobu2002-09-101-2/+2
* 2002-09-08eban2002-09-081-2/+2
* 2002-09-07eban2002-09-071-2/+2
* 2002-09-06eban2002-09-061-2/+2
* 2002-09-05nobu2002-09-051-2/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-2/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-2/+2
* 2002-09-02eban2002-09-021-2/+2
* 2002-08-30nobu2002-08-301-2/+2
* * io.c (read_all): should use off_t instead of long.eban2002-08-291-2/+2
* * string.c (rb_str_delete_bang): should check if str->ptr is 0.matz2002-08-281-2/+2
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-4/+4
* 2002-08-24nobu2002-08-241-2/+2
* 2002-08-23eban2002-08-231-2/+2
* 2002-08-21eban2002-08-211-2/+2
* 2002-08-20eban2002-08-201-2/+2
* 2002-08-19nobu2002-08-191-2/+2
* 2002-08-16nobu2002-08-151-2/+2
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-2/+2
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-2/+2
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-2/+2
* * eval.c (rb_eval): set line number from all nodes.nobu2002-08-111-2/+2
* * string.c (rb_str_rindex): must return -1 if unmatched.usa2002-08-061-2/+2
* 2002-08-01nobu2002-08-011-2/+2
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-2/+2