~anj/epics-base/+git/base-7.0:loadable-err-syms
Last commit made on
2019-01-10
- Get this branch:
-
git clone
-b loadable-err-syms
https://git.launchpad.net/~anj/epics-base/+git/base-7.0
Only
Andrew Johnson
can upload to this branch. If you are
Andrew Johnson
please log in for upload directions.
Branch merges
Propose for merging
- Andrew Johnson: Disapprove
- mdavidsaver: Needs Fixing
-
Diff: 1562 lines (+606/-297)28 files modifiedconfigure/CONFIG (+4/-4)
configure/RULES_BUILD (+1/-24)
configure/RULES_FILE_TYPE (+11/-9)
documentation/RELEASE_NOTES.html (+30/-1)
modules/database/src/ioc/Makefile (+5/-0)
modules/database/src/ioc/db/Makefile (+2/-1)
modules/database/src/ioc/db/dbIocRegister.c (+6/-1)
modules/database/src/ioc/dbStatic/Makefile (+6/-1)
modules/libcom/configure/CONFIG_LIBCOM_MODULE (+4/-0)
modules/libcom/configure/Makefile (+1/-0)
modules/libcom/configure/RULES_LIBCOM (+38/-0)
modules/libcom/src/Makefile (+8/-1)
modules/libcom/src/as/Makefile (+3/-1)
modules/libcom/src/env/Makefile (+0/-2)
modules/libcom/src/error/Makefile (+4/-12)
modules/libcom/src/error/RULES (+1/-4)
modules/libcom/src/error/errMdef.h (+4/-6)
modules/libcom/src/error/errSymLib.c (+189/-167)
modules/libcom/src/error/errSymTbl.h (+14/-14)
modules/libcom/src/error/errlog.c (+1/-3)
modules/libcom/src/error/makeStatTbl.pl (+151/-39)
modules/libcom/src/iocsh/libComRegister.c (+18/-3)
modules/libcom/src/misc/Makefile (+3/-1)
modules/libcom/src/osi/Makefile (+4/-1)
modules/libcom/src/pool/Makefile (+3/-2)
modules/libcom/test/Makefile (+5/-0)
modules/libcom/test/epicsRunLibComTests.c (+2/-0)
modules/libcom/test/errSymTest.c (+88/-0)
Branch information
- Name:
- loadable-err-syms
- Repository:
- lp:~anj/epics-base/+git/base-7.0