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-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd
2003-05-06Oops. Add ending quotes to CFLAGS value.Earnie Boyd
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd
2003-05-05 * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd
2003-05-05 * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,Danny Smith
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-022003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
2003-05-022003-05-02 Francois Ferrand <typz@sourceforge.users.net>Danny Smith
2003-05-02 * include/cplext.h (CPLPAGE_MOUSE_WHEEL,Danny Smith
2003-05-01* Makefile.in: Revert patch from 2003-04-17.Thomas Pfaff
2003-04-30 * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.Danny Smith
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-27* mkpasswd.c (usage) Remove extra newline from description output.Joshua Daniel Franklin
2003-04-272003-04-26 Bang Jun-Young <junyoung@netbsd.org>Danny Smith
2003-04-27* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin
2003-04-26* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c ...Joshua Daniel Franklin
2003-04-26 * include/oaidl.h (ITypeMarshal): Add interface.Danny Smith
2003-04-262003-04-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
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-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