| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1993-10-22 | Added 1170's a64l() & l64a() functions. | jtc | |
| 1993-10-19 | #if defined(hp300) || defined(sparc) || defined(amiga) | deraadt | |
| The knowledge about floating point format should really be pulled in from somewhere better. | |||
| 1993-10-19 | fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to: | cgd | |
| (1) don't clobber the MLINKS variable in rpc (2) install the rand48 man page in stdlib | |||
| 1993-10-15 | Rename _findenv() to __findenv(), as _findenv is in the user's namespace. | jtc | |
| 1993-10-14 | Removed trailing comma from SEE ALSO section. | jtc | |
| 1993-10-14 | Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the | jtc | |
| user's namespace. | |||
| 1993-10-13 | Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. | jtc | |
| 1993-10-13 | Split cfree() out of calloc.c. | jtc | |
| If a user compiling in a strict ANSI or strict POSIX environment uses his own function named cfree (which is legal, since cfree is not in a restricted namespace) and calloc, the link will fail due to the cfree in calloc.c. | |||
| 1993-10-13 | Document (well, really just mention) external variable optopt. | jtc | |
| Add trailing semicolons to the extern variables in the SYNOPSIS section like all of the other manpages with extern variables. | |||
| 1993-10-12 | POSIX.2 requires special behavior if the first character of the optstring | jtc | |
| argument is a colon. Updated the manpage to reflect the above change, and expanded the example to the one used by the POSIX.2 rationale, as it more clearly explains how the new behavior is to be used. The manpage should be rewritten --- it is much more confusing than it should be. | |||
| 1993-10-09 | Added rand48 manual page. | jtc | |
| 1993-10-09 | Make it possible to use machine dependant versions of div and ldiv functions. | jtc | |
| Use the new i386 versions of div and ldiv. | |||
| 1993-10-08 | Use machine dependant version of labs.[cs] if one is present. | jtc | |
| If not one of the enumerated list of machines, use the C language versions of abs, labs, and atof. | |||
| 1993-10-07 | Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) | brezak | |
| 1993-10-07 | make an arch directory in libc, and move all machine dirs into it | cgd | |
| 1993-10-04 | SEE ALSO items not comma separated. | jtc | |
| 1993-10-04 | Change <stdlib> to <stdlib.h> in SYNOPSIS. | jtc | |
| 1993-10-04 | Remove BUGS section, as atof() is now implemented in terms of strtod(). | jtc | |
| 1993-09-17 | pc532 specifics. | phil | |
| 1993-09-14 | POSIX.2 has changed getopt to return -1 instead of EOF (to decouple getopt() | jtc | |
| from standard i/o). This change is more pedantic than functional as EOF is defined to be -1. | |||
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-08-25 | Add cast to silence compiler warning. | jtc | |
| 1993-08-20 | cast away compiler warning message. | jtc | |
| 1993-08-20 | Upgraded to be 1003.2-92 compliant. The only functional change is | jtc | |
| that -1 is returned when the fork fails. Updated implementation to use int rather than deprecated "union wait". Updated documentation to describe error / return values. | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-07-30 | system.c | mycroft | |
| 1993-07-29 | Use execve() rather than execl(). This is faster and doesn't use malloc() | mycroft | |
| (and thus avoids an annoying problem which only seems to manifest itself in KCL). | |||
| 1993-07-12 | Make this work on more than just a 386. | mycroft | |
| 1993-07-09 | don't include an extra atof.c... | cgd | |
| 1993-07-09 | update for better FP routines, from AT&T & elsewhere | cgd | |
| 1993-05-11 | Prototype now matches declaration. | proven | |
| 1993-04-18 | Eliminate GCC 2 warning due to prototype not being in scope. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
