Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-07libc: fix fropen/fwopen compile warningsAlexey Lapshin
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2018-11-29stdio.h: Expose cuserid with __GNU_VISIBLECorinna Vinschen
2018-10-10Add attributes to malloc-like functionsSebastian Huber
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2017-11-29ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz
2017-09-04stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen
2017-08-19cygwin: Implement renameat2Ken Brown
2017-08-07Proper locking for getchar() and putchar()Sebastian Huber
2017-06-14stdio.h: guard function macros with !__cplusplusYaakov Selkowitz
2016-08-12Define va_list in stdio.h and wchar.hYaakov Selkowitz
2016-05-23Feature test macros: ctermid, cuseridYaakov Selkowitz
2016-03-22stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz
2016-03-18Feature test macros overhaul: stdio.hYaakov Selkowitz
2016-03-13Use __sputc_r inline code when building with gccCorinna Vinschen
2016-02-08stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney
2015-03-05 * libc/include/stdio.h (FILE): Protect typedef from redefinition.Corinna Vinschen
2014-12-18Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz
2014-12-15* libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz
2014-12-11 * libc/include/stdio.h: Fix type signature of __sfeof and __sferrorCorinna Vinschen
2014-05-09 * libc/include/stdio.h (tempnam): Declare as __BSD_VISIBLE orCorinna Vinschen
2014-05-09 * libc/include/stdio.h (fcloseall): Declare as __GNU_VISIBLE only.Corinna Vinschen
2014-05-05 * libc/include/stdio.h: Declare various C99 printf/scanf functions forCorinna Vinschen
2014-01-072014-01-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill
2013-10-24 * libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typoHans-Peter Nilsson
2013-10-23 * libc/include/stdio.h (funopen): Change prototype ofCorinna Vinschen
2013-06-272013-06-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen
2010-02-26 * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen
2009-12-08Fix some *at declarations.Eric Blake
2009-10-202009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2009-07-03Add fpurge.Eric Blake
2009-04-04 * libc/include/stdio.h (_ELIDABLE_INLINE): Move definition from here...Corinna Vinschen
2009-04-042009-04-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston
2009-03-14 * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen
2009-03-06 * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2008-12-112008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston
2008-11-252008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston