summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-styletestunitshyouhei2007-02-120-0/+0
* Imported Test::Unit 0.1.8ntalbott2003-02-120-0/+0
* This commit was manufactured by cvs2svn to create branch 'testunit'.(no author)2003-02-12629-216713/+0
* Initial revisionntalbott2003-02-1223-0/+2337
* * typo fix.eban2003-02-101-1/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-102-3/+7
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-102-2/+7
* * array.c (rb_ary_to_a): return value should be an Array if thematz2003-02-105-3/+70
* * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs foureban2003-02-093-4/+9
* 2003-02-09eban2003-02-091-3/+3
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-093-3/+10
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-092-2/+7
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-082-2/+7
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-082-14/+27
* fix typo.akr2003-02-081-2/+2
* Sorry, missed contributer's name.nobu2003-02-081-1/+3
* * misc/ruby-mode.el (ruby-forward-string): fixed void variablenobu2003-02-082-4/+12
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-0710-35/+43
* 2003-02-08knu2003-02-071-3/+3
* s/Mon 01/Mon 1/.knu2003-02-071-9/+9
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu2003-02-073-0/+12
* 2003-02-07eban2003-02-071-3/+3
* re-indented.nobu2003-02-071-1/+1
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-074-3/+13
* * eval.c (proc_invoke): should propagate self to supernobu2003-02-072-0/+6
* * re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz2003-02-062-15/+22
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-062-62/+59
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-063-9/+29
* 2003-02-06eban2003-02-061-3/+3
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-063-3/+12
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-052-46/+43
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-052-1/+12
* 2003-02-05eban2003-02-051-3/+3
* * parse.y (yylex): no .<digit> floating literal anymore.matz2003-02-052-10/+8
* typonobu2003-02-041-1/+1
* 2003-02-04eban2003-02-041-3/+3
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-046-7/+38
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-02-041-37/+148
* Added RDoc comments.gsinclair2003-02-031-3/+147
* * re.c (rb_reg_initialize_m): unfotunate serious typo.matz2003-02-032-1/+2
* * object.c (Init_Object): default Object#=== now calls "=="matz2003-02-036-41/+65
* * re.c (rb_memsearch): a little improvement.nobu2003-02-032-12/+17
* typonobu2003-02-031-3/+3
* 2003-02-03eban2003-02-031-4/+4
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-039-63/+108
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-01-311-22/+230
* * string.c (rb_str_index): search using Karp-Rabin algolithm.matz2003-01-312-2/+28
* * variable.c (rb_obj_classname): wrong tail recursion.nobu2003-01-311-1/+1
* * variable.c (rb_obj_classname): new function.matz2003-01-3119-64/+92
* * random.c (rb_f_rand): type fix.eban2003-01-312-4/+4