OSDN Git Service

* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
[pf3gnuchains/sourceware.git] / winsup / cygwin / winsup.h
2001-08-07 cgf* cygheap.cc (cygheap_root::set): Avoid treating '...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-06-28 cgfChange check_null_empty_path* to check_null_empty_str...
2001-06-12 duda* environ.cc (set_file_api_mode): New function. Move...
2001-05-04 cgfRevert much of previous erroneous checkin. Add ChangeL...
2001-05-04 cgf* exceptions.cc (ctrl_c_handler): Always send signal...
2001-04-30 corinna * grp.cc: Eliminate MAX_DOMAIN_NAME define.
2001-04-30 cgf* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.
2001-04-25 corinna * autoload.cc: Add LoadDLLfunc statements for...
2001-04-24 duda* dlmalloc.c: New file. Port of Doug Lea's malloc
2001-04-03 cgf* cygrun.c (main): Fix compiler warning.
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-01-28 cgfThroughout, change 'cygwin_shared.mount' to 'mount_table'.
2001-01-08 cgf* pinfo.cc (codepage_init): Move function.
2000-12-10 cgf* autoload.cc: Autoload CharToOemA.
2000-12-09 cgf* path.cc (normalize_win32_path): Reorganize logic...
2000-10-27 corinna * fhandler_socket.cc: New file.
2000-10-24 corinna * fhandler.cc (fhandler_base::fcntl): Behave...
2000-10-19 dj* Makefile.in: add miscfuncs.cc
2000-10-18 cgf* exceptions.cc (call_handler): Make signal pending...
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-10-06 cgf* net.cc (set_socket_inheritance): Rename from duplicat...
2000-09-30 corinna * winsup.h: Add `winME' to os_type symbols.
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-06 cgf* sigproc.cc: Add include file for proper definitions.
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-24 cgf* dcrt0.cc (dll_crt0_1): Move exception list and constr...
2000-08-23 cgfRevert previous erroneous checkin.
2000-08-23 cgf* include/sys/cygwin.h: Protect class definitions.
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