summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Touch version.h to avoid build message.Corinna Vinschen2003-08-180-0/+0
|
* 2003-08-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-184-33/+113
| | | | | | | | | | | | | | | | * include/commctrl.h (TB_*) Group defines together. 2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net> * include/winuser.h (ICON_SMALL2): Define. * include/commctrl.h (TB_SETBUTTONWIDTH,TB_SETDRAWTEXTFLAGS): Define. * include/shlobj.h (SHDRAGIMAGE): Define structure. (IDragSourceHelper) Define interface. (IDropTargetHelper): Likewise. (IExtractIcon): Unicode it. (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand, OnStateChange and IncludeObject methods.
* * grp.cc (read_group): Revert previous change.Corinna Vinschen2003-08-173-5/+7
| | | | * uinfo.cc (pwdgrp::load): Always reset curr_lines.
* * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen2003-08-172-0/+11
| | | | package file names.
* * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen2003-08-173-6/+15
| | | | | | * fhandler_raw.cc (fhandler_dev_raw::raw_read): Set more accurate errnos instead of EACCES. (fhandler_dev_raw::raw_write): Ditto.
* * path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor2003-08-172-21/+23
|
* Add ChangeLog entry for last commit.Danny Smith2003-08-171-0/+7
|
* 2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith2003-08-173-1/+6
| | | | | | | * include/commctrl.h (TreeView_GetScrollTime, TreeView_SetScrollTime): Define macros. * include/winuser.h (GetShellWindow): Add prototype. * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
* include/opcode/ChangeLog:Jason Eckhardt2003-08-172-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-15 Michael Chastain <mec@shout.net>Michael Chastain2003-08-162-0/+14
| | | | | | * src-release (do-proto-toplev): Remove junk files dejagnu/example/calc/config.status, dejagnu/example/calc/config.log.
* * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2003-08-162-15/+27
| | | | | | | | | file list. (package_list): Ditto. * dump_setup.cc: (package_list): Make output terse unless verbose requested. Fix formatting. (package_find): Ditto.
* Add 'src-release'. 'src-release' was carved out of 'Makefile.in',Michael Chastain2003-08-151-1/+1
| | | | so use the same policy for it.
* * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen2003-08-153-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.
* * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2003-08-152-1/+6
| | | | map length.
* * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen2003-08-152-15/+22
| | | | text. Fix forward slash description.
* 2003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith2003-08-153-1/+16
| | | | | | | * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper, IID_IDragSourceHelper): Declare. * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper, IID_IDragSourceHelper): Define.
* 2003-08-15 Andrew Greenwood <lists@silverblade.co.uk>Danny Smith2003-08-154-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.
* * config-ml.in, symlink-tree: Add license.DJ Delorie2003-08-143-1/+56
|
* * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen2003-08-132-4/+9
| | | | Resize command buffer. Fix buffer overflow bug.
* 2003-08-13 Aldy Hernandez <aldyh@redhat.com>Jeff Johnston2003-08-132-0/+11
| | | | | * libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in extern "C".
* 2003-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-132-0/+7
| | | | | * libc/include/math.h: Add prototypes for __signbitf and __signbitd.
* * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen2003-08-132-0/+10
| | | | a "." and a FIXME comment.
* * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen2003-08-133-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-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-122-0/+10
| | | | * i386/cygmon-salib.c (unlink): New stub.
* * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen2003-08-122-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.
* * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,Danny Smith2003-08-103-4/+8
| | | | | | | CGID_ShellServiceObject): Remove definitions. * lib/shell32.c (CGID_ShellServiceObject): Add definition. Correct last ChangeLog entry for lib/shell32.def.
* * dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor2003-08-102-15/+37
| | | | Rework slightly to use static buffer for popen commands.
* 2003-08-10 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-105-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.
* * dump_setup.cc (version_len): New static variable.Christopher Faylor2003-08-092-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.
* * include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor2003-08-092-1/+5
|
* Convert cgen to C-90Michael Meissner2003-08-082-89/+98
|
* * include/stdint.h: Correctly define INT32_MIN.Christopher Faylor2003-08-082-1/+5
|
* * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2003-08-082-1/+9
| | | | free() is called.
* 2003-08-08 Mark Salter <msalter@redhat.com>Jeff Johnston2003-08-082-1/+18
| | | | | | | | * i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__ Bernd Schmidt <bernds@redhat.com> * i386/cygmon.ld: Add entry for .rodata.
* Add MSP430 variantsNick Clifton2003-08-083-5/+11
|
* Convert to C90.Alan Modra2003-08-0721-305/+329
|
* fix typoChristopher Faylor2003-08-061-1/+1
|
* typoChristopher Faylor2003-08-061-1/+1
|
* * Makefile.common: Hmm. Older compilers seem to need -nostdinc.Christopher Faylor2003-08-062-1/+5
|
* * Makefile.common: Don't send -nostdinc++ with g++.Christopher Faylor2003-08-062-2/+7
|
* * Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor2003-08-064-18/+42
| | | | | * speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files.
* * path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor2003-08-054-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.
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-055-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.
* change default for --change-default-prefixChristopher Faylor2003-08-051-1/+1
|
* New canonical location.David Starks-Browning2003-08-041-1/+1
|
* * include/shlobj.h (SHELLFLAGSTATE): Add structure.Danny Smith2003-08-032-3/+28
| | | | | | | (SHGetInstanceExplorer): Correct return type. (SHGetFolderPath[AW]: Likewise. Thanks to Magnus Olsen <greatlord@sourceforge.users.net> for report.
* Merge from gcc:Nathanael Nerode2003-08-023-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-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-08-013-2/+7
| | | | | * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto.
* 2003-08-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-016-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-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-013-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.