index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cygwin: console: Use memset to clear an array
Corinna Vinschen
2017-07-31
1
-3
/
+2
*
cygwin: clear screen using wide char function
Corinna Vinschen
2017-07-31
1
-1
/
+1
*
Importing catanl long double complex method from NetBSD.
Aditya Upadhyay
2017-07-28
3
-4
/
+88
*
Fixing HUGE_VALF to HUGE_VALL.
Aditya Upadhyay
2017-07-28
1
-1
/
+1
*
stdio: Fix make rule override
Sebastian Huber
2017-07-28
2
-10
/
+0
*
newlib: regenerate stdlib/Makefile.in
Corinna Vinschen
2017-07-28
1
-33
/
+62
*
Importing imaxdiv inttypes method from FreeBSD.
Aditya Upadhyay
2017-07-28
2
-0
/
+49
*
Importing imaxabs inttypes method from FreeBSD.
Aditya Upadhyay
2017-07-28
2
-0
/
+37
*
cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value
Corinna Vinschen
2017-07-26
1
-4
/
+3
*
cygwin: add release notes for reparse point patches
Corinna Vinschen
2017-07-24
1
-0
/
+5
*
cygwin: unify reparse point checking code into single function
Corinna Vinschen
2017-07-24
3
-89
/
+70
*
cygwin: fix formatting in check_reparse_point_target
Corinna Vinschen
2017-07-24
1
-3
/
+3
*
cygwin: Fix resource leak in readdir reparse point handling
Corinna Vinschen
2017-07-24
1
-1
/
+1
*
[arm] Fix strcpy for unified syntax on ARMv4t thumb.
Richard Earnshaw
2017-07-21
1
-1
/
+1
*
Previous patch to support nosys.specs accidentally broke validation specs bec...
Tamar Christina
2017-07-21
1
-1
/
+1
*
MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used
newlib-snapshot-20170720
Jozef Lawrynowicz
2017-07-20
1
-0
/
+1
*
arm: Update strcpy.c to use UAL syntax.
Ian Tessier via newlib
2017-07-20
1
-6
/
+7
*
cygwin: add fflush fix to release notes
Corinna Vinschen
2017-07-19
1
-0
/
+13
*
cygwin: Bump DLL version to 2.8.3
Corinna Vinschen
2017-07-19
1
-1
/
+1
*
cygwin: Use errno instead of _impure_ptr->_errno
Corinna Vinschen
2017-07-19
1
-2
/
+1
*
Revert "errno: Stop using _impure_ptr->_errno completely"
Corinna Vinschen
2017-07-19
3
-5
/
+6
*
Support building in a different directory than the default output directory b...
Tamar Christina
2017-07-17
1
-1
/
+1
*
Fix link when nosys.specs is used to link
Tamar Christina
2017-07-14
1
-0
/
+2
*
cygwin: 2.8.2: add missing release message text
cygwin-2_8_2-release
Corinna Vinschen
2017-07-12
1
-0
/
+6
*
cygwin: document signal.h fixes
Yaakov Selkowitz
2017-07-12
1
-1
/
+4
*
Synchronize RTEMS <sys/bitset.h> with FreeBSD
Sebastian Huber
2017-07-12
1
-5
/
+5
*
cygwin: export fls, flsl, flsll
Corinna Vinschen
2017-07-11
4
-1
/
+10
*
Cygwin: fix guard on struct siginfo_t
Yaakov Selkowitz
2017-07-10
1
-2
/
+4
*
Add myself to OS Port Maintainers (RTEMS)
Sebastian Huber
2017-07-10
1
-0
/
+1
*
Synchronize RTEMS <sys/bitset.h> with FreeBSD
Sebastian Huber
2017-07-10
1
-1
/
+16
*
Rename __in and __out in headers to avoid collision with Windows APIs
David Macek
2017-07-07
2
-10
/
+10
*
fix URL shortcuts launch with cygstart, create shortcuts directly in SM/Progr...
Brian Inglis
2017-07-06
1
-7
/
+5
*
Replace the perl character classes with POSIX ones to fix the build when sed ...
Tamar Christina
2017-07-06
1
-4
/
+4
*
fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dir
Brian Inglis
2017-07-06
2
-17
/
+63
*
Add support for Semihosting v2 support for AArch64 in libgloss.
Tamar Christina
2017-07-05
4
-47
/
+186
*
Add support for Semihosting v2 support for ARM in libgloss.
Tamar Christina
2017-07-05
3
-65
/
+231
*
Add the needed build system changes in order to compile and create the new li...
Tamar Christina
2017-07-05
9
-17
/
+147
*
Adds the needed build system changes in order to compile and create the new l...
Tamar Christina
2017-07-05
4
-16
/
+49
*
Create a recursive make target that is modeled after the existing multilib ma...
Tamar Christina
2017-07-05
1
-0
/
+61
*
Fixed warnings for some long double complex methods
Aditya Upadhyay
2017-07-05
1
-5
/
+5
*
Add ffsl(), ffsll(), fls(), flsl(), flsll()
Sebastian Huber
2017-07-05
9
-47
/
+240
*
Synchronize <strings.h> with latest FreeBSD
Sebastian Huber
2017-07-05
2
-59
/
+62
*
Implement bzero() via memset()
Sebastian Huber
2017-07-05
1
-8
/
+5
*
Cygwin: fix signal.h with _POSIX_C_SOURCE=1
Yaakov Selkowitz
2017-07-04
1
-0
/
+2
*
add scandirat patch to release notes
Corinna Vinschen
2017-07-04
1
-0
/
+13
*
cygwin: scandirat: fix path given to scandir
Corinna Vinschen
2017-07-04
1
-1
/
+1
*
Bump DLL minor version
Corinna Vinschen
2017-07-04
1
-1
/
+1
*
Feature test macros overhaul: unistd.h, part 2
cygwin-2_8_1-release
Yaakov Selkowitz
2017-06-30
1
-4
/
+17
*
Add --enable-newlib-global-stdio-streams
Sebastian Huber
2017-06-30
5
-2
/
+52
*
Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS
Sebastian Huber
2017-06-30
2
-1
/
+2
[next]