File: Changes

package info (click to toggle)
finance-streamer 1.07-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 60 kB
  • ctags: 17
  • sloc: perl: 406; makefile: 49
file content (63 lines) | stat: -rw-r--r-- 1,707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Revision history for Perl extension Finance::Streamer.

1.07 Wed Jan  2 16:38:23 PST 2002

	- Clean up of code and documentation.

1.06 Wed May 23 23:23:17 PDT 2001

	- added receive_all() subroutine that passes all the latest
	  data instead of just the new data

	- a subroutine to execute when a heartbeat occurs can now be specified

	- changed name of subroutine filter() to Parser(), to make its
	  purpose clearer

1.05 Wed May 23 04:33:41 PDT 2001

	- bug fixes and ideas thanks to Steve Haehnichen <steve@trix.com>

		- Changed user agent id default to an id specific to this 
		  library instead of an id of the Streamer applet.

		- Changed 'select' to 'fields' due to potential conflicts
		  with reserved word 'select'.

	- Changed name of sub for receive() from 'sub' to 'sub_recv'
	  to avoid potential reserved word conflicts.

	- Removed option to filter or not in recieve().  Was not worth the
	  confusion it caused.

	- Updated documentation to reflect changes.

1.04 Tue May 22 21:06:24 PDT 2001

	- bug fixes thanks to Steve Haehnichen <steve@trix.com>

		- doc error for select 20 should have been 21.
		
		- Symbol length error for '^COMPX'.


1.03  Tue May 22 01:37:07 PDT 2001

	- I added timouts for all recv() subroutines in receive().
	  This was required to stop the situation of waiting forever
	  for data to arrive.

	- Overall cleanup of code and documentation.

1.02  Mon Apr  9 05:17:40 PDT 2001

	- changed names of select values
	  last00s -> last_size

	- Added a link to the Data::Dumper module in the documentation.  
	  The module is very helpful for visualizing the data returned
	  by the "filter" subroutine.

1.01  Sat Apr  7 02:20:13 2001

	- original version