1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Peter Zhu 4f88acc833 Fix compiler warnings in objspace_dump.c when assertions are turned on
Example:

```
In file included from ../../../include/ruby/defines.h:72,
                 from ../../../include/ruby/ruby.h:23,
                 from ../../../gc.h:3,
                 from ../../../ext/objspace/objspace_dump.c:15:
../../../ext/objspace/objspace_dump.c: In function ‘dump_append_ld’:
../../../ext/objspace/objspace_dump.c:95:26: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
   95 |     RUBY_ASSERT(required <= width);
      |                          ^~
```
2021-04-26 19:26:50 -04:00
..
-test- dependency updates 2021-04-13 14:30:21 +09:00
bigdecimal dependency updates 2021-04-13 14:30:21 +09:00
cgi/escape dependency updates 2021-04-13 14:30:21 +09:00
continuation dependency updates 2021-04-13 14:30:21 +09:00
coverage dependency updates 2021-04-13 14:30:21 +09:00
date [ruby/date] Bump version to 3.1.1 2021-04-20 20:46:03 +09:00
dbm [ruby/dbm] gemspec: add README & LICENSE 2021-04-20 21:19:41 +09:00
digest Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
etc dependency updates 2021-04-13 14:30:21 +09:00
fcntl dependency updates 2021-04-13 14:30:21 +09:00
fiddle dependency updates 2021-04-13 14:30:21 +09:00
gdbm [ruby/gdbm] gemspec: Set executables to the empty list 2021-04-20 21:19:41 +09:00
io [ruby/io-console] Move FFI console under lib 2021-04-22 11:53:13 +09:00
json dependency updates 2021-04-13 14:30:21 +09:00
monitor dependency updates 2021-04-13 14:30:21 +09:00
nkf Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
objspace Fix compiler warnings in objspace_dump.c when assertions are turned on 2021-04-26 19:26:50 -04:00
openssl [ci skip] Fix a typo s/certificiate/certificate/ 2021-04-25 10:51:45 -04:00
pathname dependency updates 2021-04-13 14:30:21 +09:00
psych dependency updates 2021-04-13 14:30:21 +09:00
pty dependency updates 2021-04-13 14:30:21 +09:00
racc/cparse dependency updates 2021-04-13 14:30:21 +09:00
rbconfig/sizeof dependency updates 2021-04-13 14:30:21 +09:00
readline dependency updates 2021-04-13 14:30:21 +09:00
ripper dependency updates 2021-04-13 14:30:21 +09:00
rubyvm Added depend files 2019-07-14 01:31:29 +09:00
socket dependency updates 2021-04-13 14:30:21 +09:00
stringio dependency updates 2021-04-13 14:30:21 +09:00
strscan dependency updates 2021-04-13 14:30:21 +09:00
syslog dependency updates 2021-04-13 14:30:21 +09:00
win32 Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
win32ole Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
zlib [ruby/zlib] gemspec: Remove unused files 2021-04-20 21:19:41 +09:00
.document Remove unnecessary files from .document 2020-12-20 16:00:13 +09:00
extmk.rb transcode-tblgen.rb: make silent a little when just -v 2020-12-29 17:45:19 +09:00
Setup Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00
Setup.atheos Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00
Setup.nt Removed sdbm entries from toolchanins 2020-06-19 08:26:47 +09:00