summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 21:14:24 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 21:14:24 +0000
commit8f231e1eeff8afc71193a5dccdb2916cbc9eab2f ()
tree04db1a376a35f84b61cae62ce9f32ab3b0d423d7
parent4a7add1a7410bf3ab067bea3e4337ea78fe2f639 (diff)
* ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which was
ported from the SyslogLogger gem. [ruby-trunk - Feature #5096] * NEWS: ditto. * test/syslog/test_syslog_logger.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--ext/syslog/lib/syslog/logger.rb174
-rw-r--r--test/syslog/test_syslog_logger.rb507
4 files changed, 691 insertions, 0 deletions
@@ -1,3 +1,10 @@
Fri May 18 01:28:21 2012 Aaron Patterson <[email protected]>
* ext/psych/parser.c (transcode_string): fix encoding index names.
@@ -96,6 +96,9 @@ with all sufficient information, see the ChangeLog file.
* Shellwords#shelljoin() accepts non-string objects in the given
array, each of which is stringified using to_s.
* lib/tmpdir.rb
* incompatible changes:
* Dir.mktmpdir uses FileUtils.remove_entry instead of
@@ -0,0 +1,174 @@
@@ -0,0 +1,507 @@