]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
21 years ago2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Maciej W. Rozycki [Wed, 21 May 2003 09:48:07 +0000 (09:48 +0000)]
2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

21 years agoFix typo "ink" instead of "link"
Nick Clifton [Wed, 21 May 2003 09:09:37 +0000 (09:09 +0000)]
Fix typo "ink" instead of "link"

21 years ago * shared_info.h: Match shared_name declaration with below change.
Corinna Vinschen [Wed, 21 May 2003 08:01:57 +0000 (08:01 +0000)]
* shared_info.h: Match shared_name declaration with below change.
* shared.cc (shared_name): Use incoming char * parameter instead of
local static buffer.
(open_shared): Accomodate new calling convention for shared_name.
* exceptions.cc (events_init): Ditto.
* sigproc.cc (getsem): Ditto.
* syscalls.cc (login): Ditto.
(logout): Ditto.
(pututline): Ditto.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 05:06:49 +0000 (05:06 +0000)]
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        opcode/i860.h (flush): Set lower 3 bits properly and use 'L'
        for the immediate operand type instead of 'i'.

21 years ago2003-05-20 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Wed, 21 May 2003 02:06:40 +0000 (02:06 +0000)]
2003-05-20  Jason Eckhardt  <jle@rice.edu>

        opcode/i860.h (fzchks): Both S and R bits must be set.
        (pfzchks): Likewise.
        (faddp): Likewise.
        (pfaddp): Likewise.
        (fix.ss): Remove (invalid instruction).
        (pfix.ss): Likewise.
        (ftrunc.ss): Likewise.
        (pftrunc.ss): Likewise.

21 years ago.
Roland McGrath [Wed, 21 May 2003 00:55:28 +0000 (00:55 +0000)]
.

21 years ago2003-05-15 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 21 May 2003 00:55:15 +0000 (00:55 +0000)]
2003-05-15  Roland McGrath  <roland@redhat.com>

* common.h (NT_AUXV, AT_*): New macros.
* external.h (Elf32_External_Auxv, Elf64_External_Auxv): New types.
* internal.h (Elf_Internal_Auxv): New type.

21 years ago2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Maciej W. Rozycki [Tue, 20 May 2003 21:09:44 +0000 (21:09 +0000)]
2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

21 years ago * fhandler_socket.cc (secret_event_name): Return void. Use incoming
Corinna Vinschen [Tue, 20 May 2003 17:39:46 +0000 (17:39 +0000)]
* fhandler_socket.cc (secret_event_name): Return void.  Use incoming
char *parameter instead of local static buffer.
(fhandler_socket::create_secret_event): Accomodate new calling
convention for secret_event_name.
(fhandler_socket::close_secret_event): Ditto.

21 years ago * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.
Corinna Vinschen [Tue, 20 May 2003 15:22:09 +0000 (15:22 +0000)]
* fhandler_socket.cc (SECRET_EVENT_NAME): Remove.
(ENTROPY_SOURCE_NAME): Ditto.
(secret_event_name): New static function.  Create shared event name
with "Global\" prefix on systems supporting terminal services.
(fhandler_socket::set_connect_secret): Fix conditional.
(fhandler_socket::create_secret_event): Create secret event using
secret_event_name().
(fhandler_socket::close_secret_event): Ditto.
* shared.cc (shared_name): Create shared object name with "Global\"
prefix on systems supporting terminal services.
* wincap.cc: Set has_terminal_services capability throughout.
(wincap_2003): New global object representing Windows 2003 Server
capabilities.
(wincapc::init): Accomodate Windows 2003 Server.
* wincap.h (struct wincaps): Add has_terminal_services capability.

21 years ago * winsup/cygwin/include/cygwin/version.h: Bump API minor version.
Corinna Vinschen [Tue, 20 May 2003 12:38:04 +0000 (12:38 +0000)]
* winsup/cygwin/include/cygwin/version.h: Bump API minor version.
* winsup/cygwin/include/cygwin/types.h: Define key_t as long long.
* winsup/cygwin/cygwin.din: Add ftok, _ftok.
* winsup/cygwin/ipc.cc (ftok): Rework implementation.

