aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-17include/opcode/ChangeLog:Jason Eckhardt2-3/+9
2003-08-16 Jason Eckhardt <jle@rice.edu> * i860.h (fmov.ds): Expand as famov.ds. (fmov.sd): Expand as famov.sd. (pfmov.ds): Expand as pfamov.ds. gas/testsuite/ChangeLog: 2003-08-16 Jason Eckhardt <jle@rice.edu> * gas/i860/pseudo-ops01.{s,d}: New files. * gas/i860/i860.exp: Execute the new test above. * gas/i860/README.i860: Mention that pseudo-ops need more testing and remove the align fill defect from the list.
2003-08-162003-08-15 Michael Chastain <mec@shout.net>Michael Chastain2-0/+14
* src-release (do-proto-toplev): Remove junk files dejagnu/example/calc/config.status, dejagnu/example/calc/config.log.
2003-08-16 * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2-15/+27
file list. (package_list): Ditto. * dump_setup.cc: (package_list): Make output terse unless verbose requested. Fix formatting. (package_find): Ditto.
2003-08-15Add 'src-release'. 'src-release' was carved out of 'Makefile.in',Michael Chastain1-1/+1
so use the same policy for it.
2003-08-15 * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen3-64/+230
* cygcheck.cc (find_package,list_package): New global variables. (usage): Add "--find-package" and "--list-package" options, reformat output. (longopts, opts): Add "--find-package" and "--list-package" options. (main): Process the "--find-package" and "--list-package" flags. Add new semantic checks. Add calls to find_package() and list_package(). * dump_setup.cc: Fix header comment. (match_argv): Change return type to int to distinguish between real matches and default ones. (open_package_list): New static function. (check_package_files): Factor out opening the package list file into open_package_list(). (get_packages): New static function. (dump_setup): Factor out getting a list of packages into get_packages(). (package_list, package_find): New global functions.
2003-08-15 * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2-1/+6
map length.
2003-08-15 * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen2-15/+22
text. Fix forward slash description.
2003-08-152003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith3-1/+16
* include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper, IID_IDragSourceHelper): Declare. * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper, IID_IDragSourceHelper): Define.
2003-08-152003-08-15 Andrew Greenwood <lists@silverblade.co.uk>Danny Smith4-69/+131
* include/wingdi.h (DEVMODE[AW]) Correct structure definition. * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED. * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
2003-08-14* config-ml.in, symlink-tree: Add license.DJ Delorie3-1/+56
2003-08-13 * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen2-4/+9
Resize command buffer. Fix buffer overflow bug.
2003-08-132003-08-13 Aldy Hernandez <aldyh@redhat.com>Jeff Johnston2-0/+11
* libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in extern "C".
2003-08-132003-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+7
* libc/include/math.h: Add prototypes for __signbitf and __signbitd.
2003-08-13 * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen2-0/+10
a "." and a FIXME comment.
2003-08-13 * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen3-3/+12
* syscalls.cc: Add defines to avoid declaration issues when renaming cygwin_lstat back to lstat. (lstat): Reverted name change from cygwin_lstat.
2003-08-122003-08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+10
* i386/cygmon-salib.c (unlink): New stub.
2003-08-12 * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen2-0/+41
* include/sys/param.h (setbit): Add new bitmap related macro. (clrbit): Likewise. (isset): Likewise. (isclr): Likewise. (howmany): Add new counting/rounding macro. (rounddown): Likewise. (roundup): Likewise. (roundup2): Likewise. (powerof2): Likewise (MIN): Add macro for calculating min. (MAX): Add macro for calculating max.
2003-08-10 * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,Danny Smith3-4/+8
CGID_ShellServiceObject): Remove definitions. * lib/shell32.c (CGID_ShellServiceObject): Add definition. Correct last ChangeLog entry for lib/shell32.def.
2003-08-10* dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor2-15/+37
Rework slightly to use static buffer for popen commands.
2003-08-102003-08-10 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith5-0/+66
* include/shlobj.h (SHELLSTATE): Add structure. (SHGetSetSettings): Add prototype. (SHGetSettings): Add prototype. * lib/user32.def (SHGetSetSettings): Add stub. 2003-08-10 Phil Krylov <likewolf@users.sourceforge.net> * include/commctrl.h (HDM_ORDERTOINDEX): Add define. (Header_OrderToIndex): Add macro. (Header_GetOrderArray): Add macro. * include/commdlg.h (FR_MATCHALEFHAMZA, FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines. 2003-08-10 Martin Fuchs <Martin-Fuchs@gmx.net> * include/commctrl.h (TVM_GETSCROLLTIME, TVM_SETSCROLLTIME): Add defines.
2003-08-09* dump_setup.cc (version_len): New static variable.Christopher Faylor2-15/+138
(could_not_access,directory_exists): New static function. (file_exists): Ditto. (check_package_files): Ditto. (dump_setup): Check the contents of each package if check_files is true and output the result in the "Status" column. Flush output after each package. * dump_setup.cc (dump_setup): Remove redundant null check. Add informative message if package info not found.
2003-08-09* include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor2-1/+5
2003-08-08Convert cgen to C-90Michael Meissner2-89/+98
2003-08-08* include/stdint.h: Correctly define INT32_MIN.Christopher Faylor2-1/+5
2003-08-08* grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2-1/+9
free() is called.
2003-08-082003-08-08 Mark Salter <msalter@redhat.com>Jeff Johnston2-1/+18
* i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__ Bernd Schmidt <bernds@redhat.com> * i386/cygmon.ld: Add entry for .rodata.
2003-08-08Add MSP430 variantsNick Clifton3-5/+11
2003-08-07Convert to C90.Alan Modra21-305/+329
2003-08-06fix typoChristopher Faylor1-1/+1
2003-08-06typoChristopher Faylor1-1/+1
2003-08-06* Makefile.common: Hmm. Older compilers seem to need -nostdinc.Christopher Faylor2-1/+5
2003-08-06* Makefile.common: Don't send -nostdinc++ with g++.Christopher Faylor2-2/+7
2003-08-06* Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor4-18/+42
* speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files.
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor4-32/+64
DRIVE_REMOVABLE. * fhandler.cc (fhandler_base::lseek): Be more paranoid when constructing offsets from 64 bit value. * syscalls.cc (logout): Avoid temp buffer memcpy since new scheme does not require it. (utmp_data): Rework as a macro which returns a pointer into a buffer. (getutent): Use new buffer allocation mechanism to grab a utmp buffer. (getutid): Ditto. (pututline): Ditto.
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor5-10/+12
end of directory condition is encountered as per SUSv2. * fhandler_proc.cc (fhandler_proc::readdir): Ditto. * fhandler_process (fhandler_process::readdir): Ditto. * fhandler_registry (fhandler_registry::readdir): Ditto.
2003-08-05change default for --change-default-prefixChristopher Faylor1-1/+1
2003-08-04New canonical location.David Starks-Browning1-1/+1
2003-08-03 * include/shlobj.h (SHELLFLAGSTATE): Add structure.Danny Smith2-3/+28
(SHGetInstanceExplorer): Correct return type. (SHGetFolderPath[AW]: Likewise. Thanks to Magnus Olsen <greatlord@sourceforge.users.net> for report.
2003-08-02 Merge from gcc:Nathanael Nerode3-78/+19
2003-08-01 Matt Kraai <kraai@alumni.cmu.edu> * Makefile.tpl (check, check-c++): Express dependencies using dependencies rather than commands. * Makefile.in: Regenerate. 2003-07-31 Geoffrey Keating <geoffk@apple.com> * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. * Makefile.in: Update.
2003-08-012003-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-2/+7
* configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto.
2003-08-012003-08-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith6-1/+1111
* lib/test.c: Include winldap.h, ntldap.h, winber.h. 2003-08-01 Filip Navara <xnavara@volny.cz> * include/winldap.h: New file. * include/ntldap.h: New file. * include/winber.h: New file. * lib/winldap32.def: New file.
2003-08-012003-08-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-24/+34
* include/ddk/atm.h: Remove stray '.'; 2003-08-01 Gisle Vanem <gvanem@broadpark.no> * include/ddk/winddk.h; Remove trailing ';' from macro expressions, throughout. Add () around macro expressions with cast returns, throughout.
2003-07-312003-07-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston9-16/+28
* libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the correct type of conversion when dealing with EUCJP or SJIS. * libc/ctype/iswblank.c: Ditto. * libc/ctype/iswcntrl.c: Ditto. * libc/ctype/iswprint.c: Ditto. * libc/ctype/iswpunct.c: Ditto. * libc/ctype/iswspace.c: Ditto. * libc/ctype/towlower.c: Ditto. * libc/ctype/towupper.c: Ditto.
2003-07-31Screwed up ChangeLogJoshua Daniel Franklin1-1/+1
2003-07-31* effectively.sgml: New file, "Using Cygwin Effectively with Windows".Joshua Daniel Franklin4-1/+216
2003-07-31Allocate 4 slots on stack before calling main, in case it saves its argumentNick Clifton3-8/+13
registers. Remove reference to deleted v850ea port. Do not use -mv850 when building for v850e target. This prevents the ctbp system register from being initialised.
2003-07-312003-7-31 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith2-14/+28
* include/shlobj.h (SFGAO_COMPRESSED): Add define. (SFGAOF,SHGDNF): Add typedef's. (SHCONTF): Extend enum.
2003-07-31 * include/shellapi.h: Include all structs within pshpack2.h/Danny Smith2-3/+8
poppack.h block.
2003-07-30* configure.in: Enable libgcj for darwin.DJ Delorie3-2/+7
* configure: Rebuild.
2003-07-30* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor2-3/+10
pthread initialization. (dll_crt0_1): i.e., here.