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-04-07fix testsuite cannot compile testsjdoubleu
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-04-01Remove unused _cleanup()Matt Joyce
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce
2022-04-01fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flagsBrian Inglis
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano
2022-03-29newlib: drop phoenix supportMike Frysinger
2022-03-23amdgcn: Fix build failureAndrew Stubbs
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber
2022-03-20Revert accidental change to v850/sim.ldJeff Law
2022-03-20Avoid using common symbols in v850 libglossJeff Law
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano
2022-03-18newlib: enable automatic dependency generationMike Frysinger
2022-03-17Cygwin: document recent gmondump formatting fixMark Geisert
2022-03-17Cygwin: Fix gmondump formatting goofsMark Geisert
2022-03-17winsup: disable fortify sourceMike Frysinger
2022-03-17newlib: libm: integrate tests subdirMike Frysinger
2022-03-17newlib: integrate iconv update to maintainer buildMike Frysinger
2022-03-17newlib: update build system generation documentationMike Frysinger
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-03-15Cygwin: Add description of fsync() fix to 3.3.5 release notes.Takashi Yano
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano
2022-03-14newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger
2022-03-14newlib: xstormy16: break up mallocr stubsMike Frysinger
2022-03-14newlib: xstormy16: fix mallopt definition & mstats handlingMike Frysinger
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano
2022-03-10newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger
2022-03-09build: Avoid length() awk functionSebastian Huber
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger
2022-03-07Fix Bug libc/28945Jeff Johnston
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano
2022-03-04Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano