]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
21 years agoDocument new mkgroup,mkpasswd options
Joshua Daniel Franklin [Sat, 1 Mar 2003 17:29:51 +0000 (17:29 +0000)]
Document new mkgroup,mkpasswd options

21 years ago2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Sat, 1 Mar 2003 16:38:26 +0000 (16:38 +0000)]
2003-03-01  Pierre Humblet  <pierre.humblet@ieee.org>

       * mkpasswd.cc (main): On Win95, output both a default line and a
       line for the current user (if known) with a pseudorandom uid. If
       the -u switch is given, produce a line for the specified user.
       * mkgroup.cc (main): On Win95 change the group name from "unknown" to
       "all".

21 years ago * fhandler_socket.cc (fhandler_socket::bind): Open and write socket
Corinna Vinschen [Sat, 1 Mar 2003 16:17:55 +0000 (16:17 +0000)]
* fhandler_socket.cc (fhandler_socket::bind): Open and write socket
file using Win32 calls.

21 years ago * fhandler_socket.cc (get_inet_addr): Open and read socket file using
Corinna Vinschen [Sat, 1 Mar 2003 15:28:24 +0000 (15:28 +0000)]
* fhandler_socket.cc (get_inet_addr): Open and read socket file using
Win32 calls.

21 years ago * include/olectl.h (OleLoadPictureEx) Add prototype.
Danny Smith [Sat, 1 Mar 2003 09:34:12 +0000 (09:34 +0000)]
* include/olectl.h (OleLoadPictureEx) Add prototype.
(OleLoadPictureFile): Ditto.
(OleLoadPictureFileEx): Ditto.
(OleLoadPicturePath): Ditto.
(OleSavePictureFile): Ditto.

21 years ago * include/objbase.h (CoAddRefServerProcess): Add prototype.
Danny Smith [Sat, 1 Mar 2003 07:19:36 +0000 (07:19 +0000)]
* include/objbase.h (CoAddRefServerProcess): Add prototype.
(CoAddReleaseServerProcess): Ditto.
(CoResumeClassObjects): Ditto.
(CoSuspendClassObjects): Ditto.
* include/oleauto.h (V_I1): Define.
Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>

21 years ago2003-03-01 Heiko Gerdau <hg@technosis.de>
Danny Smith [Sat, 1 Mar 2003 06:51:51 +0000 (06:51 +0000)]
2003-03-01  Heiko Gerdau  <hg@technosis.de>

* include/oleidl.h (USERCLASSTYPE): Add enum.
* include/ocidl.h (IObjectWithSite): Add interface.

21 years ago* Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.
Christopher Faylor [Sat, 1 Mar 2003 03:38:19 +0000 (03:38 +0000)]
* Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.
* cygcheck.cc (find_on_path): Translate from cygwin path when qualified path
name found.
(pretty_id): New function.  Dump output of id command.
(dump_sysinfo): Call pretty_id for CYGWIN=ntsec and CYGWIN=nontsec cases.

21 years ago* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
Christopher Faylor [Sat, 1 Mar 2003 02:02:42 +0000 (02:02 +0000)]
* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
* dcrt0.cc (cygwin_atexit): New function.
(cygwin_exit): Ditto.

21 years ago2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Fri, 28 Feb 2003 23:52:48 +0000 (23:52 +0000)]
2003-02-28  Pierre Humblet  <pierre.humblet@ieee.org>

* syscalls.cc (fstat64): Pass get_name () to pc.
(access): Pass fn to stat_worker.

21 years ago * Makefile.tpl: Rearrange.
Nathanael Nerode [Fri, 28 Feb 2003 18:03:31 +0000 (18:03 +0000)]
* Makefile.tpl: Rearrange.
* Makefile.in: Regenerate.

21 years ago2003-02-28 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith [Fri, 28 Feb 2003 08:03:13 +0000 (08:03 +0000)]
2003-02-28  Roland Schwingel <roland.schwingel@onevision.de>

Fixup UNICODE thinko in 2003-02-22 patch.
* include/wingdi.h (AddFontMemResourceEx): Add.
(RemoveFontMemResourceEx): Ditto.
(AddFontMemResourceEx[AW]): Remove.
(RemoveFontMemResourceEx[AW]): Ditto
* lib/gdi32.def: (AddFontResourceEx): Add.
(RemoveFontMemResourceEx): Ditto.
(AddFontMemResourceEx[AW]): Remove.
(RemoveFontResourceEx[AW]): Ditto.

21 years ago2003-02-27 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Thu, 27 Feb 2003 23:13:32 +0000 (23:13 +0000)]
2003-02-27  Andrew Cagney  <cagney@redhat.com>

* remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
_bfd to bfd.

21 years ago2003-03-27 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen [Thu, 27 Feb 2003 21:41:28 +0000 (21:41 +0000)]
2003-03-27  Corinna Vinschen  <corinna@vinschen.de>

* fhandler_socket.cc (class sock_event): New class managing Winsock
events for interruptible socket calls.
(fhandler_socket::connect): Move support for interruptible call to
class sock_event.  Use class object instead.
(fhandler_socket::accept): Ditto.  Remove useless casts.

2003-03-27  Thomas Pfaff  <tpfaff@gmx.net>

* fhandler_socket.cc (fhandler_socket::connect): Add support for
an interruptable connect.

21 years agomerge from gcc
DJ Delorie [Thu, 27 Feb 2003 21:01:01 +0000 (21:01 +0000)]
merge from gcc

21 years ago * uinfo.cc (internal_getlogin): Only update user.groups.pgsid
Corinna Vinschen [Thu, 27 Feb 2003 17:41:15 +0000 (17:41 +0000)]
* uinfo.cc (internal_getlogin): Only update user.groups.pgsid
if the call to set the primary group succeeds.

21 years ago* cygthread::detach: Improve error message.
Christopher Faylor [Thu, 27 Feb 2003 15:09:31 +0000 (15:09 +0000)]
* cygthread::detach: Improve error message.

21 years ago * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.
Corinna Vinschen [Wed, 26 Feb 2003 08:34:34 +0000 (08:34 +0000)]
* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.

21 years ago2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
Jeff Johnston [Tue, 25 Feb 2003 20:36:29 +0000 (20:36 +0000)]
2002-02-25   D.Venkatasubramanian <dvenkat@noida.hcltech.com>

        * libc/sys/h8300hms/Makefile.am: Add support for new files.
        * libc/sys/h8300hms/Makefile.in: Regenerated.
        * libc/sys/h8300hms/close.S: New file.
        * libc/sys/h8300hms/fstat.S: Ditto.
        * libc/sys/h8300hms/lseek.S: Ditto.
        * libc/sys/h8300hms/open.S: Ditto.
        * libc/sys/h8300hms/stat.S: Ditto.
        * libc/sys/h8300hms/read.S: New file to replace read.c.
        * libc/sys/h8300hms/read.c: Removed.
        * libc/sys/h8300hms/syscalls.c: Removed functions _open,
        _lseek, _close, _stat, _fstat.
        * libc/sys/h8300hms/write.S: New file to replace write.c.
        * libc/sys/h8300hms/write.c: Removed.

21 years ago * Makefile.in (libmsvcrt20.a): Remove target and dependencies.
Earnie Boyd [Tue, 25 Feb 2003 13:07:46 +0000 (13:07 +0000)]
* Makefile.in (libmsvcrt20.a): Remove target and dependencies.
(libmsvcrt40.a): Ditto.

21 years ago * mmap.cc (mmap64): Fix returned address by taking the granularity
Corinna Vinschen [Tue, 25 Feb 2003 12:46:39 +0000 (12:46 +0000)]
* mmap.cc (mmap64): Fix returned address by taking the granularity
into account.

21 years agoRemove site-file support - it is obsolete.
Nick Clifton [Tue, 25 Feb 2003 10:47:07 +0000 (10:47 +0000)]
Remove site-file support - it is obsolete.

21 years agoAdd support for kaOS as cross build target system.
Nick Clifton [Mon, 24 Feb 2003 16:47:04 +0000 (16:47 +0000)]
Add support for kaOS as cross build target system.

21 years ago 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Sun, 23 Feb 2003 19:12:55 +0000 (19:12 +0000)]
 2003-02-23  Pierre Humblet  <pierre.humblet@ieee.org>

       * syslog.cc (syslog): Do not unlock the file before closing it
       and remove debug_printf about stream errors.

21 years ago2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sun, 23 Feb 2003 08:31:37 +0000 (08:31 +0000)]
2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winbase.h (EVENTLOG_SUCCESS): Add define.
Thanks to: Thomas Weber  <thomasweber@sourceforge.net>

21 years agowhitespace
Christopher Faylor [Sat, 22 Feb 2003 23:03:26 +0000 (23:03 +0000)]
whitespace

21 years ago* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:
Christopher Faylor [Sat, 22 Feb 2003 23:02:15 +0000 (23:02 +0000)]
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM.  It's not true.  # cygwin.din:
Export mallinfo.  # malloc_wrapper.cc (mallinfo): New function.

21 years ago* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an
Christopher Faylor [Sat, 22 Feb 2003 19:35:03 +0000 (19:35 +0000)]
* syslog.cc (syslog): Do not print the Windows pid.  Print the Cygwin pid as an
unsigned decimal.  On Win95 print a timestamp and attempt to lock the file up
to four times in 3 ms.

21 years ago2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith [Sat, 22 Feb 2003 11:32:30 +0000 (11:32 +0000)]
2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>

* include/wingdi.h (AddFontMemResourceEx[AW]): Add.
(RemoveFontMemResourceEx[AW]): Ditto
* lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
(RemoveFontMemResourceEx[AW]): Ditto.

21 years ago2003-02-22 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Sat, 22 Feb 2003 10:43:46 +0000 (10:43 +0000)]
2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>

* lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
(NtCurrentTeb): Remove.

21 years ago * include/wsahelp.h: Remove ';' after closing
Danny Smith [Sat, 22 Feb 2003 10:21:39 +0000 (10:21 +0000)]
* include/wsahelp.h: Remove ';' after closing
#ifdef __cplusplus brace.
* include/ws2spi.h: Likewise.

21 years ago * include/winbase.h (MEMORYSTATUSEX): Add structure.
Danny Smith [Sat, 22 Feb 2003 10:16:22 +0000 (10:16 +0000)]
* include/winbase.h (MEMORYSTATUSEX): Add structure.
(GlobalMemoryStatusEx): Add prototype.
* lib/kernel32.def (GlobalMemoryStatusEx): Add stub.

21 years ago Thanks to David Frasier <davidf@sjsoft.com> who inspired portions of
Earnie Boyd [Fri, 21 Feb 2003 21:12:29 +0000 (21:12 +0000)]
Thanks to David Frasier <davidf@sjsoft.com> who inspired portions of
this patch.
* Makefile.in (libmsvcrtd.a): Add target library.
(libmoldnamed.a): Ditto.
(msvcrt.def, msvcrtd.def, msvcrt20.def, msvcrt40.def): Use msvcrt.def.in
template to create.
($(srcdir)): Remove explicit reference for depencies of object targets.
* moldname.def, moldname-msvcrt.def, moldname-crtdll.def, msvcrt.def,
msvcrt20.def, msvcrt40.def: Remove.
* msvcrt.def.in: New file (Copy of previous msvcrt.def).

21 years agovarious updates to setup entries. Stronger emphasis to use setup, and only setup.
David Starks-Browning [Fri, 21 Feb 2003 20:37:47 +0000 (20:37 +0000)]
various updates to setup entries.  Stronger emphasis to use setup, and only setup.
(no more "work in progres ... ")

21 years agonew link to "How To Ask Questions The Smart Way" by Eric S. Raymond, added to Posting...
David Starks-Browning [Fri, 21 Feb 2003 20:13:55 +0000 (20:13 +0000)]
new link to "How To Ask Questions The Smart Way" by Eric S. Raymond, added to Posting Guidelines entry

21 years agoremove tired subtitle "(Not completely updated for the latest net release, but still...
David Starks-Browning [Fri, 21 Feb 2003 20:00:54 +0000 (20:00 +0000)]
remove tired subtitle "(Not completely updated for the latest net release, but still useful!)"

21 years ago * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
Corinna Vinschen [Fri, 21 Feb 2003 14:59:35 +0000 (14:59 +0000)]
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
warning.
(fhandler_socket::fstat): Simplify.  Set st_uid/st_gid to effective
uid/gid of current process in case of open sockets.

21 years ago * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen [Fri, 21 Feb 2003 14:29:18 +0000 (14:29 +0000)]
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
data on sockets to evaluate AF_LOCAL sockets correctly.
(dtable::build_fhandler): Set unit number on sockets.
* fhandler.h (fhandler_socket): Add unit number.
(fhandler_socket::get_unit): New method.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Set unit
number.
(fhandler_socket::fstat): Reorganize to return more Linux-like
values.
* net.cc: include ctype.h.
(fdsock): Set unit number when building fhandler.
* path.cc (path_conv::check): Set device type to FH_SOCKET if file
is a AF_UNIX socket.
(get_devn): Evaluate unit for virtual socket devices.
(win32_device_name): Set windows path for sockets to unix_path with
just backslashes to keep the different names.
* syscalls.cc (fstat64): Don't override st_ino, st_dev and st_rdev
for sockets.
(stat_worker): Ditto.

From Pierre Humblet:

* autoload.cc (AccessCheck): Add.
(DuplicateToken): Add.
* security.h (check_file_access): Declare.
* syscalls.cc (access): Convert path to Windows, check existence
and readonly attribute. Call check_file_access instead of acl_access.
* security.cc (check_file_access): Create.
* sec_acl (acl_access): Delete.

21 years agoAdd SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT.
Nick Clifton [Fri, 21 Feb 2003 12:17:51 +0000 (12:17 +0000)]
Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT.
Add code to display these values in readelf.

21 years ago(ldmac, stmac): Replace MACREG with MS32 and MD32.
Nick Clifton [Fri, 21 Feb 2003 11:36:59 +0000 (11:36 +0000)]
(ldmac, stmac): Replace MACREG with MS32 and MD32.

21 years ago* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor [Fri, 21 Feb 2003 04:33:53 +0000 (04:33 +0000)]
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
(fhandler_disk_file::open): Accept some filesystem specific stuff.
* sigproc.cc (wait_for_sigthread): Become slightly more thread safe.
(sig_send): Don't assume that signal thread is ready.

21 years ago* Makefile.tpl: Add definition of CPPFLAGS to pass into
DJ Delorie [Fri, 21 Feb 2003 01:55:12 +0000 (01:55 +0000)]
* Makefile.tpl: Add definition of CPPFLAGS to pass into
configure-target-* as some target builds may require additional
flags for preprocessor tests.
* Makefile.in: Regenerated.

21 years agomerge from gcc
DJ Delorie [Fri, 21 Feb 2003 01:35:25 +0000 (01:35 +0000)]
merge from gcc

21 years ago * libiberty.h (lrealpath): Add declaration.
Daniel Jacobowitz [Thu, 20 Feb 2003 22:13:09 +0000 (22:13 +0000)]
* libiberty.h (lrealpath): Add declaration.

21 years agoAdd support for Cirrus Maverick ARM co-processor
Nick Clifton [Thu, 20 Feb 2003 19:14:12 +0000 (19:14 +0000)]
Add support for Cirrus Maverick ARM co-processor

21 years ago * wincap.h (wincap): Remove unnecessary definition of
Corinna Vinschen [Thu, 20 Feb 2003 15:58:55 +0000 (15:58 +0000)]
* wincap.h (wincap): Remove unnecessary definition of
supports_sparse_files.
* wincap.cc: Ditto.

21 years agoIndex: include/gdb/ChangeLog
Andrew Cagney [Thu, 20 Feb 2003 14:37:58 +0000 (14:37 +0000)]
Index: include/gdb/ChangeLog
2003-02-20  Andrew Cagney  <ac131313@redhat.com>

