Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-09 * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-08-31* cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda
2001-05-05Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor
2001-05-05* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen
2001-04-30* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor
2000-12-09* path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07* sigproc.cc: Add include file for proper definitions.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-24* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor
2000-08-23Revert previous erroneous checkin.Christopher Faylor
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor
2000-08-03* fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-29* environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen
2000-07-17* environ.cc: Use new definition of "environ" throughout.Christopher Faylor