Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * include/cygwin/version.h: Bump minor API version due to adding | Corinna Vinschen | 2000-11-25 | 2 | -1/+7 |
| | | | | inet_aton. | ||||
* | * libc/include/sys/types.h: Change i to `__i' in FD_ZERO macro to | Corinna Vinschen | 2000-11-25 | 2 | -2/+7 |
| | | | | avoid compiler warnings. | ||||
* | * net.cc (cygwin_inet_aton): New function. | Corinna Vinschen | 2000-11-25 | 3 | -2/+22 |
| | | | | * cygwin.din: Export cygwin_inet_aton as inet_aton. | ||||
* | Add ARM v5t, v5te and XScale support | Nick Clifton | 2000-11-25 | 2 | -6/+24 |
| | |||||
* | * path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdrive | Christopher Faylor | 2000-11-24 | 2 | -14/+20 |
| | | | | | prefix with KEY_READ. (mount_info::get_cygdrive_info): Ditto. | ||||
* | * ltcf-gcj.sh: Added file, required by 2000-11-18 merge. | Alexandre Oliva | 2000-11-23 | 1 | -0/+4 |
| | |||||
* | ChangeLog | Alexandre Oliva | 2000-11-23 | 1 | -0/+571 |
| | |||||
* | * Makefile.in: Fix bindist target to distribute the correct files. | Earnie Boyd | 2000-11-22 | 2 | -6/+30 |
| | | | | | Remove the use of SNAPSHOT variable and test SNAPDATE instead. Set SNAPDATE within the snapshot target on recursive call to $(MAKE). | ||||
* | Add new ELF ABI defines | Nick Clifton | 2000-11-22 | 2 | -31/+61 |
| | |||||
* | * include/winnt.h: Add missing FILE_NAMED_STREAMS define. | Corinna Vinschen | 2000-11-22 | 2 | -0/+5 |
| | |||||
* | Only reference environ indirectly through a pointer | Michael Meissner | 2000-11-22 | 7 | -25/+67 |
| | |||||
* | * Makefile.in: new-temp.a -> new-templib.a | Christopher Faylor | 2000-11-22 | 2 | -1/+5 |
| | |||||
* | Update "why doesn't chmod work" with hint from Corinna. | David Starks-Browning | 2000-11-22 | 1 | -4/+10 |
| | |||||
* | * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target. | Earnie Boyd | 2000-11-22 | 12 | -94/+3124 |
| | | | | | | | | | | | | | | | | | Add variables and targets to control binary and source distributions. Add variables and targets to control snapshot distribution. * profile/gmon.h: Add missing #endif for #ifndef. * profile/ChangeLog: Merge entries here and remove. * profile/Makefile.in: Add variables and targets to control distribution. * README: Add. * TODO: ditto. * config.guess: ditto. * config.sub: ditto. * mkinstalldirs: ditto. * install-sh: ditto. * configure: regenerate. * profile/configure: ditto. | ||||
* | * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of | Christopher Faylor | 2000-11-22 | 2 | -1/+6 |
| | | | | including windows headers. | ||||
* | 2000-11-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2000-11-21 | 4 | -4/+14 |
| | | | | | | | | * libc/include/sys/unistd.h: Removed definition of MAXNAMLEN. * libc/include/dirent.h: Added definition of MAXNAMLEN if not defined by sys/dirent.h. * libc/posix/execvp.c: Added include of dirent.h to get MAXNAMLEN value which used to be in unistd.h. | ||||
* | * include/direct.h: add guard around MSVCRT-only prototytpes | Earnie Boyd | 2000-11-21 | 11 | -121/+386 |
| | | | | | | | | | | | | | | | | * include/io.h: add __int64 struct definitions and function prototypes; add guard for MSVCRT-only prototypes * include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX * include/stdio.h: add wchar function prototypes (__MSVCRT__); put wchar functions together to make sync with wchar.h easier * include/stdlib.h: add wide char functions (__MSVCRT__) * include/string.h: add string collation functions ( __MSVCRT__) * include/sys/stat.h: add __int64 struct and function ( __MSVCRT__) * include/tchar.h: add macros and macro function definitions * include/wchar.h: add wide char function prototypes ( __MSVCRT__ ); enclose more functions in __MSVCRT__ guard; some oldname wide char function prototypes #if (0)'d * profile/gmon.h: add guard around BSD-ish typedefs | ||||
* | * Makefile.in: Use a different variable name for subdirectory since the | Christopher Faylor | 2000-11-21 | 2 | -4/+9 |
| | | | | previous one was used by the top level make. | ||||
* | 2000-11-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-11-20 | 2 | -1/+6 |
| | | | | | * common.h (ELFOSABI_MONTEREY): Renamed to ... (ELFOSABI_AIX): This. | ||||
* | * spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it. | Christopher Faylor | 2000-11-20 | 2 | -6/+25 |
| | |||||
* | * spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in | Christopher Faylor | 2000-11-20 | 4 | -9/+22 |
| | | | | | | "normal" Microsoft programs. * child_info.h: Bump fork magic number. * include/sys/mount.h: Add an entry for mixed mode. | ||||
* | * ltcf-cxx.sh: Added file, required by 2000-11-18 merge. | Ian Lance Taylor | 2000-11-20 | 2 | -0/+891 |
| | |||||
* | sources.redhat.com -> cygwin.com where appropriate | David Starks-Browning | 2000-11-20 | 8 | -30/+30 |
| | |||||
* | * Makefile.in: Install mingw stuff in a subdirectory if building under cygwin. | Christopher Faylor | 2000-11-20 | 2 | -4/+16 |
| | |||||
* | *** empty log message *** | Christopher Faylor | 2000-11-19 | 1 | -1/+3 |
| | |||||
* | * utils.sgml: Document new options for ps and strace. | Christopher Faylor | 2000-11-19 | 2 | -5/+14 |
| | |||||
* | * cygwinenv.sgml: Remove CYGWIN=strace option. Update CYGWIN options. | Christopher Faylor | 2000-11-19 | 4 | -22/+14 |
| | | | | | * how-programming.texinfo: Remove stuff about CYGWIN=strace. * setup2.sgml: Remove CYGWIN=strace example. | ||||
* | * Makefile.in: Merge with GCC and libgcj. | Alexandre Oliva | 2000-11-18 | 2 | -47/+65 |
| | | | | | | | (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of configure-target-<library> when their configure scripts need the C or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string. | ||||
* | * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. | Alexandre Oliva | 2000-11-18 | 2 | -6/+16 |
| | | | | (REALLY_SET_LIB_PATH): Use them. | ||||
* | * path.cc (normalize_posix_path): Special care for root directory | Corinna Vinschen | 2000-11-17 | 2 | -1/+10 |
| | | | | in case of files beginning with a dot. | ||||
* | Add Windows ME to "What is it?" | David Starks-Browning | 2000-11-17 | 1 | -3/+2 |
| | |||||
* | Add 'Windows 2000' to "What is it?" entry. | David Starks-Browning | 2000-11-17 | 1 | -3/+4 |
| | |||||
* | Update entry "I'm having basic problems with find. Why?", add advice | David Starks-Browning | 2000-11-17 | 1 | -0/+5 |
| | | | | about -follow option if CWD is symlink. | ||||
* | Update "Why is make behaving badly?", add warning about make -j[n]. | David Starks-Browning | 2000-11-17 | 1 | -0/+5 |
| | |||||
* | New entry "Setup screwed up my mounts!" | David Starks-Browning | 2000-11-17 | 1 | -0/+30 |
| | |||||
* | Fix error in "Why doesn't my script work?", add note about 'mount -x'. | David Starks-Browning | 2000-11-17 | 1 | -3/+8 |
| | |||||
* | new entry "Why doesn't my script work?" | David Starks-Browning | 2000-11-17 | 1 | -0/+32 |
| | |||||
* | * syslog.cc (syslog): Add users SID to NT syslog entry. | Corinna Vinschen | 2000-11-17 | 2 | -1/+6 |
| | |||||
* | Fix typo. | Christopher Faylor | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | * fhandler_console.cc: New member variable `dwBufferSize' for `info'. | Christopher Faylor | 2000-11-17 | 2 | -2/+11 |
| | | | | | | (fillin_info): Set `dwBufferSize' to the size of the console buffer. (clear_screen): Use width of console buffer to calculate how many spaces to clear. | ||||
* | Update relocations per August psABI docs. | Richard Henderson | 2000-11-16 | 2 | -60/+81 |
| | | | | | | | | | * ia64.h (R_IA64_SEGBASE): Remove. (R_IA64_LTV*): Renumber to 0x74 to 0x77. (R_IA64_EPLTMSB, R_IA64_EPLTLSB): Remove. (R_IA64_TPREL14, R_IA64_TPREL64I): New. (R_IA64_DTPMOD*): New. (R_IA64_DTPREL*): New. | ||||
* | * Makefile.in: Make import library creation 'make -j2' friendly. | Christopher Faylor | 2000-11-16 | 2 | -7/+13 |
| | |||||
* | New entry "Why doesn't mkdir -p work on a network share?" | David Starks-Browning | 2000-11-16 | 1 | -0/+21 |
| | |||||
* | * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' to | Corinna Vinschen | 2000-11-16 | 2 | -1/+7 |
| | | | | reset `cygheap->user.token' to INVALID_HANDLE_VALUE. | ||||
* | Update ChangeLog. | Christopher Faylor | 2000-11-16 | 2 | -6/+3 |
| | |||||
* | * sigproc.cc (wait_sig): Remove unneeded for loop iteration. | Christopher Faylor | 2000-11-16 | 5 | -35/+35 |
| | | | | | | | | | | | * exceptions.cc (interrupt_setup): Don't set signal mask here or races occur with main thread. Set it in sigdelayed instead. (sigreturn): Reflect change in stack order of ebp and flags. (sigdelayed): Set stack frame correctly. Call set_process_mask here with flags for last trapped signal. (signal_dispatch): Add newmask. * sigproc.cc (wait_sig): Eliminate ill-considered attempt to halt looping signal processors. | ||||
* | * uinfo.cc (internal_getlogin): Change parameter list to reflect | Corinna Vinschen | 2000-11-15 | 3 | -11/+18 |
| | | | | | | that `token' is member of cygheap_user now. (uinfo_init): Use modified internal_getlogin. * syscalls.cc (seteuid): Ditto. | ||||
* | * cygheap.h: Move `token' and `impersonated' from class _pinfo | Corinna Vinschen | 2000-11-15 | 9 | -41/+55 |
| | | | | | | | | | | | | | to class cygheap_user. * pinfo.h: Ditto. * fork.cc (fork_child): Change usage of `token' and `impersonated' accordingly. (fork_parent): Ditto. * security.cc (cygwin_set_impersonation_token): Ditto. * sigproc.cc (proc_subproc): Ditto. * spawn.cc (spawn_guts): Ditto. * syscalls.cc (seteuid): Ditto. * uinfo.cc (uinfo_init): Ditto. | ||||
* | Correct date and style of last entry | Hans-Peter Nilsson | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | * demangle.h: Add gnat and java demangle styles. | Hans-Peter Nilsson | 2000-11-15 | 2 | -2/+13 |
| |