acadia-newlib/winsup/cygwin
Corinna Vinschen ee42ccd3a2 * cygheap.h (cwdstuff::get_posix): Convert to const inline method just
returning pointer to posix path.
	(cwdstuff::reset_posix): Convert to non-inline method taking a wchar_t
	pointer.
	* path.cc (cwdstuff::set): Revert change from 2009-05-13.  Set posix
	to valid incoming path again.
	(cwdstuff::reset_posix): New implementation setting posix path from
	incoming wchar_t path.  Explain usage.
	(cwdstuff::get_posix): Drop implementation.
	(cwdstuff::get): Drop special case to handle empty posix path.
	* syscalls.cc (internal_setlocale): Store old posix cwd as wide char
	path.  Restore posix cwd using new charset.  Explain why.
2009-09-21 19:29:16 +00:00
..
config/i386
include * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
lib * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper 2009-09-21 02:19:31 +00:00
libc * libc/minires.c (scanline): Fix type in calls to ctype functions 2009-05-06 12:03:34 +00:00
regex * libc/minires.c (scanline): Fix type in calls to ctype functions 2009-05-06 12:03:34 +00:00
ChangeLog * cygheap.h (cwdstuff::get_posix): Convert to const inline method just 2009-09-21 19:29:16 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
Makefile.in * Makefile.in: Don't do anything special with any RCS directories. 2009-07-12 21:15:47 +00:00
ROADMAP
acconfig.h
aclocal.m4
analyze_sigfe
assert.cc
autoload.cc * autoload.cc: Delete stray CR. 2009-07-06 10:44:14 +00:00
automode.c
binmode.c
child_info.h
config.h.in
configure
configure.in
cpuid.h
crt0.c
ctype.cc * ctype.cc (__set_ctype): Copy exact part of the current active 2009-04-21 20:10:55 +00:00
cxx.cc * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
cygerrno.h * cygerrno.h (save_errno::~save_errno): Set errno directly to avoid 2009-06-08 19:44:33 +00:00
cygheap.cc * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
cygheap.h * cygheap.h (cwdstuff::get_posix): Convert to const inline method just 2009-09-21 19:29:16 +00:00
cygheap_malloc.h * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
cyglsa.h
cygmagic
cygmalloc.h
cygserver.h
cygserver_ipc.h
cygserver_msg.h
cygserver_sem.h
cygserver_setpwd.h
cygserver_shm.h
cygthread.cc
cygthread.h
cygtls.cc * cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or we 2009-07-17 18:17:11 +00:00
cygtls.h * cygtls.h (struct _local_storage): Add thread storage pointers for 2009-07-06 15:42:01 +00:00
cygwin-cxx.h winsup/ChangeLog: 2009-07-07 20:12:44 +00:00
cygwin-shilka
cygwin.din winsup/ChangeLog: 2009-07-07 20:12:44 +00:00
cygwin.sc
cygwin_version.h
dcrt0.cc * dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_malloc 2009-09-21 02:32:06 +00:00
debug.cc * cygheap.h (cygheap_debug::endh): Delete. 2009-08-05 04:44:27 +00:00
debug.h
devices.cc
devices.h
devices.in
dir.cc
dlfcn.cc * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
dll_init.cc * dll_init.h (has_dtors): New flag. 2009-08-21 21:32:06 +00:00
dll_init.h * dll_init.h (has_dtors): New flag. 2009-08-21 21:32:06 +00:00
dll_init.sgml
dllfixdbg
dlmalloc.c
dlmalloc.h
dtable.cc * dtable.cc (build_fh_dev): Take additional bool parameter indicating 2009-08-20 08:34:21 +00:00
dtable.h * dtable.cc (build_fh_dev): Take additional bool parameter indicating 2009-08-20 08:34:21 +00:00
dtable.sgml
environ.cc * cygheap.cc (cygheap_init): Set Cygwin default locale values. 2009-05-14 19:49:37 +00:00
environ.h
errno.cc * errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE. 2009-06-14 23:42:09 +00:00
exceptions.cc * exceptions.cc (sigpacket::process): Explicitly set thread-specific handler 2009-09-19 15:34:19 +00:00
exec.cc
external.cc * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper 2009-09-21 02:19:31 +00:00
external.sgml
fcntl.cc * fcntl.cc (fcntl64): Detect negative fd as error. 2009-08-21 21:19:45 +00:00
fhandler.cc * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLs 2009-08-26 19:37:34 +00:00
fhandler.h * dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here. 2009-08-18 15:21:47 +00:00
fhandler_clipboard.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_console.cc * fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd in 2009-08-10 15:25:58 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink 2009-09-21 10:56:50 +00:00
fhandler_dsp.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_fifo.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_floppy.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_mailslot.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_mem.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_netdrive.cc * fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove. 2009-07-15 18:18:03 +00:00
fhandler_nodevice.cc
fhandler_proc.cc * autoload.cc (GetSystemTimes): Remove. 2009-06-09 09:45:29 +00:00
fhandler_process.cc
fhandler_procnet.cc
fhandler_random.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_raw.cc
fhandler_registry.cc
fhandler_serial.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_socket.cc * (fhandler_socket::getsockname): Fix length returned for unbound 2009-08-14 06:58:44 +00:00
fhandler_tape.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_termios.cc
fhandler_tty.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_virtual.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_virtual.h
fhandler_windows.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
fhandler_zero.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
flock.cc * fhandler.h (enum del_lock_called_from): New enumeration. 2009-07-22 15:46:36 +00:00
fork.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
gcrt0.c
gendef * gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces. 2009-06-28 18:23:35 +00:00
gendevices
gentls_offsets
glob.cc
glob_pattern_p.cc
globals.cc * globals.cc (ro_u_volume): New R/O unicode string. 2009-08-24 11:14:30 +00:00
gmon.c
gmon.h
grp.cc
heap.cc * heap.cc (heap_init): Fix typo in comment. 2009-06-05 11:15:28 +00:00
heap.h
hires.h
hookapi.cc
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-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
how-to-debug-cygwin.txt
how-vfork-works.txt * how-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
init.cc
ioctl.cc
ipc.cc
kernel32.cc
libstdcxx_wrapper.cc * fhandler.h (fhandler_cygdrive:DRVSZ): New enum. 2009-08-04 04:20:36 +00:00
localtime.cc * localtime.cc (time2): Take another stab at fixing a compiler warning. 2009-06-14 09:35:35 +00:00
lsearch.cc
malloc.cc
malloc_wrapper.cc
mcount.c
miscfuncs.cc
miscfuncs.h
mkglobals_h
mkimport * mkimport: Specify .text for stub explicitly. 2009-04-18 17:23:45 +00:00
mkstatic
mktemp.cc * cygwin.din (fpurge, mkstemps): New exports. 2009-07-03 13:01:17 +00:00
mkvers.sh
mmap.cc * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. Delete 2009-08-21 08:47:59 +00:00
mmap_helper.h
mount.cc * mount.cc (fs_info::update): Add comment. 2009-08-25 11:27:03 +00:00
mount.h * mount.h (enum fs_info_type): New type. 2009-07-28 10:39:55 +00:00
msg.cc
mtinfo.h
net.cc * (fhandler_socket::getsockname): Fix length returned for unbound 2009-08-14 06:58:44 +00:00
netdb.cc
nfs.cc
nfs.h
ntdll.h Throughout avoid having to initialize constant UNICODE_STRINGs. 2009-07-14 17:37:42 +00:00
ntea.cc * ntea.c (write_ea): Don't abort if not-samba. 2009-09-16 16:23:51 +00:00
passwd.cc
path.cc * cygheap.h (cwdstuff::get_posix): Convert to const inline method just 2009-09-21 19:29:16 +00:00
path.h * path.h (INTERIX_SYMLINK_COOKIE): Define. 2009-08-26 20:32:35 +00:00
path.sgml
perprocess.h
pinfo.cc * Makefile.in: Don't do anything special with any RCS directories. 2009-07-12 21:15:47 +00:00
pinfo.h
pipe.cc * pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names. 2009-08-17 12:45:51 +00:00
poll.cc
posix.sgml * posix.sgml (std-notes): Remove obsolete reference to CYGWIN=server. 2009-07-27 08:05:47 +00:00
posix_ipc.cc Improve ChangeLog entry. Fix posix_ipc.cc copyright 2009-06-12 09:52:06 +00:00
profil.c
profil.h
pseudo-reloc.cc
pthread.cc
pwdgrp.h
random.cc
registry.cc
registry.h
resource.cc
scandir.cc
sched.cc
sec_acl.cc
sec_auth.cc * sec_auth.cc (lsaauth): Close unused handle. 2009-06-25 08:22:09 +00:00
sec_helper.cc
security.cc * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in 2009-05-04 09:16:42 +00:00
security.h * sec_auth.cc (str2uni_cat): Move from here... 2009-05-09 15:08:16 +00:00
security.sgml
select.cc * select.cc (peek_console): Always check window size when there is ANY keyboard 2009-09-01 14:25:10 +00:00
select.h * cygtls.h (struct _local_storage): Add thread storage pointers for 2009-07-06 15:42:01 +00:00
sem.cc
setlsapwd.cc
shared.cc * cygheap.h (mini_cygheap): New struct. 2009-06-08 03:53:40 +00:00
shared_info.h * cygheap.h (mini_cygheap): New struct. 2009-06-08 03:53:40 +00:00
shm.cc
signal.cc
sigproc.cc * sigproc.cc (stopped_or_terminated): Don't return a match when stopsig == 2009-08-02 21:38:40 +00:00
sigproc.h * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
smallprint.cc
sortdin
spawn.cc * spawn.cc (av::fixup): Check shell scripts for executability only on 2009-08-10 18:36:28 +00:00
speclib * mkimport: Specify .text for stub explicitly. 2009-04-18 17:23:45 +00:00
stackdump.sgml
strace.cc
strfuncs.cc * cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866 2009-08-22 15:01:03 +00:00
string.h
strsep.cc
strsig.cc
sync.cc
sync.h
syscalls.cc * cygheap.h (cwdstuff::get_posix): Convert to const inline method just 2009-09-21 19:29:16 +00:00
sysconf.cc
syslog.cc
termios.cc * sigproc.cc (stopped_or_terminated): Don't return a match when stopsig == 2009-08-02 21:38:40 +00:00
textmode.c
textreadmode.c
thread.cc * thread.cc (__cygwin_lock_lock): Delete racy optimisation. 2009-06-04 01:45:05 +00:00
thread.h * select.h: New file split from fhandler.h. 2009-06-30 21:18:44 +00:00
timer.cc
times.cc
tls_pbuf.cc
tls_pbuf.h
tlsoffsets.h * Makefile.in (clean): Clean generated files in srcdir. 2009-07-06 23:19:08 +00:00
tty.cc * dcrt0.cc (jit_debug): New global. 2009-07-03 18:05:51 +00:00
tty.h * dcrt0.cc (jit_debug): New global. 2009-07-03 18:05:51 +00:00
tz_posixrules.h
uinfo.cc * cygheap.cc (cygheap_init): Set umask to a sane default. 2009-05-06 11:52:20 +00:00
uname.cc
wait.cc * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing. 2009-07-18 20:25:07 +00:00
wchar.h * wincap.h (wincaps::has_always_all_codepages): New element. 2009-07-20 15:44:55 +00:00
winbase.h * winbase.h (ilockexch): Avoid making 'ret' volatile. 2009-07-07 21:41:43 +00:00
wincap.cc * dtable.cc (dtable::init_std_file_from_handle): Fix comment to 2009-08-08 20:24:54 +00:00
wincap.h * wincap.h (wincaps::has_always_all_codepages): New element. 2009-07-20 15:44:55 +00:00
window.cc
winf.cc * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
winf.h * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
wininfo.h
winsup.h * globals.cc: Reorder constant UNICODE_STRINGs for clarity. 2009-07-16 09:56:25 +00:00
winver.rc