aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/libc
AgeCommit message (Expand)AuthorFilesLines
2024-02-21Cygwin: strptime: fix am/pm handlingCorinna Vinschen1-3/+9
2024-02-21Cygwin: strptime: make sure to fail on invalid input digitsCorinna Vinschen1-3/+12
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-0/+34
2023-07-27Cygwin: fnmatch: fix range comparison in C localeCorinna Vinschen1-1/+1
2023-03-01Cygwin: fnmatch: support collating symbols in [. .] bracketsCorinna Vinschen1-130/+158
2023-02-28Cygwin: fnmatch: drop static variableCorinna Vinschen1-11/+2
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen1-1/+1
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen1-8/+4
2023-02-15Cygwin: fnmatch: handle equivalence class expressionsCorinna Vinschen1-2/+11
2023-02-14Cygwin: fnmatch: handle named character classesCorinna Vinschen1-0/+23
2023-02-14Cygwin: fnmatch: convert wchar_t to wint_tCorinna Vinschen1-11/+11
2022-10-24strptime.cc(__strptime): add %q GNU quarterBrian Inglis1-1/+9
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-4/+0
2022-05-29Cygwin: simplify some function namesKen Brown4-20/+10
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches1-1/+2
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches1-4/+5
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches1-0/+1
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches2-2/+11
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches1-8/+13
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches1-4/+6
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches1-8/+7
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches1-7/+7
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches1-4/+4
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches1-14/+22
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches1-2/+2
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches1-1/+1
2020-09-01Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen1-7/+0
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen5-0/+494
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen7-8/+9
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen2-3/+3
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-3/+3
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen5-11/+11
2018-01-19cygwin: add catopen, catgets, catcloseYaakov Selkowitz1-0/+478
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-1/+1
2017-08-29winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis1-2/+4
2017-08-25winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis1-0/+20
2017-03-11getrandom: it's MIN, not MAXYaakov Selkowitz1-1/+1
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen1-0/+70
2016-11-24login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen1-15/+8
2016-08-24Include winsup.h prior to including other headersCorinna Vinschen1-2/+5
2016-08-23Implement GNU extension strptime_lCorinna Vinschen1-27/+47
2016-08-20Only define __getreent inline function when building newlib or CygwinCorinna Vinschen1-0/+1
2016-08-15Implement strfmon_lCorinna Vinschen1-35/+62
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-2/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen5-10/+0
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen8-33/+38
2016-03-24Change definition of b64_pton from K&R to ANSICorinna Vinschen1-4/+1
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley1-1/+1
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber1-0/+24
2016-03-18Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen1-363/+0