]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Changes
Vendor import of ee 1.4.7.
[FreeBSD/FreeBSD.git] / Changes
1 version 1.4.7 (2/10/2009)
2 - changed how strings are terminated from the old usage of NULL to the current 
3   use of character zero, '\0'
4 - changed the licensing since the Artistic License is now considered 
5   restrictive
6
7 version 1.4.6
8 - modified new_curse.c to handle different subdirectory naming in terminfo 
9   directory; first noted on Mac OS 10.2
10
11 version 1.4.5a (12/23/2001)
12 - modified get_options to be cleaner for arg handling
13
14 version 1.4.5 (12/15/2001)
15 - made changes to check usage of arguments provided so that if a file is
16   specified options are no longer accepted (that is, they are treated as file
17   names)
18 - changed to use ee_version.h to allow changing version number without need
19   to change ee.c directly
20
21 version 1.4.4 (8/17/2001)
22 - added code to check if the parent process has died, and if so to exit 
23   gracefully
24
25 version 1.4.3 (6/25/2001)
26 - modified create.make and new_curse.c to allow defining TERMCAP file 
27   location (since some distributions move the file)
28 - source directory now has version number attached to directory name
29
30 version 1.4.2 (1/19/2001)
31 - change to create.make script to add unistd.h to files to search for 
32   select() declaration
33 - change to new_curse.c for proper raw mode operation
34
35