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
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
* path.cc (readlink): Accommodate new UTF-16 symlinks.
Corinna Vinschen
2009-04-07
2
-5
/
+27
*
* strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widechar
Corinna Vinschen
2009-04-07
3
-13
/
+22
*
* setup2.sgml (setup-locale-console): New section to explain
Corinna Vinschen
2009-04-07
7
-19
/
+85
*
* fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,
Corinna Vinschen
2009-04-07
6
-50
/
+123
*
* libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.
Corinna Vinschen
2009-04-06
2
-3
/
+7
*
* strfuncs.cc: Add comment to explain why we can't support JIS
Corinna Vinschen
2009-04-06
2
-40
/
+169
*
* new-features.sgml (ov-new1.7-posix): Remove JIS from supported
Corinna Vinschen
2009-04-06
3
-4
/
+9
*
* setup2.sgml (setup-locale-problems): Change title to be more clear
Corinna Vinschen
2009-04-06
2
-1
/
+6
*
* Makefile.in: Use all compile options when calculating magic values.
Christopher Faylor
2009-04-05
5
-6
/
+15
*
* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
Christopher Faylor
2009-04-05
4
-2
/
+18
*
* include/asm/byteorder.h (__ntohl): Prototype before define to avoid
Corinna Vinschen
2009-04-04
2
-8
/
+14
*
* Various syntactical and semantical fixes throughout.
Corinna Vinschen
2009-04-03
10
-179
/
+193
*
* utils.sgml: Various syntactical and semantical fixes.
Corinna Vinschen
2009-04-03
3
-25
/
+30
*
* environ.cc (build_env): Fix length calculation of resulting
Corinna Vinschen
2009-04-02
2
-2
/
+7
*
* include/netdb.h: #include <inttypes.h>, <netinet/in.h>,
Corinna Vinschen
2009-04-02
2
-2
/
+10
*
* faq-using.xml (faq.using.symlinkstoppedworking): Rename.
Corinna Vinschen
2009-04-01
3
-11
/
+37
*
* strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by at
Corinna Vinschen
2009-04-01
2
-2
/
+12
*
* shm.cc (struct shm_attached_list): Convert access type to ULONG.
Corinna Vinschen
2009-03-31
2
-13
/
+30
*
* setup2.sgml (setup-locale-problems): Fix an incomplete sentence.
Corinna Vinschen
2009-03-31
2
-3
/
+8
*
* faq-using.xml (faq.using.unicode): Modernize.
Corinna Vinschen
2009-03-31
3
-38
/
+35
*
* ctype.cc: Remove implementation of ctype functions in favor of
Corinna Vinschen
2009-03-31
6
-822
/
+48
*
* faq-using.xml (faq.using.bloda): Update with new entries.
Dave Korn
2009-03-30
2
-2
/
+20
*
* Makefile.in: Perform some minor cleanup. Revamp speclib handling.
Christopher Faylor
2009-03-28
3
-97
/
+60
*
* net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.
Corinna Vinschen
2009-03-27
2
-1
/
+10
*
* net.cc (cygwin_getaddrinfo): Check hints for non-NULL before
Corinna Vinschen
2009-03-27
2
-0
/
+6
*
* fhandler.h (class fhandler_fifo): Rename read/write methods to
Corinna Vinschen
2009-03-27
3
-4
/
+10
*
* syscalls.cc (pathconf): Fix memory leak.
Corinna Vinschen
2009-03-27
2
-5
/
+11
*
* README: Remove "How to use" section, as CYGWIN="server" is
Corinna Vinschen
2009-03-27
2
-32
/
+5
*
* utils.sgml (passwd -R): Remove references to CYGWIN="server".
Corinna Vinschen
2009-03-27
2
-7
/
+7
*
* cygwinenv.sgml: Add text to explain new UTF-16 symlinks.
Corinna Vinschen
2009-03-26
7
-17
/
+67
*
* path.cc (symlink_worker): Write target filename as UTF-16 string
Corinna Vinschen
2009-03-26
2
-10
/
+46
*
* include/asm/byteorder.h (__ntohl): Align definition to ISO C99.
Corinna Vinschen
2009-03-26
2
-5
/
+13
*
* new-features.sgml: Replace GB2312 with GBK.
Corinna Vinschen
2009-03-26
3
-2
/
+7
*
* strfuncs.cc (__set_charset_from_codepage): Revert to translating
Corinna Vinschen
2009-03-26
2
-2
/
+7
*
* pathnames.sgml: Add a note that ASCII SO handling isn't foolproof
Corinna Vinschen
2009-03-25
2
-1
/
+11
*
* strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into two
Corinna Vinschen
2009-03-25
2
-3
/
+7
*
* environ.cc (environ_init): Break from locale loop after first hit.
Corinna Vinschen
2009-03-25
3
-2
/
+29
*
* new-features.sgml: Add missing GB2312 and eucKR character sets.
Corinna Vinschen
2009-03-25
5
-11
/
+352
*
* strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.
Corinna Vinschen
2009-03-25
2
-5
/
+12
*
* strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.
Corinna Vinschen
2009-03-24
2
-4
/
+12
*
* strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.
Corinna Vinschen
2009-03-24
2
-1
/
+6
*
* new-features.sgml: Add section about chaged (no)winsymlink default.
Corinna Vinschen
2009-03-24
2
-0
/
+8
*
* shared_info.h (CURR_SHARED_MAGIC): Update.
Corinna Vinschen
2009-03-24
2
-1
/
+5
*
* cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.
Corinna Vinschen
2009-03-24
4
-3
/
+8
*
* wchar.h: Replace UINT with unsigned int.
Corinna Vinschen
2009-03-24
2
-1
/
+5
*
* wchar.h: Remove erroneous "C" specifier from extern declaration.
Corinna Vinschen
2009-03-24
2
-10
/
+15
*
* cygwinenv.sgml: Move "codepage:xxx" to the removed options section.
Corinna Vinschen
2009-03-24
3
-28
/
+39
*
* ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
Corinna Vinschen
2009-03-24
14
-315
/
+1336
*
* sec_auth.cc (str2buf2uni): Remove.
Corinna Vinschen
2009-03-24
3
-14
/
+5
*
* include/mntent.h: Remove declarations of nonexistant addmntent
Corinna Vinschen
2009-03-24
2
-6
/
+10
[next]