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
2003-01-13Change EM_MSP430 value to new, officially assigned number.Nick Clifton
2003-01-13* ntdll.h: Fix typo.Christopher Faylor
2003-01-12 * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen
2003-01-12 * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen
(setacl): Start the search for a matching default at the next entry. Invalidate the type of merged entries instead of clearing it. Use well_known_creator for default owner and owning group and do not try to merge non-default and default entries in these cases. (getacl): Recognize well_known_creator for default owner and group. (acl_worker): Improve errno settings and streamline the nontsec case. * security.cc (write_sd): Remove the call to set_process_privilege. (alloc_sd): If the owner changes, call set_process_privilege and return immediately on failure. Change inheritance rules: on new directories add inherit only allow ACEs for creator_owner, creator_group and everyone. Preserve all inheritances through chmod and chown calls. Introduce isownergroup to implement the uid == gid case, to keep the inheritance code simple. Do not initialize owner_sid and group_sid and stop using the variable psd.
2003-01-11 * mingwex/math/llround.c: Correct function name andDanny Smith
change return value to long long.
2003-01-11 * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith
IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
2003-01-11 * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith
SE_REGISTRY_WOW64_32KEY.
2003-01-11 * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith
(tagNMHDDISPINFO[AW}: Add structures and typedefs.
2003-01-11* net.cc: Use gethostname define from winsock2.h.Christopher Faylor
2003-01-11* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor
2003-01-11 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-11* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor
part.
2003-01-10 * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen
rather than converting to posix.
2003-01-10 * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen
can't get loaded. * net.cc (cygwin_gethostname): Call GetComputerName if return value of gethostname is non-zero.
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
Fix copyright dates.
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen
versions and underscore variants. * include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.
2003-01-10 * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen
2003-01-10 * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen
2003-01-10merge from gccDJ Delorie
2003-01-10* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor
* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at.
2003-01-10Apply pthread_types_patchThomas Pfaff
2003-01-09Apply pthread_cancel_patchThomas Pfaff
2003-01-09Add pthread_mutex testsThomas Pfaff
2003-01-09* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.DJ Delorie
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
2003-01-09Applied pthread_mutex patchThomas Pfaff
2003-01-09* configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva
unless configure was run with --no-recursion. * configure: Rebuilt.
2003-01-09Applied cond_init patchThomas Pfaff
2003-01-09 * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen
directory unreadable.
2003-01-09 * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen
fails. (get_file_attribute): Set permissions to 0 and owner/group to -1 if security descriptor is unreadable.
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor
* path.cc (iscygdrive): Disallow /cygdrive\x. (normalize_posix_path): "Normalize" a windows path, if detected, rather than converting to posix. * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support and capability checking for B230400 bitrate. (fhandler_serial::tcgetattr): Add support for B230400 bitrate. * include/sys/termios.h: Add B230400 definition for Posix support of 230.4Kbps.
2003-01-09[ ChangeLog ]Chris Demetriou
2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ dejagnu/ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ readline/ChangeLog.gdb ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version.
2003-01-08 * mkpasswd.cc (current_user): Create.Corinna Vinschen
(usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_user. Add username in gecos field on Win95/98/ME. * mkgroup.cc (enum_groups): Print gid with %u. (print_win_error): Create from passwd.cc. (current_group): Create. (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_group.
2003-01-08 * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.Richard Sandiford
Pass an empty argv and envp to main().
2003-01-08 * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford
* mips/configure: Regenerate.
2003-01-08 * configure.host (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford
2003-01-08 * lib/dxguid.c: Don't #include <objbase.h>.Danny Smith
* include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
2003-01-082003-01-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* lib/dinput.c: Don't #include <objbase.h>. 2003-01-08 Bart Oldeman <bartoldeman@users.sourceforge.net> * include/windows.h (ole2.h):Do #include for __WATCOMC__.
2003-01-082003-01-07 Chris Demetriou <cgd@broadcom.com>Chris Demetriou
* mips.h: Fix missing space in comment. (INSN_ISA1, INSN_ISA2, INSN_ISA3, INSN_ISA4, INSN_ISA5) (INSN_ISA32, INSN_ISA32R2, INSN_ISA64): Shift values right by four bits.
2003-01-08* configure: Regenerate with proper autoconf 2.13.Christopher Faylor
2003-01-08* configure.in: Add AC_PREREQ for consistency.Christopher Faylor
* configure: Regenerate.
2003-01-082002-01-07 Chris Demetriou <cgd@broadcom.com>Jeff Johnston
* crt0.S: Check for definition of __mips64 rather than checking (__mips < 3). * pmon.S: Likewise. * cygmon.c (sysCall): Avoid multi-line string literals.
2003-01-08 * include/ctype.h (__isascii): Don't cast arg to unsigned.Danny Smith
(iswascii): Likewise. Correct mask. * include/wctype.h (iswascii): Don't cast arg to unsigned. Correct mask
2003-01-072003-01-07 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* libc/stdio/sprintf.c: fix typo * libc/stdio/vfprintf.c: fix typo
2003-01-072003-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* configure.host: Support long double I/O for x86-linux. * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer large enough to hold formatted result. * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
2003-01-072003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* Makefile.am: Add vasprintf. * Makefile.in: Regenerated.
2003-01-062003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* asprintf.c (_asprintf_r): insure both declarations are the same.
2003-01-062003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney
* configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate.
2003-01-06 * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.Danny Smith
* include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done.
2003-01-06 * include/winuser.h ((SPI_SETWHEELSCROLLLINES) Add define.Danny Smith
* include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done.
2003-01-05* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor
leaving.