| .. |
|
autofit
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
base
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
bdf
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
bzip2
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
cache
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
cff
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
cid
|
* src/cid/cidload.c (cid_face_open): Properly propagate `error'.
|
2016-10-08 20:26:59 +02:00 |
|
gxvalid
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
gzip
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
lzw
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
otvalid
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
pcf
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
pfr
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
psaux
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
pshinter
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
psnames
|
s/0/NULL/ for function pointers; comments, formatting.
|
2016-09-17 17:12:50 +02:00 |
|
raster
|
Minor formatting.
|
2016-12-25 22:55:25 +01:00 |
|
sfnt
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
smooth
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
tools
|
Replace ++foo' and --foo' with foo++' and foo--', resp.
|
2016-12-26 23:57:45 +01:00 |
|
truetype
|
[truetype, type1] Implement `FT_Get_Var_Design_Coordinates'.
|
2016-12-27 06:49:37 +01:00 |
|
type1
|
[truetype, type1] Implement `FT_Get_Var_Design_Coordinates'.
|
2016-12-27 06:49:37 +01:00 |
|
type42
|
Replace foo == NULL' and foo != NULL' with !foo' and foo', resp.
|
2016-12-26 17:08:17 +01:00 |
|
winfonts
|
Introduce a way of quickly retrieving (embedded) bitmap metrics.
|
2016-11-06 12:32:51 +01:00 |
|
Jamfile
|
Update copyright year.
|
2016-01-13 11:54:10 +01:00 |