]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2016-03-08 Corinna VinschenImplement POSIX.1e ACL functions
2016-03-08 Corinna Vinschencygwin/acl.h: Don't clutter namespace
2016-03-04 Alexey SokolovMention 64-bit Cygwin as another remedy for fork()...
2016-02-29 Patrick Bendorfccwrap: fix build with non-english locale set (v2)
2016-02-29 Patrick Bendorfccwrap: fix build with non-english locale set
2016-02-26 Corinna VinschenEnable HW interrupt setup on x86/x86_64 systems by... newlib-snapshot-20160226
2016-02-25 Joel Sherrillnewlib/configure.host: Turn off sti/cli for i386 setjmp...
2016-02-25 Jeff JohnstonFix _newlib_version.h logic to support building gcc...
2016-02-22 Yaakov Selkowitzcygwin: Export clog10, clog10f
2016-02-22 Yaakov Selkowitzlibm/complex: add clog10, clog10f
2016-02-22 Joel Sherrillpthread.h, sys/types.h Add missing pthread methods
2016-02-22 Corinna VinschenFix comments in sec_acl.cc
2016-02-20 Jon Turneyssp: Fixes for 64-bit
2016-02-18 Corinna VinschenUpdate Cygwin release notes.
2016-02-18 Yaakov Selkowitzcygwin: accept SIGIOT as alias of SIGABRT
2016-02-18 Corinna Vinschensys/features.h: Update Cygwin POSIX option macros
2016-02-18 Corinna VinschenDrop temporary declaration of GetSystemTimePreciseAsFil...
2016-02-18 Corinna Vinschensetuid: Create token from scratch without credentials...
2016-02-17 Jeff JohnstonAlso fix libm/machine generated files.
2016-02-17 Jeff JohnstonFix libm regenerated files again.
2016-02-17 Jeff JohnstonFix regeneration of libm autotool files.
2016-02-17 Pieter du PreezDefine the newlib version macros in one place: _newlib_...
2016-02-17 Corinna Vinschencyglsa: Drop code handling Windows 2000 and earlier
2016-02-17 Mark GeisertSilent relocation truncations considered harmful
2016-02-15 Corinna Vinschencygwin_conv_path: Really always preserve trailing slash...
2016-02-15 John HoodMake buffered console characters visible to select().
2016-02-13 Corinna VinschenDocument pthread_barrier* functions as implemented
2016-02-13 Corinna VinschenRemove local winbase.h (again).
2016-02-13 Corinna VinschenBump Cygwin version to 2.5.0
2016-02-13 Václav HaismanPOSIX barrier implementation, take 3
2016-02-13 Yaakov Selkowitzcygwin: work around GCC 5 preprocessor changes
2016-02-12 Corinna VinschenBump Cygwin version to 2.4.2.
2016-02-12 Yaakov Selkowitzcygwin: fix errors with GCC 5
2016-02-12 Yaakov SelkowitzRemove broken ieeefp.h macros
2016-02-12 Yaakov SelkowitzFix compile with GCC 5 -Werror
2016-02-09 Corinna Vinschencygwin_conv_path: Always preserve trailing backslashes...
2016-02-09 Nick CliftonSeperate MSP430 cio syscalls into individual function...
2016-02-08 Corinna Vinschenprintf(3): Handle multibyte decimal point in field...
2016-02-08 Jon Turneystdio.h: Use __POSIX_VISIBLE etc. guards for POSIX...
2016-02-08 Игорь ВеневцевNewlib build is broken if configured with nano-malloc...
2016-02-08 Igor Venevtsev* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier...
2016-02-08 Igor Venevtsev* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G'...
2016-02-04 Jeff JohnstonChange if_nameindex() to use unsigned int i variable.
2016-01-29 Corinna Vinscheninclude/grp.h: Remove prototypes of non-standard functions
2016-01-28 Steve EllceyFix memcpy bug that reads past end of buffer.
2016-01-28 Yaakov Selkowitzgrp.h: use __BSD_VISIBLE and __XSI_VISIBLE guards
2016-01-28 Corinna VinschenTreat ACLs with extra ACEs for Admins and SYSTEM like...
2016-01-28 Corinna Vinschenget_posix_access: Fix primary group handing when multip...
2016-01-28 Thomas Preud... Make macro checks ARMv8-M baseline proof
2016-01-28 Corinna VinschenDeprecate newlib and winsup ChangeLog files
2016-01-27 Corinna VinschenDon't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM...
2016-01-27 Corinna VinschenDrop has_broken_fnoi flag
2016-01-27 Corinna VinschenMake select wait state more readable
2016-01-27 Corinna VinschenFix missing 'user' in usertemp docs
2016-01-23 Corinna VinschenAdd 2.4.1 release message file cygwin-2_4_1-release
2016-01-21 Corinna Vinschencygpath: Avoid returning SysWOW64
2016-01-21 Corinna Vinschencygwin_logon_user: Return non-privileged token as well
2016-01-21 Corinna VinschenFix formatting in sec_auth.cc
2016-01-16 Corinna VinschenBump cygwin version to 2.4.1
2016-01-15 Jon Turneyfaq: Update FAQ question and answer about gdb and signals
2016-01-15 Corinna Vinschenget_posix_access: Fix group deny bits leaking into... cygwin-2_4_0-release
2016-01-12 Corinna VinschenInitialize handle in dll_load to avoid compiler warning
2016-01-12 Corinna VinschenUse MAKEWORD macro in WSAStartup call per documentation
2016-01-12 Corinna VinschenTry loading with safe path using LOAD_LIBRARY_SEARCH_SY...
2016-01-11 Corinna VinschenFix previous fix for generating unique inode numbers...
2016-01-11 Corinna VinschenRevert "autoload.cc: Drop using full paths for system...
2016-01-11 Corinna VinschenReturn unique inode numbers when calling stat/fstat...
2016-01-11 Corinna Vinschenselect(2): Drop checking descriptors in case of immedia...
2016-01-09 Corinna VinschenAdd release message for previous commit
2016-01-09 Corinna Vinschenselect: Don't timeout without setting descriptor arrays...
2016-01-08 Johannes SchindelinDo not treat the command line or environment like paths
2016-01-07 Corinna VinschenDeprecate all winsup ChangeLog files
2016-01-07 Corinna Vinschencygpath: Try to return system directories with correct...
2016-01-07 Corinna Vinschenselect: Set exceptfd bit if fetching mailslot info...
2016-01-07 Corinna Vinschenselect.cc: Fit comments into 80 columns
2016-01-07 Corinna VinschenConvert utmp{x}name to int, return useful value. Defin...
2016-01-07 Corinna VinschenDrop use of not yet available type acl_perm_t
2016-01-07 Corinna VinschenDeprecate Cygwin ChangeLog file
2016-01-04 Jeff JohnstonFix up errors in regenerated files for 2.3.0 release. newlib-snapshot-20160104
2015-12-25 Corinna Vinschensetfacl: Remove unused local variable
2015-12-25 Corinna VinschenOnly request WRITE_DAC rights when writing an ACL
2015-12-23 Corinna Vinschenaclsort: Honor calclass argument and allow recalculatin...
2015-12-23 Corinna Vinschenaclfromtext: Actually return aclcnt parameter
2015-12-23 Corinna VinschenUse TLS buffer in ACL<->text conversion
2015-12-23 Corinna Vinschensec_acl.cc: Cosmetic changes
2015-12-22 Jeff JohnstonRegenerate files for newlib 2.3.0. newlib-2_3_0
2015-12-21 Corinna Vinschensetfacl(1): Fix handling of -m and -x on a single comma...
2015-12-21 Jeff JohnstonFix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.
2015-12-21 Jeff JohnstonAdd static instance of _on_exit_args for _REENT_SMALL...
2015-12-21 Corinna Vinschensetfacl(1): Rewrite support for mask recomputation
2015-12-20 Houdersetfacl --mask/--no-mask really don't need an argument
2015-12-19 HouderFix missing arg requirement for setfacl -x option
2015-12-18 Corinna VinschenDrop sys_cp_wcstombs and save two arguments per call
2015-12-17 DJ DelorieBuild msp430-specific libnosys
2015-12-17 Anton KolesovARC: Use new definitions for optional ARC CPU features
2015-12-17 Corinna VinschenRemove inclusion of sys/select.h in sys/types.h for...
2015-12-17 DJ DelorieUpdate CIO hooks to be more flexible.
2015-12-16 Kevin Buettnerrl78: Don't output CR when LF is encountered in write().
2015-12-16 Corinna VinschenAdd release message for previous commit
2015-12-16 Corinna VinschenFix crash reading invalid SIDs from passwd and group...
next
This page took 0.059285 seconds and 5 git commands to generate.