summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-02update documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02add documentationJakob Kaivo
2019-03-02clean up documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02clean up documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02correct inline definition of isatty()Jakob Kaivo
2019-03-01add the missing 0Jakob Kaivo
2019-03-01these should be references to the <wchar.h> definitionJakob Kaivo
2019-03-01set signals to match requirements for kill and trap commands, adjust others a...Jakob Kaivo
2019-03-01make the syscall directly if not _POSIX_SOURCEJakob Kaivo
2019-02-28fix macroJakob Kaivo
2019-02-28fix ctype functions in the C/POSIX localeJakob Kaivo
2019-02-28locale is an object, not a pointerJakob Kaivo
2019-02-28handle differences between C89/95 and C99+Jakob Kaivo
2019-02-28set max length to a very big number, undefined behavior happens if the user p...Jakob Kaivo
2019-02-28move to global locale if thread locale isn't set for timeJakob Kaivo
2019-02-28include <locale.h> in <nonstd/locale.h>Jakob Kaivo
2019-02-28fix outputing 0Jakob Kaivo
2019-02-28organize by sectionJakob Kaivo
2019-02-28add locale stuffJakob Kaivo
2019-02-28cleanupJakob Kaivo
2019-02-28set up (most of) a working POSIX/C locale (missing collation)Jakob Kaivo
2019-02-28use shared locale codeJakob Kaivo
2019-02-28include "nonstd/io.h" for definition of struct __FILEJakob Kaivo
2019-02-28use freopen() and setvbuf() to properly set up stdin/stdout/stderrJakob Kaivo
2019-02-28include <locale.h> in <nonstd/locale.h>Jakob Kaivo
2019-02-28default to unsignedJakob Kaivo
2019-02-28remove warnings from -Wall -WextraJakob Kaivo
2019-02-28add missing "blank"Jakob Kaivo
2019-02-28use an int for ctype attributes so we don't lose dataJakob Kaivo
2019-02-28work with fixed size buffers in the struct instead of malloc()ing everythingJakob Kaivo
2019-02-28fix prototype in castJakob Kaivo
2019-02-28include <limits.h> in <nonstd/locale.h> for field sizesJakob Kaivo
2019-02-28implement in terms of __scanf()Jakob Kaivo
2019-02-28implement in terms of __printf()Jakob Kaivo
2019-02-28use the internal array of FILE streams for stdin/stdout/stderrJakob Kaivo
2019-02-28attempt to use guaranteed space before allocating a new fileJakob Kaivo
2019-02-28add LOAD_LOCALE and FILE_STREAMSJakob Kaivo
2019-02-28add FILE_STREAM and LOAD_LOCALEJakob Kaivo
2019-02-28bring definition in line with other *printf functionsJakob Kaivo
2019-02-28<nonstd/locale.h> includes <nonstd/internal.h>Jakob Kaivo
2019-02-28match memmove() implementation without malloc()Jakob Kaivo
2019-02-28clean up internal locale stuffJakob Kaivo
2019-02-28new <nonstd/lib.h>Jakob Kaivo
2019-02-28<nonstd/internal.h> is included by <nonstd/syscall.h>Jakob Kaivo
2019-02-28include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includesJakob Kaivo
2019-02-28clean up internal namespaceJakob Kaivo
2019-02-27handle CTYPEJakob Kaivo