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
2000-05-142000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>H.J. Lu
* ltmain.sh: Preserve in relink_command any environment variables that may affect the linker behavior.
2000-05-13Fix cpu_flags for sys{enter,exit} fx{save,restore}Alan Modra
2000-05-13`.arch cpu_type' pseudo for x86.Alan Modra
2000-05-132000-05-12 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
* include/cygwin/in.h (struct in6_addr): Fix spelling. * include/cygwin/socket.h (AF_INET6, PF_INET6): Define macros. (AF_MAX, PF_MAX): Bump to 32 to leave room for future expansion.
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor
* select.cc (peek_pipe): Don't check for "ready" if it's already set. (peek_console): Ditto. (peek_serial): Ditto. (peek_socket): Ditto. (peek_windows): Ditto.
2000-05-12 * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen
for WriteFile and ReadFile to get rid of ERROR_MEDIA_CHANGED and ERROR_BUS_RESET in case of first access to tape. (fhandler_dev_raw::raw_write): Use write_file instead of WriteFile. (fhandler_dev_raw::raw_read): Use read_file instead of ReadFile.
2000-05-12 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.Jeff Law
2000-05-12* Makefile.in (DLL_OFILES): Sort.Christopher Faylor
* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate. (fhandler_tty_slave::ioctl): Rewrite to avoid races.
2000-05-12* mmap.cc (list::erase): Increment loop counter.DJ Delorie
(map::erase): Likewise.
2000-05-11Preliminary update to FAQ to reflect latest net release.David Starks-Browning
(So far, just a new title, some minor updates, and a disclaimer in each section that has to be updated for the net release, or at least looked at.)
2000-05-11* cygwin.din: insure that regsub() is included inDJ Delorie
cygwin1.dll
2000-05-11Add toplevel configure support for ia64-elf.Jim Wilson
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
2000-05-11Add minimal ia64 support.Jim Wilson
* libc/include/machine/ieeefp.h: Add ia64 support. * configure.host: Likewise.
2000-05-10Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>Jeff Johnston
* libc/time/asctime_r.c (asctime_r): Change output format. Day of month is now padded with space, not zero. This now conforms to ANSI standard.
2000-05-10* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor
2000-05-10 * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen
while condition to disallow wild runs.
2000-05-09 * window.cc (setitimer): Check for overflow conditionCorinna Vinschen
in tv_sec.
2000-05-09 * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen
2000-05-09 * path.cc (symlink::info): Treat non readable filesCorinna Vinschen
as normal non symlink files.
2000-05-09* include/pthread.h (pthread_detach): Add missing prototype.Christopher Faylor
(pthread_join): same.
2000-05-08* fhandler.cc (lock): use signed math to allow checking rangesDJ Delorie
properly.
2000-05-08 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii
with the version name.
2000-05-08 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii
with the version name. * config/djgpp/djconfig.sh: Use more warning switches. * config/djgpp/fnchange.lst: Replace the leading gdb-0222 with the @V@ placebo.
2000-05-08New maintainer for FAQ (doc/*.texinfo except readme), fix DJ's email address.David Starks-Browning
2000-05-08(print_insn_tic54x): Declare.Alan Modra
2000-05-07* dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor
(build_argv): Ditto. * exceptions.cc (stack): Eliminate unused parameters. (stackdump): Ditto. (cygwin_stackdump): Reflect above changes. (sig_handle): Ditto. * fhandler.cc (fhandler_base::set_inheritance): Use kludge to avoid unused parameter warning.
2000-05-06Support for tic54x target.Tim Wall
2000-05-062000-05-06 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
* include/wchar.h (wcscmp, wcslen): Fix prototypes. * syscalls.cc (wcslen, wcscmp): Adjust.
2000-05-06* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.Christopher Faylor
2000-05-06bfd:Clinton Popetz
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Change U802TOC64MAGIC to U803XTOCMAGIC. include: * coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
2000-05-052000-05-04 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
* Makefile.in (install): Install profile startup and library.
2000-05-04* configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor
better handling of symbols. * configure: Regenerate. * delqueue.cc (delqueue_list::process_queue): Allow ERROR_ACCESS_DENIED to indicate that a file is being shared under Windows 95. * syscalls.cc (_unlink): Use full path name. Take special action for Windows 95. Assume that an ERROR_ACCESS_DENIED indicates a sharing violation unless it's on a remote drive. Punt if there is an ERROR_ACCESS_DENIED on a remote drive.
2000-05-04* ppc.h (PPC_OPCODE_ALTIVEC): New opcode flag for vector unit.J.T. Conklin
(PPC_OPERAND_VR): New operand flag for vector registers.
2000-05-03 * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen
(_sys_errlist): Add entry for ENOSHARE. (strerror): Add case for ENOSHARE. * syscalls.cc (stat_worker): Check for errno ENOSHARE.
2000-05-03 * libc/include/sys/errno.h: Add define for ENOSHARE ("No suchCorinna Vinschen
host or network path") used by cygwin. Add some comments.
2000-05-03 * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen
* fhandler.h: Add device type FH_RANDOM. Add class fhandler_dev_random. * fhandler_random.cc: New file. Implementation of fhandler_dev_random. * hinfo.cc (build_fhandler): Add case for FH_RANDOM. * path.cc: Add device names for random devices to windows_device_names. (get_device_number): Add if branch for random devices. (win32_device_name): Add device name generation for random devices. winsup.h: Include <wincrypt.h>.
2000-05-03Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com>Jeff Johnston
* libc/include/stdio.h (FILE): define __SCLE for "convert line endings" for Cygwin. (__sgetc): convert line endings if needed (__sputc): ditto * libc/stdio/fdopen.c (_fdopen_r): Remember if we opened in text mode * libc/stdio/fopen.c (_fopen_r): ditto * libc/stdio/freopen.c (freopen): ditto * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE * libc/stdio/fvwrite.c (__sfvwrite): ditto
2000-05-03 * ntsec.sgml: Revisited description of `ntsec' according toCorinna Vinschen
the changes in release 1.1. * setup.sgml: Include ntsec. * setup-net.sgml: Ditto.
2000-05-022000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu
* common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV. (ELFOSABI_MODESTO): Defined. (ELFOSABI_OPENBSD): Likewise.
2000-05-02* path.cc (mount_info::conv_to_win32_path): Previous patchDJ Delorie
failed to set flags on a win32 path.
2000-05-02 * security.cc (read_sd): Return 1 on success because weCorinna Vinschen
can't rely on the returned SD size from GetFileSecurity.
2000-05-02 * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen
* security.cc (read_sd): Call `OemToCharA' to make `GetFileSecurity' happy on filenames with umlauts.
2000-05-01 * h8300.h (EOP): Add missing initializer.Jeff Law
2000-04-30add reference to Makefile.common (srcdir)DJ Delorie
2000-04-30Correct contributor email address.Christopher Faylor
2000-04-27* libc/machine/mn10300/setjmp.S (setjmp, longjmp): UseAlexandre Oliva
post-increment when it is worth it, spacewise.
2000-04-27* mount.cc (main): Add "-X" option to specify a "Cygwin executable".Christopher Faylor
2000-04-27* path.cc (normalize_win32_path): Don't add a trailing slash when one alreadyChristopher Faylor
exists. (mount_info::conv_to_win32_path): Use existing code for dealing with relative path names when input is already a win32 path.
2000-04-26* Makefile.in (install): install regexp.hDJ Delorie
2000-04-26 * syscalls.cc (stat_worker): Previous patch could succeedCorinna Vinschen
in stating a non-existant file.