File: ChangeLog

package info (click to toggle)
c2n 1.1.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 168 kB
  • ctags: 145
  • sloc: ansic: 2,207; makefile: 83
file content (71 lines) | stat: -rw-r--r-- 2,092 bytes parent folder | download | duplicates (2)
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
64
65
66
67
68
69
70
71
2002-12-29  Marko Mkel  <msmakela@nic.funet.fi>

	* decode.c (dec): process data blocks (header type 2) properly

	* c2n.c (VERSION, DATE): updated to 1.1.4

2002-11-04  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (VERSION, DATE): updated to 1.1.3
	(main): at end, flush the buffer before switching to idle mode

2002-11-03  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (VERSION, DATE): updated to 1.1.2
	(main): switch to idle mode at the end

2002-08-23  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (VERSION, DATE): updated to 1.1.1
	(main, USE_SERIAL, WIN32): report errors via report_error ()

2002-06-06  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (pcm_compute): support asymmetric pulses
	(main) added -1 switch for ORIC-1
	(USE_PCM, USE_TAP, USE_SERIAL): new macros for selecting features

	* Makefile (SRCS): added oric_d.c and oric_e.c
	(.SUFFIXES): added .txt (plain-text manual page)

	* Makefile.win32: new file to assist the creation of Win32 binaries

	* encode.c, decode.c: cast Unexpected characters to unsigned

	* c2n.1: documented the Tangerine ORIC-1 options

2002-05-12  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.1 (-E): documented the 's' modifier

	* c2n.c (main): detect "no response from C2N232" on Unix and WIN32

2002-05-02  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (sp_read): Amiga bug fixes
	(main): Amiga bug fixes

2002-04-26  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (tap_read): New option -D for decoding tape images
	(main): -c: Open the serial line in nonblocking mode,
	as suggested by Simo Piiroinen.

2002-04-23  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c (sp_read): Tried to fix for Amiga
	(p_write): Use asynchronous I/O and double buffering on Amiga

2002-03-30  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.1: Corrected a few typographic errors

	* c2n.c (sp_read): Read 8 kilobytes at a time

2002-03-19  Marko Mkel  <msmakela@nic.funet.fi>

	* c2n.c: 
	Check for __APPLE__ (Mac OS X patch suggested by Christopher Phillips)
	(main):
	Use cfsetispeed, cfsetospeed (FreeBSD patch suggested by Pasi Ojala)