aboutsummaryrefslogtreecommitdiff
path: root/finance/libstocks
Commit message (Collapse)AuthorAgeFilesLines
* My first PERL -> REINPLACE_CMD conversion. Make sure not to leave anythingMikhail Teterin2002-06-211-3/+7
| | | | | | | behind by explicitly giving "" to -i -- why is that not a default, I wonder. Notes: svn path=/head/; revision=61706
* Fix build on currentKris Kennaway2002-06-161-1/+2
| | | | Notes: svn path=/head/; revision=61358
* Fix the include path, so the client binary compiles...Mikhail Teterin2002-01-251-1/+1
| | | | | | | Submitted by: fenner's build log Notes: svn path=/head/; revision=53722
* A minor nit: -I. -> -I${.CURDIR}...Mikhail Teterin2002-01-081-1/+1
| | | | Notes: svn path=/head/; revision=52767
* Libstocks is a C library which can be used to fetch stocks quotes.Mikhail Teterin2002-01-088-0/+102
It comes with a CLI client and the Siag Office can be built to interface with it. Notes: svn path=/head/; revision=52747