Displaying 3 results from an estimated 3 matches for "59314".
Did you mean:
19314
2006 Mar 24
1
Rails 1.1RC Where?
I have read references to RoR v1.1RC being available in gem form and
would like to find out if:
1. Is this true?
2. If so, then how do you tell gem to get it?
I re-installed rake and rails this morning using:
gem install rake --source http://gems.rubyonrails.org
gem install rails --source http://gems.rubyonrails.org
I got a lot of ActionXxxxx dependency updates and rails-1.0.0.4008. Is
2005 Jul 25
0
CESA-2005:582 Moderate CentOS 4 i386 httpd - security update
CentOS Errata and Security Advisory CESA-2005:582
httpd security update for CentOS 4 i386:
https://rhn.redhat.com/errata/RHSA-2005-582.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
httpd-2.0.52-12.1.ent.centos4.i386.rpm
httpd-devel-2.0.52-12.1.ent.centos4.i386.rpm
httpd-manual-2.0.52-12.1.ent.centos4.i386.rpm
2012 May 11
0
[patch] Behavior of .C() and .Fortran() when given double(0) or integer(0) (repost).
Dear R-devel,
Duncan Murdoch suggested that I repost this if I don't get a response in
a week, so here it is. The tests and the patches were on/against
revision 59314, but I don't think that any of the commits since then
affected the code in question.
While tracking down some hard-to-reproduce bugs in a package I maintain,
I stumbled on a behavior change between R 2.15.0 and the current R-devel
(or SVN trunk).
In 2.15.0 and earlier, if you passed an 0-leng...