summaryrefslogtreecommitdiffstats
path: root/ext/syslog
Commit message (Expand)AuthorAgeFilesLines
* * test/test_syslog.rb: moved.nobu2009-03-061-164/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * 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
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-211-1/+4
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-2/+2
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-6/+0
* * 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/test.rb: Syslog.close should raise RuntimeError whenknu2002-11-271-9/+18
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-271-30/+24
* * ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-17/+11
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * ext/digest: add depend file.nobu2002-03-182-0/+3
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * 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-253-166/+131
* Add.eban2002-01-071-0/+1
* * 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-265-0/+709