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
2023-11-09newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2021-08-18svfwscanf: Simplify _sungetwc_r to eliminate apparent buffer overflowKeith Packard
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-04newlib: vfwscanf: fix negation bug in %[ conversionCorinna Vinschen
2017-12-01newlib: vf[w]scanf: Fix conversion multibyte <-> wchar_tCorinna Vinschen
2017-12-01newlib: vf[w]scanf: Drop width computation mixupCorinna Vinschen
2017-12-01stdio: remove TRAD_SYNOPSISYaakov Selkowitz
2017-11-30newlib: vf[w]scanf: Implement POSIX %m modifierCorinna Vinschen
2017-11-30newlib: vfwscanf: fix miscomputation of max field width in %[] caseCorinna Vinschen
2017-11-30newlib: vf[w]scanf: add validity checksCorinna Vinschen
2017-11-30newlib: vf[w]scanf: Use SIZE_MAX rather than ~0Corinna Vinschen
2017-11-30newlib: vf[w]scanf: Only return from a single point to simplify cleanupCorinna Vinschen
2017-11-29newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen
2016-10-22Fix a potential buffer overflow in wscanf familyCorinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon
2013-12-19 * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point inCorinna Vinschen
2013-12-18 * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen
2013-11-262013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill
2013-04-302013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston
2012-05-30 * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen
2011-01-28 * libc/stdio/fclose.c: Only use sfp lock to guard non-atomicCorinna Vinschen
2009-03-11 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen