| Commit message (Expand) | Author | Age | Files | Lines |
* | minor typo correction: GNU not Gnu | David Starks-Browning | 2000-06-07 | 1 | -2/+2 |
* | Update copyright dates for last patch. | Alan Modra | 2000-06-07 | 21 | -49/+50 |
* | Get rid of the -1 dummy valued enum in START_RELOC_NUMBERS. | Alan Modra | 2000-06-07 | 24 | -61/+69 |
* | * mount.cc: add stdlib.h for exit | DJ Delorie | 2000-06-05 | 4 | -0/+11 |
* | * libc/include/string.h: Work around problem with strsignal and gdb. | Christopher Faylor | 2000-06-03 | 2 | -0/+6 |
* | Fix name clash | Alan Modra | 2000-06-03 | 2 | -10/+16 |
* | "Installation Instructions" for FAQ, first update for current net release. | David Starks-Browning | 2000-06-02 | 1 | -172/+154 |
* | * exceptions.cc: Remove unneeded include. | Christopher Faylor | 2000-06-01 | 7 | -27/+40 |
* | * autoload.h: Put each info block in its own dummy static function. | Christopher Faylor | 2000-06-01 | 2 | -1/+11 |
* | * include/cygwin/version.h: use decimal, NOT octal | DJ Delorie | 2000-05-31 | 2 | -2/+8 |
* | Remove broken targets readme.info, faq.info | David Starks-Browning | 2000-05-31 | 1 | -1/+4 |
* | * fhandler.cc (fhandler_disk_file::open): Check for executable | Corinna Vinschen | 2000-05-31 | 2 | -2/+8 |
* | * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functions | Corinna Vinschen | 2000-05-31 | 2 | -5/+10 |
* | Add field ``name'' to floatformat. | Andrew Cagney | 2000-05-31 | 2 | -1/+8 |
* | Import texinfo.tex from texinfo-4.0. | Andrew Cagney | 2000-05-31 | 2 | -724/+1289 |
* | * path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressive | Christopher Faylor | 2000-05-30 | 2 | -5/+12 |
* | * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__ | Christopher Faylor | 2000-05-30 | 14 | -23/+39 |
* | Needed for previous changes. | Christopher Faylor | 2000-05-30 | 1 | -0/+2 |
* | * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000. | Andrew Cagney | 2000-05-30 | 3 | -45/+206 |
* | * Makefile.in: Remove libadvapi32.a. | Christopher Faylor | 2000-05-30 | 11 | -130/+240 |
* | Include year 2000 in copyright message | Nick Clifton | 2000-05-28 | 2 | -2/+2 |
* | Fix capitialisation of setnaces in comment. | Nick Clifton | 2000-05-28 | 1 | -3/+3 |
* | * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET in | Corinna Vinschen | 2000-05-27 | 2 | -4/+10 |
* | * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define. | Corinna Vinschen | 2000-05-27 | 2 | -0/+5 |
* | 2000-05-26 Marek Michalkiewicz <marekm@linux.org.pl> | Jeff Johnston | 2000-05-26 | 15 | -32/+53 |
* | Eli Zaretskii's DOSish file name patches. | Alan Modra | 2000-05-26 | 2 | -0/+57 |
* | * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE. | Corinna Vinschen | 2000-05-26 | 2 | -0/+5 |
* | * sigproc.h (sigframe::set): Accept a default frame pointer. | Christopher Faylor | 2000-05-26 | 3 | -4/+12 |
* | * configure.in: Don't assume that cinstall directory exists. | Christopher Faylor | 2000-05-25 | 3 | -3/+3 |
* | * configure.in: Don't assume that cinstall directory exists. | Christopher Faylor | 2000-05-25 | 3 | -17/+34 |
* | Define the ALONE flag bit, for use in the opcode table. | Donald Lindsay | 2000-05-25 | 2 | -0/+5 |
* | * dir.cc (rmdir): Use file attributes that have already been discovered by | Christopher Faylor | 2000-05-25 | 2 | -2/+3 |
* | * dir.cc (rmdir): Use file attributes that have already been discovered | Christopher Faylor | 2000-05-25 | 2 | -2/+2 |
* | * dir.cc (rmdir): Use file attributes that have already been discovered by | Christopher Faylor | 2000-05-25 | 2 | -3/+7 |
* | Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>: | Corinna Vinschen | 2000-05-25 | 2 | -1/+6 |
* | * dir.cc (writable_directory): Comment out previous code, | Corinna Vinschen | 2000-05-24 | 4 | -7/+34 |
* | * mn10300/time.c (time): Set *tloc, since the sim doesn't. | Alexandre Oliva | 2000-05-24 | 2 | -1/+9 |
* | * Makefile.common (%.o): further simplify, add "..." to make it | DJ Delorie | 2000-05-24 | 2 | -4/+9 |
* | * syscalls.cc (_cygwin_istext_for_stdio): New, for newlib | DJ Delorie | 2000-05-23 | 3 | -2/+62 |
* | * libc/stdio/stdio.c (__stextmode): new, see if file is text mode | DJ Delorie | 2000-05-23 | 8 | -4/+63 |
* | * dir.cc (writable_directory): handle root directories | DJ Delorie | 2000-05-23 | 2 | -0/+8 |
* | * uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the | Christopher Faylor | 2000-05-23 | 2 | -1/+6 |
* | * path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a | Christopher Faylor | 2000-05-23 | 4 | -27/+48 |
* | * mkvers.sh: Use snapshot date as build date since it is more interesting. | Christopher Faylor | 2000-05-23 | 3 | -6/+23 |
* | * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New. | Richard Henderson | 2000-05-23 | 2 | -1/+11 |
* | Allow d suffix on iret | Alan Modra | 2000-05-23 | 2 | -2/+7 |
* | * environ.cc (regopt): Scan HKLM if HKCU scan fails. | Christopher Faylor | 2000-05-22 | 2 | -0/+10 |
* | * dir.cc (rmdir): Care for misleading error messages | Corinna Vinschen | 2000-05-22 | 3 | -8/+26 |
* | * dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a | Christopher Faylor | 2000-05-22 | 3 | -16/+18 |
* | 20000-05-21 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2000-05-21 | 3 | -27/+14 |