Codebase list tack / upstream/1.07-20110626 CHANGES
upstream/1.07-20110626

Tree @upstream/1.07-20110626 (Download .tar.gz)

CHANGES @upstream/1.07-20110626raw · history · blame

  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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
2011-06-26  Thomas E. Dickey  <tom@invisible-island.net>

	* configure: regen

	* aclocal.m4:
	update CF_CURSES_HEADER, looking for ncurses.h ahead of curses.h for
	consistency with CF_NCURSES_HEADER

	* package/debian/changelog, package/tack.spec, tack.h: bump

2011-06-26  weaver

	* ansi.c:
	minor bug-fix to show "GR" label in appropriate ANSI character-sets.

	* tack.1: update email address

	* scan.wy150: New file.

2011-05-01  Thomas E. Dickey  <tom@invisible-island.net>

	* configure: regen

	* aclocal.m4, configure.in: add check for lint program

	* output.c, fun.c: gcc warning

	* color.c: fix clang warnings

	* output.c: fix clang warnings
	ensure that EOF is tested properly on return from getchp()

	* fun.c, crum.c: fix clang warning

	* fun.c: ensure that EOF is checked for return-value from getchp()
	(report by Joachim Schmitz)

	* aclocal.m4: resync with my-autoconf, many fixes

	* package/debian/changelog, package/tack.spec, tack.h: bump

2011-04-01  Thomas E. Dickey  <tom@invisible-island.net>

	* config.sub: update to 2011-04-01

2011-02-02  Thomas E. Dickey  <tom@invisible-island.net>

	* config.guess: update to 2011-01-01

2010-09-04  Thomas E. Dickey  <tom@invisible-island.net>

	* package/tack.spec, package/debian/rules, package/debian/docs, package/debian/copyright, package/debian/control, package/debian/watch, package/debian/changelog, package/debian/source/format:
	RCS_BASE

	* package/RCS, package/debian/RCS, package/debian/source/RCS:
	PERMIT FILE

	* tack.c, tack.h: add patch-date to version message

2010-09-03  Thomas E. Dickey  <tom@invisible-island.net>

	* AUTHORS: RCS_BASE

	* sysdep.c, sync.c, init.c, fun.c, output.c, scan.c, control.c:
	gcc-warnings

	* fun.c: indent

	* Makefile.in: add dummy for "make check".

	* tack.h, tack.c, sysdep.c, sync.c, scan.c, pad.c, output.c, modes.c, menu.c, init.c, fun.c, edit.c, crum.c, control.c, color.c, charset.c, ansi.c:
	indent

2010-04-20  Thomas E. Dickey  <tom@invisible-island.net>

	* package/debian/compat: RCS_BASE

2009-12-26  Thomas E. Dickey  <tom@invisible-island.net>

	* configure:
	regen to get new macros, as well as to use autoconf-252 (patched)

	* aclocal.m4: resync with my-autoconf (many changes)

	* Makefile.in: drop mkdirs.sh, just use mkdir -p

	* control.c, tack.c, sysdep.c, sync.c: strict gcc warnings

	* init.c: check if baudrate() returns ERR, use 1 if so.

	* fun.c, edit.c, pad.c, scan.c, charset.c: strict gcc warnings

	* tack.h: bump to 1.07

	* HISTORY: reason for release

	* ansi.c, output.c, menu.c: strict gcc warnings

	* edit.c:
	fix an incorrect malloc-size in show_report(), which could cause core-dump
	when displaying long list of function-keys, e.g., for xterm-new

2009-11-19  Thomas E. Dickey  <tom@invisible-island.net>

	* config.guess, config.sub: update to 2009-11-20

2007-08-12  Thomas E. Dickey  <tom@invisible-island.net>

	* edit.c:
	as of 2007/8/12, ncurses no longer exports the data _nc_info_hash_table.
	Instead, use the function _nc_get_hash_table(), which is in ncurses 5.0

