forked from npat-efault/picocom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.old
157 lines (118 loc) · 4.84 KB
/
CHANGES.old
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
------------------------------------------------------------------------
r35 | npat | 2004-08-13 14:18:38 +0300 (Fri, 13 Aug 2004) | 3 lines
Changed paths:
M /picocom/trunk/Makefile
picocom version 1.4
------------------------------------------------------------------------
r34 | npat | 2004-08-13 14:15:23 +0300 (Fri, 13 Aug 2004) | 4 lines
Changed paths:
M /picocom/trunk/Makefile
Added the "changes" target that generates the CHANGES file from the
svn (version control) commit logs.
------------------------------------------------------------------------
r33 | npat | 2004-08-13 05:48:26 +0300 (Fri, 13 Aug 2004) | 4 lines
Changed paths:
M /picocom/trunk/Makefile
M /picocom/trunk/picocom.8.xml
Converted the manpage sources to use the xmlmp-1.1 DTD, and hence the
xmlmp tools (see http://npat.efault.net/hacks/xmlmp)
------------------------------------------------------------------------
r28 | npat | 2004-08-12 15:17:54 +0300 (Thu, 12 Aug 2004) | 2 lines
Changed paths:
M /picocom/trunk/TODO
Removed stale tasks from TODO. (Now it's empty).
------------------------------------------------------------------------
r27 | npat | 2004-08-12 15:16:03 +0300 (Thu, 12 Aug 2004) | 5 lines
Changed paths:
M /picocom/trunk/CONTRIBUTORS
M /picocom/trunk/picocom.8.xml
Added Julius P. Malkiewicz in the contributors list
Updated documentation to comply with the changes made since r13
------------------------------------------------------------------------
r26 | npat | 2004-08-12 14:45:11 +0300 (Thu, 12 Aug 2004) | 9 lines
Changed paths:
M /picocom/trunk/Makefile
M /picocom/trunk/picocom.c
Added support for UUCP-style locks. Lock handling is compiled-in if
the macro UUCP_LOCK_DIR is defined; if it is, it must contain the name
of the lock directory. Locking can be disabled at runtime using the
"--no<l>ock" option.
UUCP-locks support is based on a patch submitted by Julius
P. Malkiewicz <[email protected]>
------------------------------------------------------------------------
r25 | npat | 2004-08-12 11:55:56 +0300 (Thu, 12 Aug 2004) | 4 lines
Changed paths:
M /picocom/trunk/picocom.c
Implemented th C-\ command, which generates a break sequence. Patch
submitted by Julius P. Malkiewicz <[email protected]>
------------------------------------------------------------------------
r24 | npat | 2004-08-12 11:52:39 +0300 (Thu, 12 Aug 2004) | 5 lines
Changed paths:
M /picocom/trunk/picocom.c
If two escape-characters are sent in a row, the second is
passed-through, and picocom returns to transparrent mode. Patch
submitteb by Julius P. Malkiewicz <[email protected]>
------------------------------------------------------------------------
r23 | npat | 2004-08-12 11:45:57 +0300 (Thu, 12 Aug 2004) | 7 lines
Changed paths:
M /picocom/trunk/term.c
Fixed "term.c" to compile under FreeBSD (and probably other BSDs
also). "term.c" now includes "termios.h" instead of "termio.h" in
non-linux system. Added a declaration for "tioold"---that was
missing---in the non-linux part of the DTR toggling code. Patch
submitted by Julius P. Malkiewicz <[email protected]>
------------------------------------------------------------------------
r12 | npat | 2004-08-11 19:03:48 +0300 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
M /picocom/trunk/CONTRIBUTORS
M /picocom/trunk/Makefile
M /picocom/trunk/README
A /picocom/trunk/picocom.8.xml
Added r1.3
------------------------------------------------------------------------
r10 | npat | 2004-08-11 19:02:35 +0300 (Wed, 11 Aug 2004) | 3 lines
Changed paths:
A /picocom/trunk/CONTRIBUTORS
M /picocom/trunk/Makefile
A /picocom/trunk/TODO
M /picocom/trunk/picocom.c
Added r1.2
------------------------------------------------------------------------
r8 | npat | 2004-08-11 19:01:25 +0300 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
M /picocom/trunk/Makefile
A /picocom/trunk/NEWS
M /picocom/trunk/README
A /picocom/trunk/pcasc
A /picocom/trunk/pcxm
A /picocom/trunk/pcym
A /picocom/trunk/pczm
M /picocom/trunk/picocom.c
Added r1.1
------------------------------------------------------------------------
r6 | npat | 2004-08-11 18:59:25 +0300 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
A /picocom/trunk/LICENSE.txt
A /picocom/trunk/Makefile
A /picocom/trunk/README
A /picocom/trunk/picocom.c
A /picocom/trunk/term.c
A /picocom/trunk/term.h
Imported r1.0 sources
------------------------------------------------------------------------
r1 | svn | 2004-08-11 08:02:59 +0300 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
A /mu0
A /mu0/branches
A /mu0/tags
A /mu0/trunk
A /picocom
A /picocom/branches
A /picocom/tags
A /picocom/trunk
A /ppgplot
A /ppgplot/branches
A /ppgplot/tags
A /ppgplot/trunk
Imported initial projects directory structure.
------------------------------------------------------------------------