[fpc-pascal] Re: daysbetween

2009-05-06 Thread Seth Grover
Disregard my email about daysbetween, I just saw this: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/dateutil.inc?view=diff&r1=12958&r2=13107 -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[

Re: [fpc-pascal] (no subject)

2009-05-06 Thread Jonas Maebe
On 06 May 2009, at 22:11, Seth Grover wrote: Now I know I can just use trunc(DaySpan(val1, val2)) to achieve the same result, but I was just curious as to why this change was made which so drastically changes the functionality of these calls. Because with trunc you also get rounding errors in

[fpc-pascal] (no subject)

2009-05-06 Thread Seth Grover
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/dateutil.inc?view=diff&r1=12957&r2=12958 shows that a change was recently made which replaces "Trunc" with "Round" in the *Between routines in dateutil.inc (DaysBetween, HoursBetween, etc.). So this program:

[fpc-pascal] Doubts

2009-05-06 Thread Lourival Mendes
Dear all, I would like to write a program that must work in MS DOS with an input from file and output to another file, also I would like to compile the same program in linux with the same premises (input and output to files). Another doubt, is it possible to use GSL or Newmat as a library in