index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compar.c
Age
Commit message (
Expand
)
Author
2016-08-11
Comparable#clamp
nobu
2016-08-11
compar.c: utility functions
nobu
2015-12-15
* compar.c: Update doc for == [#7688] [ci-skip]
marcandre
2015-02-21
compar.c: variable name [ci skip]
nobu
2015-02-11
* compar.c (cmp_equal): no more error hiding for Comparable#==.
eregon
2015-01-13
compar.c: fix message
nobu
2014-08-21
compar.c: use Module#to_s
nobu
2014-08-19
compar.c: preserve encodings
nobu
2014-01-18
* compar.c (cmp_equal): warn for this release and still rescue
eregon
2014-01-05
* compar.c (cmp_equal): remove error hiding in Comparable#==.
eregon
2013-12-28
* compar.c (cmp_eq_recursive): Fix the return value, the value for
eregon
2013-10-09
compar.c: fail if recursion
nobu
2013-05-06
* compar.c (Comparable#==): fix typo.
eregon
2013-02-17
compar.c: inversed comarison without infinite recursion
nobu
2013-02-07
* compar.c (cmp_equal): Document ignored exception and return false
zzak
2010-05-17
* array.c: Documentation: change => in call-seq to ->.
marcandre
2009-10-28
* string.c: rdoc for <=>, casecmp
marcandre
2009-02-22
stripped trailing spaces.
nobu
2008-08-16
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-06-09
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-04-06
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-09-01
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-06-10
* include/ruby: moved public headers.
nobu
2005-12-12
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-09-12
* test/dbm/test_dbm.rb: remove locking test, which may not be
matz
2005-09-12
* array.c: moved to ANSI function style from K&R function style.
ocean
2004-06-22
Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...
michal
2003-12-19
Fix dependency issue
dave
2003-10-30
031031
matz
2003-05-19
* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)
matz
2003-05-08
* compar.c (rb_cmperr): raise comparison failure.
nobu
2003-05-02
* compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.
matz
2003-02-20
* string.c (rb_str_cmp_m): return nil if str2 does not respond to
matz
2003-02-13
* range.c (range_step): step might be float 0 < x < 1.
matz
2003-01-16
Updated Copyrights of Matz to 2003.
michal
2002-11-22
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-09-03
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-05-22
minor bug fixes.
matz
2002-05-21
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-04-18
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2000-09-12
matz: 1.6.0 final (hopufully)
matz
2000-08-31
matz
matz
2000-07-31
matz
matz
2000-05-01
2000-05-01
matz
2000-01-05
20000105
matz
1999-09-16
1.4.1
matz
[next]