Corinna Vinschen
22d65acb9c
*** empty log message ***
2015-02-06 17:14:26 +00:00
Corinna Vinschen
cf213809c4
* posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here
...
from std-notimpl. Add finitel.
2015-02-06 17:12:18 +00:00
Corinna Vinschen
f1b0fac03c
* common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
...
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2015-02-06 17:09:50 +00:00
Corinna Vinschen
b6c60d78c5
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35.
2015-02-06 17:08:10 +00:00
Nick Clifton
b9e7cd9a84
* libc/include/complex.h (cabsl): Add prototype.
...
(cimagl): Add prototype.
(creall): Add prototype.
* libc/include/ieeefp.h: Include float.h.
(EXT_EXPBITS, EXT_FRACHBITS, EXT_FRACLBITS)
(EXT_EXP_INFNAN. EXT_EXP_BIAS, EXT_FRACBITS): Define.
(struct ieee_ext, union ieee_ext_u): New types for long double
support.
* libc/include/math.h (finitel): Add prototype.
(hypotl): Add prototype.
(sqrtl): Add prototype.
* libm/common/Makefile.am (lsrc): Add sl_finite.c.
* libm/common/Makefile.in: Regenerate.
* libm/common/fdlibm.h (__ieee754_hypotl): Add prototype.
* libm/common/hypotl.c (hypotl): Add implementation for when long
double is larger than double.
* libm/common/sqrtl.c (sqrtl): Likewise.
* libm/common/sl_finite.c: New file. Adds implementation of the
finitel function.
* libm/complex/Makefile.am (lsrc): Define.
(libcomplex_la_SOURCES): Add lsrc.
(lib_a_SOURCES): Add lsrc.
* libm/complex/Makefile.in: Regenerate.
* libm/complex/cabs.c: Add documentation of cabsl function.
* libm/complex/cimag.c: Add documentation of cimagl function.
* libm/complex/creall.c: Add documentation of creall function.
* libm/complex/cabsl.c: New file. Adds implementation of the
cabsl function.
* libm/complex/cimagl.c: New file. Adds implementation of the
cimagl function.
* libm/complex/creall.c: New file. Adds implementation of the
creall function.
* libm/math/Makefile.am (lsrc): Define.
(libmath_la_SOURCES): Add lsrc.
(lib_a_SOURCES): Add lsrc.
* libm/math/Makefile.in: Regenerate.
* libm/math/el_hypot.c: New file. Adds implementation of the
__ieee754_hypotl function.
2015-02-06 16:14:04 +00:00
Corinna Vinschen
db004c5d7a
* fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fields
...
on Intel CPUs.
2015-02-06 11:41:56 +00:00
Corinna Vinschen
604656a35a
* posix.xml (std-susv4): Move wcstold here from std-notimpl.
2015-02-04 11:05:24 +00:00
Corinna Vinschen
e744f119e8
* new-features.xml (ov-new1.7.34): Add wcstold.
2015-02-04 11:04:12 +00:00
Corinna Vinschen
d550f1876f
* common.din (wcstold): Export.
...
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2015-02-04 11:03:36 +00:00
Corinna Vinschen
f2eb8ca8bf
* libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement for
...
declaration.
2015-02-04 11:02:36 +00:00
Corinna Vinschen
be8a0cee6d
* faq-using.xml (faq.using.ssh-pubkey-stops-working): New entry.
...
(faq.using.same-with-rhosts): Ditto.
2015-02-04 10:40:22 +00:00
Corinna Vinschen
7656f3f4d7
* utils.xml (regtool): Clarify save action. Add description for
...
restore action.
* new-features.xml (ov-new1.7.34): Add regtool restore.
2015-02-03 15:23:37 +00:00
Corinna Vinschen
38602c8697
*** empty log message ***
2015-02-03 15:21:58 +00:00
Corinna Vinschen
a6791b3bc7
* regtool.cc (longopts): Add --force option.
...
(opts): Add -f option.
(restore_flags): New variable.
(usage): Clarify working of save action. Add restore action. Add
description for -f/--force option.
(set_privilege): Drop function. The Cygwin DLL is doing that anyway.
(cmd_save): Drop call to set_privilege.
(cmd_restore): New function.
(main): Handle -f/--force option.
2015-02-03 15:14:57 +00:00
Corinna Vinschen
db9a8c9983
* Throughout, replace http with https as far as cygwin.com and
...
sourceware.org URLs are concerned.
* Throughout, simplify ulink expressions if the visible text is the
URL anyway.
* faq-programming.xml (faq.programming.dll-relocatable): Remove.
* faq-setup.xml (faq.setup.name-with-space): Change for 1.7.34.
(faq.setup.home): Ditto.
* faq-using.xml (faq.using.printing): Clarify old links and availability
of a2ps and file.
(faq.using.xemacs): Drop outdated version info and pointers to native
XEmacs.
(faq.using.ntemacs): Remove.
* faq-what.xml (faq.what.what): Rephrase to reflect reality.
(faq.what.supported): Ditto.
(faq.what.who): Rephrase slightly.
* legal.xml: Bump copyright.
* setup-net.xml (internet-setup): Fix references to setup executables.
2015-02-03 13:48:43 +00:00
Corinna Vinschen
0f5a7b350f
* mkvers.sh: Automate generating the copyright date in the version
...
resource.
* winver.rc: Ditto.
2015-02-03 13:15:49 +00:00
Nick Clifton
1f3dd90552
* libc/stdlib/wcstold.c (wcstold): Add implementation for when
...
long double is not the same as double.
2015-01-29 08:37:26 +00:00
Corinna Vinschen
3e4183d15b
* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
2015-01-28 21:03:41 +00:00
Corinna Vinschen
4c8daae24d
* Makefile.in: Simplify rule to build dependencies from cygwin dir.
2015-01-28 11:46:25 +00:00
Corinna Vinschen
6340d0ff91
* Makefile.in (VERSION_OFILES): New variable containing object files
...
with version information. Use throughout.
(clean): Drop winver_stamp.
(version.cc winver.o): Drop empty rule.
(winver_stamp): Convert to rule targeting version.cc and winver.o
directly. Drop touching winver_stamp. Fix typo.
2015-01-28 11:43:06 +00:00
Corinna Vinschen
8915ff7f28
Fix typo
2015-01-27 14:59:58 +00:00
Corinna Vinschen
f65694fbfa
*** empty log message ***
2015-01-27 14:59:36 +00:00
Corinna Vinschen
e352829f71
Fix entry header
2015-01-24 20:05:08 +00:00
Corinna Vinschen
73b4c40205
* uname.cc (uname): Shorten "WOW64" to "WOW" to account for the new
...
Windows 10 OS version "10.0" starting with preview build 9926.
2015-01-24 19:56:42 +00:00
Corinna Vinschen
71906368e5
* new-features.xml (ov-new1.7.34): Add extension of gethostbyname2.
...
Add sockatmark.
2015-01-23 14:59:44 +00:00
Corinna Vinschen
a7b066ffe3
*** empty log message ***
2015-01-23 14:57:19 +00:00
Corinna Vinschen
64f8b4caa3
* net.cc (cygwin_inet_pton): Declare.
...
(gethostby_specials): New function.
(gethostby_helper): Change returned addrtype in 4-to-6 case.
(gethostbyname2): Call gethostby_specials.
2015-01-23 10:46:22 +00:00
Corinna Vinschen
2ee3908b45
Complete action from 2001-12-18:
...
* libc/machine/i386/f_*: Remove duplicate files.
2015-01-23 10:16:00 +00:00
Yaakov Selkowitz
5ae2368e92
* sparc/crt0.S: Declare use of system registers.
...
* sparc/cygmon-crt0.S: Ditto.
* sparc/erc32-crt0.S: Ditto.
* sparc/traps.S: Ditto.
2015-01-22 17:38:39 +00:00
Yaakov Selkowitz
128e9e0be5
* libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.
2015-01-22 17:34:47 +00:00
Corinna Vinschen
bdc1799556
* libc/sys/or1k/mlock.c: Fix dependency on libgloss.
2015-01-22 15:32:51 +00:00
Corinna Vinschen
185784962a
* fhandler.h (class fhandler_process): Add fd_type member.
...
* fhandler_process.cc (process_tab): Fix indentation.
(fhandler_process::exists): Rely on format_process_fd returning file
type in fd_type.
(struct process_fd_t): Add fd_type member.
(fhandler_process::fill_filebuf): Allow format_process_fd to set
this->fd_type member.
(format_process_fd): Fix path evaluation to allow recognizing trailing
path components. Fix check for file descriptor path component. Return
virt_symlink in fd_type if no trailing path compenents exist, return
virt_fsdir otherwise and copy full resulting path into destbuf.
* path.cc (path_conv::check): If /proc/$PID/fd symlink has trailing
path components, reparse resulting path as if it's the incoming path.
Add comment to wail over the outdated and hackish check method, and to
explain what we do here.
2015-01-22 13:46:12 +00:00
Corinna Vinschen
638dd243f2
* uinfo.cc (pwdgrp::fetch_account_from_windows): Allow fetching gid,
...
home, shell and gecos info from NT4 domain.
2015-01-21 20:40:33 +00:00
Eric Botcazou
bf8f43ae8a
* COPYING.LIBGLOSS: Add Controls and Data Services copyright.
...
* COPYING.NEWLIB: Likewise.
libgloss/
* configure.in: Add Visium support.
* configure: Regenerate.
* visium/: New directory.
newlib/
* configure.host: Add Visium support.
* libc/machine/configure.in: Likewise.
* libc/machine/configure: Regenerate.
* libc/machine/visium/: New directory.
* libc/include/machine/setjmp.h (_JBLEN): Define for Visium.
* libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Likewise.
* libc/include/machine/time.h (_CLOCKS_PER_SEC_): Likewise.
2015-01-21 18:27:47 +00:00
Corinna Vinschen
f485f16276
* sec_auth.cc (get_logon_server): Constify domain parameter.
...
* security.h (get_logon_server): Same in prototype.
2015-01-21 16:31:38 +00:00
DJ Delorie
a098aad30b
* rl78/crt0.S: Initialize .saddr. Avoid using SEL.
...
* rl78/rl78-sim.ld: Add .saddr/.frodata section.
* rl78/rl78.ld: Likewise.
* rl78/rl78-sim.ld: Make room for virtual register banks.
* rl78/rl78.ld: Likewise.
* rl78/vregs.h: New.
* rl78-sys.h: Use it.
* rl78/swrite.S: New.
* rl78/Makefile.in: Build it.
* rl78/write.c: Use it.
2015-01-20 18:43:36 +00:00
Corinna Vinschen
ae8a802c29
* posix.xml (std-susv4): Move sockatmark here from std-notimpl.
2015-01-20 18:24:23 +00:00
Corinna Vinschen
d2264bce02
* common.din (sockatmark): Export.
...
* net.cc (sockatmark): New function.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2015-01-20 18:23:20 +00:00
Corinna Vinschen
d63bec588e
* libc/sys/configure.in: Add OpenRISC.
...
* libc/sys/configure: Regenerate.
2015-01-20 12:28:27 +00:00
Corinna Vinschen
43f80ffb7d
Fix typo in entry header
2015-01-20 12:27:30 +00:00
Corinna Vinschen
c30509f569
Fix dates
2015-01-20 10:13:26 +00:00
Corinna Vinschen
086cd00d24
* libc/machine/aarch64/strlen.S (strlen): Improve performance.
2015-01-20 10:11:56 +00:00
Corinna Vinschen
88171c62d3
*** empty log message ***
2015-01-20 10:03:02 +00:00
Corinna Vinschen
d0695096ba
* configure.host: Add extra system for OpenRISC baremetal.
2015-01-20 09:59:40 +00:00
Corinna Vinschen
8d8f40361f
* bsd_helper.h: Throughout, convert "struct thread" to "class thread".
...
* bsd_mutex.cc (_msleep): Fetch signal_arrived handle from thread's
ipcblk.
* process.h (class process): Drop _signal_arrived and align methods.
(process_cache::process): Drop signal_arrived parameter.
* process.cc (process::process): Ditto. Drop related code.
(process::~process): Drop closing signal_arrived handle.
(process_cache::process): Drop signal_arrived parameter in call to
process::process.
(thread::dup_signal_arrived): New method duplicating thread's
signal_arrived handle.
(thread::close_signal_arrived): New method closing thread's
signal_arrived handle.
* msg.cc (client_request_msg::serve): Drop signal_arrived parameter from
call to process_cache::process. Use thread constructor to initialize td.
* sem.cc (client_request_sem::serve): Ditto.
* shm.cc (client_request_shm::serve): Ditto.
2015-01-19 17:42:38 +00:00
Corinna Vinschen
c95ce02160
* cygserver_ipc.h (ipc_retval): Add default constructor.
...
(class thread): struct->class. Add prototypes for new private methods
dup_signal_arrived and close_signal_arrived. Implement constructor and
destructor.
2015-01-19 17:42:04 +00:00
DJ Delorie
70e52cba1b
* rl78/crt0.S: Initialize .saddr. Avoid using SEL.
...
* rl78/rl78-sim.ld: Add .saddr/.frodata section.
* rl78/rl78.ld: Likewise.
* rl78/rl78-sim.ld: Make room for virtual register banks.
* rl78/rl78.ld: Likewise.
* rl78/vregs.h: New.
* rl78-sys.h: Use it.
* rl78/swrite.S: New.
* rl78/Makefile.in: Build it.
* rl78/write.c: Use it.
2015-01-16 22:21:34 +00:00
Corinna Vinschen
a62dbcd6e0
* gendef: Export _sigbe on 64 bit as well.
...
* malloc_wrapper.cc (free): In malloc_printf, call caller_return_address
instead of __builtin_return_address.
(malloc): Ditto.
(realloc): Ditto.
(calloc): Ditto.
* miscfuncs.cc (__caller_return_address): New function.
* miscfuncs.h (caller_return_address): New macro calling
__caller_return_address.
(__caller_return_address): Add prototype.
2015-01-16 16:19:37 +00:00
DJ Delorie
ad45d512de
merge from gcc
2015-01-15 21:01:51 +00:00
DJ Delorie
ebf294095b
merge from gcc
2015-01-14 22:03:05 +00:00