summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* 2003-07-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-07-319-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.
* Screwed up ChangeLogJoshua Daniel Franklin2003-07-311-1/+1
|
* * effectively.sgml: New file, "Using Cygwin Effectively with Windows".Joshua Daniel Franklin2003-07-314-1/+216
|
* Allocate 4 slots on stack before calling main, in case it saves its argumentNick Clifton2003-07-313-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-7-31 Martin Fuchs <Martin-Fuchs@gmx.net>Danny Smith2003-07-312-14/+28
| | | | | | * include/shlobj.h (SFGAO_COMPRESSED): Add define. (SFGAOF,SHGDNF): Add typedef's. (SHCONTF): Extend enum.
* * include/shellapi.h: Include all structs within pshpack2.h/Danny Smith2003-07-312-3/+8
| | | | poppack.h block.
* * configure.in: Enable libgcj for darwin.DJ Delorie2003-07-303-2/+7
| | | | * configure: Rebuild.
* * dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor2003-07-302-3/+10
| | | | | pthread initialization. (dll_crt0_1): i.e., here.
* * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.Nathanael Nerode2003-07-302-19/+98
|
* 2003-07-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-07-292-11/+15
| | | | * include/opcode/h8sx.h (DO_MOVA1, DO_MOVA2): Reformatting.
* 2003-07-29 Honda Hiroki <hhonda@ipflex.com>Jeff Johnston2003-07-292-1/+8
| | | | | * libc/stdio/vfprintf.c: Set output size to 1 when we have %f format with precision 0 and # flag not specified.
* 2003-07-28 Eric Christopher <echristo@redhat.com>Eric Christopher2003-07-292-1/+9
| | | | | | | | | | | | | * elf32-ppc.c (R_PPC_RELAX32): New relocation. (ppc_elf_install_value): New function. (ppc_elf_sort_rela): Remove. (ppc_elf_relax_section): Rewrite. Remove old relaxation and replace with out of range branch stubs. (ppc_elf_relocate_section): Handle R_PPC_RELAX32. 2003-07-28 Eric Christopher <echristo@redhat.com> * ppc.h (R_PPC_RELAX32): New. Fake relocation.
* * libc/machine/mn10300/setjmp.S: Never emit both .am33 andAlexandre Oliva2003-07-292-2/+8
| | | | .am33_2.
* * include/cygwin/version.h: Bump DLL minor number to 2.Christopher Faylor2003-07-282-1/+5
|
* * fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor2003-07-282-7/+13
| | | | bytes from read.
* * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' whenNathanael Nerode2003-07-285-145/+80
| | | | | | | creating target and build subdirs to build all parent dirs as needed. * Makefile.in: Rebuild. * configure.in: Don't build dirs explicitly here. * configure: Rebuild.
* * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,Danny Smith2003-07-263-3/+23
| | | | | | | | | | LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT, _WIN32_WINDOWS, not WINVER. (AllowSetForegroundWindow,LockSetForegroundWindow, SetLayeredWindowAttributes): Likewise. (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes. * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow): Add stubs.
* * mount.cc (do_mount): Issue warning when using managed mount option onChristopher Faylor2003-07-262-0/+25
| | | | non-empty directory.
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-2614-224/+232
| | | | | | | | | | | | is a tty associated with the process. Send SIGHUP on CTRL_LOGOFF_EVENT. * fhandler_tty.cc (fhandler_tty_slave::open): Adjust console open handle counter regardless of whether this is a pty or tty. (fhandler_tty_slave::open): Ditto. (fhandler_tty_slave::dup): Ditto. (fhandler_tty_common::set_close_on_exec): Ditto. (fhandler_tty_master::init_console): Decrement console open handle counter after init since it will now be handled by all tty open. * syscalls.cc (setsid): Rework debugging output slightly.
* * configure.in: Use 'install-sh -c'.Christopher Faylor2003-07-265-2/+17
| | | | * configure: Regenerate.
* revert erroneous checkinChristopher Faylor2003-07-261-6/+0
|
* * Makefile.in: Only use localhost when building mingw with distcc or gcc won'tChristopher Faylor2003-07-262-0/+11
| | | | be able to find .exp files on other hosts.
* 2003-07-26 Eric R. Krause <ekrause_98@users.sourceforge.net>Danny Smith2003-07-262-2/+6
| | | | * include/onjidl.h (IMalloc): Fix typo.
* preliminary checkinChristopher Faylor2003-07-261-4/+0
|
* preliminary checkinChristopher Faylor2003-07-261-0/+5
|
* preliminary checkinChristopher Faylor2003-07-264-4/+4
|
* preliminary checkinChristopher Faylor2003-07-266-11/+10
|
* * configure.in: Always use install-sh.Christopher Faylor2003-07-259-110/+137
| | | | * configure: Regenerate.
* * include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor2003-07-252-0/+8
|
* * Makefile.in (OBSOLETE_FUNCTION): Add fdopen.Christopher Faylor2003-07-252-1/+5
|
* * libc/stdio64/fdopen64.c: Include sys/lock.h.Christopher Faylor2003-07-252-0/+5
|
* * cygwin.din: Export _fdopen64Christopher Faylor2003-07-255-2/+13
| | | | | | * Makefile.in (NEW_FUNCTIONS): Add _fdopen64 -> fdopen translation. * include/cygwin/version.h: Bump api minor number. * ntdll.h: Remove (now) duplicate FILE_SYNCHRONOUS_IO_NONALERT definition.
* * configure.host: Find cygwin include directory, when appropriate.Christopher Faylor2003-07-251-0/+4
|
* * libc/stdio64/fdopen64.c: New file.Christopher Faylor2003-07-256-3/+137
| | | | | | | * libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o * libc/stdio64/Makefile.in: Regenerate. * libc/include/stdio.h (fdopen64): Define. * libc/include/stdio.h (_fdopen64_r): Ditto.
* bfd/H.J. Lu2003-07-252-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-25 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (bfd_elf_special_section): New. (elf_backend_data): Add special_sections, a pointer to bfd_elf_special_section. (elf_section_type). New. (elf_section_flags): New. (_bfd_elf_get_sec_type_attr): New. * elf.c (_bfd_elf_make_section_from_shdr): Always use the real section type/flags. (special_sections): New. (get_special_section): New. (_bfd_elf_get_sec_type_attr): New. (_bfd_elf_new_section_hook): Check special_section to set elf_section_type and elf_section_flags. (elf_fake_sections): Don't use section name to set ELF section data. * elf32-m32r.c (m32r_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf32-m68hc11.c (elf32_m68hc11_special_sections): New. (elf_backend_special_sections): Defined. * elf32-mcore.c (mcore_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf32-ppc.c (ppc_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf32-sh64.c (sh64_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf32-v850.c (v850_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf32-xtensa.c (elf_xtensa_special_sections): New. (elf_backend_special_sections): Defined. * elf64-alpha.c (elf64_alpha_special_sections): New. (elf_backend_special_sections): Defined. * elf64-hppa.c (elf64_hppa_special_sections): New. (elf_backend_special_sections): Defined. * elf64-ppc.c (ppc64_elf_special_sections): New. (elf_backend_special_sections): Defined. * elf64-sh64.c (sh64_elf64_special_sections): New. (elf_backend_special_sections): Defined. * elfxx-ia64.c (elfNN_ia64_special_sections): New. (elf_backend_special_sections): Defined. * elfxx-mips.c (_bfd_mips_elf_special_sections): New. * elfxx-mips.h (_bfd_mips_elf_special_sections): New. (elf_backend_special_sections): Defined. * elfxx-target.h (elf_backend_special_sections): New. Default to NULL. (elfNN_bed): Initialize special_sections. * section.c (bfd_abs_section): Remove const. (bfd_und_section): Likewise. (bfd_com_section): Likewise. (bfd_ind_section): Likewise. gas/ 2003-07-25 H.J. Lu <hongjiu.lu@intel.com> * config/obj-elf.c (special_sections): Removed. (obj_elf_change_section): Call _bfd_elf_get_sec_type_attr. Set elf_section_type and elf_section_flags. (elf_frob_file): Set SHT_GROUP. * config/obj-elf.h (obj_sec_set_private_data): New. * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): Removed. * config/tc-ia64.h: Likewise. * config/tc-m32r.h: Likewise. * config/tc-m68hc11.h: Likewise. * config/tc-mcore.h: Likewise. * config/tc-mips.h: Likewise. * config/tc-ppc.h: Likewise. * config/tc-sh64.h: Likewise. * config/tc-v850.h: Likewise. * config/tc-xtensa.h: Likewise. * config/tc-v850.h (SHF_V850_GPREL): Removed. (SHF_V850_EPREL): Likewise. (SHF_V850_R0REL): Likewise. * subsegs.c (subseg_get): Call obj_sec_set_private_data if it is defined. include/elf/ 2003-07-25 H.J. Lu <hongjiu.lu@intel.com> * v850.h (SHF_V850_GPREL): New. (SHF_V850_EPREL): Likewise. (SHF_V850_R0REL): Likewise.
* * include/dkk/ntifs.h: Fix typo in guard forDanny Smith2003-07-242-1/+6
| | | | #pragma GCC system_header.
* * environ.cc (check_case_init): Use strncasematch.Christopher Faylor2003-07-244-2/+11
| | | | | * cygwin.din: Export __mempcpy. * cygwin/version.h: Bump api minor number.
* * include/objidl.h (PropVariant): Add CHAR cVal fieldDanny Smith2003-07-222-0/+13
| | | | | | to union. (FMTID_SummaryInformation, FMTID_DocSummaryInformation, FMTID_UserDefinedProperties): Declare.
* * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.Danny Smith2003-07-222-0/+14
|
* * include/winbase.h (DUPLICATE_CLOSE_SOURCE,Danny Smith2003-07-226-88/+169
| | | | | | | | | | | | | | | | | | | | DUPLICATE_SAME_ACCESS): Remove defines. (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with ddk/ntapi.h defines. (SEM_*) : Likewise. * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with ddk/ntifs.h defines. (FILE_*): Likewise. (MEM_IMAGE, SEC_*): Likewise. (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS, DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines. (TOKEN_*): Sync with ddk/ntifs.h defines. * include/ddk/ntapi.h: Add comments noting definitions in winbase.h. * include/ddk/ntifs.h: Add comments noting definitions in winnt.h. * include/ddk/winddk.h: Add comments noting definitions in winnt.h.
* * Makefile.tpl (all-make): Depend on intl.Alexandre Oliva2003-07-223-2/+7
| | | | * Makefile.in: Rebuilt.
* * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen2003-07-212-9/+15
| | | | | format strings passed to syscall_printf () and debug_printf () throughout.
* * Makefile.common (CFLAGS_COMMON): Remove -march=i386.Christopher Faylor2003-07-182-1/+5
|
* * include/winnt.h (FILE_*): Sync with ddk/winddk.h.Danny Smith2003-07-183-43/+128
| | | | * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
* 2003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-07-182-23/+22
| | | | | | * security.cc (verify_token): Fix white space and style. Use type bool instead of BOOL and char. Use alloca instead of malloc and free for my_grps.