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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* libc/include/locale.h (NULL): Fetch definition via stddef.h.
Corinna Vinschen
2012-11-01
8
-27
/
+22
*
Minor optimization and bug fix for moxie.
Anthony Green
2012-10-27
2
-1
/
+5
*
* libc/include/sys/signal.h (sigset_t): Don't define when building
Corinna Vinschen
2012-10-26
2
-0
/
+8
*
2012-10-24 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-10-24
6
-22
/
+53
*
* libc/include/string.h (strdup, strndup): Declare if not
Corinna Vinschen
2012-10-22
2
-0
/
+14
*
* libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype
Corinna Vinschen
2012-10-22
2
-0
/
+17
*
* libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declaration
Hans-Peter Nilsson
2012-10-21
2
-2
/
+23
*
* libc/stdlib/getopt.c (getopt_internal): Align handling of colon to
Corinna Vinschen
2012-10-16
2
-5
/
+33
*
* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
Corinna Vinschen
2012-10-16
2
-2
/
+6
*
* libc/include/assert.h (static_assert): Define.
Corinna Vinschen
2012-10-16
2
-0
/
+8
*
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
Corinna Vinschen
2012-10-16
10
-19
/
+41
*
* libc/posix/wordfree.c (wordfree): The wrong words are freed
Corinna Vinschen
2012-10-09
4
-32
/
+73
*
* libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resource
Corinna Vinschen
2012-10-09
2
-27
/
+72
*
* libc/posix/wordexp.c (wordexp): Handle expanded words longer
Corinna Vinschen
2012-10-09
2
-7
/
+25
*
* libc/posix/wordexp.c (wordexp): Don't leak file streams.
Corinna Vinschen
2012-10-09
2
-2
/
+6
*
* libc/machine/rl78/setjmp.S: Convert from CPP macros to GAS
DJ Delorie
2012-10-03
2
-34
/
+54
*
* libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an
DJ Delorie
2012-10-02
2
-2
/
+8
*
2012-10-01 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-10-01
3
-5
/
+10
*
2012-09-26 Ian Bolton <ian.bolton@arm.com>
Jeff Johnston
2012-09-26
47
-8
/
+13683
*
2012-09-26 Michael Hope <michael.hope@linaro.org>
Jeff Johnston
2012-09-26
2
-2
/
+6
*
bi-endian support for moxie.
Anthony Green
2012-09-13
2
-0
/
+9
*
* libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems which
Christopher Faylor
2012-08-23
2
-0
/
+7
*
* libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags to
Christopher Faylor
2012-08-21
2
-16
/
+33
*
* libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.
Corinna Vinschen
2012-08-10
5
-5
/
+14
*
Fix date
Corinna Vinschen
2012-08-10
1
-1
/
+1
*
* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state to
Corinna Vinschen
2012-08-10
2
-2
/
+7
*
* libc/posix/engine.c(dissect): Guard diagnostic pragma for right
Corinna Vinschen
2012-08-08
3
-2
/
+14
*
Throughout, run newlib with -Wall -Werror option and fix bugs and
Corinna Vinschen
2012-08-08
43
-74
/
+187
*
* libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compiler
Corinna Vinschen
2012-08-07
2
-1
/
+6
*
* libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific
Kevin Buettner
2012-07-30
2
-1
/
+6
*
readdir: drop bogus code
Eric Blake
2012-07-20
2
-6
/
+5
*
2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2012-07-18
2
-3
/
+8
*
2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2012-07-17
2
-1
/
+6
*
2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2012-07-16
2
-0
/
+7
*
2012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2012-07-13
2
-2
/
+8
*
Fix copy-paste error
Corinna Vinschen
2012-07-13
1
-3
/
+0
*
* libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,
Corinna Vinschen
2012-07-09
2
-1
/
+16
*
Allow building of Cygwin using Mingw64 SDK headers:
Corinna Vinschen
2012-07-06
4
-5
/
+14
*
* doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.
Corinna Vinschen
2012-06-28
3
-2
/
+7
*
* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,
Christopher Faylor
2012-06-26
2
-1
/
+10
*
* libc/stdio/findfp.c (__sinit): Avoid infinite recursion on
Corinna Vinschen
2012-06-05
2
-0
/
+10
*
Fix typo.
Corinna Vinschen
2012-05-31
1
-1
/
+1
*
* libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread
Corinna Vinschen
2012-05-31
2
-1
/
+6
*
* libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather than
Corinna Vinschen
2012-05-30
2
-3
/
+12
*
* libc/stdio/local.h (_newlib_flockfile_start): New macro to
Corinna Vinschen
2012-05-30
46
-161
/
+301
*
* libc/machine/cr16/asm.h: Added some missing instructions
Corinna Vinschen
2012-05-21
2
-307
/
+171
*
* libc/include/string.h (memrchr): Declare.
Corinna Vinschen
2012-05-10
5
-2
/
+155
*
* libc/sys/rtems/machine/_types.h: Add Microblaze.
Corinna Vinschen
2012-05-10
2
-1
/
+5
*
* libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),
Corinna Vinschen
2012-05-09
2
-1
/
+14
*
* testsuite/newlib.string/strcmp-1.c (LONG_TEST): New macro.
Corinna Vinschen
2012-05-03
2
-1
/
+34
[next]