aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* * sample/test.rb: avoid the MSVCRT *printf problem(float).eban2003-04-201-2/+5
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-0/+10
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-0/+6
* * sample/test.rb: NaN comparison test.nobu2003-04-111-0/+22
* * sample/exyacc.rb: use Regexp in gsub!.akr2003-04-051-2/+2
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-0/+7
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-6/+28
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-251-0/+5
* * eval.c (massign): remove unnecessary array unpacking; it shouldmatz2003-03-101-0/+11
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-0/+1
* * file.c (file_expand_path): buffer might be reallocated whilenobu2003-02-161-0/+8
* * file.c (file_expand_path): fix surplus path separators whilenobu2003-02-141-0/+13
* *** empty log message ***nobu2003-02-131-0/+7
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-131-0/+14
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-041-1/+1
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-1/+1
* * regex.c (is_in_list): should work weill with UTF-8.matz2003-01-201-0/+1
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-48/+252
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-88/+77
* Improve.knu2002-12-196-23/+13
* Be consistent on the use of the implicit $_.knu2002-12-191-1/+1
* Improve.knu2002-12-192-11/+9
* Fix a bug.knu2002-12-191-1/+1
* The use of $_ and ~/RE/ is discouraged.knu2002-12-191-2/+4
* Strive to give better examples.knu2002-12-193-18/+20
* * bin/irb: Moved from sample/irb.rb.knu2002-11-181-21/+0
* ditto.nobu2002-10-021-1/+1
* * sample/mkproto.rb: ditto and fix bug.eban2002-07-261-2/+2
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-112-3/+3
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-282-3/+2
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-1/+1
* updated to the new version (based on date2 3.3).tadf2002-06-222-12/+12
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-3/+4
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-2/+2
* * sample/biorhythm.rb (getPosiiton,etc)H_Konishi2002-06-061-1/+2
* updated to the new version (based on date2 3.2.1).tadf2002-05-182-5/+5
* * sampl/test.rb: use eval instead of './miniruby -c',eban2002-05-171-2/+9
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-0/+12
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-11/+0
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+11
* commit miss.nobu2002-02-251-1/+1
* * sample/test.rb (system): test with scripts under the sourcenobu2002-02-251-1/+6
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-0/+8
* * eval.c (rb_eval_string_wrap): should hide the toplevel localmatz2002-02-191-297/+0
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-151-0/+13
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-0/+37
* * st.c: primes should be primes.matz2002-01-161-4/+18
* * sample/test.rb: Hash#indexes -> Hash#select.eban2001-12-181-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-11/+46