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
...
*
* strfuncs.cc: Remove needless includes.
Corinna Vinschen
2010-01-18
2
-4
/
+5
*
* libc/locale/locale.c (loadlocale): Change comments to refer to
Corinna Vinschen
2010-01-17
2
-2
/
+7
*
* setup2.sgml (setup-locale): Mention three character codes per
Corinna Vinschen
2010-01-17
2
-15
/
+38
*
* libc/locale/locale.c (loadlocale): Allow three character
Corinna Vinschen
2010-01-17
2
-2
/
+12
*
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
Corinna Vinschen
2010-01-17
2
-2
/
+15
*
* libc/locale/locale.c (lc_ctype_charset): Disable defaulting to
Corinna Vinschen
2010-01-17
4
-2
/
+14
*
* setup-net.sgml: Remove obsolete assertion.
Christopher Faylor
2010-01-16
2
-2
/
+5
*
* libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.
Corinna Vinschen
2010-01-16
2
-68
/
+149
*
* cygpath.cc (get_mixed_name): Drop function. Replace with call to
Corinna Vinschen
2010-01-16
2
-35
/
+15
*
* fhandler_socket.cc (fhandler_socket::accept4): Reset async flag
Corinna Vinschen
2010-01-16
2
-1
/
+6
*
* faq-using.xml (faq.using.bloda): Clarify wxvault.dll.
Corinna Vinschen
2010-01-15
2
-1
/
+6
*
* fhandler_socket.cc (fhandler_socket::accept4): Set nonblocking
Corinna Vinschen
2010-01-15
3
-3
/
+8
*
* faq-setup.xml: Add missing setup options. Sort options.
Christopher Faylor
2010-01-15
2
-12
/
+24
*
* cygwin.din (accept4): Export.
Corinna Vinschen
2010-01-15
9
-12
/
+102
*
* posix.sgml: Mention dup3 and pipe2 as GNU extensions.
Corinna Vinschen
2010-01-15
2
-0
/
+6
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before
Corinna Vinschen
2010-01-14
3
-3
/
+12
*
* libc/include/sys/_default_fcntl.h (O_CLOEXEC): Define as _FNOINHERIT.
Corinna Vinschen
2010-01-14
3
-0
/
+16
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
19
-63
/
+175
*
Remove argument name.
H.J. Lu
2010-01-14
2
-6
/
+14
*
Drop accidentally applied ChangeLog entry.
Corinna Vinschen
2010-01-14
1
-10
/
+0
*
* libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid in
Corinna Vinschen
2010-01-14
2
-2
/
+22
*
* include/fcntl.h (O_TTY_INIT): Define as 0.
Corinna Vinschen
2010-01-13
2
-1
/
+9
*
Add new DW_AT_use_GNAT_descriptive_type CU attribute.
Joel Brobecker
2010-01-13
2
-0
/
+6
*
* fhandler_tty.cc (fhandler_tty_master::init): Don't erase all default
Corinna Vinschen
2010-01-13
2
-5
/
+6
*
* syscalls.cc (rename): Don't exit prematurely with EROFS when trying
Corinna Vinschen
2010-01-13
2
-2
/
+8
*
* cygwinenv.sgml (cygwinenv-implemented-options): Try to make
Corinna Vinschen
2010-01-12
2
-4
/
+11
*
* globals.cc (ro_u_nwfs): New R/O unicode string.
Corinna Vinschen
2010-01-12
7
-28
/
+71
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
10
-65
/
+52
*
2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
Jeff Johnston
2010-01-11
2
-11
/
+15
*
2010-01-11 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Jeff Johnston
2010-01-11
2
-0
/
+9
*
merge from gcc
DJ Delorie
2010-01-11
2
-0
/
+7
*
* pathnames.sgml (mount-table): Add info that posix=0 is default for
Corinna Vinschen
2010-01-11
2
-2
/
+8
*
* fhandler_proc.cc (format_proc_stat): Use new in_buf.
Corinna Vinschen
2010-01-11
2
-25
/
+106
*
* mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too.
Corinna Vinschen
2010-01-11
2
-16
/
+39
*
* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of
Corinna Vinschen
2010-01-10
3
-8
/
+26
*
* fhandler.h (fhandler_base::fstat_helper): Declare timestamps as
Corinna Vinschen
2010-01-10
3
-31
/
+39
*
Sync Libtool from GCC.
Ralf Wildenhues
2010-01-09
6
-1083
/
+1221
*
PR bootstrap/42424
Kaveh Ghazi
2010-01-08
3
-14
/
+63
*
* sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users account
Corinna Vinschen
2010-01-08
4
-4
/
+18
*
Sync from GCC: Makefile.tpl (BASE_TARGET_EXPORTS) fix
Ralf Wildenhues
2010-01-07
3
-4
/
+17
*
* cygpath.cc: Throughout, free obsolete path buffers.
Corinna Vinschen
2010-01-07
2
-12
/
+52
*
* overview.sgml: Fix Red Hat brand name.
Corinna Vinschen
2010-01-07
2
-1
/
+5
*
* cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.
Corinna Vinschen
2010-01-07
2
-26
/
+28
*
* basic-modes.h (MAKEDI): New macro.
Doug Evans
2010-01-06
2
-0
/
+7
*
merge from gcc
DJ Delorie
2010-01-05
2
-2
/
+7
*
* overview.sgml: Fix Red Hat URL.
Christopher Faylor
2010-01-04
2
-2
/
+6
*
* dcrt0.cc: Bump copyright.
Christopher Faylor
2010-01-01
3
-3484
/
+3488
*
* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potential
Christopher Faylor
2010-01-01
2
-2
/
+9
*
Update copyright notices to add year 2010.
Joel Brobecker
2010-01-01
14
-14
/
+14
*
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
Joel Brobecker
2009-12-29
2
-0
/
+8
[prev]
[next]