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-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke
2023-09-10Cygwin: Add initial support for SOURCE_DATE_EPOCHChristian Franke
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano
2023-07-14Cygwin: testsuite: Setup test prereqs in 'installation' the tests run inJon Turney
2023-02-15Cygwin: Makefile.am: fix rule to create version from git describeCorinna Vinschen
2023-01-10Cygwin: Run testsuite against the just-built DLLJon Turney
2022-12-21Cygwin: Makefile: Drop all the "test dll" considerationsJon Turney
2022-12-20Cygwin: x86_64: import swab.S from NetBSDCorinna Vinschen
2022-12-20Cygwin: x86_64: import latest NetBSD bcopy.SCorinna Vinschen
2022-12-20Cygwin: x86_64: import memchr.S from NetBSDCorinna Vinschen
2022-12-13Cygwin: Makefile: build new-cygwin1.dll in a single stepCorinna Vinschen
2022-12-13Cygwin: Makefile: only regenerate cygwin_version.c if it changesCorinna Vinschen
2022-12-08Cygwin: uname: fix building in non-git source dirCorinna Vinschen
2022-12-07Cygwin: uname: generate default release string from git as wellCorinna Vinschen
2022-12-07Cygwin: link mcountFunc.o to libgmon.aCorinna Vinschen
2022-11-25Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.Takashi Yano
2022-10-28Cygwin: Enable dynamicbase on the Cygwin DLL by defaultCorinna Vinschen
2022-10-28Cygwin: drop objcopy .gnu_debuglink juggleCorinna Vinschen
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen
2022-08-10Cygwin: drop building modelibsCorinna Vinschen
2022-08-09Cygwin: pthreads: merge pthread.cc into thread.ccCorinna Vinschen
2022-08-08Cygwin: fold common.din and x86_64.din into cygwin.dinCorinna Vinschen
2022-08-08Cygwin: x86_64: add wmemset assembler entry pointCorinna Vinschen
2022-08-08Cygwin: split out x86_64 memset/memcpy functionsCorinna Vinschen
2022-08-05Cygwin: update the "dirs" variable in Makefile.amKen Brown
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-05-13Cygwin: revamp TLS offsets computationCorinna Vinschen
2022-05-13Cygwin: configure: disable i686 buildsCorinna Vinschen
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin
2022-02-22Cygwin: Adjust path to newlib libc.a, tooCorinna Vinschen
2022-02-22Cygwin: Adjust path to newlib libm.a in builddirJon Turney
2022-02-05Cygwin: drop dllfixdbg scriptCorinna Vinschen
2022-02-04Cygwin: fix dependency to dllfixdbg scriptCorinna Vinschen
2022-02-03Cygwin: dllfixdbg: honor Makefile verbositiy flag "V"Corinna Vinschen
2022-02-03Cygwin: dllfixdbg: don't overwrite input DLLCorinna Vinschen
2022-02-02Cygwin: Makefile.am: fix DLL build ruleCorinna Vinschen
2022-01-19Cygwin: silence most custom build rulesJon Turney
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen
2021-10-22Cygwin: drop outdated -O3 optimization for malloc and syncCorinna Vinschen
2021-08-26Cygwin: Allow using CFLAGS also for C++ filesCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen
2021-05-06Cygwin: revert handwritten tags/ctags target, take 2Corinna Vinschen
2021-05-06Cygwin: revert handwritten tags/ctags targetCorinna Vinschen
2021-04-30Cygwin: Ensure toollibdir exists before installing a link thereJon Turney
2021-04-29Cygwin: specify toollibdir toolincludedir in terms of tooldirJon Turney
2021-04-27Cygwin: Use automake (v5)Jon Turney