aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syslog/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* use rb_check_arity [ci skip]nobu2015-10-251-3/+1
* ext: protoize no-arguments functionsnobu2014-10-041-1/+1
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-131-3/+3
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-3/+0
* Remove Syslog#inspect and have only Syslog.inspect.knu2013-02-191-1/+1
* * ext/syslog/syslog.c: Classify constants and macros into severalknu2012-05-211-67/+92
* * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().knu2012-05-211-15/+8
* * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is aknu2012-05-211-0/+2
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-1/+1
* * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj2011-12-111-1/+1
* * ext/syslog/syslog.c: improve rdoc.nagachika2011-04-031-6/+14
* * ext/syslog/syslog.c: parenthesize macro arguments.akr2011-04-011-1/+1
* Apply documentation patch from mathew murphy. [Bug #4149]drbrain2011-02-211-2/+176
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-3/+3
* * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu2008-08-121-6/+2
* * ext/syslog/syslog.c (syslog_write): syslog operations should bematz2008-06-301-0/+3
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-2/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+0
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-271-22/+41
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-271-30/+24
* * ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu2002-02-251-1/+5
* * ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu2002-02-251-82/+50
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-1/+1
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-261-0/+409