aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-07* lib/getopt.c (getopt_internal): Reset optind to 1 only if optreset is notgithub/unlabeled-1.8.2unlabeled-1.8.2Christopher Faylor1-1/+1
2001-11-05This commit was manufactured by cvs2svn to create branch 'unlabeled-1.8.2'.cvs2svn1-0/+501
2000-08-04* select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor1-1/+1
2000-06-01This commit was manufactured by cvs2svn to create branch 'unlabeled-1.8.2'.cvs2svn2848-594714/+0
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor7-27/+40
2000-06-01* autoload.h: Put each info block in its own dummy static function.Christopher Faylor2-1/+11
2000-05-31* include/cygwin/version.h: use decimal, NOT octalDJ Delorie2-2/+8
2000-05-31Remove broken targets readme.info, faq.infoDavid Starks-Browning1-1/+4
2000-05-31 * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2-2/+8
2000-05-31 * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2-5/+10
2000-05-31Add field ``name'' to floatformat.Andrew Cagney2-1/+8
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney2-724/+1289
2000-05-30* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2-5/+12
2000-05-30* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__Christopher Faylor14-23/+39
2000-05-30Needed for previous changes.Christopher Faylor1-0/+2
2000-05-30* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney3-45/+206
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor11-130/+240
2000-05-28Include year 2000 in copyright messageNick Clifton2-2/+2
2000-05-28Fix capitialisation of setnaces in comment.Nick Clifton1-3/+3
2000-05-27 * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2-4/+10
2000-05-27 * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.Corinna Vinschen2-0/+5
2000-05-262000-05-26 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston15-32/+53
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra2-0/+57
2000-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen2-0/+5
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor3-4/+12
2000-05-25* configure.in: Don't assume that cinstall directory exists.Christopher Faylor3-3/+3
2000-05-25* configure.in: Don't assume that cinstall directory exists.Christopher Faylor3-17/+34
2000-05-25Define the ALONE flag bit, for use in the opcode table.Donald Lindsay2-0/+5
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2-2/+3
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2-2/+2
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2-3/+7
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2-1/+6
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen4-7/+34
2000-05-24* mn10300/time.c (time): Set *tloc, since the sim doesn't.Alexandre Oliva2-1/+9
2000-05-24* Makefile.common (%.o): further simplify, add "..." to make itDJ Delorie2-4/+9
2000-05-23* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie3-2/+62
2000-05-23* libc/stdio/stdio.c (__stextmode): new, see if file is text modeDJ Delorie8-4/+63
2000-05-23* dir.cc (writable_directory): handle root directoriesDJ Delorie2-0/+8
2000-05-23* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor2-1/+6
2000-05-23* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor4-27/+48
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor3-6/+23
2000-05-23 * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.Richard Henderson2-1/+11
2000-05-23Allow d suffix on iretAlan Modra2-2/+7
2000-05-22* environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor2-0/+10
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen3-8/+26
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor3-16/+18
2000-05-2120000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu3-27/+14
2000-05-20* exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor2-37/+67
2000-05-19 * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen2-9/+18
2000-05-1920000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu2-2/+20