Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/digest/commit/d16853fe8c
|
|
https://github.com/ruby/digest/commit/0df846e8c1
|
|
https://github.com/ruby/digest/commit/70a805b872
|
|
In `digest_conf`, "no implicit conversion of false into String"
TypeError is raised.
https://github.com/ruby/digest/commit/89e5e5fe3a
|
|
https://github.com/ruby/digest/commit/26c757fe9a
|
|
https://github.com/ruby/digest/commit/d19c84fd68
|
|
This file is platform dependent, outdated and already not working.
Use `rake` instead.
https://github.com/ruby/digest/commit/a2a917dc71
|
|
https://github.com/ruby/digest/commit/0ea3ac9926
|
|
- Use the C90 standard style for comments, since this gem supports
versions prior to ruby 2.7.
- Adjust the indentation.
https://github.com/ruby/digest/commit/4751402e50
|
|
`--with-static-linked-ext`
`rb_ext_resolve_symbol` is not always available on some platforms
including WASI, and we don't need to use it when the extension is built
as a static library. This commit prefers to use `rb_digest_wrap_metadata`
directly when the extension is built as a static library to avoid the
unnecessary use of `rb_ext_resolve_symbol`.
https://github.com/ruby/digest/commit/f8ff014622
|
|
https://github.com/ruby/digest/commit/661d4643ef
|
|
https://github.com/ruby/digest/commit/07a5db2f77
|
|
https://github.com/ruby/digest/commit/76878e3201
|
|
|
|
|
|
https://github.com/ruby/digest/commit/c5c1debd43
|
|
https://github.com/ruby/digest/commit/9a22f921c9
|
|
|
|
Since RDoc searches `var = rb_define_class_under(...)` statements
literally, they cannot be built by macros.
https://github.com/ruby/digest/commit/d39b684f91
|
|
https://github.com/ruby/digest/commit/e5d30394b3
|
|
https://github.com/ruby/digest/commit/6db96aa99a
|
|
https://github.com/ruby/digest/commit/2f3505bf3f
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7310
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7330
|
|
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
Notes:
Merged: https://github.com/ruby/ruby/pull/7268
|
|
https://github.com/ruby/digest/commit/fad16582ea
|
|
|
|
https://github.com/ruby/digest/commit/cce9ada85e
|
|
This reverts commit 8a65cf3b61c60e4cb886f59a73ff6db44364bfa9.
|
|
Tabs were expanded because the file did not have any tab indentation in unedited lines.
Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
|
|
https://github.com/ruby/digest/commit/5ca2b5b91e
|
|
[Misc #18891]
Notes:
Merged: https://github.com/ruby/ruby/pull/6094
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5474
|
|
IA64 support was dropped in ticket #15894, so we can drop support for
HP-UX.
Notes:
Merged: https://github.com/ruby/ruby/pull/5457
|
|
|
|
|
|
|
|
http://rubyci.s3.amazonaws.com/ubuntu1804/ruby-master/log/20211117T033003Z.log.html.gz
```
installing default gems from ext: /home/chkbuild/chkbuild/tmp/build/20211117T033003Z/lib/ruby/gems/3.1.0
/home/chkbuild/chkbuild/tmp/build/20211117T033003Z/ruby/ext/digest/lib/digest/version.rb:4: warning: already initialized constant Digest::VERSION
/home/chkbuild/chkbuild/tmp/build/20211117T033003Z/ruby/.ext/common/digest/version.rb:4: warning: previous definition of VERSION was here
```
This hack is copied from ext/psych/psych.gemspec
|
|
https://github.com/ruby/digest/commit/efd76821b8a467c193c753104c29b476debbb2c9
|
|
https://github.com/ruby/digest/commit/efd76821b8
|
|
Fixes warning on Clang 13.
Fixes [Bug #18076]
https://github.com/ruby/digest/commit/32135c7487
|
|
|
|
|
|
|
|
|
|
https://github.com/ruby/digest/commit/5184207611
|
|
https://github.com/ruby/digest/commit/56679008cf
|
|
https://github.com/ruby/digest/commit/c15cbcd978
|
|
https://github.com/ruby/digest/commit/594cc4d548
|
|
ext/**/lib
https://github.com/ruby/digest/commit/8d7496c3be
|