summaryrefslogtreecommitdiff
path: root/sample
AgeCommit message (Expand)Author
2003-04-18* struct.c (rb_struct_eql): should compare values with "eql?".matz
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu
2003-04-11* sample/test.rb: NaN comparison test.nobu
2003-04-05* sample/exyacc.rb: use Regexp in gsub!.akr
2003-04-04* eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-03-25* signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz
2003-03-10* eval.c (massign): remove unnecessary array unpacking; it shouldmatz
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2003-02-16* file.c (file_expand_path): buffer might be reallocated whilenobu
2003-02-14* file.c (file_expand_path): fix surplus path separators whilenobu
2003-02-13*** empty log message ***nobu
2003-02-13* range.c (range_step): step might be float 0 < x < 1.matz
2003-02-04* array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-20* regex.c (is_in_list): should work weill with UTF-8.matz
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2003-01-01* eval.c (massign): removed awkward conversion between yvalue,matz
2002-12-19Improve.knu
2002-12-19Be consistent on the use of the implicit $_.knu
2002-12-19Improve.knu
2002-12-19Fix a bug.knu
2002-12-19The use of $_ and ~/RE/ is discouraged.knu
2002-12-19Strive to give better examples.knu
2002-11-18* bin/irb: Moved from sample/irb.rb.knu
2002-10-02ditto.nobu
2002-07-26* sample/mkproto.rb: ditto and fix bug.eban
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-06-13ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-06* sample/biorhythm.rb (getPosiiton,etc)H_Konishi
2002-05-18updated to the new version (based on date2 3.2.1).tadf
2002-05-17* sampl/test.rb: use eval instead of './miniruby -c',eban
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-02-25commit miss.nobu
2002-02-25* sample/test.rb (system): test with scripts under the sourcenobu
2002-02-19* file.c (path_check_1): do not warn on world writable *parent*matz
2002-02-19* eval.c (rb_eval_string_wrap): should hide the toplevel localmatz
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-01-16* st.c: primes should be primes.matz
2001-12-18* sample/test.rb: Hash#indexes -> Hash#select.eban
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz