libc/winsup/cygwin
Corinna Vinschen 161211d186 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
(__ctype_default): New character class array for default ASCII
	character set.
	(__ctype_iso): New array of character class array for ISO charsets.
	(__ctype_cp): Ditto for singlebyte Windows codepages.
	(tolower): Implement as distinct function to support any singlebyte
	charset.
	(toupper): Ditto.
	(__set_ctype): New function to copy singlebyte character classes
	corresponding to current charset to ctype_b array.
	Align copyright text to upstream.
	* dcrt0.cc (dll_crt0_1): Reset current locale to "C" per POSIX.
	* environ.cc (set_file_api_mode): Remove.
	(codepage_init): Remove.
	(parse_thing): Remove "codepage" setting.
	(environ_init): Set locale according to environment settings, or
	to current codepage, before converting environment to multibyte.
	* fhandler.h (fhandler_console::write_replacement_char): Drop argument.
	* fhandler_console.cc (dev_console::str_to_con): Call sys_cp_mbstowcs
	rather than MultiByteToWideChar.
	(fhandler_console::write_replacement_char): Always print a funny
	half filled square if a character isn't in the current charset.
	(fhandler_console::write_normal): Convert to using __mbtowc
	rather than next_char.
	* fork.cc (frok::child): Drop call to set_file_api_mode.
	* globals.cc (enum codepage_type) Remove.
	(current_codepage): Remove.
	* miscfuncs.cc (cygwin_wcslwr): Unused, dangerous.  Remove.
	(cygwin_wcsupr): Ditto.
	(is_cp_multibyte): Remove.
	(next_char): Remove.
	* miscfuncs.h (is_cp_multibyte): Drop declaration.
	(next_char): Ditto.
	* strfuncs.cc (get_cp): Remove.
	(__db_wctomb): New function to implement _wctomb_r functionality for
	doublebyte charsets using WideCharToMultiByte.
	(__sjis_wctomb): New function to replace unusable newlib function.
	(__jis_wctomb): Ditto.
	(__eucjp_wctomb): Ditto.
	(__gbk_wctomb): New function.
	(__kr_wctomb): Ditto.
	(__big5_wctomb): Ditto.
	(__db_mbtowc): New function to implement _mbtowc_r functionality for
	doublebyte charsets using MultiByteToWideChar.
	(__sjis_mbtowc): New function to replace unusable newlib function.
	(__jis_mbtowc): Ditto.
	(__eucjp_mbtowc): Ditto.
	(__gbk_mbtowc): New function.
	(__kr_mbtowc): New function
	(__big5_mbtowc): New function
	(__set_charset_from_codepage): New function.
	(sys_wcstombs): Reimplement, basically using same wide char to multibyte
	conversion as newlib's application level functions.  Plus extras.
	Add lengthy comment to explain.  Change return type to size_t.
	(sys_wcstombs_alloc): Just use sys_wcstombs.  Change return type to
	size_t.
	(sys_cp_mbstowcs): Replace sys_mbstowcs, take additional codepage
	argument.  Explain why.  Change return type to size_t.
	(sys_mbstowcs_alloc): Just use sys_mbstowcs.  Change return type to
	size_t.
	* wchar.h: Declare internal functions implemented in strfuncs.cc.
	(wcscasecmp): Remove.
	(wcsncasecmp): Remove.
	(wcslwr): Remove.
	(wcsupr): Remove.
	* winsup.h (codepage_init): Remove declaration.
	(get_cp): Ditto.
	(sys_wcstombs): Align declaration to new implementation.
	(sys_wcstombs_alloc): Ditto.
	(sys_cp_mbstowcs): Add declaration.
	(sys_mbstowcs): Define as inline function.
	(sys_mbstowcs_alloc): Align declaration to new implementation.
	(set_file_api_mode): Remove declaration.
	* include/ctype.h (isblank): Redefine to use _B character class.
	(toupper): Remove ASCII-only definition.
	(tolower): Ditto.
