index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
syslog
/
syslog.c
Age
Commit message (
Expand
)
Author
2024-01-22
Extract syslog
Hiroshi SHIBATA
2023-12-16
[ruby/syslog] Bump up v0.1.2
Hiroshi SHIBATA
2023-04-25
[ruby/syslog] Expose Syslog::VERSION
Hiroshi SHIBATA
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-08-05
Remove documentation of %m in Syslog
Jeremy Evans
2018-02-16
no ID cache in Init functions
nobu
2017-09-30
ext: check if null byte is contained
nobu
2017-09-27
ext: adjust indent [ci skip]
nobu
2015-10-25
use rb_check_arity [ci skip]
nobu
2014-10-04
ext: protoize no-arguments functions
nobu
2014-01-13
ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
nobu
2014-01-13
ext: use PRIsVALUE for rb_raise and rb_warn
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-02-19
Remove Syslog#inspect and have only Syslog.inspect.
knu
2012-05-21
* ext/syslog/syslog.c: Classify constants and macros into several
knu
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 a
knu
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-21
Apply 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() is
knu
2008-06-30
* ext/syslog/syslog.c (syslog_write): syslog operations should be
matz
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 <
[email protected]
>.
matz
2003-11-22
* gc.c (Init_stack): stack region is far smaller than usual if
matz
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 not
knu
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 a
knu
2001-12-18
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-11-26
Import the "syslog" module from the rough ruby project. This module
knu