summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-05-18 Manu B <manubee@users.sourceforge.net>Danny Smith2003-05-183-23/+47
| | | | | | | | | | | | | | | | | * 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.
* 2003-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-05-162-0/+5
| | | | | From Bernd Schmidt <bernds@redhat.com> * h8.h (E_H8_MACH_H8300SX): New.
* 2003-05-15 Andreas Schwab <schwab@suse.de>Andreas Jaeger2003-05-163-0/+9
| | | | | * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild.
* Replace i[3456]86 with i[3-7]86Nick Clifton2003-05-162-2/+6
|
* * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,Danny Smith2003-05-152-7/+13
| | | | but still protect inline definition with __STRICT_ANSI__
* Remove isascii.o, add isascii.c to repositoryDanny Smith2003-05-152-0/+35
|
* * thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff2003-05-154-13/+23
| | | | | | | | | | | (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.
* libiberty/ChangeLog:Jim Blandy2003-05-152-2/+9
| | | | | | | | | | | | | | | | | | | 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.
* * fhandler_proc.cc (format_proc_meminfo): Make swap memory outputCorinna Vinschen2003-05-152-2/+7
| | | | Linux style values.
* * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):Danny Smith2003-05-152-4/+9
| | | | Unname anonymous unions if NONAMELESSUNION not defined.
* * string_old.c: Remove, splitting into...Danny Smith2003-05-159-33/+162
| | | | | | | | | | | | | * 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.
* 2003-05-14 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-05-152-0/+5
| | | | * include/winbase.h (GMEM_VALID_FLAGS): Add.
* * include/math.h (fabs) : Remove inline definition.Danny Smith2003-05-142-21/+8
| | | | | (fabsf): Likewise. (fabsl): Likewise.
* * m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000Stephane Carrez2003-05-132-1/+5
|
* Recreate correctly.Andreas Jaeger2003-05-131-34/+34
|
* 2003-05-13 Andreas Jaeger <aj@suse.de>Andreas Jaeger2003-05-133-24/+29
| | | | | * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version.
* * include/prsht.h (PROPSHEETHEADER[AW]: MarkDanny Smith2003-05-132-4/+9
| | | | anonymous unions as GCC extension.
* * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.Corinna Vinschen2003-05-135-5/+12
| | | | | | * libc/include/stdio.h: Ditto. * libc/include/sys/config.h: Ditto. * libc/stdio/mktemp.c: Ditto.
* * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.Corinna Vinschen2003-05-132-0/+12
|
* * libc/locale/ldpart.c (__part_load_locale): SubstituteCorinna Vinschen2003-05-136-9/+19
| | | | | | | | | __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.
* 2003-05-13 Michael Eager <eager@mvista.com>Andreas Jaeger2003-05-133-2/+8
| | | | | | * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild.
* * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.Danny Smith2003-05-133-5/+12
| | | | | | | (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR. * include/docobj.h (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously commented out). (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
* * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwinCorinna Vinschen2003-05-123-2/+8
| | | | | and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto.
* * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,Earnie Boyd2003-05-122-0/+12
| | | | | MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define. Thanks to: Robert Wishlaw <rwishlaw @ shaw . ca>
* * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.Corinna Vinschen2003-05-122-1/+5
|
* * configure.host: Accomodate removing the libc/sys/cygwin dir.Corinna Vinschen2003-05-1217-2876/+59
| | | | | | | | | | | | | | | | | | | | | * 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.
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-1211-12/+368
| | | | | | | | | | | | | | | | | | | * 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.
* * Makefile.common: Remove newlib_sys_include andCorinna Vinschen2003-05-122-8/+7
| | | | newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
* * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,Danny Smith2003-05-123-361/+404
| | | | | | | | | | | | | | | | | | 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.
* 2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2003-05-125-1/+40
| | | | | | | | | | * 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
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-117-8/+13
|
* * libc/include/sys/types.h: Don't define key_t for Cygwin.Corinna Vinschen2003-05-112-0/+6
|
* * include/cygwin/types.h: Add key_t typedef.Corinna Vinschen2003-05-112-0/+9
|
* * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bitChristopher Faylor2003-05-112-3/+10
| | | | inodes.
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-1111-56/+82
| | | | | | | | | | | | | | | | * 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.
* * include/shlguid.h (CGID_ShellServiceObject): Declare.Danny Smith2003-05-105-0/+15
| | | | | | | | * 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.
* * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen2003-05-094-93/+104
| | | | | | leading underscore. * cygwin.din: Ditto. * include/cygwin/version.h: Bump API minor number.
* * libc/include/sys/config.h: Remove all Cygwin specific configuration.Corinna Vinschen2003-05-092-12/+7
| | | | Include cygwin/config.h instead.
* * include/cygwin/config.h: New file.Corinna Vinschen2003-05-092-0/+43
|
* * libltp/include/test.h: Remove gethostid declaration.Corinna Vinschen2003-05-092-1/+4
|
* revert errnoneous checkinChristopher Faylor2003-05-091-129/+127
|
* * cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor2003-05-093-132/+139
| | | | waiting for signal delivery.
* * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const onAlan Modra2003-05-092-1/+6
| | | | gen_num_opcodes_fn return type.
* * cygwin-ug-net.in.sgml: Remove outdated revision information and authors namesJoshua Daniel Franklin2003-05-092-38/+7
|
* s/burtle/iterativeJason Merrill2003-05-072-4/+4
|
* Index: gdb/ChangeLogAndrew Cagney2003-05-072-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* libiberty/Jason Merrill2003-05-072-0/+10
| | | | | | | | | | * 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.
* * include/_mingw.h: Change version to 3.0Earnie Boyd2003-05-073-3/+8
| | | | * Makefile.in: Ditto.
* * signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff2003-05-062-1/+5
|
* Uh hum, just not my dayEarnie Boyd2003-05-065-5/+5
|