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
2003-05-09* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor
2003-05-06* signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff
2003-05-03 * include/cygwin/types.h: Fix erroneous definition of ino_t fromCorinna Vinschen
2003-05-03 * syscalls.cc (chown_worker): Allow chown'ing of socket files.Corinna Vinschen
2003-05-01* Makefile.in: Revert patch from 2003-04-17.Thomas Pfaff
2003-04-29* profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor
2003-04-27really check in correct fix.Christopher Faylor
2003-04-27* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor
2003-04-25 * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.hCorinna Vinschen
2003-04-24* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor
2003-04-23fix typoChristopher Faylor
2003-04-23* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is calledChristopher Faylor
2003-04-22 * include/inttypes.h: New file.Corinna Vinschen
2003-04-21Clarify number bumpChristopher Faylor
2003-04-21* include/cygwin/version.h: Bump DLL major number to 5. Change DLL minorChristopher Faylor
2003-04-20 * autoload.cc (CreateWindowStationA): Add.Corinna Vinschen
2003-04-20* wincap.h (wincaps:pty_needs_alloc_console): New element.Christopher Faylor
2003-04-19* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a ptyChristopher Faylor
2003-04-19* Makefile.in: Use ${nostdlib} variable.Christopher Faylor
2003-04-18* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.Christopher Faylor
2003-04-18* Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff
2003-04-17* thread.h (pthread::equal): New static method.Thomas Pfaff
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor
2003-04-16Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff
2003-04-14* mkvers.sh: Prefix day with 0 in date only when day < 10.Christopher Faylor
2003-04-11 * security.cc (get_info_from_sd): New function.Corinna Vinschen
2003-04-11* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.Christopher Faylor
2003-04-10 * regex/regex.h: Define regoff_t as _off_t.Corinna Vinschen
2003-04-10 * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen
2003-04-10* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor
2003-04-09* fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor
2003-04-04* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor
2003-04-04add commentsChristopher Faylor
2003-04-04* cygthread.cc (operator new): Be more defensive when messing with threads thatChristopher Faylor
2003-04-03* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.Christopher Faylor
2003-04-03 * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen
2003-04-03 ChangeLog already commited yesterday:Corinna Vinschen
2003-04-03fix usageChristopher Faylor
2003-04-03* Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor
2003-04-03* external.cc (check_ntsec): New function.Christopher Faylor
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-04-01* exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor
2003-03-30* include/cygwin/fs.h: Remove unneeded include.Christopher Faylor
2003-03-29 * syscalls.cc (login): Fix comment.Corinna Vinschen
2003-03-29 * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen
2003-03-29* Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor
2003-03-27* thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff