Skip to content

Commit

Permalink
Imported Upstream version 1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDickey authored and SamB committed Feb 6, 2012
1 parent bf1cb5c commit e90ffd5
Show file tree
Hide file tree
Showing 22 changed files with 6,558 additions and 3,643 deletions.
29 changes: 29 additions & 0 deletions CHANGES
@@ -1,3 +1,32 @@
2009-12-26 Thomas Dickey <tom@crayon>

* 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 Dickey <tom@crayon>

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

2007-08-12 Thomas Dickey <tom@crayon>

* edit.c:
Expand Down
1 change: 1 addition & 0 deletions HISTORY
@@ -1,6 +1,7 @@

Current history:

2009/12/26 1.07 Fix an allocation-size.
2007/08/11 1.06 Updates to build with ncurses 5.6 patch 20070811
2007/04/29 1.05 Updates to build with ncurses 5.6 patch 20070428
2007/04/08 1.04 Fixes from Coverity scan for ncurses 5.6
Expand Down
6 changes: 3 additions & 3 deletions Makefile.in
@@ -1,6 +1,6 @@
# $Id: Makefile.in,v 1.47 2007/04/29 20:49:12 tom Exp $
# $Id: Makefile.in,v 1.48 2009/12/26 21:54:08 tom Exp $
##############################################################################
# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. #
# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
# copy of this software and associated documentation files (the "Software"), #
Expand Down Expand Up @@ -145,7 +145,7 @@ uninstall.tack:

$(DESTDIR)$(bindir) \
$(DESTDIR)$(mymandir) :
sh $(srcdir)/mkdirs.sh $@
mkdir -p $@

#
# Rules for building tack
Expand Down

0 comments on commit e90ffd5

Please sign in to comment.