Jeff Hill
452d3d68ca
fixed several subtle bugs
1996-11-02 02:04:42 +00:00
Jeff Hill
a609cfaa02
use strerror() to get err string since it is portable
1996-11-02 02:03:37 +00:00
Jeff Hill
c12f73e2b3
added envParamIsEmpty()
1996-11-02 02:00:05 +00:00
Jeff Hill
fd72915fae
added cas env var
1996-11-02 01:59:43 +00:00
Jeff Hill
8d5cfe739f
added os depen stuff
1996-11-02 01:58:52 +00:00
Jeff Hill
d40253a1b5
use correct form of #include
1996-11-02 01:57:45 +00:00
Jeff Hill
55589cb65a
improved message
1996-11-02 01:56:55 +00:00
Jeff Hill
14127052f1
added os depen stuff
1996-11-02 01:38:00 +00:00
Jeff Hill
5201df3dbc
installed
1996-11-02 01:36:25 +00:00
Jeff Hill
3263a885a3
more pc related changes
1996-11-02 01:30:51 +00:00
Jeff Hill
4dbb3d18de
removed merge problems
1996-11-02 01:28:15 +00:00
Jeff Hill
31b046e108
strcpy => styrcpy (shuts up purify)
1996-11-02 01:24:49 +00:00
Jeff Hill
c25f195f08
pc does not have 68k's "nobitfield" option
1996-11-02 01:21:12 +00:00
Jeff Hill
f8910ba651
installed
1996-11-02 01:17:59 +00:00
Jeff Hill
9b05ce2169
added byte swapping for pc arch
1996-11-02 01:16:43 +00:00
Jeff Hill
6bbc5576f9
remove db_addr
1996-11-02 01:15:16 +00:00
Jeff Hill
52b5b08b62
installed
1996-11-02 01:07:48 +00:00
Jeff Hill
c83ef56154
many improvements
1996-11-02 01:07:24 +00:00
Jeff Hill
77c34614a2
added resourceLib.cc
1996-11-02 01:06:48 +00:00
Jeff Hill
0f925b7264
installed
1996-11-02 01:01:41 +00:00
Jeff Hill
17ff2420b4
many improvements
1996-11-02 00:55:02 +00:00
Jeff Hill
1f722b453d
installed
1996-11-02 00:52:53 +00:00
Jeff Hill
5bcd8e3fe7
many pc port, const in API, and other changes
1996-11-02 00:51:12 +00:00
Jeff Hill
cacdbe8a7e
added convert.o
1996-11-02 00:45:42 +00:00
Jeff Hill
8397c013f0
added purify target
1996-11-02 00:44:01 +00:00
Jeff Hill
40f6521d20
fixed line wrap
1996-11-02 00:41:23 +00:00
Jeff Hill
183386fc02
remove use of <test -d> to create directory
1996-11-02 00:39:51 +00:00
Jeff Hill
ee83524e6b
removed use of <test -d> to create directory
1996-11-02 00:38:42 +00:00
Jeff Hill
58b02d04cb
os depen -I
1996-11-02 00:35:42 +00:00
Jeff Hill
68006545e1
added new CAS env var
1996-11-02 00:31:00 +00:00
Jeff Hill
9a0e885a2e
os depen include
1996-11-02 00:30:19 +00:00
Jeff Hill
4013ea544b
os depen -I and $(CCC) -xar for ar
1996-11-02 00:29:02 +00:00
Marty Kraimer
9258159419
Removed precord arg from dbScanFwdLink
1996-11-01 17:15:58 +00:00
Marty Kraimer
ecc19506ef
Added dbScanFwdLink
1996-11-01 15:53:32 +00:00
Marty Kraimer
6373069d52
Fixed bugs from last set of changes
1996-11-01 15:52:52 +00:00
Marty Kraimer
2a8ec06437
Made changes so that -Wall and -pedantic work properly
1996-11-01 15:51:50 +00:00
Janet B. Anderson
603519ae1c
R3.13.0.beta4
1996-11-01 15:37:48 +00:00
Marty Kraimer
f7433d8e93
Fixed bug in dbAllocForm
1996-10-31 22:29:04 +00:00
Marty Kraimer
5ca50b7ce7
recGblInitConstantLink allows non constant link
1996-10-31 22:28:16 +00:00
Marty Kraimer
7287113d58
added dbGetNelements and dbIsLinkConnected
1996-10-31 22:27:03 +00:00
Marty Kraimer
179c9f6df0
Changes for udf and other problems discovered while looking at udf
1996-10-31 22:24:14 +00:00
Janet B. Anderson
a160ebf5ba
Added quotes to echo stmnts.
1996-10-31 20:01:00 +00:00
Janet B. Anderson
b52605705b
siol cannot be a constant link.
1996-10-30 21:31:07 +00:00
Janet B. Anderson
3ef7c191db
Changed inp type test to DB_LINK
1996-10-30 21:30:01 +00:00
Janet B. Anderson
73dc2a91e4
Typo erro bug fix
1996-10-30 19:30:03 +00:00
Janet B. Anderson
ad76c5efab
In init_record the udf field is set to false only if svl is a
...
constant link and recGblInitConstantLink returns success.
1996-10-30 17:47:02 +00:00
Janet B. Anderson
5981891ee0
The udf field is no longer set to false in write_<record type>.
1996-10-30 17:46:33 +00:00
Janet B. Anderson
884737e82e
In init_record the udf field is no longer set to false if inp
...
is a constant link and recGblInitConstantLink returns success
(rval, not val, was successfully initialized).
1996-10-30 17:45:15 +00:00
Janet B. Anderson
e301e1b359
In init_record the udf field is set to false only if inp
...
is a constant link and recGblInitConstantLink returns success.
In read_<record type> the udf field is set to false only if
inp is not a constant link and dbGetLink returns success.
1996-10-30 17:44:33 +00:00
Janet B. Anderson
a3b1033015
The siol field, if it is a constant, is now initialized
...
during record initialization. In process the udf field
is now set to false if siol is not a constant link and
dbGetLink returns success.
1996-10-30 17:42:00 +00:00