* remote-sim.c (gdbsim_insert_breakpoint)
(gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
code.

Index: include/gdb/ChangeLog
2003-02-20  Andrew Cagney  <ac131313@redhat.com>

* remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
(sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
(sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
(sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
(sim_disable_all_breakpoints): Ditto.

Index: sim/common/ChangeLog
2003-02-20  Andrew Cagney  <ac131313@redhat.com>

* Make-common.in (SIM_NEW_COMMON_OBJS): Remove sim-break.o
(sim-break_h): Delete macro.
(sim-break.o): Delete rule.
* sim-break.c: Delete file.
* sim-break.h: Delete file.
* sim-base.h [SIM_HAVE_BREAKPOINTS]: Don't include "sim-break.h".
(STATE_BREAKPOINTS): Delete macro.
(sim_state_base): Delete field breakpoints.
* sim-module.c (modules) [SIM_HAVE_BREAKPOINTS]: Don't add
sim_break_install to array.

21 years ago * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen [Thu, 20 Feb 2003 14:14:37 +0000 (14:14 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
created by cygheap_fdnew constructor.
* fhandler_virtual.cc (fhandler_virtual::opendir): Ditto.
* fhandler_socket.cc (fhandler_socket::accept): Ditto and move
creation of file descriptor behind blocking OS call.
* net.cc (cygwin_socket): Ditto.
(cygwin_rcmd): Ditto.
(cygwin_rresvport): Ditto.
(cygwin_rexec): Ditto.
(socketpair): Ditto.

21 years ago * winsup.api/crlf.c: Fix C signed/unsigned compare warning.
Corinna Vinschen [Thu, 20 Feb 2003 11:22:17 +0000 (11:22 +0000)]
* winsup.api/crlf.c: Fix C signed/unsigned compare warning.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/ltp/chmod01.c: Ditto.
* winsup.api/ltp/fork04.c: Ditto.
* winsup.api/ltp/lseek03.c: Ditto.
* winsup.api/ltp/lseek06.c: Ditto.
* winsup.api/ltp/lseek07.c: Ditto.
* winsup.api/ltp/lseek08.c: Ditto.
* winsup.api/ltp/mmap001.c: Ditto.
* winsup.api/ltp/mmap02.c: Ditto.
* winsup.api/ltp/mmap03.c: Ditto.
* winsup.api/ltp/mmap04.c: Ditto.
* winsup.api/ltp/mmap05.c: Ditto.
* winsup.api/ltp/mmap06.c: Ditto.
* winsup.api/ltp/mmap07.c: Ditto.
* winsup.api/ltp/mmap08.c: Ditto.
* winsup.api/ltp/pipe11.c: Ditto.
* winsup.api/ltp/poll01.c: Ditto.
* winsup.api/ltp/sync02.c: Ditto.
* winsup.api/ltp/times03.c: Ditto.
* winsup.api/ltp/umask03.c: Ditto.
* winsup.api/ltp/getpgid01.c: Remove unused obsolete include.
* winsup.api/ltp/getpgid02.c: Ditto.

21 years ago * autoload.cc (GetCompressedFileSize): Add.
Corinna Vinschen [Thu, 20 Feb 2003 11:12:44 +0000 (11:12 +0000)]
* autoload.cc (GetCompressedFileSize): Add.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Compute
st_blocks value from GetCompressedFileSize() if available.

21 years agow32api:
Corinna Vinschen [Thu, 20 Feb 2003 10:14:53 +0000 (10:14 +0000)]
w32api:

        * include/winioctl.h (FSCTL_SET_SPARSE): Define.

cygwin:

        * wincap.h (wincaps::supports_sparse_files): New flag.
        (wincapc::supports_sparse_files): New method.
        * wincap.cc (wincap_unknown): Define value for the new flag.
        (wincap_95): Ditto.
        (wincap_95osr2): Ditto.
        (wincap_98): Ditto.
        (wincap_98se): Ditto.
        (wincap_me): Ditto.
        (wincap_nt3): Ditto.
        (wincap_nt4): Ditto.
        (wincap_nt4sp4): Ditto.
        (wincap_2000): Ditto.
        (wincap_xp): Ditto.
        * path.h (path_conv::fs_flags): New method.
        * fhandler_disk_file.cc: Include winioctl.h for DeviceIoControl.
        (fhandler_disk_file::open): Set newly created and truncated files as
        sparse on platforms that support it.

21 years ago * Makefile.in: Make sure libmingwex.a from current build tree is used.
Corinna Vinschen [Thu, 20 Feb 2003 10:12:15 +0000 (10:12 +0000)]
* Makefile.in: Make sure libmingwex.a from current build tree is used.

21 years ago* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
Alexandre Oliva [Thu, 20 Feb 2003 02:09:58 +0000 (02:09 +0000)]
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* ltconfig: Handle it.
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
auto-detecting it.

21 years ago* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
Alexandre Oliva [Thu, 20 Feb 2003 01:12:28 +0000 (01:12 +0000)]
* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
* ltconfig: Handle it.
* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
auto-detecting it.

21 years ago* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
Alexandre Oliva [Wed, 19 Feb 2003 23:51:28 +0000 (23:51 +0000)]
* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
it is used as argument to $CC.
* ltcf-gcj.sh: Likewise.

21 years ago* configure.in: Introduce --enable-maintainer-mode.
Alexandre Oliva [Wed, 19 Feb 2003 23:51:03 +0000 (23:51 +0000)]
* configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt.
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
for maintainer mode.
* Makefile.in: Rebuilt.

21 years ago* configure.in: Introduce --enable-maintainer-mode.
Alexandre Oliva [Wed, 19 Feb 2003 23:40:12 +0000 (23:40 +0000)]
* configure.in: Introduce --enable-maintainer-mode.
* configure: Rebuilt.
* Makefile.tpl (Makefile.in, configure): Enable dependencies only
for maintainer mode.
* Makefile.in: Rebuilt.

21 years ago2003-02-19 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Wed, 19 Feb 2003 23:32:19 +0000 (23:32 +0000)]
2003-02-19  Andrew Cagney <ac131313@redhat.com>

* configure: Regenerate using autoconf 2.13.

21 years ago2003-02-19 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 19 Feb 2003 19:00:11 +0000 (19:00 +0000)]
2003-02-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/mallocr.c (unlink): Revert 02/18 fix.

21 years agoimport latest versions
Alan Modra [Wed, 19 Feb 2003 07:47:34 +0000 (07:47 +0000)]
import latest versions

21 years ago2003-02-18 Christian Groessler <chris@groessler.org>
Jeff Johnston [Tue, 18 Feb 2003 22:41:16 +0000 (22:41 +0000)]
2003-02-18  Christian Groessler  <chris@groessler.org>

        * libc/machine/z8k/setjmp.S (_setjmp / _longjmp): Fix to
        support z8001 segmented mode.

21 years ago2003-02-18 Earnie Boyd <earnie@users.sf.net>
Jeff Johnston [Tue, 18 Feb 2003 22:34:02 +0000 (22:34 +0000)]
2003-02-18  Earnie Boyd  <earnie@users.sf.net>

        * libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer
        with a NULL value.

21 years ago * Makefile.tpl (check-c++): Allow parallelism.
Jason Merrill [Tue, 18 Feb 2003 20:12:50 +0000 (20:12 +0000)]
    * Makefile.tpl (check-c++): Allow parallelism.

21 years ago * mips/nullmon.c (_ftext, _end): Adjust declaration.
Richard Sandiford [Tue, 18 Feb 2003 19:37:04 +0000 (19:37 +0000)]
* mips/nullmon.c (_ftext, _end): Adjust declaration.
(get_mem_info): Rework.

21 years ago * mips/crt0.S (zerobss): Reload __memsize after call.
Richard Sandiford [Tue, 18 Feb 2003 19:32:24 +0000 (19:32 +0000)]
* mips/crt0.S (zerobss): Reload __memsize after call.

21 years ago * ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
Alan Modra [Tue, 18 Feb 2003 12:52:55 +0000 (12:52 +0000)]
* ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.

21 years ago * grp.cc (internal_getgroups): Handle properly tokens with
Corinna Vinschen [Tue, 18 Feb 2003 10:09:37 +0000 (10:09 +0000)]
* grp.cc (internal_getgroups): Handle properly tokens with
no groups. Fix bug introduced on 2003-02-04.

21 years ago * ppc.h: Replace DTPMOD64, TPREL64, DTPREL64 with DTPMOD32 etc.
Alan Modra [Tue, 18 Feb 2003 06:03:41 +0000 (06:03 +0000)]
* ppc.h: Replace DTPMOD64, TPREL64, DTPREL64 with DTPMOD32 etc.
(IS_PPC_TLS_RELOC): Define.

21 years ago2003-02-17 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston [Mon, 17 Feb 2003 23:45:26 +0000 (23:45 +0000)]
2003-02-17  Chris Demetriou  <cgd@broadcom.com>

        * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.

21 years agoRe-generate using autoconf 000227.
Andrew Cagney [Mon, 17 Feb 2003 17:14:16 +0000 (17:14 +0000)]
Re-generate using autoconf 000227.

21 years ago* cygwin.din: Export all appropriate newlibc libm functions. Sort.
Christopher Faylor [Sun, 16 Feb 2003 19:31:07 +0000 (19:31 +0000)]
* cygwin.din: Export all appropriate newlibc libm functions.  Sort.
* include/cygwin/version.h: Bump API minor number.

21 years ago * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
Geoffrey Keating [Sun, 16 Feb 2003 01:24:56 +0000 (01:24 +0000)]
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
don't configure target-libobjc.
* configure: Regenerate.

21 years ago* cygwin.din: Export all appropriate newlib functions.
Christopher Faylor [Sat, 15 Feb 2003 21:45:09 +0000 (21:45 +0000)]
* cygwin.din: Export all appropriate newlib functions.
* include/cygwin/version.h: Bump API minor number.

21 years ago* Makefile.tpl (RANLIB): Define.
DJ Delorie [Fri, 14 Feb 2003 21:15:37 +0000 (21:15 +0000)]
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.

21 years ago * mmap.cc (mprotect): Add missing break.
Corinna Vinschen [Fri, 14 Feb 2003 21:15:16 +0000 (21:15 +0000)]
* mmap.cc (mprotect): Add missing break.

21 years ago* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure
Christopher Faylor [Fri, 14 Feb 2003 19:25:12 +0000 (19:25 +0000)]
* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure
-mno-cygwin where appropriate.  Filter out -O2.

21 years ago* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor [Fri, 14 Feb 2003 02:52:29 +0000 (02:52 +0000)]
* exceptions.cc (try_to_debug): Don't reset priority when returning from
non-waitloop call.

21 years agoFix typo in last ChangeLog entry.
Danny Smith [Fri, 14 Feb 2003 00:45:17 +0000 (00:45 +0000)]
Fix typo in last ChangeLog entry.

21 years ago * profile/Makefile.in (mcount,o): Use -O1 optimization
Danny Smith [Fri, 14 Feb 2003 00:42:35 +0000 (00:42 +0000)]
* profile/Makefile.in (mcount,o): Use -O1 optimization
switch to compile.

21 years ago* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor [Thu, 13 Feb 2003 23:51:41 +0000 (23:51 +0000)]
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
bell sound.
* autoload.cc (MessageBeep): Add.

21 years ago* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Christopher Faylor [Thu, 13 Feb 2003 15:37:07 +0000 (15:37 +0000)]
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.

21 years ago* environ.cc (environ_init): Use strechr.
Christopher Faylor [Thu, 13 Feb 2003 15:17:11 +0000 (15:17 +0000)]
* environ.cc (environ_init): Use strechr.

21 years agooops.
Christopher Faylor [Thu, 13 Feb 2003 15:16:33 +0000 (15:16 +0000)]
oops.

21 years ago* include/cygwin/in.h (sockaddr_in): Fix typo.
Christopher Faylor [Thu, 13 Feb 2003 15:15:32 +0000 (15:15 +0000)]
* include/cygwin/in.h (sockaddr_in): Fix typo.

21 years agofix typo
Christopher Faylor [Thu, 13 Feb 2003 14:20:32 +0000 (14:20 +0000)]
fix typo

21 years ago* how.texinfo: Add more w32api words.
Christopher Faylor [Thu, 13 Feb 2003 14:18:23 +0000 (14:18 +0000)]
* how.texinfo: Add more w32api words.

21 years ago* path.h (path_conv): Reorganize slightly.
Christopher Faylor [Thu, 13 Feb 2003 03:13:37 +0000 (03:13 +0000)]
* path.h (path_conv): Reorganize slightly.

21 years ago* fhandler_tty.cc (process_input): Add sanity check to ensure that console
Christopher Faylor [Thu, 13 Feb 2003 02:56:36 +0000 (02:56 +0000)]
* fhandler_tty.cc (process_input): Add sanity check to ensure that console
typeahead is cleared on signal.

21 years ago* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.
Christopher Faylor [Thu, 13 Feb 2003 02:52:41 +0000 (02:52 +0000)]
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.

21 years ago* MAINTAINERS: Remove out-of-date file.
Christopher Faylor [Thu, 13 Feb 2003 02:41:44 +0000 (02:41 +0000)]
* MAINTAINERS: Remove out-of-date file.

21 years ago* cygpath.cc (doit): Allocate more space for non-path filename.
Christopher Faylor [Wed, 12 Feb 2003 22:48:13 +0000 (22:48 +0000)]
* cygpath.cc (doit): Allocate more space for non-path filename.

21 years ago2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith [Wed, 12 Feb 2003 21:15:13 +0000 (21:15 +0000)]
2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>

* include/wingdi.h (AddFontResourceEx[AW]): Add.
(RemoveFontResourceEx[AW]): Ditto
(FR_PRIVATE): Define.
(FR_NOT_ENUM): Define.
* lib/gdi32.def (AddFontResourceEx[AW]): Add.
(RemoveFontResourceEx[AW]): Ditto.

21 years ago * include/math.h: Remove _CRTIMP from pow() prototype,
Danny Smith [Mon, 10 Feb 2003 23:56:04 +0000 (23:56 +0000)]
* include/math.h: Remove _CRTIMP from pow() prototype,
unless __NO_ISOCEXT.

21 years ago* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor [Mon, 10 Feb 2003 22:43:29 +0000 (22:43 +0000)]
* include/cygwin/in.h (in_attr_t): Define new type.
* include/arpa/inet.h (inet_addr): Change return type to in_addr_t.
(inet_lnaof): Ditto.
(inet_netof): Ditto.
(inet_network): Ditto.
* include/cygwin/types.h: Move many *_t typedefs here.  Protect them with
ifdefs.
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Change ntsec_atts to
mode_t.
* security.cc (get_attribute_from_acl): Accept mode_t attribute.
(get_nt_attribute): Ditto.
(get_file_attribute): Ditto.
(get_nt_object_attribute): Ditto.
(get_object_attribute): Ditto.
* security.h: Reflect above changes.
* syscalls.cc (chown_worker): Change attrib to mode_t.

21 years ago * mingwex/math/cephes_emath.h: Don't redefine INFINITY.
Danny Smith [Mon, 10 Feb 2003 22:38:36 +0000 (22:38 +0000)]
* mingwex/math/cephes_emath.h: Don't redefine INFINITY.

21 years ago* libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't define
Christopher Faylor [Mon, 10 Feb 2003 22:13:35 +0000 (22:13 +0000)]
* libc/include/sys/types.h: Don't define __MS_types__ for Cygwin.  Don't define
some types under cygwin.

21 years ago * include/_mingw.h (_CRTIMP): Define for __GNUC__ if
Danny Smith [Mon, 10 Feb 2003 21:13:34 +0000 (21:13 +0000)]
* include/_mingw.h (_CRTIMP): Define for __GNUC__ if
__declspec(dllimport)  supported.
(__cdecl): Define if not already defined.
(__stdcall): Likewise.
* include/dirent.h: Qualify fuctions with __cdecl.
* include/fenv.h: Likewise.
* include/inttypes.h: Likewise.
* include/assert.h: Qualify fuctions with __cdecl. Qualify
CRT dll imports with _CRTIMP.
* include/conio.h: Likewise.
* include/ctype.h: Likewise.
* include/direct.h: Likewise.
* include/dos.h: Likewise.
* include/errno.h: Likewise.
* include/float.h: Likewise.
* include/io.h: Likewise.
* include/locale.h: Likewise.
* include/malloc.h: Likewise.
* include/math.h: Likewise.
* include/mbctype.h: Likewise.
* include/mbstring.h: Likewise.
* include/process.h: Likewise.
* include/setjmp.h: Likewise.
* include/signal.h: Likewise.
* include/stdio.h: Likewise.
* include/stdlib.h: Likewise.
* include/string.h: Likewise.
* include/time.h: Likewise.
* include/wchar.h: Likewise.
* include/wctype.h: Likewise.
* include/sys/stat.h: Likewise.
* include/sys/timeb.h: Likewise.
* include/sys/utime.h: Likewise.

* include/ctype.h: Guard ctype inlines with __NO_INLINE__.
* include/wctype.h: Guard wctype inlines with __NO_INLINE__.

* include/stdio.h (__VALIST): Guard against prior definition.

21 years ago * include/w32api.h: Increment version to 2.3.
Earnie Boyd [Mon, 10 Feb 2003 14:14:01 +0000 (14:14 +0000)]
* include/w32api.h: Increment version to 2.3.
* Makefile.in: Ditto.

21 years agoAdd support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
Nick Clifton [Mon, 10 Feb 2003 10:44:46 +0000 (10:44 +0000)]
Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
floating point co-processor.

21 years ago * include/GL/gl.h: Remove include of glext.h.
Earnie Boyd [Sun, 9 Feb 2003 14:04:56 +0000 (14:04 +0000)]
* include/GL/gl.h: Remove include of glext.h.
Thanks to Greg Couch <gregcouch@users.sf.net>

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