summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-156-8/+16
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-156-8/+17
* Add BSD guard for timer_tSebastian Huber2016-04-152-4/+6
* Add BSD guard for clockid_tSebastian Huber2016-04-152-4/+7
* Add BSD guard for time_tSebastian Huber2016-04-156-12/+19
* Add BSD guard for clock_tSebastian Huber2016-04-153-7/+11
* Define mode_t via __mode_tSebastian Huber2016-04-154-49/+23
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-155-15/+19
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-153-6/+9
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-156-49/+49
* Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz2016-04-132-7/+12
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-135-35/+34
* Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber2016-04-131-4/+16
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-1314-46/+40
* Add Cygwin 2.5.1 release message fileCorinna Vinschen2016-04-121-0/+14
* Reformat comments in Cygwin's version.h, remove very outdated infoCorinna Vinschen2016-04-121-475/+434
* Bump Cygwin DLL version to 2.5.1.Corinna Vinschen2016-04-121-1/+1
* strxfrm/wcsxfrm: Always return length of the transformed stringCorinna Vinschen2016-04-121-12/+24
* Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber2016-04-083-149/+204
* math: fix isinf/isnan on SPU after move to math.hYaakov Selkowitz2016-04-072-0/+4
* Drop <unistd.h> include from RTEMS <sys/param.h>Sebastian Huber2016-04-071-2/+0
* Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton2016-04-072-2/+2
* Be truthful about reporting whether readahead is availableJohannes Schindelin2016-04-051-1/+2
* math: update isinf/isnan function comments after move to math.hYaakov Selkowitz2016-04-057-19/+19
* Add latest changes to release messageCorinna Vinschen2016-04-052-0/+18
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-059-75/+38
* math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz2016-04-042-19/+19
* winsup/utils: port getconf to 64-bitYaakov Selkowitz2016-04-041-12/+23
* cygwin: update sysconf for new featuresYaakov Selkowitz2016-04-041-3/+3
* cygwin/math: make isinf functions signedYaakov Selkowitz2016-04-041-3/+3
* Feature test macros overhaul: Cygwin pthread.hYaakov Selkowitz2016-04-041-8/+21
* Feature test macros overhaul: tar.hYaakov Selkowitz2016-04-041-0/+4
* Add cpio.hYaakov Selkowitz2016-04-041-0/+30
* cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz2016-04-041-10/+37
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-049-38/+75
* Rename without-mingw-progs to with-cross-bootstrapPeter Foley2016-04-046-18/+33
* Add Intel MCU targetIgor Venevtsev2016-04-0411-3/+184
* Update autoconf for doc/lsaauth/utilsPeter Foley2016-04-017-1949/+11
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-0111-62/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-0110-81/+0
* Don't use deprecated acconfig.h for DEBUGGINGPeter Foley2016-04-014-8/+6
* Remove leftover cruft from config.h.inPeter Foley2016-04-012-30/+4
* mkvers.sh: Reformatting for better readabilityCorinna Vinschen2016-03-301-36/+46
* Use just-built gcc for windresPeter Foley2016-03-301-1/+20
* fix typo in netinit/ip.hPeter Foley2016-03-301-1/+1
* Add dependencies to tlsoffsets fileCorinna Vinschen2016-03-301-2/+2
* Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2016-03-3011-22/+12
* Add option to not build mingw programs when cross compiling.Peter Foley2016-03-302-9/+30
* fenv.h: Change fexcept_t to integral type for compatibilityCorinna Vinschen2016-03-302-14/+9
* Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston2016-03-29103-1079/+1102