userdata dir
by Sven Schreiber
Hi,
in the win snapshot I downloaded two minutes ago I get error messages at
startup, complaining about some obsolete help files in c:\userdata\....
And the "userdata" dir (which doesn't exist on my system) is also set in
the preferences as gretl's main directory.
This seems to be a regression compared to previous snapshots, I thought
that "userdata" was a thing of the past, but I'm not 100% sure. But I'm
sure I didn't get the error messages before. I also just double-checked
by reinstalling that the userdata setting did not appear during
installation.
cheers,
sven
17 years, 10 months
Ang. [Gretl-devel] userdata dir
by andreas.karlsson@ltv.se
svetosch(a)gmx.net @ INTERNET skrev 2007-05-09 12:15:04 :
> in the win snapshot I downloaded two minutes ago I get error messages at
> startup, complaining about some obsolete help files in c:\userdata\....
Same here.
> But I'm sure I didn't get the error messages before.
Same here.
Regards,
Andreas
17 years, 10 months
Re: [Gretl-users] translation time!
by Cristian Rigamonti
On Fri, May 04, 2007 at 04:36:13PM +0200, Cristian Rigamonti wrote:
> On Fri, May 04, 2007 at 10:19:43AM -0400, Allin Cottrell wrote:
> >
> > I'm reckoning some time in the first half of next week. I still
> > have some loose ends to fix, and would like to update a few things
> > in the manual.
>
> Great, I'll watch out for changes in CVS.
FYI. I've finished committing updated files in doc/tex_it and successfully built
the Italian manuals on my local copy. So the Italian documentation is ready for
1.6.3.
Cri
--
GPG/PGP Key-Id 0x943A5F0E - http://www.linux.it/~cri/cri.asc
Free software, free society - http://www.fsfeurope.org
17 years, 10 months
Missing translation strings in Bootstrap.
by Hélio Guilherme
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
When I did an Analysis/Bootstrap..., I got some untranslated text (only
the first line is in Portuguese):
Para o coeficiente em tv (estimativa pontual 7,98778):
95% confidence interval = 2,2571 to 13,7976
Based on 999 replications, using resampled residuals
- ---
I will upload pt.po and pt_BR.po files in CVS.
Thanks,
Hélio Guilherme
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGPLbdHvesJJ5UqvkRAl47AKDP12zMoyHW2UqVVPICEhx3eg9tNACgpboe
6dA0+kNq6tBSIciXASPFMUs=
=OOQf
-----END PGP SIGNATURE-----
17 years, 10 months
bug with null list in functions
by Sven Schreiber
Hi,
I stumbled over nonsense output in py4gretl, but "fortunately" it's a
gretl bug!
<Example_script>
function test(int i1, const list l1[null], const list l2[null])
scalar a = nelem(l1)
scalar b = nelem(l2)
print a # <- should give 0 for the call below
print b # <- should be 1
print l1 # list should be empty/null
end function
open denmark
list myl2 = LRM
test(1, null, myl2)
</Example_script>
Instead this produces:
...
? test(1, null, myl2)
a = 1.00000
b = 0.000000
11.6326 11.6042 11.5815 11.6018 11.5863 11.6045 11.6533 11.7642
11.7529 11.7655 11.7806 11.7702 11.7459 11.7687 11.7498 11.7487
11.7049 11.7034 11.7030 11.7037 11.6789 11.7078 11.6762 11.6859
11.6416 11.6352 11.6093 11.6576 11.6278 11.6289 11.6038 11.6291
11.6020 11.6038 11.5946 11.6038 11.6171 11.6881 11.7265 11.7813
11.7976 11.8419 11.8403 11.9236 11.9030 11.9268 11.9710 12.0259
12.0512 12.0755 12.0562 12.0716 12.0280 12.0398 12.0153
Hope this can be fixed for 1.6.3,
sven
17 years, 10 months