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
path: root/winsup
AgeCommit message (Expand)Author
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-19* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.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 * include/wingdi.h (DM_SPECVERSION): Define.Earnie Boyd
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor
2003-04-16* rpcdce.h: Add declaration for UuidCreateSequential.Christopher Faylor
2003-04-16Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff
2003-04-142003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith
2003-04-14* mkvers.sh: Prefix day with 0 in date only when day < 10.Christopher Faylor
2003-04-12* Makefile.common (w32api_lib): Fix w32api detection.Christopher Faylor
2003-04-11 * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd
2003-04-11 * include/sspi.h: Add comment for FreeCredentialsHandle.Earnie Boyd
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-11Pierre's update for mkgroup/mkpasswdJoshua Daniel Franklin
2003-04-11Setup updates. More about installing everything, not using setup to mirror.David Starks-Browning
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-102003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-04-09add lack of '~' to ash missing featuresDavid Starks-Browning
2003-04-09* fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor
2003-04-08* winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff
2003-04-07 * include/time.h (strftime): Remove duplicate declaration.Danny Smith
2003-04-072003-04-07 Marcel Telka <telka@users.sourceforge.net>Danny Smith
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-04-01 * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.Danny Smith
2003-03-312003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>Danny Smith