index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-10
/
+10
*
Comparable#clamp
nobu
2016-08-11
1
-0
/
+34
*
compar.c: utility functions
nobu
2016-08-11
1
-19
/
+20
*
* compar.c: Update doc for == [#7688] [ci-skip]
marcandre
2015-12-15
1
-3
/
+0
*
compar.c: variable name [ci skip]
nobu
2015-02-21
1
-2
/
+2
*
* compar.c (cmp_equal): no more error hiding for Comparable#==.
eregon
2015-02-11
1
-22
/
+6
*
compar.c: fix message
nobu
2015-01-13
1
-1
/
+1
*
compar.c: use Module#to_s
nobu
2014-08-21
1
-2
/
+2
*
compar.c: preserve encodings
nobu
2014-08-19
1
-6
/
+5
*
* compar.c (cmp_equal): warn for this release and still rescue
eregon
2014-01-18
1
-6
/
+22
*
* compar.c (cmp_equal): remove error hiding in Comparable#==.
eregon
2014-01-05
1
-20
/
+6
*
* compar.c (cmp_eq_recursive): Fix the return value, the value for
eregon
2013-12-28
1
-1
/
+1
*
compar.c: fail if recursion
nobu
2013-10-09
1
-1
/
+8
*
* compar.c (Comparable#==): fix typo.
eregon
2013-05-06
1
-1
/
+1
*
compar.c: inversed comarison without infinite recursion
nobu
2013-02-17
1
-0
/
+20
*
* compar.c (cmp_equal): Document ignored exception and return false
zzak
2013-02-07
1
-0
/
+3
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-6
/
+6
*
* string.c: rdoc for <=>, casecmp
marcandre
2009-10-28
1
-1
/
+3
*
stripped trailing spaces.
nobu
2009-02-22
1
-12
/
+12
*
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-08-16
1
-0
/
+1
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
1
-0
/
+2
*
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-04-06
1
-16
/
+0
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-09-01
1
-1
/
+1
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-1
/
+1
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-1
/
+1
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-2
/
+2
*
* test/dbm/test_dbm.rb: remove locking test, which may not be
matz
2005-09-12
1
-1
/
+0
*
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-09-12
1
-20
/
+11
*
Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...
michal
2004-06-22
1
-6
/
+0
*
Fix dependency issue
dave
2003-12-19
1
-0
/
+94
*
031031
matz
2003-10-30
1
-6
/
+20
*
* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)
matz
2003-05-19
1
-8
/
+11
*
* compar.c (rb_cmperr): raise comparison failure.
nobu
2003-05-08
1
-4
/
+16
*
* compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.
matz
2003-05-02
1
-5
/
+13
*
* string.c (rb_str_cmp_m): return nil if str2 does not respond to
matz
2003-02-20
1
-6
/
+6
*
* range.c (range_step): step might be float 0 < x < 1.
matz
2003-02-13
1
-0
/
+1
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-24
/
+22
*
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-03
1
-14
/
+26
*
minor bug fixes.
matz
2002-05-22
1
-1
/
+1
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-34
/
+17
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-1
/
+1
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-2
/
+1
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-1
/
+1
*
matz: 1.6.0 final (hopufully)
matz
2000-09-12
1
-9
/
+2
*
matz
matz
2000-08-31
1
-2
/
+3
*
matz
matz
2000-07-31
1
-1
/
+8
*
2000-05-01
matz
2000-05-01
1
-2
/
+2
*
20000105
matz
2000-01-05
1
-1
/
+1
[next]