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 (Collapse)Author
2002-11-132002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/stdlib/ldtoa.c (e64toe): When checking the exponent for inf/nan, make sure that the check ignores the sign bit.
2002-11-13 * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,Danny Smith
d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h, miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h, ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h, netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h, ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h, storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h, upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h, winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h, xfilter.h): Fix typo in disclaimer comment.
2002-11-13 * include/exdisp.h: Include oaidl.h as system header.Danny Smith
2002-11-12 * include/w32api.h (__W32API_VERSION): Fix.Earnie Boyd
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen
* sec_helper (cygsid::getfromstr): Reorganize to remove calls to strcpy and strtok_r. (cygsid::getfromgr): Change type to __uid32_t instead of int. Keep only the allow_ntsec branch. Never call LookupAccountSid which calls PDCs, simply return -1 in case of failure. Use cygsid == instead of calling EqualSid and remove test for NULL psid. * security.h: Declare cygsid::getfromgr as __uid32_t.
2002-11-11 gas tic4x target enhancements (long list - see gas/ChangeLog andSvein Seldal
include/ChangeLog)
2002-11-11 Retire common MPW configury bits.Stan Shebs
* mpw-mh-mpw: Remove. * mpw: Remove directory along with all of its files.
2002-11-10* how-programming.texinfo: Document _WIN32 more fully.Christopher Faylor
2002-11-10 * net.cc: Run indent.Corinna Vinschen
* autoload.cc (GetIfEntry): Add symbol. * net.cc (get_2k_ifconf): Get the interface entries with the GetIfEntry call intead of the GetIfTable call. Clean-up multiple IP address naming.
2002-11-102002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith
* lib/uuid.c (IID_ICatInformation): Correct definition.
2002-11-10correct dateChristopher Faylor
2002-11-09 * include/math.h (sqrt): Remove inline definition.Danny Smith
(sqrtf): Replace inline definition with prototype. (sqrtl): Likewise. * mingwex/math/sqrtf.c (sqrtf): Set domain error if argument less than zero. * mingwex/math/sqrtf.c (sqrtl): Likewise. Correct typo in 2002-10-30 ChangeLog entry.
2002-11-09* fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor
* pipe.cc (fhandler_pipe::ioctl): New.
2002-11-08 * setfacl.c (usage): Add missing LF.Corinna Vinschen
2002-11-08 * include/oleauto.h (DeregisterTypeLib): Remove.Danny Smith
(UnRegisterTypeLib): Add prototype.
2002-11-072002-11-07 Joel Sherrill <joel@OARcorp.com>Jeff Johnston
* libc/sys/rtems/machine: New directory. * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h, libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib targets more BSD like when installed without requiring files to be overwritten at install point when RTEMS itself is installed. * Makefile.am: Pick up system dependent machine .h files such as might be found on a BSD-ish system. * Makefile.in: Regenerate. * libc/include/machine/types.h: When on an RTEMS target, define a few BSD flavor types.
2002-11-07* fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor
2002-11-07 * include/cygwin/fs.h: New file.Corinna Vinschen
* include/cygwin/hdreg.h: New file. * fhandler_floppy.cc (fhandler_floppy::ioctl): Add implementation for HDIO_GETGEO, BLKGETSIZE, BLKGETSIZE64, BLKRRPART and BLKSSZGET ioctls.
2002-11-07 * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.Corinna Vinschen
2002-11-07 * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen
for loopback interface when name is given on input instead of address.
2002-11-07 * cygwin.din: Export fseeko() and ftello().Corinna Vinschen
* include/cygwin/version.h: Bump API minor version.
2002-11-07minor reformatChristopher Faylor
2002-11-07* fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor
many things.
2002-11-07* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor
sensical.
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor
2002-11-07* include/utmp.h: Define WTMP_FILE. Define and use UT_IDLEN.Christopher Faylor
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor
* cygwin.din (pututline): New exported function. * syscalls.cc (login): Use pututiline(). (setutent): Open utmp as read/write. (endutent): Check if utmp file is open. (utmpname): call endutent() to close current utmp file. (getutid): Enable all cases, use strncmp() to compare ut_id fields. (pututline): New. * tty.cc (create_tty_master): Set ut_pid to current pid.
2002-11-072002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston
* libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C". * libc/include/wctype.h: Ditto.
2002-11-072002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* arm/Makefile.in: Add support for new pid specs. * arm/coff-iq80310.specs: Change to allow future support. * arm/elf-iq80310.specs: Ditto. * arm/elf-redboot.specs: Ditto. * arm/coff-redboot.ld: Add EH frame support. * arm/redboot-crt0.S: Add optional code to clear bss without memset. * arm/coff-pid.specs: New file. * arm/elf-pid.specs: New file.
2002-11-072002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
Catherine Moore <clm@redhat.com> * m32r/configure.in: Do not require gcc to be able to link an executable. * m32r/configure: Regenerate. * m32r/Makefile.in: Directly reference gdbstub.
2002-11-06* fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor
has the capability to retrieve RTS/CTS. Just set default values if DeviceIoControl fails. (suggested by Sergey Okhapkin)
2002-11-06* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor
minchars. (fhandler_serial::ioctl): Set errno if the ClearCommError fails. (fhandler_serial::tcsetattr): Use correct value for vmin_. (fhandler_serial::tcgetattr): Ditto.
2002-11-05* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor
WSARecvFrom with fromlen = NULL.
2002-11-05* pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor
2002-11-05* pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor
commune completion so that we don't spin waiting for lower priority processes.
2002-11-05revert erroneous checkinsChristopher Faylor
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor
2002-11-05* pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor
2002-11-05* fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor
condition from cmdline retrieval.
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor
2002-11-042002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/wchar.h: Add extern "C" specifier if C++. * libc/include/wctype.h: Ditto.
2002-11-04Top level configury changes for RDA.Kevin Buettner
2002-11-04* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-11-04* fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor
appropriately. Exit from the bottom. Correctly deal with third argument for TCFLSH. (Suggested by Sergey Okhapkin)
2002-11-04 * include/winnt.h (VerSetConditionMask): Add prototype.Danny Smith
* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
2002-11-04* fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor
size is equal to the old one. Send SIGWINCH if slave connected to a pseudo tty. (fhandler_pty_master::ioctl): Do nothing if the new window size is equal to the old one.
2002-11-02spaceChristopher Faylor
2002-11-012002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* fhandler.cc (fhandler_base::open): Verify pc isn't NULL.
2002-10-31* cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor
(get_long_name): Correctly prototype GetLongPathName. (get_long_paths): Implement using get_long_name to cut down on code duplication. (doit): Do various things to make path output work predictably.
2002-10-31* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor