aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-31Add field ``name'' to floatformat.Andrew Cagney2-1/+8
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney2-724/+1289
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
2000-05-30* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2-5/+12
in adding a trailing slash.
2000-05-30* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__Christopher Faylor14-23/+39
* libc/include/malloc.h: Ditto. * libc/include/process.h: Ditto. * libc/include/stdio.h: Ditto. * libc/include/stdlib.h: Ditto. * libc/include/time.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/include/sys/errno.h: Ditto. * libc/include/sys/signal.h: Ditto. * libc/include/sys/stat.h: Ditto. * libc/include/sys/time.h: Ditto. * libc/include/sys/unistd.h: Ditto. * libc/include/string.h: Ditto. strsignal should return a const char *.
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
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor11-130/+240
* autoload.h: Add additional field to autoload block for handling unimplemented functions. (LoadDLLfuncEx): New function which accepts additional parameter for controlling unimplemented function behavior. (LoadDLLfunc): Use LoadDLLfuncEx. * dcrt0.cc: Use new arguments for LoadDLLfunc. Add advapi32 routines. (noload): Rewrite in assembler. Handle new unimplemented function type. * exceptions.cc: Eliminate another vestige of StackWalk stuff. * net.cc: Use new arguments for LoadDLLfunc. * uinfo.cc: Ditto. * config.h.in: Remove obsolete define. * path.h (isdrive): New macro. * dcrt0.cc (globify): Use new macro to determine if a string refers to an MS-DOS drive. * environ.cc (winenv): Ditto. * spawn.cc (find_exec): Ditto. * path.cc (get_raw_device_number): Ditto. (mount_info::conv_to_posix_path): Ditto. (chdir): Ditto. (cygwin_posix_path_list_p): Ditto. (cygwin_split_path): Ditto. (path_conv::check): Move tmp_buf to beginning of function since it can be used earlier in the loop. Use tmp_buf rather than 'root' to hold root information. (mount_info::conv_to_win32_path): Add trailing slash to end of mount path when it translates to a drive. Add defensive code to avoid writing beyond the end of 'dst'.
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
call to CryptAcquireContext() to serve users that did not log in interactively.
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
* libm/common/s_expm1.c (expm1): Add curly braces, avoid warnings. * libm/common/s_log1p.c (log1p): Likewise. * libm/common/s_scalbn.c (scalbn): Likewise. * libm/math/e_log.c: Likewise. * libm/math/e_asin.c: Likewise. * libm/math/ef_asin.c: Likewise. * libm/math/e_j0.c (pzero, qzero): Remove redundant test. * libm/math/e_j1.c (pone, qone): Likewise. * libm/math/ef_j0.c (pzerof, qzerof): Likewise. * libm/math/ef_j1.c (ponef, qonef): Likewise. * libm/mathfp/e_j0.c (pzero, qzero): Likewise. * libm/mathfp/e_j1.c (pone, qone): Likewise. * libm/mathfp/ef_j0.c (pzerof, qzerof): Likewise. * libm/mathfp/ef_j1.c (ponef, qonef): Likewise.
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
* sigproc.cc (sig_send): Use passed in frame pointer, if appropriate.
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
path_conv.
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2-2/+2
by path_conv.
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2-3/+7
path_conv.
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2-1/+6
* dir.cc (rmdir): Correct the manner in checking the target directory.
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen4-7/+34
return always 1 for now. (mkdir): Call set_file_attribute explicitely with S_IFDIR mode bit. * syscalls.cc (chown_worker): Ditto. (chmod): Ditto. * security.cc (get_nt_attribute): Fix error in debug output. Never set FILE_DELETE_CHILD for files. Construct appropriate inherit attribute according to file type.
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
obvious it's an abbreviated command line.
2000-05-23* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie3-2/+62
* include/cygwin/version.h: Bump API number for detect old programs using old getc/putc macros
2000-05-23* libc/stdio/stdio.c (__stextmode): new, see if file is text modeDJ Delorie8-4/+63
(__sread): always read in binary mode (__swrite): always write in binary mode * libc/include/stdio.h: no getc/putc macros for cygwin; causes compatibility issues with different dll versions * libc/stdio/fopen.c: use __stextmode * libc/stdio/fdopen.c: ditto * libc/stdio/freopen.c: ditto * libc/stdio/findfp.c: set up __SCLE for std{in,out,err} * libc/stdio/local.h: declare __stextmode
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
number "5".
2000-05-23* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor4-27/+48
directory name when the ms-dos path spec is a root directory of a device. * registry.cc (reg_key::build_reg): Set 'key_is_invalid' flag rather than using an INVALID_HANDLE_KEY. (reg_key::get_int): Test for key validity before performing registry operations. (reg_key::set_int): Ditto. (reg_key::get_string): Ditto. (reg_key::set_string): Ditto. (reg_key::kill): Ditto. (reg_key::~reg_key): Ditto.
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor3-6/+23
* uname.cc (uname): Detect if this is a snapshot build and add an "S" to the version number. Report the snapshot date as the release date.
2000-05-23 * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.Richard Henderson2-1/+11
(R_IA64_PCREL22, R_IA64_PCREL64I): New.
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
when trying to remove a directory on a samba share. Eliminate superfluous else branch. * syscalls.cc (_rename): Additional check for ERROR_FILE_EXISTS if MoveFile fails.
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor3-16/+18
race. (noload): Add an extra argument for debugging. * uinfo.cc (uinfo_init): Eliminate test for multiple calls. (getlogin): Assume that uinfo_init has already been called.
2000-05-2120000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu3-27/+14
* configure: Revert changes made on May 18 and May 19. * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc directory are used if they exist. Make sure $(build_tooldir)/include is searched for header files, $(build_tooldir)/lib/ for library files. (GCC_FOR_TARGET): Likewise. (CXX_FOR_TARGET): Likewise.
2000-05-20* exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor2-37/+67
just checks for validity. Flag module handle == 0 as noninterrupible. (call_handler): Always acquire and release ebp lock. Loop for only a fixed amount of time attempting to grab mutos and find an interruptible PC.
2000-05-19 * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen2-9/+18
Call `RegOpenKeyEx' with that desired access. (cmd_add, cmd_remove, cmd_set, cmd_unset): Call `find_key' with KEY_ALL_ACCESS access. (cmd_list, cmd_check, cmd_get): Call `find_key' with KEY_READ access.
2000-05-1920000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu2-2/+20
* configure: Provide --disable-target-dir-sanity-checking to disable the gcc directory checking for cross compiling.
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie2-0/+26
2000-05-19* cygpath.cc: add --windir/--sysdir optionsDJ Delorie3-2/+27
* utils.sgml: and document them
2000-05-18* Makefile.in: Remove external.h dependency.Christopher Faylor4-6/+15
* dcrt0.cc (sigthread::init): Move here from sigproc.h. * sigproc.h (sigthread): Move init to dcrt0.cc.
2000-05-18* libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLEDJ Delorie2-0/+23
2000-05-18* Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor8-135/+14
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
2000-05-18* MAINTAINERS: Add Corinna to general list.Christopher Faylor2-9/+16
2000-05-18Eliminate.Christopher Faylor1-50/+0
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor6-26/+88
* external.cc: Eliminate obsolete include. * getopt.c (getopt_long): Fix compiler warning. * shared.h: Moved PID_ definitions to include/sys/cygwin so that they can be used by external programs. * include/sys/cygwin.h: Move external definitions here. Include sys/resource.h to avoid having to do this everywhere.
2000-05-1820000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2-0/+16
* configure: Ask to create the gcc directory for cross compiling if necessary.
2000-05-18 * configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeff Law2-1/+6