Age | Commit message (Expand) | Author | Files | Lines |
2024-12-04 | Cygwin: Fix compatibility with GCC 15 | Radek BartoĊ | 2 | -4/+2 |
2024-02-21 | Cygwin: strptime: fix am/pm handling | Corinna Vinschen | 1 | -3/+9 |
2024-02-21 | Cygwin: strptime: make sure to fail on invalid input digits | Corinna Vinschen | 1 | -3/+12 |
2024-01-31 | Cygwin: implement setproctitlegithub/topic/3.6topic/3.6 | Corinna Vinschen | 1 | -0/+34 |
2023-07-27 | Cygwin: fnmatch: fix range comparison in C locale | Corinna Vinschen | 1 | -1/+1 |
2023-03-01 | Cygwin: fnmatch: support collating symbols in [. .] brackets | Corinna Vinschen | 1 | -130/+158 |
2023-02-28 | Cygwin: fnmatch: drop static variable | Corinna Vinschen | 1 | -11/+2 |
2023-02-24 | Cygwin: convert Windows locale handling from LCID to ISO5646 strings | Corinna Vinschen | 1 | -1/+1 |
2023-02-19 | Cygwin: convert __collate_range_cmp to __wcollate_range_cmp | Corinna Vinschen | 1 | -8/+4 |
2023-02-15 | Cygwin: fnmatch: handle equivalence class expressions | Corinna Vinschen | 1 | -2/+11 |
2023-02-14 | Cygwin: fnmatch: handle named character classes | Corinna Vinschen | 1 | -0/+23 |
2023-02-14 | Cygwin: fnmatch: convert wchar_t to wint_t | Corinna Vinschen | 1 | -11/+11 |
2022-10-24 | strptime.cc(__strptime): add %q GNU quarter | Brian Inglis | 1 | -1/+9 |
2022-08-05 | Cygwin: Reorganize cygwin source dir | Corinna Vinschen | 1 | -4/+0 |
2022-05-29 | Cygwin: simplify some function names | Ken Brown | 4 | -20/+10 |
2022-01-19 | Cygwin: resolver: cygwin_query() skip response header on internal error | Anton Lavrentiev via Cygwin-patches | 1 | -1/+2 |
2022-01-19 | Cygwin: resolver: A few fixes for cygwin_query(), part 2 | Anton Lavrentiev via Cygwin-patches | 1 | -4/+5 |
2022-01-19 | Cygwin: resolver: Targets in SRV DNS responses may not be compressed | Anton Lavrentiev via Cygwin-patches | 1 | -0/+1 |
2022-01-19 | Cygwin: resolver: Fix to match response ID with request ID | Anton Lavrentiev via Cygwin-patches | 2 | -2/+11 |
2022-01-19 | Cygwin: resolver: A few fixes for cygwin_query() | Anton Lavrentiev via Cygwin-patches | 1 | -8/+13 |
2022-01-19 | Cygwin: resolver: Process options forward (not backwards) | Anton Lavrentiev via Cygwin-patches | 1 | -4/+6 |
2022-01-18 | Cygwin: resolver: Added processing of AAAA records | Anton Lavrentiev via Cygwin-patches | 1 | -8/+7 |
2022-01-18 | Cygwin: resolver: A little more consistency in debug messages | Anton Lavrentiev via Cygwin-patches | 1 | -7/+7 |
2022-01-18 | Cygwin: resolver: Format spec consistency for Windows errors | Anton Lavrentiev via Cygwin-patches | 1 | -4/+4 |
2022-01-18 | Cygwin: resolver: Debug to output both IP and port # in native b.o. | Anton Lavrentiev via Cygwin-patches | 1 | -14/+22 |
2022-01-17 | Use matching format for NTSTATUS | Anton Lavrentiev via Cygwin-patches | 1 | -2/+2 |
2022-01-17 | Fix format specifier for wide-char string | Anton Lavrentiev via Cygwin-patches | 1 | -1/+1 |
2020-09-01 | Cygwin: mtx_init: drop glibc workaround | Corinna Vinschen | 1 | -7/+0 |
2020-08-30 | Cygwin: Add C11 threads API | Corinna Vinschen | 5 | -0/+494 |
2020-08-05 | Cygwin: Add 'fallthrough' pseudo keyword for switch/case use | Corinna Vinschen | 7 | -8/+9 |
2020-03-11 | Cygwin: fix formatting: drop trailing whitespace | Corinna Vinschen | 2 | -3/+3 |
2020-03-11 | Cygwin: fix formatting: collapse whitespace-only lines | Corinna Vinschen | 1 | -3/+3 |
2020-03-11 | Cygwin: fix formatting: drop spaces leading tabs | Corinna Vinschen | 5 | -11/+11 |
2018-01-19 | cygwin: add catopen, catgets, catclose | Yaakov Selkowitz | 1 | -0/+478 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 1 | -1/+1 |
2017-08-29 | winsup/cygwin/libc/strptime.cc(__strptime) fix %F width | Brian Inglis | 1 | -2/+4 |
2017-08-25 | winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptime | Brian Inglis | 1 | -0/+20 |
2017-03-11 | getrandom: it's MIN, not MAX | Yaakov Selkowitz | 1 | -1/+1 |
2017-01-19 | Move getentropy/getrandom into own file | Corinna Vinschen | 1 | -0/+70 |
2016-11-24 | login_tty: Rewrite following FreeBSD's traces | Corinna Vinschen | 1 | -15/+8 |
2016-08-24 | Include winsup.h prior to including other headers | Corinna Vinschen | 1 | -2/+5 |
2016-08-23 | Implement GNU extension strptime_l | Corinna Vinschen | 1 | -27/+47 |
2016-08-20 | Only define __getreent inline function when building newlib or Cygwin | Corinna Vinschen | 1 | -0/+1 |
2016-08-15 | Implement strfmon_l | Corinna Vinschen | 1 | -35/+62 |
2016-08-15 | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 1 | -2/+3 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 5 | -10/+0 |
2016-03-24 | Throughout Cygwin, use u_intN_t or uintN_t | Corinna Vinschen | 8 | -33/+38 |
2016-03-24 | Change definition of b64_pton from K&R to ANSI | Corinna Vinschen | 1 | -4/+1 |
2016-03-23 | Use DnsFree instead of deprecated DnsRecordListFree | Peter Foley | 1 | -1/+1 |
2016-03-21 | Move arc4random Cygwin only code to Cygwin | Sebastian Huber | 1 | -0/+24 |