aboutsummaryrefslogtreecommitdiffstats
path: root/compar.c
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-20/+11
* Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal2004-06-221-6/+0
* Fix dependency issuedave2003-12-191-0/+94
* 031031matz2003-10-301-6/+20
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-8/+11
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-4/+16
* * compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.matz2003-05-021-5/+13
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-201-6/+6
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-131-0/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-24/+22
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-14/+26
* minor bug fixes.matz2002-05-221-1/+1
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-34/+17
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-2/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matz: 1.6.0 final (hopufully)matz2000-09-121-9/+2
* matzmatz2000-08-311-2/+3
* matzmatz2000-07-311-1/+8
* 2000-05-01matz2000-05-011-2/+2
* 20000105matz2000-01-051-1/+1
* 1.4.1matz1999-09-161-4/+22
* 1.4.0matz1999-08-131-1/+1
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-24/+24
* Initial revisionv1_0_r2matz1998-01-161-0/+100