jtc
ce4f97eb24
I've been informed that the fts family of functions is being considered
...
for a _future_ edition of 1003.1.
I recovered the STANDARDS section, and reworded it slightly so it is
clear that we are talking about a future edition instead of 1003.1-88.
1993-11-09 00:29:57 +00:00
cgd
daea3d2f86
add shlib_version file, with version 0.0
1993-11-08 03:48:53 +00:00
cgd
1966e528e6
fix flag name 'bug.' reported by Lennart Augustsson <augustss@cs.chalmers.se>
1993-11-08 03:31:24 +00:00
cgd
59a1661ae9
replace single quotes with double quotes where necessary
1993-11-07 11:14:53 +00:00
cgd
3028939baf
script to bump shlib_version files, etc. doesn't get installed, no man page.
1993-11-07 09:00:33 +00:00
cgd
6270d348a1
update to latest version.
1993-11-06 01:10:15 +00:00
cgd
f95d2e2869
update to latest version; va_list specification changes.
1993-11-06 00:55:23 +00:00
cgd
affc13c674
just berkeley copyright/version # changes.
1993-11-06 00:52:40 +00:00
cgd
dcabc1d9b5
nuke comments re: posix, per jtc. this isn't spec'd by posix.
1993-11-06 00:51:28 +00:00
cgd
95c898787c
update to latest version; no *significant* changes.
1993-11-06 00:33:23 +00:00
jtc
344059bc2d
Remove extra "eval" variables in warn() & warnx() function definitions;
...
these variables were probably introduced by copying the definitions of
err() & errx() when the functions were first implemented.
1993-11-06 00:27:23 +00:00
cgd
2be44f5352
copy SYS.h and DEFS.h, too.
1993-11-05 22:44:00 +00:00
cgd
f0c5bd92a1
add strncmp to the list of things that gets copied to libkern.
1993-11-05 22:43:47 +00:00
cgd
f5a0af0d6e
link libtermlib's shared library to libtermcap's
1993-11-05 05:01:56 +00:00
pk
12094d064d
Can get rid of local symbols with "ld -x -r" again.
...
Made LDSO #ifdef DEBUG.
1993-11-04 10:51:39 +00:00
jtc
86f54a1e24
Corrected and simplified floating point formatting.
...
Now conforms to ANSI C --- passes the fairly rigorous TCL "format.test".
1993-11-04 02:26:10 +00:00
jtc
5be26afce6
Trailing zeros should be printed with all floating point formats
...
except %g && %G --- ANSI X3.159-1989, Sect 7.9.6.1.
1993-11-03 19:32:01 +00:00
jtc
5e7056a72c
Fix formatting of SEE ALSO section.
1993-10-29 22:57:17 +00:00
jtc
3e27155a88
This type of error checking/reporting is required for many functions,
...
and is desirable for most of the rest.
1993-10-29 22:24:02 +00:00
jtc
4899342fb1
Holds value of ERANGE and EDOM for assembly routine's error reporting.
1993-10-29 22:22:31 +00:00
jtc
4a01193d1f
exp & log functions.
1993-10-29 18:11:00 +00:00
jtc
54601ddeac
Don't assume the rounding control bits are 00, make sure that both bits
...
are set (or reset) as appropriate.
1993-10-29 18:06:16 +00:00
jtc
6ca09b6171
Fix manual page typos.
1993-10-29 17:10:08 +00:00
jtc
ec0553e82c
More work on i387 specific math library
1993-10-28 19:02:53 +00:00
jtc
1edfcdc790
Additional work on a i387 specific math library.
1993-10-28 00:14:13 +00:00
mycroft
af06d69559
Clean up deleted files.
1993-10-26 23:20:31 +00:00
jtc
5742893287
Start of i387 specific math library functions.
1993-10-26 23:19:34 +00:00
cgd
dfa98edf21
fixes from Garrett A. Wollman <wollman@emba.uvm.edu>:
...
note that EACCES is returned if program file is on an FS mounted
MNT_NOEXEC. also fix missing close-paren.
1993-10-26 01:49:04 +00:00
jtc
71afdb430b
Update source and manual pages to match X/Open 1170 specification.
...
Updated setpassent() to understand YP (a bug), and changed setpwent()
to simply be a call to setpassent(0) (to remove duplicated code).
1993-10-25 23:36:51 +00:00
jtc
92ba83edfc
X/Open 1170 defines the return type of setpwent() to be void -- a trival
...
change since our setpwent() allways succeeded.
1993-10-25 22:21:36 +00:00
pk
65fc5961b5
`ld -x -r crt0.o' defines __DYNAMIC as data. This we cannot use.
...
Disabled until I sort it out.
1993-10-24 01:34:24 +00:00
pk
bd67a6f934
Enabled __DYNAMIC.
1993-10-23 00:47:15 +00:00
pk
33e72d8f40
In execvp(): `eacces' did not get initialized when path name contains a '/'.
...
This causes the wrong error to be reported when execve() fails.
1993-10-22 19:13:42 +00:00
jtc
3e8ba8c7b5
Add my lsearch & lfind implementations.
1993-10-22 17:51:51 +00:00
jtc
1f10b5021b
Added 1170's a64l() & l64a() functions.
1993-10-22 17:26:43 +00:00
jtc
57c5f16709
#include <search.h> to ensure that the public function declarations match
...
the implementation.
Use old-style function definitions so functions can be compiled with non-ansi
compilers.
Functions are specified to take void * arguments, so they must be cast to
a struct qelem * before they are used.
1993-10-21 21:08:55 +00:00
jtc
4418616857
Move the old berkeley sccs id into the header comment like it is done
...
for other source files.
1993-10-21 02:19:25 +00:00
jtc
6be8b83abc
Gcc helper functions should still use the ENTRY() macro so they will be
...
show up in profiled code. (The gcc helper functions in the other ports
do this allready).
1993-10-21 02:03:37 +00:00
jtc
34d1aad0c1
Use PIC_PLT macro with the function calls (as was done with setjmp()).
1993-10-21 01:59:44 +00:00
jtc
79591d04bc
So many files in arch/i386 have been changed I might as well run my
...
remove unecessary trailing whitespace script.
1993-10-21 01:48:14 +00:00
jtc
823c36577c
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
...
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's. No one is
ever going to pass a *.s file through lint.
1993-10-21 01:39:55 +00:00
jtc
9a3e07c4c1
Use BYTE_ORDER == LITTLE_ENDIAN instead of -Dnational to select byte order
...
of floating point numbers.
The assumption that a processor's floats use the same order as its integers
is probably unwarranted, but it is better than requiring non-national CPUs
to #define national, as that drags in national-specific code too.
(According to a comment in the code, the national FPU does not do infinity)
1993-10-21 00:41:56 +00:00
jtc
6240619b9d
Add comma between gamma and lgamma in NAME section.
1993-10-21 00:23:23 +00:00
jtc
7b51b77358
Removed duplicate names from the NAME section.
1993-10-21 00:22:10 +00:00
jtc
97ad548bc0
Replaced instructions with immediate operands with compatible alternatives
...
saving a few bytes while the cycle count remains the same --- could
actually be faster, depending on the cache, prefetch queue, etc.
1993-10-20 18:50:15 +00:00
cgd
32661c1f77
update to v1.72 of new DB code
1993-10-20 07:25:53 +00:00
jtc
f97d1797c8
Use i386 sigsetjmp()/siglongjmp() implementation.
...
Install sigsetjmp()/siglongjmp() links to setjmp manpage.
Note that sigsetjmp() and siglongjmp() are 1003.1 compliant.
1993-10-19 21:00:46 +00:00
jtc
6802033480
sigsetjmp() for the i386.
1993-10-19 20:44:00 +00:00
deraadt
7be47c8451
#if defined(hp300) || defined(sparc) || defined(amiga)
...
The knowledge about floating point format should really be pulled in
from somewhere better.
1993-10-19 08:34:29 +00:00
deraadt
78942d40e6
First cut; not sure if it's right. Very like it is, because it's
...
the same as the m68k versions..
1993-10-19 08:17:20 +00:00