Andrew Johnson
|
df07bfc9e9
|
Lower-case operands a thru l are never used, the infix buffer was already
converted to upper-case.
|
2006-03-01 19:55:13 +00:00 |
|
Janet B. Anderson
|
c542b4f4d1
|
Initial version.
|
2006-03-01 19:44:55 +00:00 |
|
Andrew Johnson
|
a57f10fb90
|
Build devLib on all archs now there's a default devLibOSD.c file.
|
2006-02-17 23:00:30 +00:00 |
|
Andrew Johnson
|
7b383a18b4
|
Make devLib available from other OSs iff they provide the right table in an
external support application.
|
2006-02-17 22:51:26 +00:00 |
|
Andrew Johnson
|
ba9499c786
|
Better solution to zero-sized alloc requests.
|
2006-01-31 20:44:55 +00:00 |
|
W. Eric Norum
|
dbac42746c
|
[cm]allocMustSucceed() now accept values of 0 for their size and count arguments and can return a NULL in these cases.
|
2006-01-31 14:54:19 +00:00 |
|
Andrew Johnson
|
10c03d3e19
|
We took epicsShareAPI out of Win32 already, which was the only arch that
might have needed it!
|
2006-01-05 21:12:32 +00:00 |
|
Andrew Johnson
|
7aa6a2ca98
|
Better fix to the epicsStrtod problem: Don't compile our function if epicsStrtod
is a macro; that way you can't set a breakpoint on it which would never fire.
|
2006-01-05 21:08:02 +00:00 |
|
W. Eric Norum
|
8d3dc9eb33
|
Avoid infinite recursion on systems with 'working' strtod() functions.
|
2005-12-26 18:32:43 +00:00 |
|
Janet B. Anderson
|
b01b09240c
|
Added deprecated EPICS_UPDATE_LEVEL..
|
2005-12-20 14:56:46 +00:00 |
|
Janet B. Anderson
|
c57beaad68
|
Win32 changes.
|
2005-12-19 21:10:30 +00:00 |
|
Janet B. Anderson
|
45685c52d2
|
Changed EPICS_UPDATE_LEVEL to EPICS_PATCH_LEVEL.
|
2005-12-19 21:09:44 +00:00 |
|
Andrew Johnson
|
d9184abd62
|
Version numbering system change.
|
2005-12-16 16:47:52 +00:00 |
|
W. Eric Norum
|
a65943481d
|
Improved epicsThreadGetName() so that it works for all threads, not just those
created by epicsThreadCreate().
|
2005-12-15 16:49:42 +00:00 |
|
Marty Kraimer
|
de797d11e2
|
fix win32 compiler warnings
|
2005-12-13 12:57:19 +00:00 |
|
Janet B. Anderson
|
a0e61daaac
|
Removed epicsShareAPI from epicsStrtod.
|
2005-12-12 21:27:07 +00:00 |
|
Janet B. Anderson
|
5506587d06
|
Removed epicsShareAPI where not needed.
|
2005-12-12 21:26:01 +00:00 |
|
Marty Kraimer
|
cdda915248
|
o and x format should have unsigned args
|
2005-12-12 20:09:02 +00:00 |
|
Marty Kraimer
|
b283cb1fcd
|
clean up epicsStdlib
|
2005-12-12 19:55:11 +00:00 |
|
Marty Kraimer
|
3499fbe51d
|
get rid of epicsShareAPI; epicsStrtok_r is new; clean up epicsStdlib
|
2005-12-12 19:54:48 +00:00 |
|
Janet B. Anderson
|
f4a06313db
|
Removed TD options in call to _fdopen for VISUAL C++ 2005.
|
2005-11-22 21:52:29 +00:00 |
|
Marty Kraimer
|
2ad879e1d1
|
simplify output
|
2005-11-22 13:45:28 +00:00 |
|
Jeff Hill
|
036243c9a2
|
made win32 stdcall consistent
|
2005-11-22 00:28:17 +00:00 |
|
Marty Kraimer
|
33865495c9
|
better checking for pthread_create
|
2005-11-21 21:21:12 +00:00 |
|
Marty Kraimer
|
533e99d33c
|
From Benjamin Franksen
|
2005-11-21 21:17:15 +00:00 |
|
cvs2svn
|
bc0a097c18
|
This commit was manufactured by cvs2svn to create branch 'B3.14'.
|
2005-11-21 21:17:14 +00:00 |
|
Marty Kraimer
|
472512d0a2
|
epicsThreadMustCreate instead of epicsThreadCreate
|
2005-11-21 19:33:44 +00:00 |
|
Marty Kraimer
|
92f32f3c21
|
new test
|
2005-11-21 19:09:20 +00:00 |
|
Marty Kraimer
|
7da2de16dc
|
Fix memory leak for priority scheduling
|
2005-11-21 14:17:49 +00:00 |
|
Jeff Hill
|
d53b80a61a
|
GNU compile rrequires LL suffix on constants, borland requires no suffix
|
2005-11-18 00:14:40 +00:00 |
|
Andrew Johnson
|
8230f4b189
|
Set pthreadInfo->isEpicsThread in the epicsThreadCreate() retry.
This code still has a memory leak if pthread_create() returns EPERM,
which only happens on SMP Linux systems.
|
2005-11-17 23:15:51 +00:00 |
|
Marty Kraimer
|
50052570e9
|
run test as thread
|
2005-11-17 15:55:15 +00:00 |
|
Marty Kraimer
|
40f225ce87
|
add test for epicsThreadSetPriority
|
2005-11-16 14:12:43 +00:00 |
|
Marty Kraimer
|
48005bf4ca
|
illegal to change priority for non-epics thread
|
2005-11-16 14:07:56 +00:00 |
|
Jeff Hill
|
05a2ab2893
|
better sleep quantum estimate
|
2005-11-14 23:22:16 +00:00 |
|
Marty Kraimer
|
560bb0fb35
|
check for ERROR not for 0
|
2005-11-14 20:05:21 +00:00 |
|
Jeff Hill
|
4613bc7d0a
|
net bsd challenged os dont have INADDR_NONE
|
2005-11-14 17:06:49 +00:00 |
|
Jeff Hill
|
f01f981e54
|
standards unconformant C++ compilers (such as msvs 6.0) dont like
a std:: in front of the cal to unexpected()
|
2005-11-14 16:18:06 +00:00 |
|
Jeff Hill
|
f85fa7e105
|
support mingw
|
2005-11-11 01:48:59 +00:00 |
|
Jeff Hill
|
e268286f83
|
less cpu intensive for soft float cpus
|
2005-11-08 22:46:31 +00:00 |
|
Jeff Hill
|
e7e46f07f5
|
less cpu intensive for soft float cpus
|
2005-11-08 22:41:31 +00:00 |
|
Jeff Hill
|
d50d793467
|
instantiate server
|
2005-11-08 16:18:57 +00:00 |
|
Ralph Lange
|
c24db105b8
|
Clarified output message for one of the tests.
|
2005-11-08 13:57:17 +00:00 |
|
Ralph Lange
|
6820307b60
|
Fixed warnings for HP-UX.
|
2005-11-04 15:28:12 +00:00 |
|
Jeff Hill
|
16caaa4a27
|
spelling in comment
|
2005-11-01 16:05:53 +00:00 |
|
Jeff Hill
|
e7aef148f9
|
fixed warnings on 64 bit architectures
|
2005-11-01 15:59:05 +00:00 |
|
Andrew Johnson
|
b2681f5eb8
|
Fixed gcc warnings (NULL is a pointer, '\0' is a zero character).
|
2005-10-28 23:14:06 +00:00 |
|
Shifu Xu
|
8360c29cdb
|
optimize priority scheduling code
|
2005-10-28 22:12:44 +00:00 |
|
Janet B. Anderson
|
02006d89dd
|
Removed reference to POSIX=YES/NO.
|
2005-10-28 21:29:21 +00:00 |
|
Andrew Johnson
|
81c052a4e2
|
Removed epicsList and associated test file - not used or maintained.
|
2005-10-28 19:36:09 +00:00 |
|