]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2023-01-12 Mike Frysingerlibgloss: merge nios2 into top-level Makefile
2023-01-12 Corinna VinschenCygwin: wincap.h: clarify NO_COPY_RO usage
2023-01-12 Corinna VinschenCygwin: wincap: make capability flags readonly
2023-01-11 Mike Frysingerlibgloss: merge d30v into top-level Makefile
2023-01-11 Mike Frysingerlibgloss: merge arc into top-level Makefile
2023-01-11 Mike Frysingerlibgloss: merge arm into top-level Makefile
2023-01-11 Mike Frysingerlibgloss: arm: break newlib dependency
2023-01-10 Victor L. Do... newlib: libc: setjmp M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: aeabi_memset M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: aeabi_memmove M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: memcpy M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: memchr M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: strlen M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: strcmp M-profile PACBTI-enablement
2023-01-10 Victor L. Do... newlib: libc: define M-profile PACBTI-enablement macros
2023-01-10 Takashi YanoCygwin: ctty: Add comments for the special values:...
2023-01-10 Takashi YanoCygwin: pinfo: Additional fix for CTTY behavior.
2023-01-10 Takashi YanoCygwin: cygheap: Initialize myself_pinfo before child_c...
2023-01-10 Corinna VinschenCygwin: /proc/<PID>/status: avoid crash computing signa...
2023-01-10 Jon TurneyCygwin: Run testsuite against the just-built DLL
2023-01-10 Mike Frysingerlibgloss: merge aarch64 into top-level Makefile
2023-01-09 Corinna VinschenCygwin: /proc/<PID>/status: simplify code generating...
2023-01-09 Corinna VinschenCygwin: reinstantiate exporting _alloca
2023-01-03 CompilerAI... Fix memccpy to handle end char >= x80
2022-12-23 Jon TurneyCygwin: CI: Fix thinko of 'ncores' for 'nproc'
2022-12-23 Brian Inglisfhandler/proc.cc(format_proc_cpuinfo): add Linux 6...
2022-12-22 Takashi YanoCygwin: Add release message for latest console change.
2022-12-22 Takashi YanoCygwin: console: Make the console accessible from other...
2022-12-22 Takashi YanoCygwin: devices: Make generic console devices invisible...
2022-12-22 Takashi YanoCygwin: pinfo: Align CTTY behavior to the statement...
2022-12-22 Thomas Schwingenvptx: Implement '_exit' instead of 'exit'
2022-12-22 Takashi YanoCygwin: console: Fix hangup of less on quit after the...
2022-12-22 Mike Frysingerremove +x bit on source files
2022-12-21 Jon TurneyCygwin: Makefile: Drop all the "test dll" considerations
2022-12-21 Corinna VinschenCygwin: path_conv: make sure sym.path_flags is always...
2022-12-21 Jon TurneyCygwin: configure: Add option to disable building ...
2022-12-21 Jon TurneyCygwin: FAQ: Mention configure options to build with...
2022-12-20 Corinna VinschenCygwin: x86_64: import swab.S from NetBSD
2022-12-20 Corinna VinschenCygwin: x86_64: import latest NetBSD bcopy.S
2022-12-20 Corinna VinschenCygwin: x86_64: import memchr.S from NetBSD
2022-12-20 Corinna VinschenCygwin: x86_64: import new memset.S from NetBSD
2022-12-20 Corinna VinschenCygwin: add local machine/asm.h header
2022-12-20 Corinna VinschenCygwin: use .S suffix for assembler files
2022-12-20 Corinna VinschenCygwin: check_reparse_point_target: fix comment format
2022-12-20 Mike Frysingerlibgloss: rs6000: fix incorrect install dir for xil...
2022-12-20 Mike Frysingerlibgloss: merge arm configure script up a level
2022-12-20 Mike Frysingerlibgloss: merge aarch64 configure script up a level
2022-12-20 Mike Frysingerlibgloss: drop unused multi-build logic
2022-12-20 Mike Frysingerlibgloss: arm: inline multi-build logic
2022-12-19 Mike Frysingerlibgloss: aarch64: delete unused multi-build logic
2022-12-19 Victor L. Do... libc: arm: setjmp.S code cleanup
2022-12-19 Giovanni BajoFix a bug in setjmp for MIPS o32/o64 FPXX/FP64
2022-12-16 Jeff JohnstonFix 3 other instances of Reme typo (should be Remez)
2022-12-16 Jeff JohnstonRevert "amdgcn: Add vectorized math routines"
2022-12-16 Nadav RotemFix a typo in the comment.
2022-12-16 Kwok Cheung... amdgcn: Add vectorized math routines
2022-12-16 Jon TurneyCygwin: Update 3.4.3 release note
2022-12-16 Jon TurneyRevert "Cygwin: x86_64: add wmemset assembler entry...
2022-12-14 Corinna VinschenCygwin: add release message for latest path handling...
2022-12-14 Mike Frysingerlibgloss: bfin: switch to CPPASCOMPILE for .S->.o
2022-12-13 Victor L. Do... libc: arm: fix setjmp abi non-conformance
2022-12-13 Corinna VinschenCygwin: Makefile: build new-cygwin1.dll in a single...
2022-12-13 Corinna VinschenCygwin: Makefile: only regenerate cygwin_version.c...
2022-12-13 Mike Frysingernewlib: info: tweak iconv node to avoid collisions
2022-12-12 Corinna VinschenCygwin: path handling: never substitute virtual drive...
2022-12-11 Corinna VinschenCygwin: add 3.4.2 release notes
2022-12-09 Takashi YanoCygwin: pty: Use GetTickCount64() instead of GetTickCou...
2022-12-09 Takashi YanoCygwin: pipe: Fix performance degradation for non-cygwi...
2022-12-09 Corinna VinschenCygwin: improve release text for FILE issue
2022-12-08 Corinna VinschenCygwin: define FILE as struct __sFILE64, not as __sFILE
2022-12-08 Corinna VinschenCygwin: add __sFILE64 fix to 3.4.1 release notes
2022-12-08 Corinna VinschenCygwin: rename __sFILE to __sFILE64 for backward compat...
2022-12-08 Corinna VinschenCygwin: drop unused local declaration of fopen64
2022-12-07 Corinna VinschenCygwin: uname: fix building in non-git source dir
2022-12-07 Corinna VinschenCygwin: uname: generate default release string from...
2022-12-07 Corinna VinschenCygwin: add missing pragma
2022-12-07 Alexey Lapshinlibc: fix fropen/fwopen compile warnings
2022-12-07 Corinna VinschenCygwin: link mcountFunc.o to libgmon.a
2022-12-07 Corinna VinschenCygwin: Add 3.5.0 release file
2022-12-04 Corinna VinschenCygwin: don't autoload some kernel32 functions
2022-12-04 Corinna VinschenCygwin: drop special handling for SID authority 18
2022-12-04 Corinna VinschenCygwin: flock: drop checking for artificial console...
2022-12-04 Corinna VinschenCygwin: fix a few comments mentioning Windows 7 or 8
2022-12-04 Corinna VinschenCygwin: simplify FAST_CWD access
2022-12-04 Corinna VinschenCygwin: drop wincaps for Windows 7 and Windows 8
2022-12-04 Corinna VinschenCygwin: drop wincap::def_guard_pages
2022-12-04 Corinna VinschenCygwin: drop wincap::mmap_storage_high
2022-12-04 Corinna VinschenCygwin: drop wincap::cons_need_small_input_record_buf
2022-12-04 Corinna VinschenCygwin: drop wincap::has_broken_attach_console
2022-12-04 Corinna VinschenCygwin: drop wincap::has_query_process_handle_info
2022-12-04 Corinna VinschenCygwin: drop wincap::has_broken_whoami
2022-12-04 Corinna VinschenCygwin: drop wincap::has_microsoft_accounts
2022-12-04 Corinna VinschenCygwin: drop wincap::has_precise_system_time
2022-12-04 Corinna VinschenCygwin: drop wincap::needs_query_information
2022-12-04 Corinna VinschenCygwin: bump DLL version to 3.5.0 cygwin-3.5.0-dev
2022-12-03 Corinna VinschenCygwin: add release message for commit previous commit... cygwin-3.4.0
2022-12-03 Corinna VinschenCygwin: fix LC_CTYPE in global locale to be a real...
2022-12-03 Corinna VinschenCygwin: add latest primary group changes to release...
2022-12-02 Corinna VinschenCygwin: FAQ: convert ulinks to FAQ to xrefs
2022-12-02 Corinna VinschenCygwin: FAQ: describe test releases, deprecate develope...
next
This page took 0.060231 seconds and 5 git commands to generate.