fixed missing include
35 lines of code changed in 1 file:
Fix so this compiles properly on solaris.
4 lines of code changed in 1 file:
Sync with R3.14 branch, lots of little things...
1652 lines of code changed in 24 files:
fixed repeated sentance
0 lines of code changed in 1 file:
Track branch.
6 lines of code changed in 1 file:
Track branch.
8 lines of code changed in 1 file:
Track branch.
1 lines of code changed in 1 file:
Sync with R3.14 branch.
27 lines of code changed in 3 files:
Changed EPICS_MODIFICATION from dev to 0. (dll *.rc files require numeric).
4 lines of code changed in 1 file:
Initialized LIB_PREFIX and SHRLIB_PREFIX.
3 lines of code changed in 1 file:
Added manifest tool command lines. Changed LIB_PREFIX to SHRLIB_PREFIX.
6 lines of code changed in 1 file:
Added manifest tool rules.
11 lines of code changed in 1 file:
recent versions of visual C++ dont allow T or D file open modes
2 lines of code changed in 1 file:
upgraded tests for mantis 245
30 lines of code changed in 1 file:
I fixed the following issues:
1) The epicsTime constructor does not throw an exception when an invalid epicsTimeStamp is passed to it.
2) The "epicsTime::operator epicsTimeStamp ()" conversion operator should throw an exception instead of assert failing when it discovers that the internal state of the time stamp is invalid.
3) William Lupton's epicsTime::strftime doesnt add .OVF if the nano-seconds field is invalid. Kay's original issue.
4) William Lupton's epicsTime::strftime has a buffer overrun vulnerability.
5) Certain C interfaces to epicsTime were not bracketed by try catch blocks.
103 lines of code changed in 1 file:
accomodate visual c++ 6
3 lines of code changed in 1 file:
improved string hash table distribution
2 lines of code changed in 1 file: