]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
24 years ago* mn10300/time.c (time): Set *tloc, since the sim doesn't.
Alexandre Oliva [Wed, 24 May 2000 19:49:44 +0000 (19:49 +0000)]
* mn10300/time.c (time): Set *tloc, since the sim doesn't.

24 years ago* Makefile.common (%.o): further simplify, add "..." to make it
DJ Delorie [Wed, 24 May 2000 18:54:10 +0000 (18:54 +0000)]
* Makefile.common (%.o): further simplify, add "..." to make it
obvious it's an abbreviated command line.

24 years ago* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
DJ Delorie [Tue, 23 May 2000 23:52:50 +0000 (23:52 +0000)]
* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
* include/cygwin/version.h: Bump API number for detect old
programs using old getc/putc macros

24 years ago* libc/stdio/stdio.c (__stextmode): new, see if file is text mode
DJ Delorie [Tue, 23 May 2000 23:51:54 +0000 (23:51 +0000)]
* libc/stdio/stdio.c (__stextmode): new, see if file is text mode
(__sread): always read in binary mode
(__swrite): always write in binary mode
* libc/include/stdio.h: no getc/putc macros for cygwin; causes
compatibility issues with different dll versions
* libc/stdio/fopen.c: use __stextmode
* libc/stdio/fdopen.c: ditto
* libc/stdio/freopen.c: ditto
* libc/stdio/findfp.c: set up __SCLE for std{in,out,err}
* libc/stdio/local.h: declare __stextmode

24 years ago* dir.cc (writable_directory): handle root directories
DJ Delorie [Tue, 23 May 2000 19:25:18 +0000 (19:25 +0000)]
* dir.cc (writable_directory): handle root directories

24 years ago* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
Christopher Faylor [Tue, 23 May 2000 14:10:31 +0000 (14:10 +0000)]
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
number "5".

24 years ago* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
Christopher Faylor [Tue, 23 May 2000 14:08:52 +0000 (14:08 +0000)]
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
directory name when the ms-dos path spec is a root directory of a device.
* registry.cc (reg_key::build_reg): Set 'key_is_invalid' flag rather than using
an INVALID_HANDLE_KEY.
(reg_key::get_int): Test for key validity before performing registry
operations.
(reg_key::set_int): Ditto.
(reg_key::get_string): Ditto.
(reg_key::set_string): Ditto.
(reg_key::kill): Ditto.
(reg_key::~reg_key): Ditto.

24 years ago* mkvers.sh: Use snapshot date as build date since it is more interesting.
Christopher Faylor [Tue, 23 May 2000 05:18:48 +0000 (05:18 +0000)]
* mkvers.sh: Use snapshot date as build date since it is more interesting.
* uname.cc (uname): Detect if this is a snapshot build and add an "S" to the
version number.  Report the snapshot date as the release date.

24 years ago * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.
Richard Henderson [Tue, 23 May 2000 01:30:56 +0000 (01:30 +0000)]
    * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.
        (R_IA64_PCREL22, R_IA64_PCREL64I): New.

24 years agoAllow d suffix on iret
Alan Modra [Tue, 23 May 2000 00:36:39 +0000 (00:36 +0000)]
Allow d suffix on iret

24 years ago* environ.cc (regopt): Scan HKLM if HKCU scan fails.
Christopher Faylor [Mon, 22 May 2000 21:19:36 +0000 (21:19 +0000)]
* environ.cc (regopt): Scan HKLM if HKCU scan fails.

24 years ago * dir.cc (rmdir): Care for misleading error messages
Corinna Vinschen [Mon, 22 May 2000 17:15:47 +0000 (17:15 +0000)]
    * dir.cc (rmdir): Care for misleading error messages
        when trying to remove a directory on a samba share.
        Eliminate superfluous else branch.
        * syscalls.cc (_rename): Additional check for ERROR_FILE_EXISTS
        if MoveFile fails.

24 years ago* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
Christopher Faylor [Mon, 22 May 2000 00:54:22 +0000 (00:54 +0000)]
* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
race.
(noload): Add an extra argument for debugging.
* uinfo.cc (uinfo_init): Eliminate test for multiple calls.
(getlogin): Assume that uinfo_init has already been called.

24 years ago20000-05-21 H.J. Lu (hjl@gnu.org)
H.J. Lu [Sun, 21 May 2000 16:57:14 +0000 (16:57 +0000)]
20000-05-21  H.J. Lu  (hjl@gnu.org)

* configure: Revert changes made on May 18 and May 19.

        * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
        directory are used if they exist. Make sure
        $(build_tooldir)/include is searched for header files,
        $(build_tooldir)/lib/ for library files.
        (GCC_FOR_TARGET): Likewise.
        (CXX_FOR_TARGET): Likewise.

24 years ago* exceptions.cc (interruptible): Add an argument to control whether function
Christopher Faylor [Sat, 20 May 2000 05:52:33 +0000 (05:52 +0000)]
* exceptions.cc (interruptible): Add an argument to control whether function
just checks for validity.  Flag module handle == 0 as noninterrupible.
(call_handler): Always acquire and release ebp lock.  Loop for only a fixed
amount of time attempting to grab mutos and find an interruptible PC.

24 years ago * regtool.cc (find_key): Add parameter `access'.
Corinna Vinschen [Fri, 19 May 2000 22:02:23 +0000 (22:02 +0000)]
    * regtool.cc (find_key): Add parameter `access'.
        Call `RegOpenKeyEx' with that desired access.
        (cmd_add, cmd_remove, cmd_set, cmd_unset): Call
        `find_key' with KEY_ALL_ACCESS access.
        (cmd_list, cmd_check, cmd_get): Call `find_key'
        with KEY_READ access.

24 years ago20000-05-19 H.J. Lu (hjl@gnu.org)
H.J. Lu [Fri, 19 May 2000 18:14:18 +0000 (18:14 +0000)]
20000-05-19  H.J. Lu  (hjl@gnu.org)

* configure: Provide --disable-target-dir-sanity-checking to
disable the gcc directory checking for cross compiling.

24 years ago* syscalls.cc (setmode): change mode of any matching FILE* also.
DJ Delorie [Fri, 19 May 2000 17:15:02 +0000 (17:15 +0000)]
* syscalls.cc (setmode): change mode of any matching FILE* also.

24 years ago* cygpath.cc: add --windir/--sysdir options
DJ Delorie [Fri, 19 May 2000 17:06:28 +0000 (17:06 +0000)]
* cygpath.cc: add --windir/--sysdir options
* utils.sgml: and document them

24 years ago* Makefile.in: Remove external.h dependency.
Christopher Faylor [Thu, 18 May 2000 21:30:30 +0000 (21:30 +0000)]
* Makefile.in: Remove external.h dependency.
* dcrt0.cc (sigthread::init): Move here from sigproc.h.
* sigproc.h (sigthread): Move init to dcrt0.cc.

24 years ago* libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE
DJ Delorie [Thu, 18 May 2000 19:03:10 +0000 (19:03 +0000)]
* libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE

24 years ago* Makefile.in: Eliminate WINSUP_DEPS.
Christopher Faylor [Thu, 18 May 2000 18:39:11 +0000 (18:39 +0000)]
* Makefile.in: Eliminate WINSUP_DEPS.
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes.
* mkgroup.c: Ditto.
* mkpasswd.c: Ditto.
* mount.cc: Ditto.  Eliminate use of cygwin source specific includes.
* ps.cc: Ditto.
* cygwin.cc: Eliminate obsolete file.

24 years ago* MAINTAINERS: Add Corinna to general list.
Christopher Faylor [Thu, 18 May 2000 18:34:02 +0000 (18:34 +0000)]
* MAINTAINERS: Add Corinna to general list.

24 years agoEliminate.
Christopher Faylor [Thu, 18 May 2000 18:32:26 +0000 (18:32 +0000)]
Eliminate.

24 years ago* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor [Thu, 18 May 2000 18:32:05 +0000 (18:32 +0000)]
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
* external.cc: Eliminate obsolete include.
* getopt.c (getopt_long): Fix compiler warning.
* shared.h: Moved PID_ definitions to include/sys/cygwin so that they can be
used by external programs.
* include/sys/cygwin.h: Move external definitions here.  Include sys/resource.h
to avoid having to do this everywhere.

24 years ago20000-05-18 H.J. Lu (hjl@gnu.org)
H.J. Lu [Thu, 18 May 2000 17:11:17 +0000 (17:11 +0000)]
20000-05-18  H.J. Lu  (hjl@gnu.org)

* configure: Ask to create the gcc directory for cross
compiling if necessary.

24 years ago * configure.in (hppa*64*-*-*): Do build ld for this configuration.
Jeff Law [Thu, 18 May 2000 16:58:06 +0000 (16:58 +0000)]
    * configure.in (hppa*64*-*-*): Do build ld for this configuration.

24 years ago* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
David Edelsohn [Thu, 18 May 2000 14:28:32 +0000 (14:28 +0000)]
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.

24 years ago * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
Corinna Vinschen [Thu, 18 May 2000 09:39:33 +0000 (09:39 +0000)]
    * include/winnt.h: Add some missing TAPE_DRIVE_* defines.

24 years ago* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.
Christopher Faylor [Thu, 18 May 2000 05:05:58 +0000 (05:05 +0000)]
* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.

24 years ago* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
Christopher Faylor [Thu, 18 May 2000 03:20:01 +0000 (03:20 +0000)]
* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
it.
* sigproc.cc (sigproc_init): Move mainthread initialization out of here.
* sigproc.h (sigthread): Add init() method.
(sigframe): Don't try to initialize muto.
* sync.cc: Undef WaitForSingleObject to avoid recursion.

24 years agoTypo. bfd@sourceware -> binutils@sourceware.
Andrew Cagney [Thu, 18 May 2000 00:29:13 +0000 (00:29 +0000)]
Typo.  bfd@sourceware -> binutils@sourceware.

24 years agoApply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implement
Nick Clifton [Wed, 17 May 2000 19:38:53 +0000 (19:38 +0000)]
Apply patch from  Richard Gorton <gorton@scrugs.lkg.dec.com> to implement
--emit-relocs switch to the linker to preserve relocs in an output executable

24 years ago* Makefile.in (configure-target-libiberty): Depend on
Alexandre Oliva [Wed, 17 May 2000 19:23:34 +0000 (19:23 +0000)]
* Makefile.in (configure-target-libiberty): Depend on
configure-target-newlib.

24 years ago* testsuite/winsup.api/crlf.c: New
DJ Delorie [Wed, 17 May 2000 17:21:36 +0000 (17:21 +0000)]
* testsuite/winsup.api/crlf.c: New
* testsuite/winsup.api/iospeed.c: New

24 years ago* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor [Wed, 17 May 2000 05:49:51 +0000 (05:49 +0000)]
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
referring to something like c:\.
* dcrt0.cc (dll_crt0_1): Move uinfo initialization prior to sig_send
initialization to give signal thread a chance to finish.
* debug.cc (WFSO): Move to sigproc.cc
(WFMO): Ditto.
* exceptions.cc (interruptible): Allocate slightly more space for directory
just for paranoia's sake.
(call_handler): Eliminate nonmain argument.  Determine if main thread has set a
frame pointer and use it if so.
(sig_handle): Eliminate nonmain argument.
* net.cc: Record frame information in appropriate routines throughout.
* select.cc (select): Ditto.
* sigproc.cc: Use sigthread structure to record mainthread id throughout.
(sig_send): Record frame information for signal handler.
(wait_sig): Reflect argument change in sig_handle.
(WFSO): Move here and record frame information for signal handler.
(WFMO): Ditto.
* sigproc.h: Implement new "sigthread" class.  Implement "sigframe" class for
manipulating signal frame info.
* thread.cc (__pthread_kill): Use standard _kill() function rather than calling
sig_send directly.
* winsup.h: Eliminate ebp element from signal_dispatch class.

24 years agoFix fild.
Alan Modra [Wed, 17 May 2000 00:47:51 +0000 (00:47 +0000)]
Fix fild.

24 years ago * fhandler_tape.cc (fhandler_dev_tape::ioctl): Check
Corinna Vinschen [Tue, 16 May 2000 21:42:55 +0000 (21:42 +0000)]
    * fhandler_tape.cc (fhandler_dev_tape::ioctl): Check
        for filemark feature on MTWEOF operation.

24 years ago* cgen/opcodes fix
Frank Ch. Eigler [Tue, 16 May 2000 19:28:07 +0000 (19:28 +0000)]
* cgen/opcodes fix
* approved by nickc

[opcodes/ChangeLog]
2000-05-16  Frank Ch. Eigler  <fche@redhat.com>

* fr30-desc.h: Partially regenerated to account for changed
CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros.
* m32r-desc.h: Ditto.

[include/opcode/ChangeLog]
2000-05-16  Frank Ch. Eigler  <fche@redhat.com>

* cgen.h (CGEN_MAX_SYNTAX_BYTES): Increase to 32.  Check that
it exceeds CGEN_ACTUAL_MAX_SYNTAX_BYTES, if set.
(CGEN_MAX_IFMT_OPERANDS): Increase to 16.  Check that it exceeds
CGEN_ACTUAL_MAX_IFMT_OPERANDS, if set.

24 years ago* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
Christopher Faylor [Tue, 16 May 2000 15:50:45 +0000 (15:50 +0000)]
* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.

24 years agomanually updated some sites (txt version badly formatted, dont know why)
David Starks-Browning [Tue, 16 May 2000 15:38:47 +0000 (15:38 +0000)]
manually updated some sites (txt version badly formatted, dont know why)

24 years agoupdate README to latest net release, if only in name
David Starks-Browning [Tue, 16 May 2000 15:37:05 +0000 (15:37 +0000)]
update README to latest net release, if only in name

24 years agofix dependencies for readme.txt
David Starks-Browning [Tue, 16 May 2000 15:13:49 +0000 (15:13 +0000)]
fix dependencies for readme.txt

24 years agoremove doc/readme exclusion for starksb@ebi.ac.uk
David Starks-Browning [Tue, 16 May 2000 14:30:27 +0000 (14:30 +0000)]
remove doc/readme exclusion for starksb@ebi.ac.uk

24 years agoSkip CVS directories when creating tar ball.
Andrew Cagney [Tue, 16 May 2000 00:09:00 +0000 (00:09 +0000)]
Skip CVS directories when creating tar ball.

24 years agoAdd code to tweek djunpack as part of release process.
Andrew Cagney [Tue, 16 May 2000 00:04:11 +0000 (00:04 +0000)]
Add code to tweek djunpack as part of release process.

24 years agoMon May 15 18:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Mon, 15 May 2000 23:00:24 +0000 (23:00 +0000)]
Mon May 15 18:54:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>

        * libc/include/ctype.h: Changed tolower and toupper macros
        to use __extension__ to prevent pedantic warnings.

24 years agoMon May 15 14:26:00 2000 Joel Sherrill <joel@oarcorp.com>
Ranjith Kumaran [Mon, 15 May 2000 18:30:03 +0000 (18:30 +0000)]
Mon May 15 14:26:00 2000  Joel Sherrill  <joel@oarcorp.com>

* libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
structures.

24 years ago* include/cygwin/version.h: Bump DLL minor version number to 2.
Christopher Faylor [Mon, 15 May 2000 04:37:03 +0000 (04:37 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 2.

24 years ago* shared.h: Bump PROC_MAGIC.
Christopher Faylor [Mon, 15 May 2000 03:42:27 +0000 (03:42 +0000)]
* shared.h: Bump PROC_MAGIC.
* include/cygwin/version.h: Bump API minor to accomodate two recent exports.

24 years ago2000-05-13 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Sun, 14 May 2000 01:01:23 +0000 (01:01 +0000)]
2000-05-13  Mumit Khan  <khan@xraylith.wisc.edu>

* include/cygwin/socket.h (AF_INET6): Use same value as winsock2.

24 years ago2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
H.J. Lu [Sat, 13 May 2000 21:19:50 +0000 (21:19 +0000)]
2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

* ltmain.sh: Preserve in relink_command any environment
variables that may affect the linker behavior.

24 years agoFix cpu_flags for sys{enter,exit} fx{save,restore}
Alan Modra [Sat, 13 May 2000 14:01:54 +0000 (14:01 +0000)]
Fix cpu_flags for sys{enter,exit} fx{save,restore}

24 years ago`.arch cpu_type' pseudo for x86.
Alan Modra [Sat, 13 May 2000 09:26:23 +0000 (09:26 +0000)]
`.arch cpu_type' pseudo for x86.

24 years ago2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Sat, 13 May 2000 02:01:51 +0000 (02:01 +0000)]
2000-05-12  Mumit Khan  <khan@xraylith.wisc.edu>

* 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.

24 years ago* dcrt0.cc (build_argv): Remove unneeded variable.
Christopher Faylor [Sat, 13 May 2000 01:42:53 +0000 (01:42 +0000)]
* dcrt0.cc (build_argv): Remove unneeded variable.
* 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.

24 years ago * fhandler_raw.cc (write_file, read_file): New wrapper functions
Corinna Vinschen [Fri, 12 May 2000 18:34:50 +0000 (18:34 +0000)]
    * fhandler_raw.cc (write_file, read_file): New wrapper functions
        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.

24 years ago * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
Jeff Law [Fri, 12 May 2000 17:23:42 +0000 (17:23 +0000)]
    * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.

24 years ago* Makefile.in (DLL_OFILES): Sort.
Christopher Faylor [Fri, 12 May 2000 05:06:43 +0000 (05:06 +0000)]
* Makefile.in (DLL_OFILES): Sort.
* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate.
(fhandler_tty_slave::ioctl): Rewrite to avoid races.

24 years ago* mmap.cc (list::erase): Increment loop counter.
DJ Delorie [Thu, 11 May 2000 22:30:45 +0000 (22:30 +0000)]
* mmap.cc (list::erase): Increment loop counter.
(map::erase): Likewise.

24 years agoPreliminary update to FAQ to reflect latest net release.
David Starks-Browning [Thu, 11 May 2000 16:19:21 +0000 (16:19 +0000)]
Preliminary update to FAQ to reflect latest net release.
(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.)

24 years ago* cygwin.din: insure that regsub() is included in
DJ Delorie [Thu, 11 May 2000 15:12:31 +0000 (15:12 +0000)]
* cygwin.din: insure that regsub() is included in
cygwin1.dll

24 years agoAdd toplevel configure support for ia64-elf.
Jim Wilson [Thu, 11 May 2000 04:27:08 +0000 (04:27 +0000)]
Add toplevel configure support for ia64-elf.
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.

24 years agoAdd minimal ia64 support.
Jim Wilson [Thu, 11 May 2000 02:28:06 +0000 (02:28 +0000)]
Add minimal ia64 support.
* libc/include/machine/ieeefp.h: Add ia64 support.
* configure.host: Likewise.

24 years agoWed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>
Jeff Johnston [Wed, 10 May 2000 17:58:29 +0000 (17:58 +0000)]
Wed May 10 13:52:24 2000  Egor Duda <deo@logos-m.ru>

        * 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.

24 years ago* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.
Christopher Faylor [Tue, 9 May 2000 23:00:37 +0000 (23:00 +0000)]
* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.

24 years ago * fhandler.cc (fhandler_base::puts_readahead): Change
Corinna Vinschen [Tue, 9 May 2000 21:55:11 +0000 (21:55 +0000)]
    * fhandler.cc (fhandler_base::puts_readahead): Change
        while condition to disallow wild runs.

24 years ago * window.cc (setitimer): Check for overflow condition
Corinna Vinschen [Tue, 9 May 2000 13:28:11 +0000 (13:28 +0000)]
    * window.cc (setitimer): Check for overflow condition
        in tv_sec.

24 years ago * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.
Corinna Vinschen [Tue, 9 May 2000 10:14:17 +0000 (10:14 +0000)]
    * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.

24 years ago * path.cc (symlink::info): Treat non readable files
Corinna Vinschen [Mon, 8 May 2000 22:50:19 +0000 (22:50 +0000)]
    * path.cc (symlink::info): Treat non readable files
        as normal non symlink files.

24 years ago* include/pthread.h (pthread_detach): Add missing prototype.
Christopher Faylor [Mon, 8 May 2000 22:38:07 +0000 (22:38 +0000)]
* include/pthread.h (pthread_detach): Add missing prototype.
(pthread_join): same.

24 years ago* fhandler.cc (lock): use signed math to allow checking ranges
DJ Delorie [Mon, 8 May 2000 16:13:54 +0000 (16:13 +0000)]
* fhandler.cc (lock): use signed math to allow checking ranges
properly.

24 years ago * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
Eli Zaretskii [Mon, 8 May 2000 15:13:30 +0000 (15:13 +0000)]
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
        with the version name.

24 years ago * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
Eli Zaretskii [Mon, 8 May 2000 15:06:26 +0000 (15:06 +0000)]
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
        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.

24 years agoNew maintainer for FAQ (doc/*.texinfo except readme), fix DJ's email address.
David Starks-Browning [Mon, 8 May 2000 13:41:33 +0000 (13:41 +0000)]
New maintainer for FAQ (doc/*.texinfo except readme), fix DJ's email address.

24 years ago(print_insn_tic54x): Declare.
Alan Modra [Mon, 8 May 2000 11:01:40 +0000 (11:01 +0000)]
(print_insn_tic54x): Declare.

24 years ago* dcrt0.cc (insert_file): Eliminate unused parameter.
Christopher Faylor [Sun, 7 May 2000 03:29:08 +0000 (03:29 +0000)]
* dcrt0.cc (insert_file): Eliminate unused parameter.
(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.

24 years agoSupport for tic54x target.
Tim Wall [Sat, 6 May 2000 17:14:34 +0000 (17:14 +0000)]
Support for tic54x target.

24 years ago2000-05-06 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Sat, 6 May 2000 17:00:53 +0000 (17:00 +0000)]
2000-05-06  Mumit Khan  <khan@xraylith.wisc.edu>

* include/wchar.h (wcscmp, wcslen): Fix prototypes.
* syscalls.cc (wcslen, wcscmp): Adjust.

24 years ago* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Christopher Faylor [Sat, 6 May 2000 03:33:10 +0000 (03:33 +0000)]
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.

24 years agobfd:
Clinton Popetz [Sat, 6 May 2000 01:41:50 +0000 (01:41 +0000)]
bfd:
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
Change U802TOC64MAGIC to U803XTOCMAGIC.

include:
* coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.

24 years ago2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Thu, 4 May 2000 23:19:35 +0000 (23:19 +0000)]
2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>

* Makefile.in (install): Install profile startup and library.

24 years ago* configure.in: Use -gstabs+ as compile debug option. This seems to promote
Christopher Faylor [Thu, 4 May 2000 19:46:32 +0000 (19:46 +0000)]
* configure.in: Use -gstabs+ as compile debug option.  This seems to promote
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.

24 years ago* ppc.h (PPC_OPCODE_ALTIVEC): New opcode flag for vector unit.
J.T. Conklin [Wed, 3 May 2000 22:19:45 +0000 (22:19 +0000)]
* ppc.h (PPC_OPCODE_ALTIVEC): New opcode flag for vector unit.
(PPC_OPERAND_VR): New operand flag for vector registers.

24 years ago * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.
Corinna Vinschen [Wed, 3 May 2000 16:11:11 +0000 (16:11 +0000)]
    * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.
        (_sys_errlist): Add entry for ENOSHARE.
        (strerror): Add case for ENOSHARE.
        * syscalls.cc (stat_worker): Check for errno ENOSHARE.

24 years ago * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
Corinna Vinschen [Wed, 3 May 2000 15:59:37 +0000 (15:59 +0000)]
    * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
        host or network path") used by cygwin. Add some comments.

24 years ago * Makefile.in: Add dependencies for fhandler_random.o
Corinna Vinschen [Wed, 3 May 2000 15:39:10 +0000 (15:39 +0000)]
    * Makefile.in: Add dependencies for fhandler_random.o
        * 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>.

24 years agoTue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com>
Jeff Johnston [Wed, 3 May 2000 03:57:19 +0000 (03:57 +0000)]
Tue May 02 23:45:48 2000  DJ Delorie  <dj@cygnus.com>

        * 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

24 years ago * ntsec.sgml: Revisited description of `ntsec' according to
Corinna Vinschen [Tue, 2 May 2000 22:26:41 +0000 (22:26 +0000)]
    * ntsec.sgml: Revisited description of `ntsec' according to
        the changes in release 1.1.
        * setup.sgml: Include ntsec.
        * setup-net.sgml: Ditto.

24 years ago2000-05-02 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 2 May 2000 17:49:32 +0000 (17:49 +0000)]
2000-05-02  H.J. Lu  <hjl@gnu.org>

* common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV.
(ELFOSABI_MODESTO): Defined.
(ELFOSABI_OPENBSD): Likewise.

24 years ago* path.cc (mount_info::conv_to_win32_path): Previous patch
DJ Delorie [Tue, 2 May 2000 15:42:30 +0000 (15:42 +0000)]
* path.cc (mount_info::conv_to_win32_path): Previous patch
failed to set flags on a win32 path.

24 years ago * security.cc (read_sd): Return 1 on success because we
Corinna Vinschen [Tue, 2 May 2000 09:38:32 +0000 (09:38 +0000)]
    * security.cc (read_sd): Return 1 on success because we
        can't rely on the returned SD size from GetFileSecurity.

24 years ago * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.
Corinna Vinschen [Tue, 2 May 2000 00:25:43 +0000 (00:25 +0000)]
    * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.
        * security.cc (read_sd): Call `OemToCharA' to make
        `GetFileSecurity' happy on filenames with umlauts.

24 years ago * h8300.h (EOP): Add missing initializer.
Jeff Law [Mon, 1 May 2000 16:55:50 +0000 (16:55 +0000)]
    * h8300.h (EOP): Add missing initializer.

24 years agoadd reference to Makefile.common (srcdir)
DJ Delorie [Sun, 30 Apr 2000 12:59:50 +0000 (12:59 +0000)]
add reference to Makefile.common (srcdir)

24 years agoCorrect contributor email address.
Christopher Faylor [Sun, 30 Apr 2000 04:30:46 +0000 (04:30 +0000)]
Correct contributor email address.

24 years ago* libc/machine/mn10300/setjmp.S (setjmp, longjmp): Use
Alexandre Oliva [Thu, 27 Apr 2000 10:49:16 +0000 (10:49 +0000)]
* libc/machine/mn10300/setjmp.S (setjmp, longjmp): Use
post-increment when it is worth it, spacewise.

24 years ago* mount.cc (main): Add "-X" option to specify a "Cygwin executable".
Christopher Faylor [Thu, 27 Apr 2000 03:44:23 +0000 (03:44 +0000)]
* mount.cc (main): Add "-X" option to specify a "Cygwin executable".

24 years ago* path.cc (normalize_win32_path): Don't add a trailing slash when one already
Christopher Faylor [Thu, 27 Apr 2000 03:26:23 +0000 (03:26 +0000)]
* path.cc (normalize_win32_path): Don't add a trailing slash when one already
exists.
(mount_info::conv_to_win32_path): Use existing code for dealing with relative
path names when input is already a win32 path.

24 years ago* Makefile.in (install): install regexp.h
DJ Delorie [Wed, 26 Apr 2000 18:19:22 +0000 (18:19 +0000)]
* Makefile.in (install): install regexp.h

This page took 0.066475 seconds and 5 git commands to generate.