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
path:
root
/
newlib
/
libc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
Corinna Vinschen
2012-10-16
6
-14
/
+27
*
2012-09-26 Ian Bolton <ian.bolton@arm.com>
Jeff Johnston
2012-09-26
4
-1
/
+18
*
bi-endian support for moxie.
Anthony Green
2012-09-13
1
-0
/
+4
*
Throughout, run newlib with -Wall -Werror option and fix bugs and
Corinna Vinschen
2012-08-08
6
-0
/
+19
*
Allow building of Cygwin using Mingw64 SDK headers:
Corinna Vinschen
2012-07-06
3
-5
/
+5
*
* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,
Christopher Faylor
2012-06-26
1
-1
/
+4
*
* libc/include/string.h (memrchr): Declare.
Corinna Vinschen
2012-05-10
1
-0
/
+1
*
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-03-09
1
-1
/
+1
*
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Jeff Johnston
2012-02-21
2
-0
/
+11
*
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
Eric Blake
2012-02-09
1
-10
/
+13
*
* libc/include/inttypes.h: Redefine pointer type macros.
Corinna Vinschen
2012-02-07
1
-8
/
+8
*
* libc/include/tgmath.h: New header.
Yaakov Selkowitz
2012-01-12
1
-0
/
+185
*
* libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):
Yaakov Selkowitz
2012-01-09
1
-0
/
+3
*
* libc/include/complex.h: Fix "/*" within comment warning.
Yaakov Selkowitz
2012-01-09
1
-1
/
+1
*
* libc/include/process.h: Remove Cygwin-only header.
Corinna Vinschen
2012-01-09
1
-37
/
+0
*
[libgloss]
DJ Delorie
2011-11-29
2
-0
/
+12
*
* libc/include/process.h: Remove exec family function declarations.
Corinna Vinschen
2011-08-19
2
-10
/
+6
*
2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
Joel Sherrill
2011-08-01
1
-34
/
+38
*
* libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):
Yaakov Selkowitz
2011-07-20
2
-1
/
+17
*
* libc/include/sys/unistd.h (_CS_XBS5_WIDTH_RESTRICTED_ENVS): Define.
Yaakov Selkowitz
2011-07-20
1
-1
/
+2
*
2011-06-09 Yaakov Selkowitz <yselkowitz@...>
Jeff Johnston
2011-06-10
1
-0
/
+14
*
strerror: allow user hook to comply with POSIX rules
Eric Blake
2011-05-25
1
-0
/
+3
*
* libc/include/stdio_ext.h: New header.
Yaakov Selkowitz
2011-05-19
1
-0
/
+22
*
* libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename from
Yaakov Selkowitz
2011-05-16
2
-4
/
+4
*
* libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): Define
Corinna Vinschen
2011-05-15
1
-1
/
+1
*
* libc/include/signal.h (psignal): Declare.
Yaakov Selkowitz
2011-05-04
1
-0
/
+1
*
* libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.
Yaakov Selkowitz
2011-05-02
2
-2
/
+2
*
* libc/include/sys/signal.h (_sig_func_ptr): Define with int parameter
Corinna Vinschen
2011-04-19
1
-1
/
+2
*
* libc/include/string.h (strchrnul): Declare.
Corinna Vinschen
2011-03-28
1
-0
/
+1
*
* libc/include/string.h: Include sys/cdefs.h.
Corinna Vinschen
2011-03-03
1
-0
/
+1
*
* libc/include/sys/cdefs.h (__CONCAT1): Define.
Corinna Vinschen
2011-03-03
2
-1
/
+22
*
strerror_r: provide POSIX implementation
Eric Blake
2011-02-10
1
-1
/
+14
*
* libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.
Corinna Vinschen
2011-01-27
2
-0
/
+9
*
* libc/include/sys/types.h (ulong): Add typedef.
Corinna Vinschen
2011-01-15
1
-0
/
+1
*
* libc/include/linux/sys/signal.h (sig_t): Move from here...
Corinna Vinschen
2011-01-12
1
-0
/
+1
*
* libc/include/string.h: Make strsignal() available unconditionally.
Corinna Vinschen
2011-01-10
1
-1
/
+1
*
cygwin:
Christopher Faylor
2010-12-26
1
-0
/
+2
*
* include/sys/types.h: Add #if defined(__rtems__) around
Corinna Vinschen
2010-12-08
2
-2
/
+13
*
* libc/include/strings.h: Don't include locale.h.
Corinna Vinschen
2010-12-08
1
-1
/
+0
*
strings.h: avoid namespace pollution
Eric Blake
2010-12-08
1
-1
/
+1
*
2010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
Jeff Johnston
2010-12-07
1
-0
/
+36
*
* libc/include/math.h: Missing from previous checkin.
Corinna Vinschen
2010-12-03
1
-5
/
+5
*
2010-12-02 Jayant Sonar jayant.sonar@kpitcummins.com
Jeff Johnston
2010-12-02
3
-0
/
+28
*
* libc/include/sys/types.h: Add _mode_t for __rtems__.
Corinna Vinschen
2010-11-16
1
-1
/
+5
*
2010-10-14 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2010-10-14
1
-2
/
+0
*
2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
Jeff Johnston
2010-10-09
2
-0
/
+12
*
* libc/include/sys/unistd.h: Declare getsid, setegid, seteuid for RTEMS.
Corinna Vinschen
2010-10-08
1
-2
/
+2
*
* libc/include/complex.h: New complex header.
Corinna Vinschen
2010-10-08
1
-0
/
+124
*
* libc/include/sys/dir.h: New BSD-compatibility header.
Yaakov Selkowitz
2010-08-11
1
-0
/
+10
*
* libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.
Corinna Vinschen
2010-08-09
1
-1
/
+1
[next]