~info-martin-konrad/epics-base:fix-wrong-order-phas

Last commit made on 2020-10-13
Get this branch:
git clone -b fix-wrong-order-phas https://git.launchpad.net/~info-martin-konrad/epics-base
Only Martin Konrad can upload to this branch. If you are Martin Konrad please log in for upload directions.

Branch information

Name:
fix-wrong-order-phas
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

228ad79... by Martin Konrad

Simplify addToList() function

bbc0a56... by Martin Konrad

Fix wrong PHAS order

Records with lower PHAS value than any previously loaded records
were inserted at the end of the list rather than at the beginning.
This fixes lp: #1899697. Also fixes a proto-bug in that the second
argument to the previously used ellAdd() call assumed that
offsetof(scan_element, node)==0.

Thanks to Bruno Martins for providing this patch.

ad3728d... by Andrew Johnson

Edits to the Record Ref index page

bf7a160... by Ralph Lange

Name generated junitfiles '<testname>-results.xml'

- following an idea by Freddie Akeroyd,
  to allow better distinction from other xml files

0fbfc74... by Ralph Lange

Fix missing deletion in 97b29129 from 'fix/misc'

- fixes 97b29129 that was replacing two assert() statements
  without removing the original (offending) lines

b248023... by Ralph Lange

Merge Ralph's 'fix/misc' branch into 3.15

(closes #77)

92374b2... by Ralph Lange

libcom/osi: fix potential leak in vxWorks/osdThread.c

(found by sonar/cppcheck)

579fc9d... by Ralph Lange

libcom/osi: fix potential leak in default/osdThreadHooks.c

(found by sonar/cppcheck)

cd47bbf... by Ralph Lange

libcom/osi: fix debug printf() in default/osdNetIntf.c

(found by sonar/cppcheck)

d3d4068... by Ralph Lange

libcom/osi: fix dangerous usage of strncat (WIN32)

(found by sonar/cppcheck)