aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-28 * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2-14/+42
(__convert_inf_to_maxnum): New.static inline. (reducl): Use it to protect against Inf - Inf. (__fast_ldexpl): New function. Use in lieu of ldexpl.
2004-07-27Add CRX insns: pushx, popxNick Clifton2-0/+8
Add support to GAS for expressions which are the difference of two symbols
2004-07-27 * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2-20/+20
function __expl, removing tests for +/-Inf. Extern function expl calls __expl after testing for max, min log thresholds.
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith3-6/+6
* mingwex/stdio/vfscanf.c: Likewise. * mingwex/stdio/vswscanf.c: Likewise. * mingwex/stdio/vfwscanf.c: Likewise.
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith3-3/+10
__MINGW_ATTRIB_* macros. * include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens. * includ/setjmp.h: Likewise. * include/sting.h: Add __MINGW_ATTRIB_PURE to locale-independent string functions. (_strdup, strdup): Add __MINGW_ATTRIB_MALLOC.
2004-07-26 * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2-37/+54
from /proc/cpuinfo on non-Intel processors. Added new AMD-specific flags. Changed Intel flag names to match Linux.
2004-07-26 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.Corinna Vinschen2-0/+6
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith5-55/+66
__MINGW_ATTRIB_* macros. * include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens. * includ/setjmp.h: Likewise. * include/sting.h: Add __MINGW_ATTRIB_PURE to locale-independent string functions. (_strdup, strdup): Add __MINGW_ATTRIB_MALLOC.
2004-07-26 * include/string.h: Group wide string functions together,Danny Smith2-38/+41
and protect with _WSTRING_DEFINED.
2004-07-252004-07-26 Hartmut Honisch <hhonisch@users.sourceforge.net>Danny Smith2-0/+12
* include/commctrl.h (TreeView_SetItemState): Define macro.
2004-07-25 * include/_mingw.h (_MINGW_ATTR_*): Replace withDanny Smith4-34/+43
__MINGW_ATTRIB_*. * include/stdlib.h (_ATTRIB_NORETURN): Replace with __MINGW_ATTRIB_NOREURN, throughout. (malloc): Declare with __MINGW_ATTRIB_MALLOC. (calloc): Likewise. (abs): Declare with __MINGW_ATTRIB_CONST. (labs): Likewise. (div): Likewise. (ldiv): Likewise. (lldiv): Likewise. (_rotl): Likewise. (_rotr): Likewise. (_lrotl): Likewise. (_lrotr): Likewise. * include/setjmp.h (longjmp): Add __MINGW_ATTRIB_NORETURN.
2004-07-24* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor4-8/+33
* pinfo.cc (pinfo::init): Don't consider MapViewOfFileEx error to be fatal if exiting. * pinfo.h (pinfo::init): Eliminate default argument and supply the argument in the one case that needed it.
2004-07-24merge from gccDJ Delorie3-0/+43
2004-07-24 * include/wingdi.h (CMYK): Its fun to play with the C-M-Y-K.Danny Smith2-10/+18
(young man, young man,...)
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen5-2/+54
(IsWow64Process): Add. * init.cc (respawn_wow64_process): New function. (dll_entry): If process has been started from a 64 bit process, call respawn_wow64_process. * uname.cc (uname): On 64 bit systems, use GetNativeSystemInfo. Show actual CPU type.
2004-07-242004-07-24 Brodie Thiesfield <brofield@users.sourceforge.net>Danny Smith2-5/+35
* include/shlobj.h (FILEDESCRIPTOR): Unicode it. (FILEGROUPDESCRIPTOR): LIkewise.
2004-07-232004-07-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* bin-bugs.h (REPORT_BUGS_TO): Set to "<URL:http://www.sourceware.org/bugzilla/>".
2004-07-23 * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen2-1/+7
to SUSv3.
2004-07-22 * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen2-0/+6
values also when copying fhandler from archetype.
2004-07-222004-07-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+6
* i386.h (i386_optab): Allow cs/ds in 64bit for branch hints.
2004-07-22* pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor2-1/+5
2004-07-21knetbsd/kfreebsd patches from Robert Millan.Jim Wilson6-11/+35
* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
2004-07-21For DefaultSize instructions, don't guess a 'q' suffix if the instructionNick Clifton2-103/+122
doesn't support it.
2004-07-21merge from gccDJ Delorie2-0/+13
2004-07-21 * include/_mingw.h: Undefine __attribute__.Danny Smith2-7/+36
(__MINGW_ATTR_NORETURN): New define. (__MINGW_ATTR_CONST): New define. (__MINGW_ATTR_MALLOC): New define. (__MINGW_ATTR_PURE): New define. (_CRTIMP, __cdecl, __stdcall, __UNUSED_PARAM): Ansi-fy expansions.
2004-07-20 * shm.cc: Whitespace fixes.Corinna Vinschen2-8/+12
2004-07-20 * bsd_helper.cc: Whitespace fixes.Corinna Vinschen3-15/+20
* bsd_mutex.cc: Ditto.
2004-07-20revert erroneous checkinChristopher Faylor1-2/+3
2004-07-20* Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor3-4/+7
2004-07-19 * include/time.h (__time64_t): Add missing ';'.Danny Smith2-1/+5
2004-07-19 * transport.cc (transport_layer_base::~transport_layer_base): Remove.Corinna Vinschen3-4/+5
* transport.h (transport_layer_base::~transport_layer_base): Ditto.
2004-07-19 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen4-3/+10
expression. * fhandler_floppy.cc (fhandler_dev_floppy::open): Remove unused variable. * fhandler_proc.cc (format_proc_meminfo): Fix compiler warning.
2004-07-19 * bsd_mutex.cc (win_priority): Actually calculate p from priority.Corinna Vinschen2-1/+5
2004-07-17 * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2-2/+11
not __GLIBCPP__.
2004-07-17* Makefile.in (CC): Strip inappropriate include file settings from anyChristopher Faylor2-1/+7
passed-in CC.
2004-07-16* arm.h: Remove all old content. Replace with architecture definesRichard Earnshaw2-294/+96
from gas/config/tc-arm.c.
2004-07-162004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>Jeff Johnston2-0/+5
* configure.host (h8300*-*-*): Default long long printing support.
2004-07-16* pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor2-0/+6
2004-07-162004-07-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+11
* libc/stdio/fvwrite.c (_sfvwrite): For asprintf family calls, if realloc fails, free up buffer as it is no longer used.
2004-07-16 * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen2-10/+18
on Windows 9x, FWIW.
2004-07-16* how-resources.texinfo: Update documentation to /usr/share/doc.Joshua Daniel Franklin4-14/+28
* how-using.texinfo: Add paragraph about find -noleaf.
2004-07-152004-07-15 "dgun" <dgun@umpire.com>Danny Smith2-1/+5
* include/complex.h (conj): Correct typo in prototype.
2004-07-15 * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen2-2/+24
READWRITE or WRITECOPY protection, whatever has been used when the page has been allocated initially.
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen4-64/+19
Remove declaration of writebuf. (class fhandler_dev_floppy): Remove declaration of close. * fhandler_floppy.cc (fhandler_dev_floppy::close): Delete. (fhandler_dev_floppy::lseek): Remove calls to writebuf. Set eom_detected to false after successful seek. * fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete. (fhandler_dev_raw::raw_read): Remove calls to writebuf. (fhandler_dev_raw::raw_write): Always invalidate buffer.
2004-07-15Whitespace change to ChangeLogDanny Smith1-0/+1
2004-07-15 * include/math.h: Add pragma GCC system_header.Danny Smith2-0/+9
2004-07-15 * mingwex/complex/cargs.c: New file.Danny Smith3-2/+16
* mingwex/Makefile.in: Really add carg.o to libmingwex.a.
2004-07-15 * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen4-4/+11
* mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Drop carg.o dependency.
2004-07-15 * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen2-4/+11
(mmap_record::fixup_page_map): Fix off by one error. (list::search_record): Use long as type of "start" argument in both, declaration and definition. Use long as type for local variable "i".
2004-07-15* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor2-0/+5