aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-05-18* configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn2-0/+7
2000-05-18 * include/winnt.h: Add some missing TAPE_DRIVE_* defines.Corinna Vinschen2-0/+7
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor2-1/+6
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor5-6/+22
it. * sigproc.cc (sigproc_init): Move mainthread initialization out of here. * sigproc.h (sigthread): Add init() method. (sigframe): Don't try to initialize muto. * sync.cc: Undef WaitForSingleObject to avoid recursion.
2000-05-18Typo. bfd@sourceware -> binutils@sourceware.Andrew Cagney1-1/+1
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton2-3/+9
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-05-17* Makefile.in (configure-target-libiberty): Depend onAlexandre Oliva2-1/+6
configure-target-newlib.
2000-05-17* testsuite/winsup.api/crlf.c: NewDJ Delorie5-0/+1289
* testsuite/winsup.api/iospeed.c: New
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor15-69/+182
referring to something like c:\. * dcrt0.cc (dll_crt0_1): Move uinfo initialization prior to sig_send initialization to give signal thread a chance to finish. * debug.cc (WFSO): Move to sigproc.cc (WFMO): Ditto. * exceptions.cc (interruptible): Allocate slightly more space for directory just for paranoia's sake. (call_handler): Eliminate nonmain argument. Determine if main thread has set a frame pointer and use it if so. (sig_handle): Eliminate nonmain argument. * net.cc: Record frame information in appropriate routines throughout. * select.cc (select): Ditto. * sigproc.cc: Use sigthread structure to record mainthread id throughout. (sig_send): Record frame information for signal handler. (wait_sig): Reflect argument change in sig_handle. (WFSO): Move here and record frame information for signal handler. (WFMO): Ditto. * sigproc.h: Implement new "sigthread" class. Implement "sigframe" class for manipulating signal frame info. * thread.cc (__pthread_kill): Use standard _kill() function rather than calling sig_send directly. * winsup.h: Eliminate ebp element from signal_dispatch class.
2000-05-17Fix fild.Alan Modra2-3/+7
2000-05-16 * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen2-1/+12
for filemark feature on MTWEOF operation.