Menu

Code Commit Log


Commit Date  
[r286] by obarthel

- Updated the smakefile, so that it includes the new math object files.

2005-05-30 11:42:38 Tree
[r285] by obarthel

- Replaced the (float) casts in strtof() with calls to powf().

2005-05-30 09:50:43 Tree
[r284] by obarthel

- Ported acosh(), acoshf(), asinh(), asinhf(), lgamma(), lgammaf(),
remainder() and remainderf() for C99.

2005-05-30 08:47:41 Tree
[r283] by obarthel

- Ported cosf(), coshf(), sinf(), sinhf(), tanf(), tanhf()
and hypotf() for C99.

2005-05-30 08:10:41 Tree
[r282] by obarthel

- Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() for C99.

- Ported acosf(), asinf(), atan2f(), atanf(), ceilf(), expf(), floorf(),
fmodf(), frexpf(), ldexpf(), log10f(), logbf(), logf(), modff(), powf(), sqrtf(),
scalbn() and scalbnf() for C99.

- Ported cbrt(), cbrtf(), erf(), erff(), erfc(), erfcf(), expm1(),
expm1f(), ilogb(), ilogbf(), log1p() and log1pf() for C99.

2005-05-29 14:45:33 Tree
[r281] by obarthel

- Implemented fmin()/fminf(), fmax()/fmaxf(), fdim()/fdimf() (C99).

2005-05-29 12:41:04 Tree
[r280] by obarthel

- Added skeleton code for acosf(), acosh(), acoshf(), asinf(), asinh(),
asinhf(), atan2f(), atanf(), atanh(), atanhf(), cbrt(), cbrtf(),
ceilf(), cosf(), coshf(), erf(), erfc(), erfcf(), erff(),
exp2(), exp2f(), expf(), expm1(), expm1f(), fdim(), fdimf(),
floorf(), fma(), fmaf(), fmax(), fmaxf(), fmin(), fminf(),
fmodf(), frexpf(), hypotf(), ilogb(), ilogbf(), ldexpf(), lgamma(),
lgammaf(), log10f(), log1p(), log1pf(), log2(), log2f(), logbf(),
logf(), lrint(), lrintf(), lround(), lroundf(), modff(), nearbyint(),
nearbyintf(), powf(), remainder(), remainderf(), remquo(), remquof(), round(),
roundf(), scalbn(), scalbnf(), sinf(), sinhf(), sqrtf(), tanf(),
tanhf(), tgamma(), tgammaf(), trunc() and truncf(), to be filled in
later...

2005-05-29 11:19:01 Tree
[r279] by obarthel

- Added a TODO-list which at this time only covers the missing floating
point arithmetic functions.

2005-05-29 10:44:23 Tree
[r278] by obarthel

- Added NAN, INFINITY, FLT_EVAL_METHOD, float_t and double_t to
<math.h>.

2005-05-29 10:09:55 Tree
[r277] by obarthel

- Modified the locale-aware isalnum(), isalpha(), iscntrl(),
isdigit(), isgraph(), islower(), isprint(), ispunct(), isspace(),
isupper(), isxdigit(), tolower() and toupper() functions
to clamp the input parameter to the "unsigned char" range before
it is submitted to the respective locale.library function. This
should be in sync with what the specs demand, which state that
if the input parameter is neither EOF nor in the range of an
"unsigned char" variable, then the results are undefined.

- ungetc() now returns the input character, clamped to an unsigned
char value, upon success. Previously, if the input parameter was
negative and not EOF, the result was identical to the input, which
could have had negative side-effects.

2005-05-29 09:56:09 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.