| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) 60042,60130,60131: [Backport #13982] | nagachika | 2018-02-03 | 1 | -1/+1 |
| * | merge revision(s) 60071: [Backport #13953] [Backport #13954] [Backport #13955... | nagachika | 2017-12-24 | 1 | -2/+4 |
| * | Update dependencies. | akr | 2016-04-11 | 1 | -0/+1 |
| * | handle ext/ as r53141 | naruse | 2015-12-16 | 2 | -0/+2 |
| * | use rb_check_arity [ci skip] | nobu | 2015-10-25 | 1 | -3/+1 |
| * | Update dependencies. | akr | 2014-12-19 | 1 | -1/+1 |
| * | Update dependency. | akr | 2014-11-21 | 1 | -1/+3 |
| * | Mark auogenerated part. | akr | 2014-11-15 | 1 | -0/+2 |
| * | * common.mk: Remove comments in Dependency lines. | akr | 2014-11-15 | 1 | -8/+8 |
| * | * tool/update-deps: Extend to fix dependencies. | akr | 2014-11-15 | 1 | -2/+8 |
| * | Bump Syslog::Logger::VERSION to 2.1.0. | knu | 2014-10-31 | 1 | -1/+1 |
| * | ext: protoize no-arguments functions | nobu | 2014-10-04 | 1 | -1/+1 |
| * | ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE | nobu | 2014-01-13 | 1 | -3/+3 |
| * | ext: use PRIsVALUE for rb_raise and rb_warn | nobu | 2014-01-13 | 1 | -1/+1 |
| * | Add facility to Syslog::Logger. | knu | 2013-07-26 | 1 | -4/+18 |
| * | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak | 2013-07-18 | 1 | -2/+2 |
| * | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -3/+0 |
| * | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -2/+2 |
| * | Remove Syslog#inspect and have only Syslog.inspect. | knu | 2013-02-19 | 1 | -1/+1 |
| * | * ext/syslog/lib/syslog/logger.rb: add a formatter to the | knu | 2012-09-27 | 1 | -13/+33 |
| * | * ext/syslog/syslog.c: Classify constants and macros into several | knu | 2012-05-21 | 1 | -67/+92 |
| * | * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf(). | knu | 2012-05-21 | 1 | -15/+8 |
| * | * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a | knu | 2012-05-21 | 1 | -0/+2 |
| * | * ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which was | drbrain | 2012-05-17 | 1 | -0/+174 |
| * | * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace, | naruse | 2012-01-10 | 1 | -1/+1 |
| * | * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740] | ktsj | 2011-12-11 | 1 | -1/+1 |
| * | * ext: remove trailing spaces. | nobu | 2011-05-22 | 1 | -2/+2 |
| * | * ext/syslog/syslog.c: improve rdoc. | nagachika | 2011-04-03 | 1 | -6/+14 |
| * | * ext/syslog/syslog.c: parenthesize macro arguments. | akr | 2011-04-01 | 1 | -1/+1 |
| * | Apply documentation patch from mathew murphy. [Bug #4149] | drbrain | 2011-02-21 | 1 | -2/+176 |
| * | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
| * | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -3/+3 |
| * | * test/test_syslog.rb: moved. | nobu | 2009-03-06 | 1 | -164/+0 |
| * | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
| * | * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() is | knu | 2008-08-12 | 1 | -6/+2 |
| * | * ext/syslog/syslog.c (syslog_write): syslog operations should be | matz | 2008-06-30 | 1 | -0/+3 |
| * | * lib/ipaddr.rb: Say that I am the current maintainer. | knu | 2008-03-21 | 1 | -1/+4 |
| * | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
| * | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -2/+2 |
| * | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
| * | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -6/+0 |
| * | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
| * | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -0/+1 |
| * | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -1/+0 |
| * | * ext/syslog/syslog.c: Cut redundancy. | knu | 2002-11-27 | 1 | -22/+41 |
| * | * ext/syslog/test.rb: Syslog.close should raise RuntimeError when | knu | 2002-11-27 | 1 | -9/+18 |
| * | * ext/syslog/syslog.c: Fix a problem where Syslog#ident was not | knu | 2002-11-27 | 1 | -30/+24 |
| * | * ext/syslog/test.rb: Switch from RUnit to Test::Unit. | knu | 2002-11-27 | 1 | -17/+11 |
| * | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
| * | * ext/digest: add depend file. | nobu | 2002-03-18 | 2 | -0/+3 |