~epics-core/epics-base/+git/Com:errlog2syslog

Last commit made on 2019-11-25
Get this branch:
git clone -b errlog2syslog https://git.launchpad.net/~epics-core/epics-base/+git/Com
Members of EPICS Core Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
errlog2syslog
Repository:
lp:~epics-core/epics-base/+git/Com

Recent commits

13854ad... by mdavidsaver

Copy errlog to syslog()

If supported (!WIN32 && !vxWorks), and if $EPICS_IOC_LOG_PREFIX is set,
then errlog messages will be passed to syslog().
The value of $EPICS_IOC_LOG_PREFIX is used as the syslog identifier.

errlogToSyslog() connect w/ iocLogPrefix()

3450c9d... by mdavidsaver

softIoc use correct path sep

a7cb952... by mdavidsaver

softIoc re-add -D

90ef40e... by mdavidsaver

iocshFindVariable() safety

1290ab7... by mdavidsaver

dbInitEntry() w/o matching dbFinishEntry()

37ed770... by Andrew Johnson

Fix release headers in Release Notes

578608b... by Andrew Johnson

Merge changes from 3.15 branch into 7.0

1d18aa3... by Andrew Johnson

Disable printf() format warnings on MinGW, they're broken

a85967c... by Andrew Johnson

Cross-builds of 64-bit MinGW should inherit from 32-bit

Don't duplicate, this file missed an important change as a result.

3c0d4cc... by mdavidsaver

remove another __DATE__