summaryrefslogtreecommitdiff
path: root/ext/syslog/syslog.c
AgeCommit message (Expand)Author
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-08-05Remove documentation of %m in SyslogJeremy Evans
2018-02-16no ID cache in Init functionsnobu
2017-09-30ext: check if null byte is containednobu
2017-09-27ext: adjust indent [ci skip]nobu
2015-10-25use rb_check_arity [ci skip]nobu
2014-10-04ext: protoize no-arguments functionsnobu
2014-01-13ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2014-01-13ext: use PRIsVALUE for rb_raise and rb_warnnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-02-19Remove Syslog#inspect and have only Syslog.inspect.knu
2012-05-21* ext/syslog/syslog.c: Classify constants and macros into severalknu
2012-05-21* ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().knu
2012-05-21* ext/syslog/syslog.c (mSyslog_inspect): Make sure self is aknu
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2011-12-11* ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj
2011-04-03 * ext/syslog/syslog.c: improve rdoc.nagachika
2011-04-01* ext/syslog/syslog.c: parenthesize macro arguments.akr
2011-02-21Apply documentation patch from mathew murphy. [Bug #4149]drbrain
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2008-08-12* ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu
2008-06-30* ext/syslog/syslog.c (syslog_write): syslog operations should bematz
2007-06-10* include/ruby: moved public headers.nobu
2006-08-31* ruby.h (struct RString): embed small strings.matz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu