summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (install): Depend on install-info.Hans-Peter Nilsson2002-01-262-1/+6
|
* Merge MinGW changesEarnie Boyd2002-01-252-0/+14
|
* * include/winnt.h: Remove merge conflict.Earnie Boyd2002-01-252-11/+6
|
* Remove duplicate changelog entry.Danny Smith2002-01-251-7/+1
|
* * profile/profil.c: Update copyright info.Danny Smith2002-01-255-7/+33
| | | | | | | | | * profile/profil.h: Likewise. * profile/gcrt0.c: Likewise. * profile/profil.h (PROFADDR): Cast idx to unsigned long long to avoid overflow. * profile/gmon.c: Define bzero as memset if mingw32. (monstartup): Use it.
* * include/tchar.h (_TCHAR): Add missing ;.Danny Smith2002-01-252-1/+5
|
* * include/tchar.h (_TCHAR): Add typedefs.Danny Smith2002-01-252-0/+6
|
* * include/winnt.h (_TCHAR): Add typedefs.Danny Smith2002-01-254-1/+23
| | | | | | | | * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing defines. * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE): Add defines. (LPACCESSTIMEOUT): Add typedef.
* Merge MinGW differencesEarnie Boyd2002-01-259-9/+319
|
* * libc/include/sys/signal.h: Revert 2002-01-23 change.Thomas Fitzsimmons2002-01-252-1/+5
|
* * speclib: Ensure that temporary def file is removed.Christopher Faylor2002-01-242-1/+5
|
* *** empty log message ***Mark Salter2002-01-241-0/+7
|
* Use __get_memtop to put stack in high memory.Mark Salter2002-01-241-0/+4
|
* (_times): Unconditionally use SYS_times.Mark Salter2002-01-241-6/+14
| | | | (__get_memtop): New funtion to return top of memory.
* * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.Danny Smith2002-01-242-31/+44
| | | | | | | | | | | | | * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to _HDITEM[AW], with parallel changes to typedefs. Use defines for backward compatability with old names. Update UNICODE mappings. (HDLAYOUT): Remove struct _HD_LAYOUT_XP. Use new typedefs for struct _HD_LAYOUT and add defines for backward compatability with old names. (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with parallel chages to typedefs. Add defines for backward compatability with old names. (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
* * libc/include/sys/signal.h: Remove pthread_kill declarationThomas Fitzsimmons2002-01-242-1/+6
| | | | when __CYGWIN__ is defined.
* bit more about full installDavid Starks-Browning2002-01-241-0/+2
|
* various updates to choosing & [un]installing packages with setupDavid Starks-Browning2002-01-241-31/+37
|
* clarify how to disable anti-virus safely during setupDavid Starks-Browning2002-01-231-4/+6
|
* remove obsolete urgent reference to latest/readme file.David Starks-Browning2002-01-231-5/+0
|
* remove explicit list of packages, refer to <http://cygwin.com/packages/>.David Starks-Browning2002-01-231-16/+2
|
* "History" no longer maintained here. Moved to <http://cygwin.com/history.html>.David Starks-Browning2002-01-231-667/+2
|
* clarify "why doesn't my shell script work"David Starks-Browning2002-01-231-3/+5
|
* * speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor2002-01-232-1/+6
|
* Supplement ChangeLog entry.Corinna Vinschen2002-01-231-1/+2
|
* * security.cc (create_token): Use sec_user() to createCorinna Vinschen2002-01-232-4/+8
| | | | SECURITY_ATTRIBUTES structure for primary token.
* * path.cc (symlink): Fix check for already existing file.Corinna Vinschen2002-01-232-1/+5
|
* Import StrongARM and XScale target_configdirs from FSF GCC version.Nick Clifton2002-01-232-0/+17
|
* [ include/opcode/ChangeLog ]Graydon Hoare2002-01-222-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-01-22 Graydon Hoare <graydon@redhat.com> * cgen.h (CGEN_MAYBE_MULTI_IFLD): New structure. (CGEN_OPERAND): Add CGEN_MAYBE_MULTI_IFLD field. [ opcodes/ChangeLog ] 2002-01-22 Graydon Hoare <graydon@redhat.com> * fr30-asm.c: Regenerate. * fr30-desc.c: Likewise. * fr30-desc.h: Likewise. * fr30-dis.c: Likewise. * fr30-ibld.c: Likewise. * fr30-opc.c: Likewise. * fr30-opc.h: Likewise. * m32r-asm.c: Likewise. * m32r-desc.c: Likewise. * m32r-desc.h: Likewise. * m32r-dis.c: Likewise. * m32r-ibld.c: Likewise. * m32r-opc.c: Likewise. * m32r-opc.h: Likewise. * m32r-opinst.c: Likewise. * openrisc-asm.c: Likewise. * openrisc-desc.c: Likewise. * openrisc-desc.h: Likewise. * openrisc-dis.c: Likewise. * openrisc-ibld.c: Likewise. * openrisc-opc.c: Likewise. * openrisc-opc.h: Likewise. * xstormy16-desc.c: Likewise. [ cgen/ChangeLog ] 2002-01-22 Graydon Hoare <graydon@redhat.com> * desc-cpu.scm (ifld-number-cache): Add. (ifld-number): Add. (gen-maybe-multi-ifld-of-op): Add. (gen-maybe-multi-ifld): Add. (gen-multi-ifield-nodes): Add. (cgen-desc.c): Add call to gen-multi-ifield-nodes.
* * cygmagic: Suppress error output when figuring out if sum takes an option.Christopher Faylor2002-01-222-1/+6
|
* * Makefile.in (CXXFLAGS): Ensure that important settings are preserved evenChristopher Faylor2002-01-221-1/+2
| | | | when overriden by command line.
* * Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.Christopher Faylor2002-01-224-8/+33
| | | | | | | | * cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning. (dump_sysinfo): Make variables unsigned to quiet g++ warnings. * strace.cc (version_string): Rename from SCCSid. (add_child): Remove unused variable. (version): Use version_string. Avoid use of fprintf.
* * cygmagic: Attempt to figure out if sum takes an option.Christopher Faylor2002-01-222-1/+11
|
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-223-4/+12
| | | | | | (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
* * Makefile.in: Use CXX instead of CC to compile C++ sources.Christopher Faylor2002-01-212-6/+10
|
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
|
* Fix ChangeLog entry.Corinna Vinschen2002-01-211-1/+1
|
* * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen2002-01-213-1/+8
| | | | * syscalls.cc (setegid): Don't set primary group in process token.
* Add newline at EOF.Christopher Faylor2002-01-211-1/+1
|
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-213-4/+11
| | | | | | .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
* comment typo fixesAlan Modra2002-01-212-2/+6
|
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
|
* * syscalls.cc (regfree): Make dll_export.Christopher Faylor2002-01-212-1/+5
|
* * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor2002-01-202-1/+6
| | | | detecting if we should actually handle CTRL-C.
* 2002-01-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-01-202-7/+15
| | | | | * include/winnt.h: Add missing MEM_ defines, and convert existing to hex for readability.
* * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor2002-01-202-1/+6
| | | | available in libstdc++-v3.
* * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor2002-01-192-2/+11
| | | | | | want it. (sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough information.
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-192-1/+5
|
* * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor2002-01-194-5/+12
| | | | | | * sigproc.cc (proc_exists): Change existence criteria. * sync.h (new_muto): Add volatile to definition to avoid gcc optimization problems.
* * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen2002-01-192-1/+6
|