summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2014-02-07don't lie about function signatures.christos
2014-02-02Sort errors. Bump date for previous.wiz
2014-02-02Bump date for previous.wiz
2014-02-02Remove paranthesis from return operands.martin
2014-02-02Limit the amount of kernel memory a posix_spawn syscall can use (for handlingmartin
2014-01-30Provide a simple floatunditf implementation, at least mips64 needs one.joerg
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2014-01-16Add the {v,}{err,warn}c flavors, from FreeBSD.christos
2013-12-19Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.rmind
2013-11-29Add fabsl alias if necessary.joerg
2013-11-23Fix very stupid typomartin
2013-11-21Make ext_fraclm and ext_frachm parts of the long double mantissa optionalmartin
2013-10-17remove always inline because new gcc bitches.christos
2013-09-05Avoid strict-alias problem flagged by certain compilers (e.g. Centos one):pooka
2013-08-23Add __floatunsi{sd}f for IEEE754.matt
2013-08-19Remove most LC_CTYPE specific parts of locale.cache.joerg
2013-07-20Use Mt for email addresses.wiz
2013-06-30Strings are NUL-terminated, not NULL-terminated.wiz
2013-06-30Rearrange to make lint deal with it (to unbreak the build).martin
2013-06-30When opening a ttys files, try path.<machine> first. This helpsmatt
2013-05-24More markup. Merge two error entries for the same error.wiz
2013-05-24Update ERRORS section:enami
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-30Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases.matt
2013-04-16Add isalpha_l and friends.joerg
2013-04-13Extend ctype classification table to 16bit. Based on patch byjoerg
2013-04-13Use more consistent naming for tolower/toupper translation table for thejoerg
2013-03-20Use "unsigned FOO" instead of less-portable "u_FOO".lukem
2013-03-06wrap a long lineyamt
2013-03-06remove unnecessary castsyamt
2013-03-05- Refer the argument with correct name.enami
2013-03-05a sequel to getcwd.c revision 1.52 and realpath.3 revision 1.13 by christos:soda
2013-02-21remove code that did special handling for . and .. at the end of the path.christos
2013-02-21No ctassert in tool buildjoerg
2013-02-20Minor nits, and make it compile in FreeBSD (NBBY needs sys/params.h)christos
2013-02-20we don't have multibyte.3 (yet)christos
2013-02-20Don't declare a variable inside a "for" construct because it breaks thetron
2013-02-20Sort SEE ALSO.wiz
2013-02-20Make the masks 64 bit wide so that they fit 6 character wide conversions.christos
2013-02-20Initialize 'clen' to 0, to avoid "may be used uninitialized" warning.riz
2013-02-20Fix whitespacechristos
2013-02-20More fixes from J.R. Oldroyd. We introduce a new function that canchristos
2013-02-15More fixes from: J.R. Oldroydchristos
2013-02-14off by one.christos
2013-02-13Mark up LC_CTYPE as environment variable.wiz
2013-02-13remove patch botches.christos
2013-02-13multi-byte doc from J.R. Oldroydchristos
2013-02-13Fix from J.R. Oldroyd for wide chars > 2christos
2013-02-13Handle invalid character sequences.christos
2013-02-13Match prototype with reality to fix tool build on platforms wherepooka