Displaying 20 results from an estimated 90 matches similar to: "[ANNOUNCE] xtrans 1.2"
2019 Mar 16
0
[ANNOUNCE] xtrans 1.4.0
xtrans is a library of code that is shared (but is *not* a shared library)
among various X packages to handle network protocol transport in a modular
fashion, allowing a single place to add new transport types. It is used
by the X server, libX11, libICE, the X font server, and related components.
This release drops a bunch of dead code, including support only used by
lbxproxy and pre-1.4.0
2024 Nov 09
0
[ANNOUNCE] xtrans 1.5.2
xtrans - X Network Transport layer shared code
----------------------------------------------
This release fixes two small regressions introduced in the 1.5.1 release -
one breaks builds when HAVE_STRCASECMP is not defined (which mainly happens
on Windows platforms) and the other breaks builds when IPv6 support is
disabled.
Alan Coopersmith (2):
is_numeric: Add !defined(IPv6) to checks
2008 Mar 06
0
[ANNOUNCE] xtrans 1.1
Adam Jackson (2):
Add support for the abstract socket namespace under Linux.
xtrans 1.1
Ben Byer (5):
suppress warning about socket directory ownership on OS X
changes to support launchd on OS X
removed cvs tags
Fix for incorrect processing of recycled launchd socket on OS X
make launchd error messages less scary
Dodji Seketeli (2):
libxtrans: fix
2010 Nov 09
0
[ANNOUNCE] xtrans 1.2.6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
xtrans is a library of code that is shared (but is *not* a shared library)
among various X packages to handle network protocol transport in a modular
fashion, allowing a single place to add new transport types. It is used
by the X server, libX11, libICE, the X font server, and related components.
This minor release converts the libxtrans API
2007 Aug 22
0
[ANNOUNCE] xtrans 1.0.4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alan Coopersmith:
Version bump: 1.0.4
Kean Johnston:
Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
git tag: xtrans-1.0.4
http://xorg.freedesktop.org/archive/individual/lib/xtrans-1.0.4.tar.bz2
MD5: 8b36cdf08df12be96615e3d550236626
SHA1: 9e6dd0970b72253f9558be43abd30bb8a802aa66
2013 Mar 09
0
CEBA-2013:0294 CentOS 6 xorg-x11-xtrans-devel Update
CentOS Errata and Bugfix Advisory 2013:0294
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
c56b05bcce4b9fa03b776029adfcf2a5fba5590dc5c6241e4fe8da62471af59b xorg-x11-xtrans-devel-1.2.7-2.el6.noarch.rpm
x86_64:
2013 Apr 04
0
Changing HTTP proxy configurations at run time
DeaR developers,
I was recently moving with my laptop between two environments with and without a HTTP proxy server. As the internal proxy configuration is read only once from the environment variables http_proxy/HTTP_PROXY at the first call of download.file(), the proxy configurations couldn't be adjusted at a later stage. (See also the comment in ?download.file). This caused some
2011 Feb 08
2
WSAStartup failure
Hi,
I added the Windows::WSA module to windows-pr recently (it''s in the latest
git repo). However, I can''t seem to make WSAStartup work. I tried the
following bit of code, only to get "The Windows Sockets version requested is
not supported" on my Vista box.
Is it really not supported on Vista? The docs say Win2k or later. Or is
there another issue?
require
2023 Jun 03
0
[ANNOUNCE] xscope 1.4.4
xscope is a program to monitor the connections between the X11 server and
client programs.
This release fixes some minor bugs and adds support for decoding the
DAMAGE extension.
Alan Coopersmith (9):
scope.h: remove second include of fd.h
gitlab CI: stop requiring Signed-off-by in commits
gitlab CI: build with both --enable-xtrans & --disable-xtrans
fd.h: fix build
2012 May 28
0
rms::cr.setup and Hmisc::fit.mult.impute
I have fitted a proportional odds model, but would like to compare it to
a continuation ratio model. However, I am unable to fit the CR model
_including_ imputated data.
I guess my troubles start with settuping the data for the CR model.
Any hint is appreciated!
Christian
library(Hmisc)
library(rms)
library(mice)
## simulating data (taken from rms::residuals.lrm)
set.seed(1)
n <- 400
age
2010 May 05
1
Error messages with psm and not cph in Hmisc
While
sm4.6ll<-fit.mult.impute(Surv(agesi, si)~partner+ in.love+ pubty+ FPA+
strat(gender),fitter = cph, xtrans = dated.sexrisk2.i, data =
dated.sexrisk2, x=T,y=T,surv=T, time.inc=16)
runs perfectly using Hmisc, Design and mice under R11 run via Sciviews-K,
with
library(Design)
library(mice)
ds2d<-datadist(dated.sexrisk2)
options(datadist="ds2d")
2012 Mar 12
1
Help, Wine isn't working
I've followed the guide but when i try to install this comes up, please help (i don't know anything about this sh*t) i'm just trying to play Crusader Kings II and Dear Esther
Last login: Mon Mar 12 02:20:51 on ttys000
Nathans-MacBook-Pro:~ nathanbreedlove$ sudo port install wine
Password:
---> Computing dependencies for wine
---> Dependencies to be installed: apple-gcc42
2004 Apr 07
1
eigenvalues for a sparse matrix
Hi,
I have the following problem. It has two parts.
1. I need to calculate the stationary probabilities of a Markov chain,
eg if the transition matrix is P, I need x such that
xP = x
in other words, the left eigenvectors of P which have an eigenvalue of
one.
Currently I am using eigen(t(P)) and then pick out the vectors I need.
However, this seems to be an overkill (I only need a single
2001 Dec 05
1
DISPLAY=localhost
hi,
this can be applied to the latest portable CVS. by default bind sshd fake
display to localhost.
[stevesk at jenny stevesk]$ uname -sr
HP-UX B.11.11
[stevesk at jenny stevesk]$ echo $DISPLAY
localhost:14.0
[stevesk at jenny stevesk]$ netstat -an|grep 6014
tcp 0 0 127.0.0.1.6014 *.* LISTEN
this is currently controlled with sshd_config gatewayports;
2008 Oct 04
0
Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)
On Sat, Oct 4, 2008 at 10:45 AM, laurent <lgautier at gmail.com> wrote:
>
> On Sat, 2008-10-04 at 12:00 +0200, r-devel-request at r-project.org wrote:
>> Message: 18
>> Date: Fri, 3 Oct 2008 15:35:18 -0500 (CDT)
>> From: Luke Tierney <luke at stat.uiowa.edu>
>> Subject: Re: [Rd] Attributes of top level environments clobbered (was
>> Re: [R]
2010 Apr 02
1
help installing
hey im trying to install wine on snow leopard using this tutorial
http://davidbaumgold.com/tutorials/wine-mac/
but i am having problems firstly i get these errors....
---> Computing dependencies for wine-devel
---> Verifying checksum(s) for freetype
Error: Checksum (md5) mismatch for freetype-2.3.12.tar.bz2
Error: Checksum (sha1) mismatch for freetype-2.3.12.tar.bz2
Error: Checksum
2011 Aug 18
2
problem installing WINE
Hi, I had to rearrange the user accounts on my iMac (10.6.8) and need to re-instal WINE from the new admin account since the original one got mucked up (for one thing, the .wine directory got deleted which is in user space). It's objecting to the activation of python27:
---> Activating python27 @2.7.2_0+universal
Error: Target org.macports.activate returned: Image error:
2002 Oct 26
3
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From cjwatson at debian.org 2002-10-27 00:16 -------
Marco d'Itri suggested in http://bugs.debian.org/153154 that ssh should only
bind to AF_INET addresses in x11_create_display_inet(), since at least the
xtrans code in XFree86 doesn't support IPv6. Is this a valid approach?
------- You are receiving this
2010 Nov 14
2
Error installing Wine in MAC OSX
Hello everyone,
I'am trying to install Wine through MacPorts, but it is giving me an error and I don't know what to do.
I followed this tutorial:
http://davidbaumgold.com/tutorials/wine-mac/#part-1
the error that appears is the following:
Error: Requested variants "+universal" do not match original selection "".
Please use the same variants again, perform
2017 Nov 28
0
[ANNOUNCE] xfs 1.2.0
This release ports the X Font Server to libXfont 2.x. Distributions may
now drop libXfont 1.x at their convenience. This conversion has been
lightly tested but some issues may remain; please report any new issues
to xorg-devel at lists.x.org.
Adam Jackson (3):
xtrans: Simplify an error path when started from inetd
xfs: port to libXfont2
xfs 1.2.0
Alan Coopersmith (2):
Add