From contribs at freepascal.org Tue May 1 17:09:56 2007
From: contribs at freepascal.org (contribs@freepascal.org)
Date: Mon Feb 13 20:00:50 2012
Subject: [fpc-announce] New entry in Free Pascal Contributed units.
(Serial.pp for Win32)
Message-ID: <20070501150956.435.qmail@idefix.wisa.be>
The following entry was added to the Free Pascal contributed units:
Name : Serial.pp for Win32
Author : Luis. R.. Hilario B.
Email : luisdigital@gmail.com
Homepage : http://www.luisdigital.com/programacion/fpc/
FTP site : http://www.luisdigital.com/programacion/fpc/serial.pp
Version : 1
Date : 2007-05-01
Category : Miscellaneous
Supported OS : Windows
Description :
Unit for handling the serial interfaces for Win32. Serial.pp Exists for Linux/Unix in Free Pascal.
From contribs at freepascal.org Tue May 15 00:55:37 2007
From: contribs at freepascal.org (contribs@freepascal.org)
Date: Mon Feb 13 20:00:50 2012
Subject: [fpc-announce] Free Pascal Contributed units modified entry.
(csvutils505)
Message-ID: <20070514225537.17821.qmail@idefix.wisa.be>
The following entry in the Free Pascal contributed units was modified:
Name : csvutils505
Author : Lars (L505)
Email : fpcunits(at)z505(dot)com
Homepage : http://z505.com
FTP site : http://opensvn.csie.org/pspcgi/psp-1.6.x-devel/extras/csv/
Version : 0.0.1
Date : 2007-05-15
Category : File Handling
Supported OS : All (linux, bsd, windows, etc)
Description :
SourceForge Download
SVN Download
CSV utilities for making CSV files. Does not read data from CSV files yet - just creates CSV.
I searched the internet for simple routines to create CSV files and could not find any. The ones I found were either overly complicated, or they didn't create proper CSV files. So I built some procedures that create CSV cells and create new rows.
These CSV utils are compatible with Microsoft Excel so quotes are doubled together and the data is comma delimited. However, you can specify any custom delimiter and encloser.
For optimization this utility can write to memory using a capstring (enhanced chunk growing ansistring). In the future there will be an option to write directly to a file. From joost at cnoc.nl Sun May 20 00:41:49 2007 From: joost at cnoc.nl (Joost van der Sluis) Date: Mon Feb 13 20:00:50 2012 Subject: [fpc-announce] Release of fpc-2.1.4 aka 2.2.0-beta Message-ID: <1179614509.15343.10.camel@joost> Hello everybody, I'm happy to announce that release 2.1.4 aka 2.2.0 beta is out. We ask our users to test the changes made in the last few years. This beta will be available for about two months, whereafter 2.2.0 will be released. Helping us to test version 2.1.4 now, can avoid problems when you finally update your fpc-version to 2.2.0. Greetings Joost (on behalf of the whole FPC team) From contribs at freepascal.org Tue May 22 17:20:26 2007 From: contribs at freepascal.org (contribs@freepascal.org) Date: Mon Feb 13 20:00:50 2012 Subject: [fpc-announce] Free Pascal Contributed units modified entry. (object-oriented fast graphics unit, can work winthout screen device on any i386 system) Message-ID: <20070522152026.32340.qmail@idefix.wisa.be> The following entry in the Free Pascal contributed units was modified: Name : object-oriented fast graphics unit,can work winthout screen device on any i386 system Author : Dmytry Lavrov Email : dmytry_lavrov2@mail.ru Homepage : http://dmytry.ancientspledge.com/ FTP site : http://www.dmytry_lavrov.chat.ru/downloads.htm#Programs Version : 0.9 Date : 2007-05-22 Category : Graphics Supported OS : go32v2,win32 DX runable Description :
MORE,
cool demoes have lesser size that screenshots!
Classes version under development,mail to me to join tester group
From contribs at freepascal.org Thu May 24 19:11:37 2007
From: contribs at freepascal.org (contribs@freepascal.org)
Date: Mon Feb 13 20:00:50 2012
Subject: [fpc-announce] New entry in Free Pascal Contributed units. (ICU4PAS)
Message-ID: <20070524171137.6598.qmail@idefix.wisa.be>
The following entry was added to the Free Pascal contributed units:
Name : ICU4PAS
Author : Milan Marusinec alias Milano
Email : milan@marusinec.sk
Homepage : http://www.icu4pas.org
FTP site : http://www.icu4pas.org/icu4pas-3_6-rm1.zip
Version : 3.6 RM1
Date : 2007-05-24
Category : Miscellaneous
Supported OS : Win32, Linux
Description :
ICU4PAS is an Object Pascal, cross platform, Direct Class Wrapper over the mature and widely used set of C/C++ ICU libraries providing Unicode support, software internationalization(i18n) and globalization (g11n), giving applications the same results on all platforms. ICU4PAS provides completely (100%) the same API interfaces as the C/C++ version, including the object oriented API interfaces (headers for whole library has been ported). Source code distribution comes with all samples ported natively to the Object Pascal language, including the Unicode Layout demo.