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
...
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround
Corinna Vinschen
2010-02-03
3
-7
/
+36
*
Add NT_386_XSTATE.
H.J. Lu
2010-02-02
2
-1
/
+7
*
* include/paths.h (_PATH_MNTTAB): Define.
Corinna Vinschen
2010-02-02
3
-3
/
+19
*
* dcrt0.cc (atexit_lock): Delete.
Christopher Faylor
2010-02-02
5
-60
/
+58
*
* how-startup-shutdown-works.txt: Add new document.
Dave Korn
2010-02-02
2
-0
/
+169
*
* faq-programming.xml: Update for Cygwin docbook-utils package.
Yaakov Selkowitz
2010-02-02
2
-1
/
+2
*
* README: Update for Cygwin docbook-utils package.
Yaakov Selkowitz
2010-02-02
2
-4
/
+7
*
* configure.ac: Add "recommended" version checks for GMP/MPC.
Kaveh Ghazi
2010-01-31
3
-20
/
+94
*
2010-01-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-01-29
4
-2
/
+21
*
* sec_auth.cc (lsaauth): Use CYG_LSA_MAGIC as checksum start value to
Corinna Vinschen
2010-01-29
2
-2
/
+6
*
* cyglsa.c: Include lmcons.h instead of lm.h to make newer WinDDK happy.
Corinna Vinschen
2010-01-29
4
-5
/
+13
*
* libc/strfmon.c (__setup_vars): Test for an empty string rather than
Corinna Vinschen
2010-01-29
2
-2
/
+7
*
* dll_init.cc (remove_dll_atexit): New function.
Christopher Faylor
2010-01-29
2
-0
/
+34
*
* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning const
Christopher Faylor
2010-01-29
4
-4
/
+15
*
Throughout, use FileBothDirectoryInformation info class rather than
Corinna Vinschen
2010-01-29
4
-43
/
+74
*
2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
Chris Sutcliffe
2010-01-29
2
-0
/
+7
*
* Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.
Corinna Vinschen
2010-01-28
2
-0
/
+9
*
2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
Chris Sutcliffe
2010-01-28
2
-1
/
+16
*
* faq-api.xml: d2u/u2d are from cygutils, not util-linux.
Yaakov Selkowitz
2010-01-26
2
-1
/
+5
*
* Makefile.in: Skip validation in xmlto step.
Christopher Faylor
2010-01-26
3
-10
/
+20
*
* new-features.sgml (ov-new1.7.2): Add console enhancements.
Corinna Vinschen
2010-01-26
2
-3
/
+42
*
2010-01-25 Kai Tietz <kai.tietz@onevision.com>
Chris Sutcliffe
2010-01-25
9
-48
/
+472
*
* nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos in
Corinna Vinschen
2010-01-25
2
-12
/
+35
*
gcc PR libstdc++/36101, gcc PR libstdc++/42813
Joern Rennecke
2010-01-25
3
-2
/
+19
*
* faq-setup.xml: Drop references to non-NT systems.
Corinna Vinschen
2010-01-25
3
-6
/
+78
*
* nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charset
Corinna Vinschen
2010-01-25
2
-28
/
+94
*
* spawn.cc (spawn_guts): Only try to remove long path prefix from
Corinna Vinschen
2010-01-25
2
-17
/
+23
*
* faq-using.xml: Fix typos and remove incorrect locale-specific
Corinna Vinschen
2010-01-25
4
-34
/
+27
*
* nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle special
Corinna Vinschen
2010-01-25
2
-3
/
+68
*
* getlocale.c (main): Use setlocale and fetch string from Windows
Corinna Vinschen
2010-01-25
2
-5
/
+14
*
* new-features.sgml: Rework layout to use itemizedlist. Fix typo.
Corinna Vinschen
2010-01-24
2
-310
/
+535
*
* nlsfuncs.cc (__set_charset_from_locale): Fix comment.
Corinna Vinschen
2010-01-24
2
-3
/
+5
*
* nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
Corinna Vinschen
2010-01-24
4
-139
/
+121
*
* libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when using
Corinna Vinschen
2010-01-24
2
-0
/
+19
*
* setup2.sgml (setup-locale-charsetlist): Add CP932. Change description
Corinna Vinschen
2010-01-23
2
-1
/
+7
*
* strfuncs.cc (__sjis_wctomb): Special handling for characters which
Corinna Vinschen
2010-01-23
2
-17
/
+36
*
* libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.
Corinna Vinschen
2010-01-23
2
-9
/
+21
*
* setup2.sgml (setup-locale-charsetlist): Add ASCII and TIS-620. Add
Corinna Vinschen
2010-01-23
2
-3
/
+11
*
* libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.
Corinna Vinschen
2010-01-23
2
-1
/
+19
*
gcc PR libstdc++/36101, gcc PR libstdc++/42813
Joern Rennecke
2010-01-23
3
-2
/
+8
*
* nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag to
Corinna Vinschen
2010-01-23
2
-1
/
+6
*
* posix.sgml (strfmon): Move to implemented SUSv4 API.
Corinna Vinschen
2010-01-22
2
-1
/
+5
*
* new-features.sgml (ov-new1.7.2): Add chapter for news in 1.7.2.
Corinna Vinschen
2010-01-22
3
-46
/
+115
*
* Makefile.in (CYGWIN_BINS): Add getlocale.
Corinna Vinschen
2010-01-22
4
-2
/
+185
*
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
Corinna Vinschen
2010-01-22
13
-145
/
+1491
*
gcc PR libstdc++/36101, gcc PR libstdc++/42813
Joern Rennecke
2010-01-22
6
-6
/
+581
*
* libc/locale/lmonetary.c (__monetary_load_locale): Take additional
Corinna Vinschen
2010-01-22
11
-172
/
+302
*
2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Andreas Krebbel
2010-01-21
2
-0
/
+8
*
* libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translate
Corinna Vinschen
2010-01-20
2
-6
/
+24
*
2010-01-19 Andy Koppe <andy.koppe@gmail.com>
Jeff Johnston
2010-01-19
2
-4
/
+20
[prev]
[next]