summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):Michael Sokolov2001-01-272-3/+8
| | | | | Don't unset, it's non-portable and no longer necessary, set to empty instead.
* * ltconfig: Shell portability fix for the tagname validity check.Michael Sokolov2001-01-272-2/+8
|
* * ltcf-cxx.sh: Use parentheses around eval $ac_compile.Michael Sokolov2001-01-272-1/+5
|
* * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.Alexandre Oliva2001-01-274-2/+25
| | | | * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
* * path.cc (path_conv::check): Detect when path has symlinks.Christopher Faylor2001-01-272-5/+26
| | | | | (symlink_info::check): Remove debugging stuff. (chdir): Use posix'ized win32 path if cd'ed to a path using symlinks.
* Fix typos. Add some comments.Christopher Faylor2001-01-271-4/+6
|
* * exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor2001-01-272-9/+27
| | | | | | signal mask so that stacked signals behave correctly. (sigdelayed): Avoid a race where a signal could end up calling an incorrect signal handler if two signals come in close together.
* * Apply Danny Smith patch 102275Earnie Boyd2001-01-265-3/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-11-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz> * include/objbase.h: (COM_RIGHTS): Add definition. (tagSTDMSHLFLAGS): add enumeration. (CoInitializeEx): Add prototypes. (CoGetStdMarshalEx): ditto. (CoCreateInstanceEx): ditto. (CoInitializeSecurity): ditto. (CoGetCallContext): ditto. (CoQueryProxyBlanket): ditto. (CoSetProxyBlanket): ditto. (CoCopyProxy): ditto. (CoQueryClientBlanket): ditto. (CoImpersonateClient): ditto. (CoRevertToSelf): ditto. (CoQueryAuthenticationServices): ditto. (CoSwitchCallContext): ditto. (CoGetInstanceFromFile): ditto. (CoGetInstanceFromIStorage): ditto. * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure. (SOLE_AUTHENTICATION_INFO): ditto. (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration. (COLE_DEFAULT_PRINCIPAL): Add definition. (COLE_DEFAULT_AUTHINFO): Ditto. * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition. (RPC_PROTSEQ_VECTOR) Fix typo. (RpcRaiseException): add DECLSPEC_NORETURN attribute. * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN attribute.
* * include/stdint.h: New file.Earnie Boyd2001-01-262-0/+188
|
* * lib/msvcp60.def: New fileEarnie Boyd2001-01-262-0/+77
|
* * include/winnt.h: Add PTOKEN_USER.Christopher Faylor2001-01-262-19/+22
|
* * libc/sys/sh/syscalls.c (_times): New.Alexandre Oliva2001-01-262-0/+10
|
* * configure.host (sh*-*-*): Add -DHAVE_GETTIMEOFDAY to newlib_cflags.Alexandre Oliva2001-01-253-0/+15
| | | | * libc/sys/sh/syscalls.c (_gettimeofday): New.
* * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure weAlexandre Oliva2001-01-242-2/+20
| | | | | keep at least one of build_libtool_libs or build_old_libs set to yes.
* Fix swapgs instruction.Alan Modra2001-01-242-3/+7
|
* * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen2001-01-242-2/+12
| | | | len != 0 only when performing an anonymous mapping.
* * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.Alexandre Oliva2001-01-243-4/+10
| | | | * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
* 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-242-1/+6
| | | | | * libc/include/math.h (signgam): Regress previous fix as it does not handle programs with extern int signgam in them.
* 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-232-1/+6
| | | | | * libc/include/math.h (signgam): Changed to a macro refering to its location in the reentrant structure.
* 2001-01-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-232-1/+8
| | | | | | | * libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix that suppressed . for %.0f, 0.1. Check now looks if there are padding zeroes (expt) in addition to any digits (ndig) to print.
* * path.h: Add a new constant.Christopher Faylor2001-01-222-34/+10
| | | | * syscalls.cc (_read): Oscillate errno check.
* * include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor2001-01-225-11/+45
|
* * cygwin.din: Add export for setlogmask().Christopher Faylor2001-01-223-3/+6
| | | | * syslog.cc (setlogmask): New function.
* Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger2001-01-221-2/+7
|
* 2001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger2001-01-202-2/+8
| | | | * Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
* 2001-01-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-1912-0/+2647
| | | | | | | | | | | | | | * libc/sys/arc/Makefile.am: New file. * libc/sys/arc/Makefile.in: Ditto. * libc/sys/arc/aclocal.m4: Ditto. * libc/sys/arc/configure: Ditto. * libc/sys/arc/configure.in: Ditto. * libc/sys/arc/crt0.S: Ditto. * libc/sys/arc/isatty.c: Ditto. * libc/sys/arc/mem-layout.c: Ditto. * libc/sys/arc/sbrk.c: Ditto. * libc/sys/arc/syscalls.c: Ditto. * libc/sys/arc/sys/syscall.h: Ditto.
* * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd2001-01-182-1/+9
| | | | from being declared unless __cplusplus is defined.
* * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen2001-01-182-0/+9
|
* * syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor2001-01-182-3/+10
| | | | Return success or failure error code.
* * libc/include/sys/unistd.h: Use correct declaration for setdtablesize.Christopher Faylor2001-01-182-1/+5
|
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-1713-65/+109
| | | | | | | | | | | | | | | | | | * exceptions.cc (sig_handle_tty_stop): Move setting of PID_STOPPED to earlier in interrupt. ((interrupt_setup): i.e., here. (sig_handle): Don't queue multiple SIGSTOPS. * fhandler.h (bg_check_types): Enumerate return value of bg_check for clarity. * signal.cc (kill_pgrp): Minor cleanup. * fhandler_termios.cc (fhandler_termios::bg_check): Use enumerated type for function return. Don't raise signal if a signal is already queued. * fhandler_console.cc (fhandler_console::read): Use enumerated return type for bg_check. * select.cc: Ditto, throughout. * read.cc: Ditto, throughout. * termios.cc: Ditto, throughout. (_read): YA interrupt detect simplification. * wait.cc (wait4): Ditto.
* * cygheap.cc (cygheap_user::~cygheap_user): TemporarilyCorinna Vinschen2001-01-172-0/+7
| | | | disable free'ing memory.
* * include/sqlucode.h: Apply Danny Smith patch 102443Earnie Boyd2001-01-162-0/+144
| | | | | 2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz> New file.
* * lib/odbccp32.def: Apply Danny Smith patch 102442Earnie Boyd2001-01-162-0/+60
| | | | | 2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz> New file.
* * include/odbcinst.h: Apply Danny Smith patch 102441Earnie Boyd2001-01-162-0/+152
| | | | | 2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz> New file.
* * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2001-01-162-1/+5
|
* * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd2001-01-162-2/+8
| | | | | 2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (_wgetenv) Correction to return type.
* * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd2001-01-162-0/+18
| | | | | | | 2000-11-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (LC_MIN) Add definition. (LC_MAX) ditto. (_wsetlocale) Add prototype.
* General cleanup.Andrew Cagney2001-01-161-31/+35
|
* Clarify dejagnuAndrew Cagney2001-01-161-6/+11
|
* * wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor2001-01-162-14/+22
| | | | behavior.
* * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen2001-01-152-27/+47
| | | | in case of EINVAL. Treat mmapping /dev/zero like MAP_ANONYMOUS.
* * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen2001-01-152-33/+265
| | | | | | | | | | | | | | | | | the new page map. (mmap_record): Change type of base_address_ to caddr_t. Add map_map_ member. Add several methods to manipulate map_map_. (mmap_record::alloc_map): New method. (mmap_record::free_map): Ditto. (mmap_record::find_empty): Ditto. (mmap_record::map_map): Ditto. (mmap_record::unmap_map): Ditto. (list::add_record): Change return type to `mmap_record *'. Allocate page map. (list::match): New method. (mmap): Partly rewritten to take care for the new page map. Add some parameter checking. (munmap): Ditto.
* 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-152-0/+134
| | | | * COPYING.NEWLIB: Put into source repository.
* * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen2001-01-153-4/+9
| | | | * syscalls.cc (getpagesize): Fix another typo.
* * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen2001-01-153-9/+18
| | | | | | avoid calling GetSystemInfo too often. * heap.cc (getpagesize): Eliminate. (heap_init): Use getpagesize function from syscalls.cc.
* * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZECorinna Vinschen2001-01-152-5/+6
| | | | request to avoid implementing the same twice.
* 2001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston2001-01-153-6/+14
| | | | | | | * configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise.
* * syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor2001-01-142-2/+6
| | | | been interrupted by a signal.
* Adds assembly and dis-assembly support for the HPPA wideAlan Modra2001-01-142-21/+35
| | | | mode, 16 bit forms of ldi, ldo, ldw and stw instructions.