home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / libstock.zip / ChangeLog < prev    next >
Text File  |  2000-09-06  |  2KB  |  53 lines

  1. Version 0.5.0
  2.     (2000/05/09)
  3.     - (http.c) Change the process to find the header.
  4.     Somebody has reported to me that its headers are not separated by
  5.     "\r\n" string.
  6.     (2000/04/09)
  7.     - (csv.c) Indices history files where not parsed because they do not
  8.     have volume. Now, get_history_csv function does not return an error
  9.     when it does not find a volume.
  10.     - (csv.c) Mutual funds where seen as invalid by the parse_csv_file
  11.     function. The process has been changed.
  12.     
  13. Version 0.4.0
  14.     (2000/01/08)
  15.     - (history.c) get_history_csv and get_stock_history function 
  16.     get historical quotes for one stock.
  17.     - (stocks.h, csv.c, list.c, client.c)
  18.     Symbol, Name, Time and Date are now dynamically allocated.
  19.     This minimizes the stock structure size. 
  20.     - (stocks.c) parse_csv_file function return code was bad
  21.     tested in download_stocks function.
  22.     - (stocks.c) free the downloaded datas in the download_stocks
  23.     function.
  24.     
  25. Version 0.3.0
  26.     (2000/20/07)
  27.     - (COPYING) libstocks is now under the LGPL license.
  28.     - (http.c) Add some little modifications to compile under Windows.
  29.        Thanks to Anakim Border for the patch.
  30.     - (currency.c) Add this file to support single currency exchange rate.
  31.     
  32.     (2000/10/07) 
  33.     - (csv.c) Add currency exchange rates support with a small modification
  34.     on the csv parsing process.
  35.     Thanks to Ulric Eriksson (from the Siag Office project) for the patch.
  36.     - (csv.c) Add csv_strtok to prevent bad csv parsing when a ',' is 
  37.     present in the name of the stock.
  38.     Thanks to Julio Lucas to have found this bug and to suggest me a patch.
  39.     
  40. Version 0.2.0
  41.     - Now libstocks supports a lot of markets
  42.     (United States, Canada, Mexico, Brasil, Argentina, Venezuela, Chili, 
  43.     Australia and European markets)
  44.     - stocks.c has been strongly modified
  45.     - libstocks_client displays now the stocks name    
  46.     - parse_csv supports the stock name in the csv file
  47.     - Parse_csv is now country independant.
  48.     It then corrects a bug (csv was bad parsed in v0.1.0 for US quotes)
  49.     - Correct a bug in proxy support
  50.     
  51. Version 0.1.0
  52.     -Support of US and European stocks markets
  53.     -compiles on Linux (Mandrake 7 and Solaris 2.6)