ruby/ext/syslog
Nobuyoshi Nakada 899ea35035
Extract include/ruby/internal/attr/packed_struct.h
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`
2023-02-08 12:34:13 +09:00
..
lib/syslog Honor Syslog::Logger#level overrides 2019-09-26 15:01:44 -07:00
depend Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
extconf.rb ext/syslog/extconf.rb: add -llog for Android 2019-10-10 23:21:24 +09:00
syslog.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
syslog.gemspec [ruby/syslog] Bump version to 0.1.1 2022-12-14 06:18:10 +00:00
syslog.txt