Commit Graph

167 Commits

Author SHA1 Message Date
cvs2git
ce659c58fd This commit was manufactured by cvs2svn to create tag 'v1_0_1'. 1997-09-21 22:08:33 +00:00
gdr
5ea6ce9244 catrez v1.0.1 as contributed by Dave Tribby 1997-09-21 22:08:32 +00:00
gdr
712ad8b00d lseg v1.1 as contributed by Dave Tribby. Some files had an RCS identifier
added.
1997-09-21 22:06:43 +00:00
gdr
5fd930582d lseg 1.1 (beta) as contributed by Dave Tribby. Some files had an RCS
identifier added.
1997-09-21 22:05:59 +00:00
gdr
f6efe9ae26 lseg version 1.0, as provided by Jawaid for GNO v2.0.4 1997-09-21 21:59:33 +00:00
gdr
cd0695c010 added location for ORCA library sources 1997-09-21 21:52:19 +00:00
gdr
09da0614d3 - added RCS Id string to header file
- added makeinstall target to Makefile
- added man page
- added mkso.data file
1997-09-21 21:51:03 +00:00
gdr
d671eaa752 initial checkin 1997-09-21 18:11:42 +00:00
gdr
7a88871b21 corrected target for .PRECIOUS attribute 1997-09-21 18:06:07 +00:00
gdr
124ca8d9b7 - added assert test
- changed location of included files
1997-09-21 17:54:27 +00:00
gdr
5d0fd14e43 initial checkin 1997-09-21 17:46:05 +00:00
gdr
39aff4d07f - added a test description
- removed #ifdefs that would use fopen vice fdopen
1997-09-21 16:36:18 +00:00
gdr
a54e2a8e91 update build list 1997-09-21 16:35:12 +00:00
gdr
db4bce6e93 - send status msgs to stderr vice stdout
- ensure that the user specified a flag, else popen will get a NULL mode
  parameter
1997-09-21 16:33:49 +00:00
gdr
314f3fcee0 initial checkin 1997-09-21 16:32:15 +00:00
gdr
91a111f2c1 added .... change descriptions. 1997-09-21 16:31:12 +00:00
gdr
c3d9c3b245 - add Procyon and Mike W. to the list 1997-09-21 16:28:57 +00:00
gdr
7050dc895b - link in assert.a from the ORCALib directory
- depend on lower level makefiles to update libc; don't search their
  directories
1997-09-21 16:28:30 +00:00
gdr
6471a77b16 allow lower level makefiles to update libc 1997-09-21 16:22:23 +00:00
gdr
fc58ca13eb - because of a bug in the kernel, force fcntl to return O_RDWR for
flags on a FIFO or character-special device.
- for variadic routines, up the optimization from 72 to 78.  Otherwise
  remove #pragmas and depend on the makefile to set them
- move raise(3) into ORCALib implementation so that we can avoid backward
  references in linking.
1997-09-21 16:21:13 +00:00
gdr
92d0985f19 delete #pragmas, when possible; depend on them being set by the makefile 1997-09-21 16:17:20 +00:00
gdr
de72cff25b - set optimization level to 78
- have the default target update ../libc
1997-09-21 16:15:29 +00:00
gdr
228ac9913d - move optimization directives from the source files to the makefile
- have the default makefile target update ../libc
1997-09-21 06:23:08 +00:00
gdr
997c35962d initial checkin 1997-09-21 06:22:10 +00:00
gdr
ffae6366ab - specify optimization level 78
- have default target update ../libc
1997-09-21 06:21:35 +00:00
gdr
e9b7d50bfc remove #pragmas; depend on Makefile for these settings 1997-09-21 06:21:07 +00:00
gdr
a5c0ecf161 add a segment statement 1997-09-21 06:20:37 +00:00
gdr
82170164bc - build vfprintf.o in two stages in order to avoid an ORCA/C preprocessor bug
- specify, on the command line, an optimization leve of 78 for all source
  files
- have the default target update ../libc
1997-09-21 06:19:50 +00:00
gdr
6e22587191 - remove #line numbers inserted by splatprep(1)
- [variadic functions only] update optimization level from 72 to 78
1997-09-21 06:16:12 +00:00
gdr
c52fcd3475 greatly reduce stack requirements of vfprintf() and __sbprintf() 1997-09-21 06:14:42 +00:00
gdr
a071932b06 - specify optimization level 78 in makefile
- have default target update ../libc
1997-09-21 06:10:26 +00:00
gdr
a402a7f7fa - set optimization level 78 in makefile
- have default target update ../libc
1997-09-21 06:08:48 +00:00
gdr
f6a8741209 move #pragma's out of source when possible (depend on makefile) 1997-09-21 06:08:11 +00:00
gdr
8f24a49223 Move #pragmas out of the source files when possible. Depend on occ
command line flags.
1997-09-21 06:05:01 +00:00
gdr
b94726dc62 reimplement and fix popen/pclose routines 1997-09-21 06:04:01 +00:00
gdr
1554cedb32 initial checkin 1997-09-21 06:02:56 +00:00
gdr
740fda6275 changes to reflect that the paths.mk info is now in a separate file 1997-09-21 06:01:12 +00:00
gdr
4539811926 add logwtmp.c to the build 1997-09-21 05:59:14 +00:00
gdr
e64c17d8cb move the #pragmas out of the source files; depend on the Makefile 1997-09-21 05:57:40 +00:00
gdr
45e13e9ddb initial checkin 1997-09-19 15:47:55 +00:00
gdr
02b72767b3 Added BUG entry mentioning occasional hangs of gsh. 1997-09-19 15:47:03 +00:00
gdr
a689e9398c added many more entries, mostly from stdio routines 1997-09-19 15:46:10 +00:00
gdr
c1a44d4166 - initial checkin, as submitted by Soenke Behrens 1997-09-17 16:36:41 +00:00
gdr
39e6f0d5ee - initial checkin, as submitted by Dave Tribby 1997-09-17 06:31:15 +00:00
gdr
fef1481080 - initial checkin, as submitted by Dave Tribby
- renamed makefile.mk to Makefile
1997-09-17 06:31:06 +00:00
gdr
64cc71f1af - initial checkin, as submitted by Dave Tribby 1997-09-17 06:24:29 +00:00
gdr
590e077340 - initial checkin, as submitted by Dave Tribby
- renamed makefile.mk to Makefile
1997-09-17 06:24:18 +00:00
gdr
fb3ab1728f - initial checkin as submitted by Dave Tribby 1997-09-17 05:44:00 +00:00
gdr
0acddc1899 - initial checkin as submitted by Dave Tribby
- renamed makefile.mk to Makefile
1997-09-17 05:43:50 +00:00
gdr
c1fa42d03c - initial checkin, as received from Dave Tribby 1997-09-17 05:29:33 +00:00