2009-06-08 Felix Zielcke <fzielcke@z-51.de>

* commands/true.c: New file.  Implement the true and false commands.
	* conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
	(true_mod_SOURCES): New variable.
	(true_mod_CFLAGS): Likewise.
	(true_mod_LDFLAGS): Likewise.
This commit is contained in:
fzielcke 2009-06-08 07:32:14 +00:00
parent c8048e32d6
commit ba5a0d059b
3 changed files with 70 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* commands/true.c: New file. Implement the true and false commands.
* conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
(true_mod_SOURCES): New variable.
(true_mod_CFLAGS): Likewise.
(true_mod_LDFLAGS): Likewise.
2009-06-05 Colin D Bennett <colin@gibibit.com>
Optimized font character lookup using binary search instead of linear