summaryrefslogtreecommitdiff
path: root/st.h
AgeCommit message (Expand)Author
2019-08-17version 1.0-971002v1_0_971002Yukihiro Matsumoto
2019-08-17version 0.99.4-961224v0_99_4_961224Yukihiro Matsumoto
2019-08-17version 0.95v0_95Yukihiro Matsumoto
2019-08-17version 0.49v0_49Yukihiro Matsumoto
> 2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban 2003-12-30Add RDoc for kernel functions, and tidy updave 2003-12-26MG added RDoc comments for re.cdave 2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz 2003-10-30* parse.y (logop): left may be NULL. [ruby-talk:84539]matz 2003-10-29* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr 2003-09-01* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu 2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu 2003-07-25* re.c (rb_reg_options_m): use rb_reg_options() to mask internalnobu 2003-07-17* re.c (match_captures): rename from "groups".matz 2003-07-09* re.c (match_entry): add prototype to avoid VC++ warnings.usa 2003-07-03* array.c (rb_values_at): extract common procedure frommatz 2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz 2003-05-19* re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine 2003-05-16* object.c (rb_class_allocate_instance): singleton class checkmatz 2003-05-06* object.c (rb_obj_methods): list singleton methods if recurmatz 2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz 2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz