Commit | Date | |
---|---|---|
2005-10-11 08:28:32 | Tree | |
2005-10-11 07:37:58 | Tree | |
[r356]
by
obarthel
- Resolved the vulnerability by caching the socket descriptor while the |
2005-10-09 14:48:19 | Tree |
[r355]
by
obarthel
- Removed the various workarounds associated with <unistd.h>, required |
2005-10-09 12:32:18 | Tree |
[r354]
by
obarthel
- Implemented lrintf(), lrint(), lroundf(), lround(), nearbyintf(), This completes the "real" floating point math library (ignoring |
2005-10-09 10:38:56 | Tree |
2005-10-09 09:05:27 | Tree | |
[r352]
by
obarthel
- accept() now calls the bsdsocket.library accept() function first |
2005-10-08 15:59:56 | Tree |
[r351]
by
obarthel
- When the main() function returns directly or indirectly by way of |
2005-09-28 10:28:38 | Tree |
2005-09-28 09:51:16 | Tree | |
[r349]
by
obarthel
- strtoimax(), strtoumax(), strtod(), strtof(), strtol(), strtoll(), 1) A floating point number that has no digits in the significand 2) You can detect if a conversion is successful by comparing pointers char * str; n = strtol(str,&ptr,10); |
2005-09-28 09:28:39 | Tree |