summaryrefslogtreecommitdiff
path: root/ext/syslog/syslog.c
AgeCommit message (Expand)Author
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