Document about syslog at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-22 15:26:08 +09:00
parent b5b98546cf
commit 8bcc764f71
2 changed files with 4 additions and 6 deletions

View File

@ -376,11 +376,6 @@ have commit right, others don't.
* https://github.com/ruby/strscan
* https://rubygems.org/gems/strscan
#### ext/syslog
* Akinori MUSHA (knu)
* https://github.com/ruby/syslog
* https://rubygems.org/gems/syslog
#### ext/win32ole
* Masaki Suketa (suke)
* https://github.com/ruby/win32ole
@ -470,6 +465,9 @@ have commit right, others don't.
#### nkf
* https://github.com/ruby/nkf
#### syslog
* https://github.com/ruby/syslog
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)

View File

@ -90,7 +90,6 @@ Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility
WIN32OLE:: Provides an interface for OLE Automation in Ruby
Zlib:: Ruby interface for the zlib compression/decompression library
@ -130,3 +129,4 @@ resolv-replace.rb:: Replace Socket DNS with Resolv
Rinda:: The Linda distributed computing paradigm in Ruby
DRb:: Distributed object system for Ruby
NKF:: Ruby extension for Network Kanji Filter
Syslog:: Ruby interface for the POSIX system logging facility