Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-25 | * libc/include/sys/signal.h: Revert 2002-01-23 change. | Thomas Fitzsimmons | 2 | -1/+5 | |
2002-01-24 | * speclib: Ensure that temporary def file is removed. | Christopher Faylor | 2 | -1/+5 | |
2002-01-24 | *** empty log message *** | Mark Salter | 1 | -0/+7 | |
2002-01-24 | Use __get_memtop to put stack in high memory. | Mark Salter | 1 | -0/+4 | |
2002-01-24 | (_times): Unconditionally use SYS_times. | Mark Salter | 1 | -6/+14 | |
(__get_memtop): New funtion to return top of memory. | |||||
2002-01-24 | * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines. | Danny Smith | 2 | -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. | |||||
2002-01-24 | * libc/include/sys/signal.h: Remove pthread_kill declaration | Thomas Fitzsimmons | 2 | -1/+6 | |
when __CYGWIN__ is defined. | |||||
2002-01-24 | bit more about full install | David Starks-Browning | 1 | -0/+2 | |
2002-01-24 | various updates to choosing & [un]installing packages with setup | David Starks-Browning | 1 | -31/+37 | |
2002-01-23 | clarify how to disable anti-virus safely during setup | David Starks-Browning | 1 | -4/+6 | |
2002-01-23 | remove obsolete urgent reference to latest/readme file. | David Starks-Browning | 1 | -5/+0 | |
2002-01-23 | remove explicit list of packages, refer to <http://cygwin.com/packages/>. | David Starks-Browning | 1 | -16/+2 | |
2002-01-23 | "History" no longer maintained here. Moved to <http://cygwin.com/history.html>. | David Starks-Browning | 1 | -667/+2 | |
2002-01-23 | clarify "why doesn't my shell script work" | David Starks-Browning | 1 | -3/+5 | |
2002-01-23 | * speclib: Use rm -f to remove temp file just to quiet any potential warnings. | Christopher Faylor | 2 | -1/+6 | |
2002-01-23 | Supplement ChangeLog entry. | Corinna Vinschen | 1 | -1/+2 | |
2002-01-23 | * security.cc (create_token): Use sec_user() to create | Corinna Vinschen | 2 | -4/+8 | |
SECURITY_ATTRIBUTES structure for primary token. | |||||
2002-01-23 | * path.cc (symlink): Fix check for already existing file. | Corinna Vinschen | 2 | -1/+5 | |
2002-01-23 | Import StrongARM and XScale target_configdirs from FSF GCC version. | Nick Clifton | 2 | -0/+17 | |
2002-01-22 | [ include/opcode/ChangeLog ] | Graydon Hoare | 2 | -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. | |||||
2002-01-22 | * cygmagic: Suppress error output when figuring out if sum takes an option. | Christopher Faylor | 2 | -1/+6 | |
2002-01-22 | * Makefile.in (CXXFLAGS): Ensure that important settings are preserved even | Christopher Faylor | 1 | -1/+2 | |
when overriden by command line. | |||||
2002-01-22 | * Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS. | Christopher Faylor | 4 | -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. | |||||
2002-01-22 | * cygmagic: Attempt to figure out if sum takes an option. | Christopher Faylor | 2 | -1/+11 | |
2002-01-22 | * Makefile.in (libpthread.a): Pass the assembler also. | Christopher Faylor | 3 | -4/+12 | |
(libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool. | |||||
2002-01-21 | * Makefile.in: Use CXX instead of CC to compile C++ sources. | Christopher Faylor | 2 | -6/+10 | |
2002-01-21 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2 | -1/+5 | |
2002-01-21 | Fix ChangeLog entry. | Corinna Vinschen | 1 | -1/+1 | |
2002-01-21 | * grp.cc (getgrent): Don't return default gid entry when ntsec is on. | Corinna Vinschen | 3 | -1/+8 | |
* syscalls.cc (setegid): Don't set primary group in process token. | |||||
2002-01-21 | Add newline at EOF. | Christopher Faylor | 1 | -1/+1 | |
2002-01-21 | * speclib: Don't use /dev/null as DLL name. Just default to what's already in | Christopher Faylor | 3 | -4/+11 | |
.def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored. | |||||
2002-01-21 | comment typo fixes | Alan Modra | 2 | -2/+6 | |
2002-01-21 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2 | -1/+5 | |
2002-01-21 | * syscalls.cc (regfree): Make dll_export. | Christopher Faylor | 2 | -1/+5 | |
2002-01-20 | * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when | Christopher Faylor | 2 | -1/+6 | |
detecting if we should actually handle CTRL-C. | |||||
2002-01-20 | 2002-01-21 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2 | -7/+15 | |
* include/winnt.h: Add missing MEM_ defines, and convert existing to hex for readability. | |||||
2002-01-20 | * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only | Christopher Faylor | 2 | -1/+6 | |
available in libstdc++-v3. | |||||
2002-01-19 | * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't | Christopher Faylor | 2 | -2/+11 | |
want it. (sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough information. | |||||
2002-01-19 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2 | -1/+5 | |
2002-01-19 | * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link. | Christopher Faylor | 4 | -5/+12 | |
* sigproc.cc (proc_exists): Change existence criteria. * sync.h (new_muto): Add volatile to definition to avoid gcc optimization problems. | |||||
2002-01-19 | * include/cygwin/version.h: Bump API minor version to 51. | Corinna Vinschen | 2 | -1/+6 | |
2002-01-19 | * cygwin.din: Add recvmsg and sendmsg. | Corinna Vinschen | 4 | -0/+71 | |
* net.cc: Add cygwin_recvmsg and cygwin_sendmsg. * /usr/include/sys/socket.h: Add recvmsg and sendmsg. | |||||
2002-01-19 | * security.cc (create_token): Close processes token handle as soon | Corinna Vinschen | 2 | -0/+6 | |
as it's not used anymore. | |||||
2002-01-18 | * libc/include/time.h: Add prototype for strptime for Cygwin. | Christopher Faylor | 2 | -0/+5 | |
2002-01-18 | * cygcheck.cc (already_did): Avoid default constructors, which may require | Christopher Faylor | 2 | -1/+6 | |
exception support. | |||||
2002-01-17 | Fix bug when len == 1 and dst was not word aligned. | Nick Clifton | 2 | -2/+14 | |
2002-01-17 | * cygpath.cc (main): Add options to show Desktop and Start | Corinna Vinschen | 3 | -40/+149 | |
Menu's Programs directory for current user or all users. Move bulk of DPWS options outside the getopt case statement. * utils.sgml: Update cygpath section for ADPWS options. | |||||
2002-01-17 | _sbrk(): Return -1 rather than aborting if too much memory is requested. | Nick Clifton | 2 | -2/+15 | |
2002-01-17 | * Makefile.in: Add fnmatch.o to DLL_OFILES. | Corinna Vinschen | 6 | -2/+305 | |
* cygwin.din: Add fnmatch export symbol. * fnmatch.c: New file. * include/fnmatch.h: Ditto. * include/cygwin/version.h: Bump API minor version to 50. | |||||
2002-01-16 | 2002-01-16 H.J. Lu (hjl@gnu.org) | H.J. Lu | 4 | -9/+31 | |
* config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub. |