aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Collapse)AuthorFilesLines
2002-04-29 * mkgroup.c (main): Change call to exit() to a return statement.Corinna Vinschen3-26/+70
* mkpasswd.c (main): Ditto. * mkpasswd.c (usage): Simplify usage output. Generalize to allow use for help. Correct '?' typo to 'h'. (longopts): Add version option. (opts): Add 'v' version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes.
2002-04-25* configure.in: Remove cinstall target.Christopher Faylor4-7/+7
* Makefile.in: Ditto. * configure: Regenerate.
2002-04-222002-04-22 Jos� Fonseca <jrfonseca@users.sf.net>Earnie Boyd5-1/+6427
* include/GL/gl.h: New file. * include/GL/glext.h: Ditto. * include/GL/glu.h: Ditto.
2002-04-20 * include/mbstring.h: New file.Danny Smith3-1/+235
* include/mbctype.h: New file. Correct some email address dyslexia.
2002-04-20 * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith2-2/+17
(_tsearchenv): Likewise. (_tmakepath): Likewise. (_tsplitpath): Likewise. (_tfullpath): Likewise. (__TEXT): Make same as define in w32api/include/winnt.h.
2002-04-20 * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith1-0/+8
(_tsearchenv): Likewise. (_tmakepath): Likewise. (_tsplitpath): Likewise. (_tfullpath): Likewise. (__TEXT): Make same as define in w32api/include/winnt.h.
2002-04-19revert patchChristopher Faylor3-14/+0
2002-04-192002-04-16 Thomas Pfaff <tpfaff@gmx.net>Robert Collins3-0/+14
* dll_init.h (per_process::dtors_run): New member. * dll_init.cc (per_module::run_dtors): Run dtors only once. (dll::init): Initialize dtors_run flag.
2002-04-18 * dirent.c (opendir): Convert given pathname toDanny Smith2-3/+12
absolute pathname.
2002-04-18 * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes forCorinna Vinschen2-2/+8
the NT Domain case.
2002-04-15remove obsolete comment.Christopher Faylor1-3/+0
2002-04-12 * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen3-8/+40
(socketpair): Set socket type for both sockets. From Egor Duda <deo@logos-m.ru>: * fhandler.h (class fhandler_socket): New member to store socket type. (fhandler_socket::get_socket_type): Access it. (fhandler_socket::set_socket_type): Ditto. * net.cc (cygwin_socket): Store socket type. (cygwin_connect): Disable security checks for connectionless sockets. (cygwin_accept): Ditto.
2002-04-09 * include/w32api.h: Increment version.Earnie Boyd3-3/+8
* Makefile.in: Ditto.
2002-04-09* cygwin.din: Add strptime.Christopher Faylor3-1/+9
* include/cygwin/version.h: Increment API version number.
2002-04-09 * include/_mingw.h: Increment version.Earnie Boyd3-3/+8
* Makefile.in: Ditto.
2002-04-09 * Makefile.in: Use bzip2 compression for Cygwin target.Earnie Boyd2-3/+15
2002-04-09 * Makefile.in (bindist): Use * instead of . for file list for tarEarnie Boyd2-1/+6
command.
2002-04-09 * moldname-crtdll.def: Remove CR from end of line.Earnie Boyd3-284/+289
* moldname-msvcrt.def: Ditto.
2002-04-09 * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.Corinna Vinschen2-3/+7
2002-04-09 * fhandler.cc (fhandler_base::open): Set read-only bit inCorinna Vinschen2-6/+15
file_attributes when adequate.
2002-04-04 * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,Danny Smith2-12/+19
TLOSS, PLOSS): Move oldname defines back, following the underscored names.
2002-04-04new description for old api.Christopher Faylor1-0/+13
2002-04-02 * include/objidl.h (IRunningObjectTable.Register): CorrectDanny Smith3-3/+16
prototype. * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE, ROTFLAGS_ALLOWANYCLIENT): Add defines. * include/wtypes.h (enum tagCLSCTX): Change formatting.
2002-03-31 * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.Danny Smith2-0/+5
2002-03-30 * include/stdio.h (_snwprintf): Correct spelling.Danny Smith3-7/+14
(_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise.
2002-03-30 * include/wingdi.h (SetPixelFormat): Correct prototype.Danny Smith3-2/+11
* include/richedit.h (EM_SHOWSCROLLBAR): Add define.
2002-03-28* times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor2-2/+6
2002-03-28* times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor2-0/+17
2002-03-26 * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith7-364/+388
(wpopen): Add if !(__CRTDLL). * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to preserve comments. (moldname-crtdll.def rule): Likewise. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * include/stdio.h (wpopen):Use prototype, not a define. (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. * include/wchar.h (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace.
2002-03-26 * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):Danny Smith2-0/+7
Add defines.
2002-03-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always setChristopher Faylor2-3/+8
st_[ug]id to value derived from get_file_attributes.
2002-03-22* spawn.cc (find_exec): Return input if file not found.Christopher Faylor2-1/+7
2002-03-21add eol to endChristopher Faylor1-1/+1
2002-03-20expand entry on dir file, may need to update it after installing packages.David Starks-Browning1-0/+4
2002-03-20new subsection "Is there a Cygwin port of GNU Emacs?" with pointer toDavid Starks-Browning1-0/+11
cygwin-mount.el, and details about "emacs -nw" vs. "xemacs -nw".
2002-03-20add "cygwish80.exe" to list of tcl/tk apps that do not understand pathsDavid Starks-Browning1-4/+4
2002-03-20remove "not yet updated" for preprocessor, GUI programming entries.David Starks-Browning1-6/+0
2002-03-20remove "Where can I get f77 and objc components for B20 EGCS 1.1?"David Starks-Browning1-8/+0
(it can't possibly be relevant any more...)
2002-03-20update (make problem solved, cvs+ssh problem solved)David Starks-Browning1-9/+3
2002-03-20remove "not yet updated" warning for queue slots, df entries.David Starks-Browning1-6/+0
2002-03-19 * poll.cc (poll): Add support for invalid descriptors.Corinna Vinschen2-25/+39
2002-03-19* mkgroup.c (usage): Use one just fprintf + string concatenation for outputChristopher Faylor3-18/+25
message. (print_version): Add void to function type and update copyright.
2002-03-19 * mkgroup.c (usage): Simplify usage output. Generalize to allow useCorinna Vinschen2-20/+58
for help. Correct '?' typo to 'h'. (longopts): Add version option. (opts): Add 'v' version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes. Use usage to output help message.
2002-03-192002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins3-0/+13
* fhandler.h (fhandler_termios::lseek): Override lseek. * fhandler_termios.cc (fhandler_termios::lseek): Implement this.
2002-03-15* cygserver.cc: Include stdlib.h for exit declaration.Christopher Faylor5-0/+9
* threaded_queue.cc: Ditto.
2002-03-15* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor4-6/+13
block should be marked as nonexistent. (winpids::add): Use PID_ALLPIDS when looking for all pids. * cygwin.h (PID_ALLPIDS): New enum element.
2002-03-152002-03-15 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-16/+54
* mkgroup.c (main): When generating group 513, check for computer's primary domain instead of current user's domain. 2002-03-14 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c (main): When generating group 513, check for domain SID if computer name isn't mapped to a SID.
2002-03-15 * glob.c (stat32_to_STAT): New function.Corinna Vinschen3-4/+68
(g_lstat): Call user space functions always with 32 bit struct stat as a workaround. (g_stat): Ditto. * include/glob.h (struct glob): Don't prototype function pointers when compiling Cygwin.
2002-03-14* pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIRChristopher Faylor2-0/+10
is specified.
2002-03-14Fix ChangeLogChristopher Faylor1-2/+2