lp:~epics-core/epics-base/epicsTime-status

Created by Andrew Johnson and last modified
Get this branch:
bzr branch lp:~epics-core/epics-base/epicsTime-status
Members of EPICS Core Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
EPICS Core Developers
Project:
EPICS Base
Status:
Merged

Recent revisions

12623. By Andrew Johnson

Show how to make time providers backwards-compatible

12622. By Andrew Johnson

Replace epicsTimeERROR with specific error status values

Introduced error status values for epicsTime routines.
The epicsTimeERROR identifier no longer exists, so code that uses it will
no longer compile (deliberately). Replace all uses of it with a specific
error status value.

12621. By Andrew Johnson

Merge perlbin fix from 3.14

12620. By Andrew Johnson

Tweak to callback API.

12619. By Andrew Johnson

Set version numbers for 3.16.0.0-DEV

12618. By Andrew Johnson

R3.15.1

12617. By Andrew Johnson

Merge changes from 3.14 branch, revno 12507

12616. By Andrew Johnson

Fix epicsStrnEscapedFromRaw() and epicsStrnRawFromEscaped()

Major rewrites; the original epicsStrnRawFromEscaped() could read
beyond the end of the input buffer if the input count ended in the
middle of an octal or hex escape sequence. Zero termination did not
always match the return count, and hex escapes were always 2 digits,
contrary to the C standard.

New versions don't use epicsSnprintf() or sscanf() for hex and octal
conversions, so should be slightly faster.

Added 81 new tests to check the above issues.

12615. By Ralph Lange

libCom/osi: fix - do not set the main thread's Linux name to _main_ (linux)

12614. By Andrew Johnson

Update KnownProblems list

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~epics-core/epics-base/3.16
This branch contains Public information 
Everyone can see this information.