mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00:00
Document about syslog at Ruby 3.4
This commit is contained in:
parent
b5b98546cf
commit
8bcc764f71
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user