aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c: primes should be primes.matz2002-01-167-29/+76
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-163-4/+15
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-164-6/+23
* * Makefile.in (clean): add $(MAINOBJ)eban2002-01-111-1/+1
* 2002-01-11usa2002-01-111-2/+2
* * doc/NEWS: moved syntax related issues to top of the list.aamine2002-01-111-25/+24
* * doc/NEWS: sorted by entry name.aamine2002-01-111-230/+223
* * lib/English.rb: typomatz2002-01-111-1/+1
* * re.c (match_select): should propagate taintness.matz2002-01-1121-45/+77
* * class.c (rb_make_metaclass): [new]nobu2002-01-106-19/+59
* 2002-01-10nobu2002-01-101-2/+2
* * eval.c (rb_add_method): should clear cache by id always.nobu2002-01-102-11/+21
* added uri library (uri-0.9.4)akira2002-01-101-0/+8
* added uri library (uri-0.9.4)akira2002-01-109-0/+2302
* * win32/resource.rb: Modify copyright in resource script.usa2002-01-102-1/+5
* * misc/ruby-mode.el (ruby-calculate-indent): indentation afternobu2002-01-092-7/+23
* * eval.c (rb_add_method): clear replaced method from the cache.nobu2002-01-083-3/+8
* 2002-01-07eban2002-01-071-2/+2
* Add.eban2002-01-072-0/+2
* fix typo in documentation.akr2002-01-071-1/+1
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-075-21/+20
* * lib/time.rb (Time#xmlschema): new optional argumentakr2002-01-072-7/+32
* misordered.nobu2002-01-051-4/+4
* * 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