summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.