2007-08-11  Thomas E. Dickey  <tom@invisible-island.net>

	* HISTORY:
	tweak to build with latest ncurses (does not rely on new api's)

2007-04-29  Thomas E. Dickey  <tom@invisible-island.net>

	* HISTORY, tack.h: mark 1.05

	* configure: regen'd

	* configure.in: update LIB_LINK symbol to match CF_WITH_LIBTOOL change

	* tack.h: use SIG_ATOMIC_T

	* sysdep.c:
	move include of <signal.h> to tack.h so SIG_ATOMIC_T definition works.

	* tack.c: use EXIT_FAILURE/EXIT_SUCCESS

	* sysdep.c: use EXIT_FAILURE/EXIT_SUCCESS
	use SIG_ATOMIC_T

	* output.c: add braces for readability

	* tack.h: trim whitespace

	* scan.c, init.c: use EXIT_FAILURE/EXIT_SUCCESS

	* configure.in, aclocal.m4: add CF_SIG_ATOMIC_T

	* control.c: use SIG_ATOMIC_T

	* Makefile.in:
	update $(LINK) to work with ncurses after importing CF_WITH_LIBTOOL change
	that moved $(CC) into $(LIBTOOL_LINK) symbol.

2007-04-08  Thomas E. Dickey  <tom@invisible-island.net>

	* configure: regen'd

	* Makefile.in: define $(INCDIR) - needed for building in ncurses tree

	* tack.h:
	expand the ExitProgram() macro into a function which can call the ncurses-
	and tack-specific leak-auditing functions.

	* configure.in:
	check for _nc_free_tic() function, since that's what tack needs.

	* edit.c: add tack_edit_leaks(), to help audit memory leaks

	* tack.c:
	add ExitProgram() function, to free all application memory on exit to simplify
	leak-checking.

	* fun.c: add tack_fun_leaks(), to help audit memory leaks

	* init.c: free the TERMTYPE used just for error-checking (memory leak)

	* tack.h:
	define ExitProgram() macro to hide details of memory audit on exit().

	* tack.c, init.c, sysdep.c: use ExitProgram() macro

	* configure.in: add "--disable-leaks" and related testing options.

	* aclocal.m4:
	add macros used for "--disable-leaks" and related testing options

	* configure.in:
	use CF_NCURSES_CONFIG to find ncurses5-config, etc., fixing rpath issues.
	add check for ticlib, if needed.  remove check for pdcurses (this will
	never work with anything except for ncurses), and add checks for select()
	and gettimeofday().

	* aclocal.m4:
	modify CF_XOPEN_SOURCE to add FreeBSD/GNU (kFreeBSD) pattern

	* Makefile.in: rename mkinstalldirs to mkdirs.sh

	* HISTORY: 1.04

2007-04-07  Thomas E. Dickey  <tom@invisible-island.net>

	* ansi.c, output.c: fixes from Coverity report

2007-03-25  Thomas E. Dickey  <tom@invisible-island.net>

	* mkdirs.sh: RCS_BASE

2007-01-28  Thomas E. Dickey  <tom@invisible-island.net>

	* HISTORY: tack's out of ncurses now.

	* Makefile.in: make install rule work

	* tack.h: bump to 1.03

	* Makefile.in: first cut of installing manpage

	* Makefile.in: tweaks to work after chopping out of ncurses tree

2007-01-27  Thomas E. Dickey  <tom@invisible-island.net>

	* HISTORY: update to 1.03

	* README: FROM_KEYS

2007-01-13  Thomas E. Dickey  <tom@invisible-island.net>

	* Makefile.in: FROM_KEYS

	* configure: RCS_BASE

	* configure.in, aclocal.m4: FROM_KEYS

2006-12-23  Thomas E. Dickey  <tom@invisible-island.net>

	* modules: FROM_KEYS

2006-12-22  Thomas E. Dickey  <tom@invisible-island.net>

	* config.guess: RCS_BASE

2006-12-08  Thomas E. Dickey  <tom@invisible-island.net>

	* config.sub: RCS_BASE

2006-11-25  Thomas E. Dickey  <tom@invisible-island.net>

	* output.c: FROM_KEYS

	* modes.c: from ncurses

	* init.c, fun.c: FROM_KEYS

	* crum.c: from ncurses

	* color.c, charset.c, tack.h: FROM_KEYS

2006-06-24  Thomas E. Dickey  <tom@invisible-island.net>

	* control.c, edit.c: FROM_KEYS

2006-05-06  Thomas E. Dickey  <tom@invisible-island.net>

	* sync.c: FROM_KEYS

2006-04-22  Thomas E. Dickey  <tom@invisible-island.net>

	* tack.1: FROM_KEYS

2005-09-17  Thomas E. Dickey  <tom@invisible-island.net>

	* ansi.c, pad.c, sysdep.c: FROM_KEYS

	* menu.c, scan.c, tack.c: from ncurses

	* COPYING: fix address

2003-11-29  Thomas E. Dickey  <tom@invisible-island.net>

	* install-sh: resync with my-autoconf

2002-06-29  Thomas E. Dickey  <tom@invisible-island.net>

	* mkinstalldirs: RCS_BASE

2001-06-22  Thomas E. Dickey  <tom@invisible-island.net>

	* install-sh: RCS_BASE

1999-02-07  Thomas E. Dickey  <tom@invisible-island.net>

	* HISTORY: nit

	* init.c: tweak to make this build after renaming as per Alexander

1998-09-26  Thomas E. Dickey  <tom@invisible-island.net>

	* edit.c: add param to _nc_tic_expand()

1998-03-28  Thomas E. Dickey  <tom@invisible-island.net>

	* Makefile.in: updates to sync with ncurses 4.2

1998-02-11  Thomas E. Dickey  <tom@invisible-island.net>

	* ncurses_tst.hin: FROM_KEYS

1998-01-09  Daniel.Weaver

	* tack.c, Makefile.in, tack.h, control.c, color.c, charset.c, ansi.c, sysdep.c, sync.c, scan.c, pad.c, output.c, modes.c, menu.c, init.c, fun.c, edit.c, crum.c, HISTORY, COPYING:
	tack-1.00

1998-01-03  Thomas E. Dickey  <tom@invisible-island.net>

	* tack.h: moved ncurses' externs to tic.h

	* edit.c: split-out _nc_tic_expand(), as per DW's request.

	* sysdep.c: nits (we don't _need_ time.h?)

	* tack.h: SCO's compiler doesn't like array-of-const

1998-01-02  Thomas E. Dickey  <tom@invisible-island.net>

	* control.c: work with no 'gettimeofday()'
	workaround for SCO 3.x compiler which gets confused by array of const.

	* output.c, edit.c, fun.c: SCO's compiler doesn't like array-of-const

	* ansi.c: SCO's compiler: parameter promotion warnings.

1997-12-28  Thomas E. Dickey  <tom@invisible-island.net>

	* tack.h: first cut of fixes for AIX/SCO/CLIX

	* sysdep.c, control.c: first cut of fixes for AIX/CLIX/SCO

1997-12-27  Thomas E. Dickey  <tom@invisible-island.net>

	* ansi.c, charset.c, control.c, crum.c, edit.c, fun.c, init.c, menu.c, modes.c, output.c, scan.c, sync.c, sysdep.c, tack.c:
	integration with ncurses: restructured includes, fix gcc warnings

	* pad.c:
	integration with ncurses: restructures includes, fix gcc warnings

	* color.c: typo

	* tack.h:
	integration with ncurses: reordered headers, provide fallback definitions
	for the stuff we get from ncurses_cfg.h, make some stuff const.

	* Makefile.in: use HAVE_SELECT from configure-script

	* color.c:
	integration with ncurses: move most headers into tack.h, fix gcc warnings

	* Makefile.in: we'll have a config.h (actually ncurses_cfg.h)

	* modules: set base-subset

1997-12-24  Daniel.Weaver

	* HISTORY: ncurses-4.1-971220

1997-12-22  Daniel.Weaver

	* ansi.c, tack.1: ncurses-4.1-971220

1997-12-02  Daniel.Weaver

	* tack.c, init.c: ncurses-4.1-971220

1997-11-30  Daniel.Weaver

	* edit.c: ncurses-4.1-971220

1997-11-29  Daniel.Weaver

	* charset.c, pad.c: ncurses-4.1-971220

1997-11-07  Daniel.Weaver

	* sync.c, fun.c, crum.c, modes.c, control.c, sysdep.c, output.c, tack.h:
	ncurses-4.1-971220

1997-11-04  Daniel.Weaver

	* Makefile.in, menu.c: ncurses-4.1-971220

1997-11-03  Daniel.Weaver

	* scan.c, color.c, modules: ncurses-4.1-971220

1997-10-29  Daniel.Weaver

	* control.c, fun.c: ncurses-4.1-971101

1997-10-26  Daniel.Weaver

	* makefile, edit.c, tack.h, sync.c: ncurses-4.1-971101

1997-10-25  Daniel.Weaver

	* pad.c, tack.1: ncurses-4.1-971101

1997-10-19  Daniel.Weaver

	* tack.c, sysdep.c, scan.c, output.c, modes.c, menu.c, init.c, crum.c, color.c, charset.c, ansi.c, HISTORY:
	ncurses-4.1-971101

1997-10-11  Thomas E. Dickey  <dickey@invisible-island.net>

	* RCS: PERMIT FILE

1997-10-06  Daniel.Weaver

	* makefile, tac.h, tack.c: ncurses-4.1-971011

1997-10-04  Daniel.Weaver

	* control.c, fun.c, sync.c, init.c, pad.c, modes.c, sysdep.c:
	ncurses-4.1-971011

1997-10-03  Daniel.Weaver

	* charset.c, output.c, edit.c, crum.c: ncurses-4.1-971011

1997-10-02  Daniel.Weaver

	* menu.c: ncurses-4.1-971011

1997-09-29  Daniel.Weaver

	* color.c, ansi.c: ncurses-4.1-971011

1997-09-28  Daniel.Weaver

	* tic.h: ncurses-4.1-971011

1997-09-22  Daniel.Weaver

	* scan.c: ncurses-4.1-971011