2009-03-24 12:18:34 +00:00
..
config/i386 * config/i386/profile.h (mcount): Mark asms volatile. 2008-08-05 19:20:58 +00:00
include * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
lib Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
libc * cygwin.din: Export gethostbyname2. 2009-03-06 16:31:26 +00:00
regex * Makefile.in (DLL_OFILES): Remove v8 regexp files. 2008-07-29 10:40:37 +00:00
ChangeLog * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005 fix minor typo 2006-01-16 19:52:21 +00:00
ChangeLog-2006 * ChangeLog: Happy New Year. 2007-01-03 11:14:53 +00:00
ChangeLog-2007 * newsym: First stab at understanding data as well as functions. 2008-01-01 18:51:23 +00:00
ChangeLog-2008 Year-end rollover. 2009-01-03 02:27:46 +00:00
Makefile.in Add DESTDIR functionality to Makefile.in's. 2009-02-24 02:11:14 +00:00
ROADMAP
acconfig.h ChangeLog: 2009-01-21 17:14:39 +00:00
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
analyze_sigfe * analyze_sigfe: New script. 2006-03-01 20:20:22 +00:00
assert.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
autoload.cc * autoload.cc (NetLocalGroupEnum): Remove. 2009-02-20 16:10:45 +00:00
automode.c
binmode.c
child_info.h * Fix copyright dates. 2008-04-01 13:22:47 +00:00
config.h.in ChangeLog: 2009-01-21 17:14:39 +00:00
configure ChangeLog: 2009-01-21 17:14:39 +00:00
configure.in ChangeLog: 2009-01-21 17:14:39 +00:00
cpuid.h
crt0.c * crt0.cc: Remove PPC considerations. 2005-09-29 14:28:22 +00:00
ctype.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
cxx.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
cygerrno.h
cygheap.cc * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. 2008-12-13 21:05:31 +00:00
cygheap.h Add case-sensitivity. 2008-07-16 20:20:45 +00:00
cyglsa.h Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH to 2008-07-11 10:00:36 +00:00
cygmagic
cygmalloc.h * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
cygserver.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_ipc.h
cygserver_msg.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_sem.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_setpwd.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_shm.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygthread.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
cygthread.h Change process_lock to lock_process throughout. Change all calls to new 2005-10-17 23:27:00 +00:00
cygtls.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
cygtls.h Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
cygwin-shilka Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
cygwin.din * cygwin.din: Export wordexp, wordfree. 2009-03-23 09:46:38 +00:00
cygwin.sc * cygwin.sc: Remove unrequired and erroneous definition. 2008-06-03 02:22:36 +00:00
cygwin_version.h
dcrt0.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
debug.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
debug.h * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
devices.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
devices.h * devices.h (FH_PROCESSFD): New device type. 2009-01-20 17:22:11 +00:00
devices.in Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
dir.cc * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1. 2008-11-28 09:04:35 +00:00
dlfcn.cc * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16. 2009-03-19 18:16:07 +00:00
dll_init.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
dll_init.h * dll_init.cc: Throughout convert to use long pathnames. 2008-08-13 08:25:44 +00:00
dll_init.sgml
dllfixdbg Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
dlmalloc.c
dlmalloc.h
dtable.cc * dtable.cc (dtable::select_read): Add ability to override fh. 2009-02-27 00:34:40 +00:00
dtable.h * dtable.cc (dtable::release): Drop fixup_before handling. 2008-04-30 09:51:38 +00:00
dtable.sgml
environ.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
environ.h Add miscfuncs.h to files as needed throughout. 2008-04-07 16:15:45 +00:00
errno.cc * errno.cc (_sys_errlist): Add ESTRPIPE. 2009-03-15 13:46:56 +00:00
exceptions.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
exec.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
external.cc * Fix copyright dates. 2009-01-16 12:17:28 +00:00
external.sgml
fcntl.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
fhandler.cc * fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or 2009-01-27 05:21:08 +00:00
fhandler.h * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
fhandler_clipboard.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_console.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined 2009-03-12 22:03:28 +00:00
fhandler_dsp.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
fhandler_fifo.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
fhandler_floppy.cc * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. Add 2009-02-09 18:28:53 +00:00
fhandler_mailslot.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_mem.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_netdrive.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
fhandler_nodevice.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_proc.cc * fhandler_proc.cc (proc_tab): Add entry for mounts symlink. 2009-02-04 16:40:04 +00:00
fhandler_process.cc * fhandler_proc.cc (proc_tab): Add entry for mounts symlink. 2009-02-04 16:40:04 +00:00
fhandler_procnet.cc * fhandler_procnet.cc: Reorganize global procnet content data into a 2009-01-20 18:04:32 +00:00
fhandler_random.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_raw.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_registry.cc * fhandler_procnet.cc: Reorganize global procnet content data into a 2009-01-20 18:04:32 +00:00
fhandler_serial.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_socket.cc * fhandler.h (fhandler_socket::wait_for_events): Take additional 2009-03-09 14:40:45 +00:00
fhandler_tape.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
fhandler_termios.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_tty.cc ChangeLog: 2009-01-21 17:14:39 +00:00
fhandler_virtual.cc * devices.h (FH_PROCESSFD): New device type. 2009-01-20 17:22:11 +00:00
fhandler_virtual.h * devices.h (FH_PROCESSFD): New device type. 2009-01-20 17:22:11 +00:00
fhandler_windows.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_zero.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
flock.cc * flock.cc: Fix lockf copyright to latest version. 2009-03-13 09:33:55 +00:00
fork.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
gcrt0.c
gendef * gendef: Remove STABS directives. 2009-03-14 09:14:47 +00:00
gendevices * analyze_sigfe: New script. 2006-03-01 20:20:22 +00:00
gentls_offsets * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. 2008-12-13 21:05:31 +00:00
glob.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
glob_pattern_p.cc * glob_pattern_p.cc: New file. 2008-12-31 21:33:34 +00:00
globals.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
gmon.c Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
gmon.h
grp.cc * grp.cc (getgrgid_r): Simplify code by using stpcpy. 2009-01-26 13:20:46 +00:00
heap.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
heap.h
hires.h * hires.h (hires_ms::initime_ms): Delete. 2005-12-07 22:28:49 +00:00
hookapi.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-cygtls-works.txt
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt
how-to-debug-cygwin.txt Put an underscore in front of the "active" in "strace.active". 2006-05-28 21:39:37 +00:00
how-vfork-works.txt
init.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
ioctl.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
ipc.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
kernel32.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
localtime.cc * localtime.cc (increment_overflow): Mark as non-inline to prevent compiler 2008-09-11 05:43:11 +00:00
lsearch.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
malloc.cc * malloc.cc: Update to version 2.8.3. 2005-12-10 17:09:58 +00:00
malloc_wrapper.cc * cygwin.din: Export reallocf. 2009-02-16 20:22:38 +00:00
mcount.c Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
miscfuncs.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
miscfuncs.h * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
mkglobals_h * include/sys/cygwin.h (CW_SETERRNO): Define. 2009-01-09 05:18:02 +00:00
mkstatic Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
mktemp.cc * mktemp.cc: Remove STABS specific link-time warning. Align copyright 2009-03-13 20:49:42 +00:00
mkvers.sh
mmap.cc * mmap.cc (mmap64): Fix condition checking if anonymous mapping beyond 2009-01-17 17:20:37 +00:00
mmap_helper.h * winsup.h: Turn on DEBUGGING by default for now. 2006-08-10 14:15:00 +00:00
mount.cc * mount.cc (mount_info::from_fstab_line): Make cygdrive posix=0 by 2009-02-13 09:05:42 +00:00
mount.h * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number 2009-01-29 20:32:08 +00:00
msg.cc ChangeLog: 2009-01-21 17:14:39 +00:00
mtinfo.h * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff. 2008-07-15 11:42:45 +00:00
net.cc * gethostby_helper: Fix typos in DEBUGGING case. 2009-03-12 15:54:49 +00:00
netdb.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
newsym * newsym: First stab at understanding data as well as functions. 2008-01-01 18:51:23 +00:00
nfs.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
nfs.h * Makefile.in (DLL_OFILES): Add nfs.o. 2008-05-20 15:11:23 +00:00
ntdll.h * Fix copyright dates. 2009-01-16 12:17:28 +00:00
ntea.cc * localtime.cc (increment_overflow): Mark as non-inline to prevent compiler 2008-09-11 05:43:11 +00:00
passwd.cc * grp.cc (getgrgid_r): Simplify code by using stpcpy. 2009-01-26 13:20:46 +00:00
path.cc * path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered during 2009-03-14 18:35:26 +00:00
path.h * mount.cc: Change comment. 2008-12-25 15:55:31 +00:00
path.sgml * path.sgml: Remove documentation for old path API. Add documentation 2008-03-13 15:18:10 +00:00
perprocess.h
pinfo.cc * shared.cc (shared_name): New function for WCHAR names. 2009-01-26 13:42:37 +00:00
pinfo.h * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself. 2008-12-20 17:32:31 +00:00
pipe.cc * fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or 2009-01-27 05:21:08 +00:00
poll.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
posix.sgml * cygwin.din: Export wordexp, wordfree. 2009-03-23 09:46:38 +00:00
posix_ipc.cc * localtime.cc (increment_overflow): Mark as non-inline to prevent compiler 2008-09-11 05:43:11 +00:00
profil.c Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
profil.h
pseudo-reloc.cc
pthread.cc * pthread.cc (pthread_create): Very minor formatting change. 2008-10-07 23:28:30 +00:00
pwdgrp.h * pwdgrp.h (pwdgrp::refresh): Fix indentation. 2008-12-20 09:35:18 +00:00
random.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
registry.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
registry.h * Fix copyright dates. 2008-04-01 13:22:47 +00:00
resource.cc * fhandler_proc.cc: Reorganize global proc content data into a new 2009-01-17 10:16:42 +00:00
rmsym
scandir.cc
sched.cc * localtime.cc (increment_overflow): Mark as non-inline to prevent compiler 2008-09-11 05:43:11 +00:00
sec_acl.cc * sec_acl.cc (setacl): Align standard owner and group permissions 2008-10-13 16:01:50 +00:00
sec_auth.cc * sec_auth.cc (str2buf2uni): Remove. 2009-03-24 10:53:57 +00:00
sec_helper.cc Remove unneeded whitespace. 2008-11-26 17:21:04 +00:00
security.cc * security.cc (alloc_sd): Disable generating default permission entries 2009-02-04 15:26:22 +00:00
security.h * sec_auth.cc (str2buf2uni): Remove. 2009-03-24 10:53:57 +00:00
security.sgml * path.sgml: Remove documentation for old path API. Add documentation 2008-03-13 15:18:10 +00:00
select.cc * dtable.cc (dtable::select_read): Add ability to override fh. 2009-02-27 00:34:40 +00:00
sem.cc ChangeLog: 2009-01-21 17:14:39 +00:00
setlsapwd.cc ChangeLog: 2009-01-21 17:14:39 +00:00
shared.cc * shared.cc (shared_name): New function for WCHAR names. 2009-01-26 13:42:37 +00:00
shared_info.h * dtable.cc (dtable::select_read): Add ability to override fh. 2009-02-27 00:34:40 +00:00
shm.cc ChangeLog: 2009-01-21 17:14:39 +00:00
signal.cc * signal.cc (abort): Only flush streams after signal handler. 2008-06-09 13:45:59 +00:00
sigproc.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
sigproc.h * sigproc.cc (waitq_head): Don't initialize to zero. 2006-07-14 00:50:55 +00:00
smallprint.cc * smallprint.cc (__small_vsprintf): Handle NULL PWCHAR and 2009-03-23 15:48:16 +00:00
sortdin * sortdin: Ignore all leading underscores when deriving a sort key. 2006-07-05 16:06:50 +00:00
spawn.cc Add DESTDIR functionality to Makefile.in's. 2009-02-24 02:11:14 +00:00
speclib Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
stackdump.sgml
strace.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
strfuncs.cc * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
string.h * string.h (strchr): Eliminate. 2008-05-22 01:25:37 +00:00
strsep.cc
strsig.cc * cygwin.din (sys_sigabbrev): Add this here. 2008-09-11 06:22:31 +00:00
sync.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
sync.h * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when 2007-02-20 14:31:26 +00:00
syscalls.cc * syscalls.cc (open): Handle O_DIRECTORY flag. 2009-02-11 16:06:39 +00:00
sysconf.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
syslog.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
termios.cc * Makefile.in: Add -c option which is now removed from COMPILE_C*. 2008-09-12 22:32:07 +00:00
textmode.c
textreadmode.c
thread.cc * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n. 2009-01-20 12:40:31 +00:00
thread.h * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n. 2009-01-20 12:40:31 +00:00
timer.cc * pthread.cc (pthread_create): Very minor formatting change. 2008-10-07 23:28:30 +00:00
times.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
tls_pbuf.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
tls_pbuf.h * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767. 2008-03-12 12:41:50 +00:00
tlsoffsets.h * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. 2008-12-13 21:05:31 +00:00
tty.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
tty.h * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. 2006-07-26 15:59:39 +00:00
tz_posixrules.h
uinfo.cc * uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENT 2009-01-26 13:03:49 +00:00
uname.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
wait.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
wchar.h * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
winbase.h Fix usage of recently fixed Interlocked* functions. 2008-07-12 18:09:17 +00:00
wincap.cc * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number 2009-01-29 20:32:08 +00:00
wincap.h * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number 2009-01-29 20:32:08 +00:00
window.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
winf.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
winf.h * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATH 2007-12-05 15:10:20 +00:00
wininfo.h GCC 4.1 fixes. 2006-07-17 19:30:30 +00:00
winsup.h * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. 2009-03-24 12:18:34 +00:00
winver.rc * winver.rc: Fix Copyright date. 2009-02-19 16:12:02 +00:00