OSDN Git Service

Correct project name references in mingwrt source files.
[mingw/mingw-org-wsl.git] / mingwrt / include / stdlib.h
2022-08-15 Keith MarshallCorrect project name references in mingwrt source files.
2021-06-22 Keith MarshallImplement a POSIX.1 compliant pseudo-random number...
2021-05-29 Keith MarshallCorrect erroneous mkstemp() availability condition.
2020-04-19 Keith MarshallImplement POSIX.1-2001 posix_memalign() function.
2020-04-18 Keith MarshallImplement ISO-C11/C++17 aligned_alloc() function.
2020-03-04 Keith MarshallReimplement wcstof(), and wcstold() functions.
2020-01-21 Keith MarshallAddress MinGW-Issue #39658; declare rand_s() function.
2020-01-17 Keith MarshallSupport GCC-9.x gratuitous use of non-standard errno...
2018-12-20 Keith MarshallReimplement aligned heap management API.
2018-10-07 Keith MarshallMake alloca() API both GNU and Microsoft compatible.
2016-11-28 Keith MarshallImplement POSIX.1 compatible setenv() and unsetenv...
2016-09-20 Keith MarshallPrepare and tag mingwrt-3.22.2 patch release. mingwrt-3.22.2-release
2016-09-14 Keith MarshallRelax strict ISO-C conformity to facilitate C99 support.
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
2016-06-17 Keith MarshallMerge Cygwin CVS updates to legacy branch.
2016-06-03 Keith MarshallMerge further W32API updates from Cygwin CVS.
2016-05-23 Keith MarshallMerge W32API updates, from Cygwin CVS, into legacy...
2016-04-12 Keith MarshallUpdate several incorrectly attributed header files.
2016-03-18 Keith MarshallFactor out <stdlib.h> vs. <wchar.h> duplicate declarations.
2015-10-23 Keith MarshallMake atof() and strtod() conform to ISO-C; fix MinGW...
2014-12-28 Keith MarshallImprove usage notes in stdlib.h, for mkstemp() function.
2014-12-13 Keith MarshallSome POSIX feature test adjustments.
2014-12-01 Keith MarshallAdd implementation of mkstemp() and mkdtemp() functions.
2014-11-30 Keith MarshallMore JMPSTUB rationalization of inline functions.
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...
2012-08-03 Earnie BoydAdd string to 64-bit integer conversion function protot...