Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-28 | Requires termcap. | dholland | 1 | -1/+2 | |
2012-12-27 | Clean up legacy C. | dholland | 16 | -26/+1804 | |
Now passes gcc -Wall -Wextra -Wmissing-declarations -Wwrite-strings on gcc45. May build with clang now too. Changes: - use standard headers - don't declare own errno, fopen(), getenv(), or malloc() - declare own functions - declare void functions void - avoid implicit int - use C89 - use some const - use some static - fix signed/unsigned mismatches - call execl() properly - don't cast return value of malloc - initialize struct sigaction correctly - use <ctype.h> functions correctly - don't index arrays with (signed) char - don't put function declarations inside function bodies - patch up two uninitialized variables - silence some compiler warnings that are not bugs - remove some unused objects and: - add patch comments for preexisting patches - correct some minor pkglint As a couple of these things fixed bugs (e.g. the execl calls), bump PKGREVISION. | |||||
2012-12-27 | Fix typo and note that TECO is a 'classic' text editor. | dholland | 1 | -1/+3 | |
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2008-04-07 | Fix DESTDIR. Do not use LOCALBASE. | joerg | 1 | -13/+9 | |
2008-03-03 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -14/+15 | |
their files via a custom do-install target. | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2006-07-06 | In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org", | jlam | 1 | -2/+2 | |
not "netbsd.org". | |||||
2006-01-05 | Fix errno. | joerg | 3 | -1/+35 | |
2005-12-28 | Mark C. Henderson's port of Matt Fichtenbaums TECO for Ultrix. | is | 7 | -0/+118 | |