21 years ago2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Tue, 20 May 2003 01:05:39 +0000 (01:05 +0000)]
2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Switch more things to use maybe dependencies.
* Makefile.tpl: Switch more things to use maybe dependencies.
Factor out common code from autogen IF statements.
* configure: Regenerate.
* Makefile.in: Regenerate.

21 years ago* configure.in: Accept i[3456789]86 for machine type.
DJ Delorie [Mon, 19 May 2003 18:12:19 +0000 (18:12 +0000)]
* configure.in: Accept i[3456789]86 for machine type.
* configure: Regenerate.

21 years ago* acinclude.m4: Accept i[3456789]86 for machine type.
DJ Delorie [Mon, 19 May 2003 18:11:58 +0000 (18:11 +0000)]
* acinclude.m4: Accept i[3456789]86 for machine type.

21 years ago* spawn.cc (spawn_guts): Show more of command line in strace output.
Christopher Faylor [Mon, 19 May 2003 01:43:31 +0000 (01:43 +0000)]
* spawn.cc (spawn_guts): Show more of command line in strace output.

21 years ago2003-05-18 Jason Eckhardt <jle@rice.edu>
Jason Eckhardt [Sun, 18 May 2003 21:24:32 +0000 (21:24 +0000)]
2003-05-18  Jason Eckhardt  <jle@rice.edu>
gas:
        * config/tc-i860.c (i860_process_insn): Initialize fc after
        each opcode mismatch.

include/opcode:
        * i860.h (form, pform): Add missing .dd suffix.

opcodes:
        * i860-dis.c (print_insn_i860): Instruction shrd has a dual bit,
        print it.

bfd:
        * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.

21 years ago<top level>
Nathanael Nerode [Sun, 18 May 2003 15:49:06 +0000 (15:49 +0000)]
<top level>
* configure.in: Switch more things to use maybe dependencies.
Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
* configure: Regenerate.
* Makefile.tpl: Switch more things to use maybe dependencies.
* Makefile.in: Regenerate.

<config>
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
_GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
GCC_TOPLEV_SUBDIRS.

21 years ago2003-05-18 Manu B <manubee@users.sourceforge.net>
Danny Smith [Sun, 18 May 2003 10:20:47 +0000 (10:20 +0000)]
2003-05-18  Manu B  <manubee@users.sourceforge.net>

* include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.

2003-05-18  Bang Jun-Young <junyoung@netbsd.org>

* include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
CREATE_NO_WINDOW): Convert to hexadecimal form for better
readability.
(BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.

21 years ago2003-05-14 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Fri, 16 May 2003 23:40:08 +0000 (23:40 +0000)]
2003-05-14  Michael Snyder  <msnyder@redhat.com>
From  Bernd Schmidt  <bernds@redhat.com>
* h8.h (E_H8_MACH_H8300SX): New.

21 years ago2003-05-15 Andreas Schwab <schwab@suse.de>
Andreas Jaeger [Fri, 16 May 2003 18:09:25 +0000 (18:09 +0000)]
2003-05-15  Andreas Schwab  <schwab@suse.de>

* Makefile.tpl (install-opcodes): Define.
* Makefile.in: Rebuild.

21 years agoReplace i[3456]86 with i[3-7]86
Nick Clifton [Fri, 16 May 2003 16:30:26 +0000 (16:30 +0000)]
Replace i[3456]86 with i[3-7]86

21 years ago * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,
Danny Smith [Thu, 15 May 2003 22:28:57 +0000 (22:28 +0000)]
* include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,
but still protect inline definition with __STRICT_ANSI__

21 years agoRemove isascii.o, add isascii.c to repository
Danny Smith [Thu, 15 May 2003 22:21:00 +0000 (22:21 +0000)]
Remove isascii.o, add isascii.c to repository

21 years ago* thread.h (pthread::init_mainthread): Remove function parameter.
Thomas Pfaff [Thu, 15 May 2003 19:42:51 +0000 (19:42 +0000)]
* thread.h (pthread::init_mainthread): Remove function parameter.
(MTinterface::Init): Ditto.
* thread.cc (MTinterface::Init): Remove function parameter.
Always initialize reent_key.
(pthread::init_mainthread): Remove function parameter.
(MTinterface::fixup_after_fork): Fix pthread::init_mainthread call.
* dcrt0.cc (dll_crt_0_1) Fix calls to MTinterface::Init and
pthread::init_mainthread.
Call pthread::init_mainthread only when not forked.

21 years agolibiberty/ChangeLog:
Jim Blandy [Thu, 15 May 2003 19:08:25 +0000 (19:08 +0000)]
libiberty/ChangeLog:
2003-05-14  Jim Blandy  <jimb@redhat.com>

* hex.c (_hex_value): Make this unsigned.
(hex_value): Update documentation for new return type.  hex_value
now expands to an unsigned int expression, to avoid unexpected
sign extension when we store it in a bfd_vma, which is larger than
int on some platforms.
* functions.texi: Regenerated.

include/ChangeLog:
2003-05-14  Jim Blandy  <jimb@redhat.com>

* libiberty.h (hex_value): Make the value an unsigned int, to
avoid unexpected sign-extension when cast to unsigned types larger
than int --- like bfd_vma, on some platforms.
(_hex_value): Update declaration.

21 years ago * fhandler_proc.cc (format_proc_meminfo): Make swap memory output
Corinna Vinschen [Thu, 15 May 2003 11:56:51 +0000 (11:56 +0000)]
* fhandler_proc.cc (format_proc_meminfo): Make swap memory output
Linux style values.

21 years ago * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
Danny Smith [Thu, 15 May 2003 01:04:07 +0000 (01:04 +0000)]
* include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
Unname anonymous unions if NONAMELESSUNION not defined.

21 years ago * string_old.c: Remove, splitting into...
Danny Smith [Thu, 15 May 2003 00:21:12 +0000 (00:21 +0000)]
* string_old.c: Remove, splitting into...
* strcasecmp.c: New file.
* strncasecmp.c: New file.
* wscmpi.c : New file.
* ctype_old.c: Remove, splitting into...
* isascii.c: New file.
* iscsym.c: New file.
* iscsymf.c: New file.
* toascii.c: New file.
* Makefile.in (MOLD_OBJS): Adjust.
(SRCDIST_FILES): Adjust.

21 years ago2003-05-14 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Thu, 15 May 2003 00:10:33 +0000 (00:10 +0000)]
2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>

* include/winbase.h (GMEM_VALID_FLAGS): Add.

21 years ago * include/math.h (fabs) : Remove inline definition.
Danny Smith [Wed, 14 May 2003 01:03:20 +0000 (01:03 +0000)]
* include/math.h (fabs) : Remove inline definition.
(fabsf): Likewise.
(fabsl): Likewise.

21 years ago * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000
Stephane Carrez [Tue, 13 May 2003 19:28:14 +0000 (19:28 +0000)]
* m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000

21 years agoRecreate correctly.
Andreas Jaeger [Tue, 13 May 2003 14:18:04 +0000 (14:18 +0000)]
Recreate correctly.

21 years ago2003-05-13 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 13 May 2003 12:09:10 +0000 (12:09 +0000)]
2003-05-13  Andreas Jaeger  <aj@suse.de>

* config.guess: Update to 2003-05-09 version.
* config.sub: Update to 2003-05-09 version.

21 years ago * include/prsht.h (PROPSHEETHEADER[AW]: Mark
Danny Smith [Tue, 13 May 2003 10:53:13 +0000 (10:53 +0000)]
* include/prsht.h (PROPSHEETHEADER[AW]: Mark
anonymous unions as GCC extension.

21 years ago * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.
Corinna Vinschen [Tue, 13 May 2003 09:46:48 +0000 (09:46 +0000)]
* libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.
* libc/include/stdio.h: Ditto.
* libc/include/sys/config.h: Ditto.
* libc/stdio/mktemp.c: Ditto.

21 years ago * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.
Corinna Vinschen [Tue, 13 May 2003 09:26:17 +0000 (09:26 +0000)]
* include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.

21 years ago * libc/locale/ldpart.c (__part_load_locale): Substitute
Corinna Vinschen [Tue, 13 May 2003 09:19:15 +0000 (09:19 +0000)]
* libc/locale/ldpart.c (__part_load_locale): Substitute
__CYGWIN_USE_BIG_TYPES__ by __USE_INTERNAL_STAT64.
* libc/search/hash.c (__hash_open): Ditto.
(init_hash): Ditto.
* libc/stdio/fseek.c (fseek): Ditto.
* libc/stdio/makebuf.c (__smakebuf): Ditto.
* libc/stdio/mktemp.c (_gettemp): Ditto.

21 years ago2003-05-13 Michael Eager <eager@mvista.com>
Andreas Jaeger [Tue, 13 May 2003 06:34:57 +0000 (06:34 +0000)]
2003-05-13  Michael Eager <eager@mvista.com>

* configure.in: Correct sed script so that options in quotes are not
deleted.
* configure: Rebuild.

21 years ago * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
Danny Smith [Tue, 13 May 2003 02:05:12 +0000 (02:05 +0000)]
* include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
(IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
* include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
commented out).
(IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.

21 years ago * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
Corinna Vinschen [Mon, 12 May 2003 13:59:17 +0000 (13:59 +0000)]
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths.
* configure: Ditto.

21 years ago * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
Earnie Boyd [Mon, 12 May 2003 12:29:00 +0000 (12:29 +0000)]
* include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>

21 years ago * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
Corinna Vinschen [Mon, 12 May 2003 11:26:11 +0000 (11:26 +0000)]
    * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.

21 years ago * configure.host: Accomodate removing the libc/sys/cygwin dir.
Corinna Vinschen [Mon, 12 May 2003 11:09:39 +0000 (11:09 +0000)]
* configure.host: Accomodate removing the libc/sys/cygwin dir.
* libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
if __CYGWIN_USE_BIG_TYPES__ is set.
* libc/search/hash.c (__hash_open): Ditto.
(init_hash): Ditto.
* libc/stdio/fseek.c (fseek): Ditto.
* libc/stdio/makebuf.c (__smakebuf): Ditto.
* libc/stdio/mktemp.c (_gettemp): Ditto.
* libc/sys/cygwin/Makefile.am: Remove.
* libc/sys/cygwin/Makefile.in: Remove.
* libc/sys/cygwin/aclocal.m4: Remove.
* libc/sys/cygwin/configure: Remove.
* libc/sys/cygwin/configure.in: Remove.
* libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
* libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
directory.
* libc/sys/cygwin/sys/param.h: Ditto.
* libc/sys/cygwin/sys/utime.h: Ditto.
* libc/sys/cygwin/sys/utmp.h: Ditto.

21 years ago * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.
Corinna Vinschen [Mon, 12 May 2003 11:06:27 +0000 (11:06 +0000)]
* Makefile.in (CYGWIN_START): Define as crt0.o.  Add to TARGET_LIBS.
* fhandler.h (fhandler_virtual::fstat): Remove useless declaration.
* fhandler_virtual.cc: Remove _COMPILING_NEWLIB define.
* ipc.cc (ftok): Use stat64.
* syscalls.cc (_fstat64): Remove alias.
(_fstat): Ditto.
(_stat): Ditto.
(_fstat64_r): New function.
(_fstat_r): Ditto.
(_stat64_r): Ditto.
(stat_r): Ditto.
* crt0.o: New file, moved from newlib.
* include/sys/param.h: Ditto.
* include/sys/utime.h: Ditto.
* include/sys/utmp.h: Ditto.
* include/sys/dirent.h: Ditto.  Expose different struct dirent,
dependening of the environment.

21 years ago * Makefile.common: Remove newlib_sys_include and
Corinna Vinschen [Mon, 12 May 2003 11:06:00 +0000 (11:06 +0000)]
* Makefile.common: Remove newlib_sys_include and
newlib_sys_include_include entirely.  Set CRT0 to cygwin/crt0.o.

21 years ago * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
Danny Smith [Mon, 12 May 2003 10:43:08 +0000 (10:43 +0000)]
* include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Move from here to...
* include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Here, as per documentation.

21 years ago2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>
Danny Smith [Mon, 12 May 2003 10:35:35 +0000 (10:35 +0000)]
2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>

* include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
* include/winbase.h (TerminateJobObject,
AssignProcessToJobObject): Likewise.
* include/servprov.h: New header.
* lib/test.c: Include servprov.h.

Correct ChangeLog typo

21 years ago Replace ino_t by __ino64_t throughout.
Corinna Vinschen [Sun, 11 May 2003 21:52:09 +0000 (21:52 +0000)]
Replace ino_t by __ino64_t throughout.

21 years ago * libc/include/sys/types.h: Don't define key_t for Cygwin.
Corinna Vinschen [Sun, 11 May 2003 12:51:52 +0000 (12:51 +0000)]
* libc/include/sys/types.h: Don't define key_t for Cygwin.

21 years ago * include/cygwin/types.h: Add key_t typedef.
Corinna Vinschen [Sun, 11 May 2003 12:50:18 +0000 (12:50 +0000)]
* include/cygwin/types.h: Add key_t typedef.

21 years ago* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
Christopher Faylor [Sun, 11 May 2003 00:23:41 +0000 (00:23 +0000)]
* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
inodes.

21 years ago* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor [Sun, 11 May 2003 00:10:11 +0000 (00:10 +0000)]
* dir.cc (readdir): Fill out new old_d_ino field.
* fhandler.h (fhandler_base::namehash): Define as ino_t.
(fhandler_base::get_namehash): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64
bit st_ino.
* fhandler_socket.cc (fhandler_socket::fstat): Ditto.
* path.cc (hash_path_name): Return ino_t.
* syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit.
* winsup.h (hash_path_name): Declare as returning ino_t.
* include/cygwin/stat.h (__stat32): Use 32 bit st_ino.
(__stat64): Use 64 bit st_ino.
* include/cygwin/types.h (__ino64_t): Define.
(__ino32_t): Ditto.
(ino_t): Define appropriately.

21 years ago * include/shlguid.h (CGID_ShellServiceObject): Declare.
Danny Smith [Sat, 10 May 2003 09:20:11 +0000 (09:20 +0000)]
* include/shlguid.h (CGID_ShellServiceObject): Declare.
* lib/uuid.c (CGID_ShellServiceObject): Define guid.
Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
* include/winuser.h (SetLayeredWindowAttributes): Add prototype.
* lib/user32.def (SetLayeredWindowAttributes): Add stub.
* lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.

21 years ago * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
Corinna Vinschen [Fri, 9 May 2003 22:11:25 +0000 (22:11 +0000)]
* Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
leading underscore.
* cygwin.din: Ditto.
* include/cygwin/version.h: Bump API minor number.

21 years ago * libc/include/sys/config.h: Remove all Cygwin specific configuration.
Corinna Vinschen [Fri, 9 May 2003 21:38:31 +0000 (21:38 +0000)]
* libc/include/sys/config.h: Remove all Cygwin specific configuration.
Include cygwin/config.h instead.

21 years ago * include/cygwin/config.h: New file.
Corinna Vinschen [Fri, 9 May 2003 21:27:40 +0000 (21:27 +0000)]
* include/cygwin/config.h: New file.

21 years ago * libltp/include/test.h: Remove gethostid declaration.
Corinna Vinschen [Fri, 9 May 2003 20:53:22 +0000 (20:53 +0000)]
* libltp/include/test.h: Remove gethostid declaration.

21 years agorevert errnoneous checkin
Christopher Faylor [Fri, 9 May 2003 17:58:20 +0000 (17:58 +0000)]
revert errnoneous checkin

21 years ago* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
Christopher Faylor [Fri, 9 May 2003 17:56:58 +0000 (17:56 +0000)]
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
waiting for signal delivery.

21 years ago * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
Alan Modra [Fri, 9 May 2003 11:36:09 +0000 (11:36 +0000)]
* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
gen_num_opcodes_fn return type.

21 years ago* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names
Joshua Daniel Franklin [Fri, 9 May 2003 00:05:02 +0000 (00:05 +0000)]
* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names

21 years agos/burtle/iterative
Jason Merrill [Wed, 7 May 2003 20:30:13 +0000 (20:30 +0000)]
s/burtle/iterative

21 years agoIndex: gdb/ChangeLog
Andrew Cagney [Wed, 7 May 2003 19:21:13 +0000 (19:21 +0000)]
Index: gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (remote_d10v_translate_xfer_address): Add
"regcache".
(d10v_print_registers_info): Update.
(d10v_dmap_register, d10v_imap_register): Delete functions.
(struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
and "imap_register".
(d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
(d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
* arch-utils.c (generic_remote_translate_xfer_address): Add
"regcache" and "gdbarch" parameters.
* gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
parameter.  Change class to multi-arch.
* gdbarch.h, gdbarch.c: Re-generate.
* remote.c (remote_xfer_memory): Use
gdbarch_remote_translate_xfer_address.

Index: include/gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
(sim_d10v_translate_imap_addr): Add regcache parameter.
(sim_d10v_translate_dmap_addr): Ditto.

Index: sim/d10v/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
(sim_d10v_translate_imap_addr): Ditto.
(sim_d10v_translate_dmap_addr): Ditto.
(xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
(dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
(dmap_register, imap_register): Add "regcache" parameter.
(imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
(sim_fetch_register): Pass NULL regcache to imap_register and
dmap_register.

21 years agolibiberty/
Jason Merrill [Wed, 7 May 2003 18:06:23 +0000 (18:06 +0000)]
libiberty/
        * hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro.

21 years ago * include/_mingw.h: Change version to 3.0
Earnie Boyd [Wed, 7 May 2003 03:12:17 +0000 (03:12 +0000)]
* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.

21 years ago* signal.cc (nanosleep): Do not wait twice for signal arrival.
Thomas Pfaff [Tue, 6 May 2003 19:39:10 +0000 (19:39 +0000)]
* signal.cc (nanosleep): Do not wait twice for signal arrival.

21 years agoUh hum, just not my day
Earnie Boyd [Tue, 6 May 2003 16:04:25 +0000 (16:04 +0000)]
Uh hum, just not my day

21 years ago* configure: Regenerate
Earnie Boyd [Tue, 6 May 2003 14:48:34 +0000 (14:48 +0000)]
* configure: Regenerate

21 years ago * configure.in (W32API_INCLUDE): Need the -I switch in the value.
Earnie Boyd [Tue, 6 May 2003 14:46:06 +0000 (14:46 +0000)]
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto.
* profile/configure.in (W32API_INCLUDE): Ditto.

21 years agoOops. Add ending quotes to CFLAGS value.
Earnie Boyd [Tue, 6 May 2003 13:35:20 +0000 (13:35 +0000)]
Oops. Add ending quotes to CFLAGS value.

21 years ago * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
Earnie Boyd [Tue, 6 May 2003 13:26:44 +0000 (13:26 +0000)]
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
of multiply defined symbols if the symbols is defined locally.  E.G.:
A local definition of malloc causes this problem.
* configure: Regenerate.
* profile/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
(gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS.
Thanks to Jeff Bonggren <jbon@users.sf.net>.
* profile/configure.in (W32API_INCLUDE): Set default value.
* profile/configure: Regenerate.
* mingwex/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API-INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* mingwex/configure.in (W32API_INCLUDE): Set default value.
* mingwex/configure: Regenerate.

21 years ago2003-05-05 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 5 May 2003 21:35:08 +0000 (21:35 +0000)]
2003-05-05  H.J. Lu <hjl@gnu.org>

* config-ml.in: Restored from gcc repository.

21 years ago * Makefile.in (W32API_INCLUDE): New variable.
Earnie Boyd [Mon, 5 May 2003 16:04:11 +0000 (16:04 +0000)]
* Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Include W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values.
(W32API_INCLUDE): Set default value.
* configure: Regenerate.

21 years ago * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
Danny Smith [Mon, 5 May 2003 09:16:35 +0000 (09:16 +0000)]
  * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
HOTKEY_CLASS): Remove dupicate defines for UNICODE case.

21 years ago * include/cygwin/types.h: Fix erroneous definition of ino_t from
Corinna Vinschen [Sat, 3 May 2003 18:14:29 +0000 (18:14 +0000)]
* include/cygwin/types.h: Fix erroneous definition of ino_t from
2003-04-28.

21 years ago * syscalls.cc (chown_worker): Allow chown'ing of socket files.
Corinna Vinschen [Sat, 3 May 2003 16:03:19 +0000 (16:03 +0000)]
* syscalls.cc (chown_worker): Allow chown'ing of socket files.

21 years ago2003-05-02 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Sat, 3 May 2003 01:31:50 +0000 (01:31 +0000)]
2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 3 May 2003 00:44:23 +0000 (00:44 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* New file.

21 years agoCheck in proper version of Eric's patch.
Jeff Johnston [Fri, 2 May 2003 20:06:52 +0000 (20:06 +0000)]
Check in proper version of Eric's patch.

21 years ago2003-05-02 Eric Christopher <echristo@redhat.com>
Jeff Johnston [Fri, 2 May 2003 19:30:45 +0000 (19:30 +0000)]
2003-05-02  Eric Christopher  <echristo@redhat.com>

        * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.

21 years ago * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
Daniel Jacobowitz [Fri, 2 May 2003 17:29:48 +0000 (17:29 +0000)]
* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
and Makefile.def.

21 years ago2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith [Fri, 2 May 2003 00:46:57 +0000 (00:46 +0000)]
2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>

* include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.

21 years ago2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
Danny Smith [Fri, 2 May 2003 00:16:03 +0000 (00:16 +0000)]
2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>

* include/commctrl.h (TBM_*): Add missing trackbar defines.

21 years ago * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
Danny Smith [Fri, 2 May 2003 00:11:49 +0000 (00:11 +0000)]
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.

21 years agooops - undo accidental change commited with a different patch
Nick Clifton [Thu, 1 May 2003 16:32:56 +0000 (16:32 +0000)]
oops - undo accidental change commited with a different patch

21 years ago* Makefile.in: Revert patch from 2003-04-17.
Thomas Pfaff [Wed, 30 Apr 2003 22:18:24 +0000 (22:18 +0000)]
* Makefile.in: Revert patch from 2003-04-17.

21 years ago * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
Danny Smith [Wed, 30 Apr 2003 09:28:15 +0000 (09:28 +0000)]
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
(SetDCPenColor, SetDCBrushColor): Add prototypes.
* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.

21 years agoAdd entry for change to libnosys/sbrk.c
Nick Clifton [Tue, 29 Apr 2003 08:00:22 +0000 (08:00 +0000)]
Add entry for change to libnosys/sbrk.c

21 years agobfd/
H.J. Lu [Tue, 29 Apr 2003 01:53:45 +0000 (01:53 +0000)]
bfd/

2003-04-28  H.J. Lu <hjl@gnu.org>

* elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
the relax finalize pass.

* section.c (struct sec): Add need_finalize_relax and remove
flag11.
(STD_SECTION): Update struct sec initializer.
* bfd-in2.h: Regenerated.

include/

2003-04-28  H.J. Lu <hjl@gnu.org>

* bfdlink.h (bfd_link_info): Add relax_finalizing.

ld/

2003-04-28  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_process): Add the relax finalize pass.

* ldmain.c (main): Initialize link_info.relax_finalizing to
FALSE.

21 years ago* profil.h (PROFADDR): Prevent overflow when text segments are larger than
Christopher Faylor [Mon, 28 Apr 2003 20:10:54 +0000 (20:10 +0000)]
* profil.h (PROFADDR): Prevent overflow when text segments are larger than
256k.
* profil.c (profthr_func): Raise thread priority for more accurate sampling.
* path.cc (hash_path_name): Use ino_t as type.

21 years agoRegenerated using different version of autoconf.
Jeff Johnston [Mon, 28 Apr 2003 17:19:05 +0000 (17:19 +0000)]
Regenerated using different version of autoconf.

21 years ago * Makefile.tpl: Clean $(BUILD_SUBDIR).
Daniel Jacobowitz [Mon, 28 Apr 2003 02:24:35 +0000 (02:24 +0000)]
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

21 years agoreally check in correct fix.
Christopher Faylor [Sun, 27 Apr 2003 03:14:02 +0000 (03:14 +0000)]
really check in correct fix.

21 years ago* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Christopher Faylor [Sun, 27 Apr 2003 03:09:17 +0000 (03:09 +0000)]
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.

21 years ago* mkpasswd.c (usage) Remove extra newline from description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 22:33:00 +0000 (22:33 +0000)]
* mkpasswd.c (usage) Remove extra newline from description output.

21 years ago2003-04-26 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Sat, 26 Apr 2003 22:00:16 +0000 (22:00 +0000)]
2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>

* include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.

21 years ago* cygcheck.cc (usage) Add description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 21:52:03 +0000 (21:52 +0000)]
* cygcheck.cc (usage) Add description output.

21 years ago* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example
Joshua Daniel Franklin [Sat, 26 Apr 2003 14:10:59 +0000 (14:10 +0000)]
* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example

21 years ago * include/oaidl.h (ITypeMarshal): Add interface.
Danny Smith [Sat, 26 Apr 2003 08:48:03 +0000 (08:48 +0000)]
* include/oaidl.h (ITypeMarshal): Add interface.

21 years ago2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sat, 26 Apr 2003 08:31:29 +0000 (08:31 +0000)]
2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winioctl.h: Clean up formatting.
(RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
(CREATE_DISK): Add _ANONYMOUS_UNION macro.
(DISK_CACHE_INFORMATION): Likewise.
(DISK_DETECTION_INFO): Likewise.
(DISK_PARTITION_INFO): Likewise.
(PARTITION_INFORMATION_EX): Likewise.
(DRIVE_LAYOUT_INFORMATION_EX): Likewise.

2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/winbase.h (DeleteVolumeMountPoint[AW],
FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
SetVolumeMountPoint[AW]): Add prototypes.
* include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
IOCTL_DISK_SET_PARTITION_INFO_EX,
IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
IOCTL_DISK_GET_CACHE_INFORMATION,
IOCTL_DISK_SET_CACHE_INFORMATION,
IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
FSCTL_MOVE_FILE): Define.
(CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
DISK_CACHE_INFORMATION,
DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
MOVE_FILE_DATA,
RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs
(PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
(MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
F5_720_512,
F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512,
F3_230Mb_512,
F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512.
* lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
stubs.

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