]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2018-05-29 Corinna VinschenCygwin: Add Sergejs Lukanihins to contributors
2018-05-29 Corinna VinschenCygwin: Add buffer underrun fix to release notes
2018-05-29 Corinna VinschenCygwin: normalize_win32_path: Avoid buffer underruns
2018-05-29 Corinna VinschenCygwin: TEST only: Add a buffer underrun assertion...
2018-05-29 Jeff JohnstonFix issue with malloc_extend_top
2018-05-29 Matthias Kannwischerfix llrint and lrint for 52 <= exponent <= 62
2018-05-29 Freddie ChopinFix 32-bit overflow in mktime() when time_t is 64-bits...
2018-05-07 Jeff JohnstonUse _LDBL_EQ_DBL in nexttowardf.c
2018-05-03 Ben Levinskylibgloss: microblaze: adjust handlers to be weak.
2018-04-17 Yaakov SelkowitzCygwin: fix build with GCC 7
2018-04-13 Jeff JohnstonAdd nvptx port.
2018-04-12 Corinna VinschenCygwin: fix guard checking for current user's AuthZ...
2018-04-11 Corinna VinschenCygwin: add cuinof changes to release text
2018-04-11 Corinna VinschenCygwin: cpuinfo: Use active CPU count per group
2018-04-11 Corinna VinschenCygwin: wincap: expose more SYSTEM_INFO members and...
2018-04-11 Corinna VinschenCygwin: cpuinfo: report L3 cache on Intel CPUs
2018-04-09 Corinna VinschenCygwin: add strtod fix to release notes
2018-04-09 Corinna Vinschenstrtod: Convert 64 bit double to 64 bit int during...
2018-03-27 Corinna Vinschennewlib: fix iswupper_l in !_MB_CAPABLE case
2018-03-26 Corinna VinschenCygwin: AF_LOCAL: fix identifing abstract sockets in...
2018-03-26 Corinna VinschenCygwin: fix typo in accept on inet and local sockets
2018-03-26 Thomas Wolffcomments to document struct caseconv_entry
2018-03-26 Thomas Wolffnewlib: fix indentation in toulower
2018-03-25 Corinna VinschenCygwin: delete /dev/kmsg and thus fhandler_mailslot...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Redesign various aspects
2018-03-18 Corinna VinschenCygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSi...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Add state_lock to guard manipulating...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Use spinlock rather than SRWLOCKs
2018-03-17 Corinna VinschenCygwin: tags: drop _EXFUN regex
2018-03-16 Hakan LindqvistReduce qsort stack consumption
2018-03-16 Hakan LindqvistEnsure qsort recursion depth is bounded
2018-03-15 Joel SherrillCorrect prototypes of pthread_mutex_getprioceiling...
2018-03-15 Richard Earnshaw[arm] Fix syscalls.c for newlib embedded syscalls builds
2018-03-14 Yaakov Selkowitzssp: fix wchar.h with -std=c99
2018-03-14 Yaakov SelkowitzFix alloc_align and alloc_size macros for multiple...
2018-03-14 Corinna Vinschenctype: align size of category bit fields to small targe...
2018-03-14 Corinna VinschenRevert "ctype: align size of category bit fields to...
2018-03-14 Thomas Wolfffix/enhance Unicode table generation scripts
2018-03-14 Corinna Vinschenctype: align size of category bit fields to small targe...
2018-03-13 Corinna Vinschentowctrans_l: Always return a value from helper functions
2018-03-13 Joel Sherrillrtems/.../dirent.h: Add alphasort() prototype
2018-03-13 Jon TurneyCorrect alloc_size annotation on reallocarray()
2018-03-12 Corinna VinschenCygwin: mark muto object as NO_COPY
2018-03-12 Corinna VinschenCygwin: AF_UNIX: store per-socket info in shared memory
2018-03-12 Thomas Wolffmake target for explicit Unicode data tables generation
2018-03-12 Thomas Wolffcharacter data generation
2018-03-12 Thomas Wolffuse generated character data
2018-03-12 Thomas Wolffgenerated character category data, Unicode 10.0
2018-03-12 Thomas Wolffgenerated case conversion data, Unicode 10.0
2018-03-12 Thomas Wolffwidth data generation
2018-03-12 Thomas Wolffuse generated width data
2018-03-12 Thomas Wolffgenerated width data, Unicode 10.0
2018-03-11 Corinna VinschenCygwin: AF_UNIX: fix up thread parameter block allocation
2018-03-11 Corinna VinschenCygwin: AF_UNIX: use get_unique_id to create pipe name
2018-03-10 Corinna VinschenCygwin: AF_UNIX: fix dup
2018-03-10 Corinna VinschenCygwin: AF_UNIX: Add fixup_after_exec method
2018-03-10 Corinna VinschenCygwin: AF_UNIX: fix creating abstract socket symlink...
2018-03-09 Corinna VinschenCygwin: don't skip O_TMPFILE files in readdir
2018-03-09 Corinna VinschenCygwin: AF_UNIX: Implemant socketpair
2018-03-09 Corinna VinschenCygwin: fix socketpair prototype
2018-03-08 Thomas Wolffdescribe new locale modifier @cjkwide for user guide
2018-03-07 Corinna VinschenCygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUF
2018-03-07 Corinna VinschenCygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUT
2018-03-07 Corinna VinschenCygwin: Define FSCTL_PIPE_FLUSH
2018-03-07 Corinna VinschenCygwin: AF_UNIX: Implement read, readv, recvfrom, write...
2018-03-07 Corinna VinschenCygwin: reorder read/write calls in fhandler_socket_unix
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix accept behaviour
2018-03-07 Corinna VinschenCygwin: AF_UNIX: make sure connect wait thread is clean...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: some pipe errors may have multiple...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix SEGV when sending an empty socket...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix creation of npfs handle
2018-03-07 Corinna VinschenCygwin: AF_UNIX: Add create_event helper and use throu...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix comments and move a macro
2018-03-06 Corinna VinschenCygwin: AF_UNIX: Implement listen, accept4, connect...
2018-03-06 Corinna VinschenCygwin: AF_UNIX: fix a couple of thinkos and typos
2018-03-06 Corinna VinschenCygwin: AF_UNIX: create/open pipes relativ to NPFS...
2018-03-06 Corinna VinschenCygwin: AF_UNIX: initialize rmem/wmem to 256K and use...
2018-03-06 Corinna VinschenCygwin: ntdll.h: Add some missing pipe-related definitions
2018-03-06 Corinna VinschenCygwin: sys/socket.h: define MSG_CMSG_CLOEXEC
2018-03-06 Corinna VinschenCygwin: export hires counter ntod
2018-03-06 Sebastian HuberRTEMS: Use int for _CLOCKID_T_
2018-03-06 Sebastian HuberMake _CLOCKID_T_ system configurable
2018-03-05 Corinna VinschenCygwin: move sun_name_t constructors into fhandler_sock...
2018-03-05 Corinna VinschenCygwin: sockets: add bind state, and split out connect...
2018-03-05 Corinna VinschenCygwin: drop debug_printf statement from start_transaction
2018-03-05 Corinna VinschenCygwin: cygwait.cc: fix formatting of debug statement
2018-03-05 Thomas WolffLocale modifier @cjkwide to adjust ambiguous-width...
2018-03-02 Corinna VinschenCygwin: AF_UNIX: drop try/except block in bind method
2018-03-02 Corinna VinschenCygwin: AF_UNIX: create pipes with file attribute R...
2018-03-02 Corinna VinschenCygwin: accept4: Fix resource leak
2018-03-02 Corinna VinschenCygwin: remove outdated comment
2018-03-02 Corinna VinschenCygwin: fhandler_socket_unix: implement socket, bind...
2018-03-02 Corinna VinschenCygwin: add transform_chars_af_unix helper
2018-03-02 Corinna VinschenCygwin: small_s[w]printf: add '_' modifier to print...
2018-03-02 Corinna VinschenCygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_G...
2018-03-02 Corinna VinschenCygwin: ntdll.h: add definitions required for pipe...
2018-03-01 Our Air QualityAdd global stdio streams support for reent small.
2018-03-01 Corinna VinschenCygwin: convert sun_name_t into class
2018-03-01 Corinna VinschenCygwin: add AF_UNIX reparse points to path handling
2018-03-01 Corinna VinschenCygwin: move transaction helpers into ntdll.h
next
This page took 0.058635 seconds and 5 git commands to generate.