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
*
Fix some POSIX-compliance bugs in link, rename, mkdir.
Eric Blake
2009-09-26
5
-42
/
+109
*
merge from gcc
DJ Delorie
2009-09-26
2
-8
/
+13
*
* libc/include/sys/unistd.h (eaccess, euidaccess) [__CYGWIN__]:
Eric Blake
2009-09-25
2
-0
/
+7
*
* new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,
Eric Blake
2009-09-25
2
-4
/
+13
*
Provide euidaccess, canonicalize_file_name; fix fchmodat.
Eric Blake
2009-09-25
7
-12
/
+65
*
* configure.ac: Pass any --cache-file=/dev/null option on to
Nick Clifton
2009-09-25
3
-6
/
+30
*
merge from gcc
DJ Delorie
2009-09-25
1
-0
/
+14
*
* setup2.sgml (setup-locale-problems): Fix charset names of codepages
Corinna Vinschen
2009-09-25
2
-1
/
+6
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
7
-25
/
+38
*
* setup2.sgml (setup-locale-problems): Document how to install
Eric Blake
2009-09-25
2
-0
/
+13
*
include/
Cary Coutant
2009-09-24
2
-2
/
+36
*
* posix_ipc.cc (mq_open): Avoid closing the same descriptor twice in
Corinna Vinschen
2009-09-24
2
-4
/
+15
*
* kernel32.cc (CreateMutexW): Use correct access mask.
Corinna Vinschen
2009-09-24
2
-2
/
+7
*
* libc/locale/locale.c: Drop Cygwin-specific windows.h include.
Corinna Vinschen
2009-09-23
2
-4
/
+6
*
* strfuncs.cc (__set_charset_from_codepage): Fetch current ANSI
Corinna Vinschen
2009-09-23
2
-1
/
+8
*
Fix typo.
Corinna Vinschen
2009-09-23
1
-1
/
+1
*
* strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pair
Corinna Vinschen
2009-09-23
2
-35
/
+73
*
* config.sub, config.guess: Update from upstream sources.
Nick Clifton
2009-09-23
3
-83
/
+52
*
merge from gcc
DJ Delorie
2009-09-22
2
-0
/
+13
*
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
Jeff Johnston
2009-09-22
2
-0
/
+8
*
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
Jeff Johnston
2009-09-22
2
-2
/
+7
*
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
Jeff Johnston
2009-09-22
2
-2
/
+7
*
Error out if building separately but srcdir has build remnants.
Ralf Wildenhues
2009-09-22
3
-0
/
+17
*
* autoload.cc (WSARecv): Define.
Corinna Vinschen
2009-09-22
3
-6
/
+29
*
Make *at functions more like Linux.
Eric Blake
2009-09-22
2
-1
/
+38
*
* strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handling
Corinna Vinschen
2009-09-22
2
-0
/
+6
*
* path.cc (symlink_worker): Rework error handling to generate Linux
Corinna Vinschen
2009-09-22
2
-4
/
+18
*
Match dup2 and fcntl error values to POSIX.
Eric Blake
2009-09-22
6
-5
/
+23
*
* ChangeLog-2002: Fix typo.
Eric Blake
2009-09-22
2
-2
/
+2
*
o * ppc.h (ppc_cpu_t): Typedef to uint64_t.
Alan Modra
2009-09-22
2
-1
/
+7
*
Require c++ in stage1_languages with --enable-gold in combined bootstrap.
Ralf Wildenhues
2009-09-21
3
-0
/
+18
*
toplevel configure: bootstrap target_libs of stage1_languages.
Ralf Wildenhues
2009-09-21
3
-6
/
+16
*
* cygheap.h (cwdstuff::get_posix): Convert to const inline method just
Corinna Vinschen
2009-09-21
4
-29
/
+40
*
Diagnose --enable-build-with-cxx --enable-bootstrap --enable-languages w/o c++
Ralf Wildenhues
2009-09-21
3
-0
/
+20
*
2009-09-21 Ken Werner <ken.werner@de.ibm.com>
Jeff Johnston
2009-09-21
2
-8
/
+6
*
include/elf/
Alan Modra
2009-09-21
3
-1
/
+12
*
* new-features.sgml (ov-new1.7-file): Add new hardlink behaviour on
Corinna Vinschen
2009-09-21
3
-2
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink
Corinna Vinschen
2009-09-21
2
-11
/
+8
*
gas/
Ben Elliston
2009-09-21
2
-0
/
+7
*
* dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_malloc
Christopher Faylor
2009-09-21
2
-0
/
+11
*
* external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper
Christopher Faylor
2009-09-21
3
-2
/
+16
*
* exceptions.cc (sigpacket::process): Explicitly set thread-specific handler
Christopher Faylor
2009-09-19
2
-1
/
+9
*
* libc/include/sys/unistd.h: Declare getpagesize as returning POSIX-mandated
Christopher Faylor
2009-09-19
3
-2
/
+8
*
* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even
Christopher Faylor
2009-09-18
3
-4
/
+12
*
* ntea.c (write_ea): Don't abort if not-samba.
Christopher Faylor
2009-09-16
2
-2
/
+11
*
2009-09-16 Mike Frysinger <michael.frysinger@analog.com>
Jeff Johnston
2009-09-16
67
-1275
/
+11089
*
2009-09-16 Mike Frysinger <michael.frysinger@analog.com>
Jeff Johnston
2009-09-16
6
-1
/
+118
*
2009-09-16 Jie Zhang <jie.zhang@analog.com>
Jeff Johnston
2009-09-16
26
-25
/
+29
*
* configure.ac: Disable java and boehm-gc for bfin-*-*.
Jie Zhang
2009-09-16
3
-2
/
+9
*
Updated soruces in bfd/* to compile cleanly with -Wc++-compat.
Nick Clifton
2009-09-09
3
-7
/
+14
[next]