summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor2003-09-263-1/+15
* * spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor2003-09-262-3/+6
* * spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor2003-09-262-6/+23
* * lib/version.def (LIBRARY): Quote name.Danny Smith2003-09-252-1/+5
* * include/winuser.h (GetClipboardSequenceNumber): Add functionsDimitri Papadopoulos2003-09-253-3/+50
* * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,Dimitri Papadopoulos2003-09-253-15/+107
* * spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor2003-09-252-19/+24
* * include/winuser.h (DeregisterShellHookWindow): Add function.Dimitri Papadopoulos2003-09-2523-39/+60
* * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): AddDimitri Papadopoulos2003-09-253-0/+13
* * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,Dimitri Papadopoulos2003-09-252-0/+16
* * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,Dimitri Papadopoulos2003-09-253-2/+15
* 2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-253-8/+15
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-258-10/+47
* * include/paths.h: Add some missing entries.Christopher Faylor2003-09-252-4/+17
* * shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor2003-09-253-68/+70
* *** empty log message ***Pierre Humblet2003-09-251-0/+25
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-258-58/+67
* correct incorrect checkinChristopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-2580-2000/+2950
* Remove test code.Dimitri Papadopoulos2003-09-241-2/+0
* * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macroDimitri Papadopoulos2003-09-242-1/+17
* * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.Dimitri Papadopoulos2003-09-242-0/+7
* * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3Dimitri Papadopoulos2003-09-242-65/+16
* * include/uxtheme.h (PROPERTYORIGIN): the documentation ofDimitri Papadopoulos2003-09-242-2/+13
* Previous commit went wrong.Dimitri Papadopoulos2003-09-241-0/+50
* * include/uxtheme.h: New file.Dimitri Papadopoulos2003-09-245-0/+794
* * include/io.h (_fileno): Remove prototype.Danny Smith2003-09-243-8/+28
* Didn't follow GNU standards in previous commits. Cleaning up.Dimitri Papadopoulos2003-09-243-7/+49
* * include/inttypes.h: Include _mingw.h.Danny Smith2003-09-242-1/+6
* * include/_mingw.h (__CRT_INLINE): Define.Danny Smith2003-09-2410-91/+110
* This fixes regression in <winable.h> introduced by previous change.Dimitri Papadopoulos2003-09-231-3/+6
* New CHILDID_SELF constant.Dimitri Papadopoulos2003-09-232-1/+5
* Bring back OBJID_* and GUITHREADINFO constants in <winuser.h>.Dimitri Papadopoulos2003-09-232-4/+48
* add some missing constantsDimitri Papadopoulos2003-09-231-0/+8
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-235-24/+36
* 2003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net>Danny Smith2003-09-222-5/+10
* * kill.cc (main): Allow negative pids (indicates process groups).Christopher Faylor2003-09-202-3/+18
* * spawn.cc (pthread_cleanup): New struct.Christopher Faylor2003-09-202-13/+37
* * include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor2003-09-202-1/+5
* * thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor2003-09-203-2/+20
* fix accidental checkinChristopher Faylor2003-09-201-1/+1
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-208-31/+901
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen2003-09-183-12/+73
* * parse_pe.cc (exclusion::sort_and_check): Make error message a little moreChristopher Faylor2003-09-183-9/+16
* * syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor2003-09-172-1/+9
* * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.Danny Smith2003-09-172-0/+7
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-173-3/+11
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-177-20/+53
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-166-19/+31