aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2002-01-05eban2002-01-041-2/+2
* 2002-01-05eban2002-01-041-2/+2
* * process.c (rb_f_system): abandon vfork.matz2002-01-0416-104/+98
* The author of getoptlong.rb has agreed on changing the license fromknu2002-01-042-26/+2
* * process.c (rb_f_system): abandon vfork.matz2002-01-031-0/+39
* * lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban2002-01-022-7/+19
* * ext/curses/extconf.rb: add dir_config.eban2001-12-313-16/+11
* * parse.y (yycompile): always store copy of filename.nobu2001-12-313-3/+11
* aamineaamine2001-12-307-582/+632
* * ext/extmk.rb.in (have_library): do not print yes. sigh.eban2001-12-291-4/+1
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-292-2/+8
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-293-0/+7
* * array.c (rb_cmpint): fixed typo.nobu2001-12-283-4/+8
* * bignum.c (rb_cstr2inum): deny "0_".nobu2001-12-273-14/+9
* * bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu2001-12-263-13/+20
* add pp.rb, prettyprint.rb and time.rb.akr2001-12-241-0/+3
* * lib/pp.rb, lib/prettyprint.rb: new files.akr2001-12-241-0/+4
* lib/pp.rb lib/prettyprint.rb: new file.akr2001-12-243-0/+1232
* * time.c (time_timeval): wrong cast to time_t.matz2001-12-222-5/+11
* * parse.y (str_extend): make up "#$;" handling.matz2001-12-223-0/+7
* * time.c (time_plus): result should not be negative unlessmatz2001-12-218-43/+108
* * dln.h, ruby.h, util.h: enable prototypes in C++.nobu2001-12-214-3/+33
* 2001-12-21eban2001-12-211-2/+2
* * eval.c (rb_mod_define_method): must not convert Method to Proc.nobu2001-12-202-6/+7
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-203-11/+23
* aamineaamine2001-12-202-4/+8
* * ext/readline/readline.c: new methodsshugo2001-12-192-0/+234
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-196-59/+104
* * lib/time.rb: date.rb is not required anymore.akr2001-12-183-13/+41
* conflicted.nobu2001-12-181-5/+2
* * sample/test.rb: Hash#indexes -> Hash#select.eban2001-12-182-3/+7
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-1814-77/+135
* * intern.h: add prototypes.nobu2001-12-179-8/+43
* 2001-12-17eban2001-12-172-3/+3
* * lib/time.rb: use Time#utc_offset.akr2001-12-172-71/+12
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-174-27/+180
* aamineaamine2001-12-138-133/+156
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-135-22/+51
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-1110-6/+203
* * object.c (rb_class_real): follow included modules.nobu2001-12-102-0/+7
* * util.h: change prototype of ruby_qsort() to accord with its definition.usa2001-12-102-1/+6
* * parse.y (gettable): should freeze __FILE__ string.eban2001-12-101-1/+1
* add lib/time.rb.akr2001-12-101-0/+1
* auxiliary routines update.matz2001-12-102-3/+5
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-1019-336/+653
* new file.akr2001-12-101-0/+628