OSDN Git Service

* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
[pf3gnuchains/sourceware.git] / winsup / cygwin / winsup.h
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-10 cgf* winsup.h: Change strchr inline for strange gcc problem.
2000-08-03 cgf* fork.cc (vfork): Store complete stack frame in vfork_...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-08-02 cgf* strace.h: Add kludgy workarounds to avoid using depre...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-29 cgf* environ.cc (parse_thing): Make binmode a DWORD.
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-07-22 corinna Patch suggested by Kazuhiro Fujieda <fujieda...
2000-07-16 cgf* environ.cc: Use new definition of "environ" throughout.
2000-07-15 cgf* hinfo.cc (hinfo::linearize_fd_array): Make max_used_f...
2000-07-02 corinna * winsup.h: Define MAX_SID_LEN and new MAX_HOST...
2000-07-01 cgfRemove asm labelling from _dll_crt0 since it seems...
2000-07-01 cgf* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().
2000-07-01 cgf* Makefile.in: Use variables rather than configure...
2000-06-21 cgf* Makefile.in: Add *.def to clean operation.
2000-06-19 corinna * dcrt0.cc: Add load statements for `GetSidIden...
2000-06-17 cgf* winsup.h (isabspath): Don't report `C:foo' as an...
2000-05-17 cgf* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-05-03 corinna * Makefile.in: Add dependencies for fhandler_ra...
2000-04-26 cgf* exceptions.cc (interruptible): Allocate slightly...
2000-04-08 cgf* exceptions.cc (sigsave): Copy on fork so that we...
2000-03-16 corinna * security.cc (set_process_privileges): Removed...
2000-03-09 cgf* environ.cc: Eliminate oldstack CYGWIN option.
2000-03-07 cgfThroughout use strace class in place of individual...
2000-02-26 cgf* exceptions.cc (interruptible): Make a little more...
2000-02-21 cgf* environ.cc (getwinenv): Make __stdcall.
2000-02-17 cgfInitial revision