dholland
fc91a8d8ae
Whitespace.
2011-08-15 00:27:50 +00:00
dholland
2bf41d920c
Avoid switch-jumping into the middle of an if. Compiler output is unchanged.
2011-08-15 00:26:16 +00:00
dholland
46eb69af0a
Minor KNF.
2011-08-15 00:24:19 +00:00
dholland
a73186c2e6
Remove redundant WARNS=4
2011-08-15 00:16:58 +00:00
dholland
c1b04cb467
Add compile-time assertion to make sure the previous doesn't go off the
...
rails sometime in the future.
2011-08-14 23:13:43 +00:00
wiz
b426708f05
Mention two packages making use of the API. From jmcneill.
2011-08-14 20:42:09 +00:00
apb
4390b548c2
regen
2011-08-14 20:25:01 +00:00
apb
c2497c0d32
Detect the presence of <pthread.h>, and add a HAVE_PTHREAD_H
...
variable in defs.mk.
2011-08-14 20:22:42 +00:00
apb
e4189833c9
Prevent expansion of <dollar>NetBSD<dollar> in a string that's
...
indended to be copied to nbtool_config.h.
Fix most lines longer than 80 columns. I don't know how to fix the
long lines in the definition of NB_CHECK_INTTYPE.
2011-08-14 20:20:59 +00:00
mbalmer
c97eb22ebc
fix indents
2011-08-14 18:49:17 +00:00
christos
0b147c5d2b
avoid type punned warnings
2011-08-14 17:57:44 +00:00
christos
5e788a3ae4
remove gcc type punned warnings
2011-08-14 17:54:55 +00:00
christos
7a3dc95e5c
fix various gcc-4.5 warnings
2011-08-14 17:50:16 +00:00
christos
ef977d1767
use memcpy to avoid type punned warnings
2011-08-14 17:42:23 +00:00
jakllsch
ab2f05745e
Spell enqueue correctly.
2011-08-14 16:50:49 +00:00
wiz
1e58891abf
Install irmce(4) after review by jmcneill.
...
Sort set lists while there.
2011-08-14 16:11:15 +00:00
wiz
7bdb95632e
Add very preliminary dtvi2c(4) man page for describing the dtv(4) support
...
modules connected via i2c.
Needs heavy reviewing before it can be installed :)
2011-08-14 16:04:12 +00:00
wiz
3f109f954a
Very basic dtv(4) man page for review (not hooked in yet).
2011-08-14 15:36:35 +00:00
wiz
8e8649fda9
Add AUTHORS section.
2011-08-14 15:21:46 +00:00
wiz
4c8535b2e4
emdtv was written by jmcneill.
2011-08-14 15:21:01 +00:00
christos
4551250b00
document non-literal format strings.
2011-08-14 13:45:34 +00:00
christos
856f19c27d
Provide a consistent date/time format instead of a
...
locale-specific one that might have 2 digit years
2011-08-14 13:41:17 +00:00
christos
eae14b3ea8
document non-literal format strings
2011-08-14 13:29:26 +00:00
christos
e3f2281ab3
kill gcc-4.5 warnings
2011-08-14 13:27:47 +00:00
christos
d0e87f5f87
- add a SYSEX0 macro that does not override the initializers and use it
...
- fix whitespace
- make things static and eliminate unused functions
2011-08-14 13:26:23 +00:00
christos
ccb821a2ac
- remove gcc-4.5 warnings
...
- simplify job printing code
- document non-literal format strings
2011-08-14 13:06:09 +00:00
christos
42ff0d2ac9
kill gcc-4.5 warning
2011-08-14 12:59:25 +00:00
christos
51a4285889
fix gcc-4.5 warnings
2011-08-14 12:58:15 +00:00
christos
2da76c1342
eliminate gcc4.5 warnings
2011-08-14 12:50:10 +00:00
christos
27b39b96e0
document that display.c uses non-literal format strings
2011-08-14 12:48:02 +00:00
msaitoh
abdd14be5f
Add some LPC entries for Intel 6 series and C20x.
2011-08-14 12:42:19 +00:00
christos
b866ba6e1a
fix sign-compare warnings
2011-08-14 12:37:09 +00:00
christos
8712189410
kill gcc45 warnings
2011-08-14 12:36:02 +00:00
christos
c6d3b3616a
fix gcc45 warnings
2011-08-14 12:35:35 +00:00
christos
64aae439ac
WARNS=4
2011-08-14 12:32:01 +00:00
christos
cf237a73b8
remove gcc-4.5 hacks.
2011-08-14 12:30:04 +00:00
christos
f5bc231029
use memcpy to avoid strict aliasing warnings
2011-08-14 12:15:15 +00:00
christos
6e76d2b876
use a union to eliminate strict alias warnings.
2011-08-14 12:13:24 +00:00
christos
82f7376491
fix gcc warnings and eliminate duplicate code.
2011-08-14 12:09:35 +00:00
christos
41592955fd
remove gcc-4.5 hack
2011-08-14 11:46:28 +00:00
christos
a96758e4b9
XXX: gcc avoid non-literal strings
2011-08-14 11:38:11 +00:00
christos
7d4b82edad
document non-literal strings
2011-08-14 11:34:11 +00:00
christos
641b42eda3
simplify the code; this is what asprintf() is for, don't re-invent it.
2011-08-14 11:19:51 +00:00
christos
fe8677c354
Document non-literal formats
2011-08-14 10:53:16 +00:00
christos
5adf1dc258
eliminate dup code and non literal format strings
2011-08-14 10:49:58 +00:00
christos
0fa1334129
kill gcc-4.5 hack.
2011-08-14 10:40:25 +00:00
christos
850af422f9
eliminate non-literal format string.
2011-08-14 09:38:05 +00:00
christos
a9157d7432
annotate that some functions use non-literal format strings.
2011-08-14 09:07:37 +00:00
christos
0461c07844
no need for the snprintf/asprintf dance; use fixed width formats.
2011-08-14 09:07:15 +00:00
christos
dbb4627dd8
fix non-literal strings where they are not needed.
2011-08-14 09:06:12 +00:00