chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ian Jackson [Wed, 25 Jan 2012 21:40:45 +0000 (21:40 +0000)]
bdftopcf: special-case "no bdf data" return
Ian Jackson [Wed, 25 Jan 2012 20:56:25 +0000 (20:56 +0000)]
fix message ("none") return value s from processbdf and hence processpcfgz
Ian Jackson [Thu, 12 Jan 2012 19:22:36 +0000 (19:22 +0000)]
changelog: mention parallelism
Ian Jackson [Thu, 12 Jan 2012 19:16:14 +0000 (19:16 +0000)]
update-xfonts-traditional: process fonts in parallel
Exploit multicore systems to speed up the runtime when processing
needs to be done.
Some timing results on a dual-core 1.50GHz Atom N550 laptop:
-j1
real 0m43.035s
user 0m43.319s
sys 0m37.830s
-j2
real 0m23.113s
user 0m40.643s
sys 0m30.486s
-j3
real 0m21.910s
user 0m43.707s
sys 0m30.674s
-j4
real 0m22.038s
user 0m44.695s
sys 0m31.058s
This system has hyperthreading so looks like 4 cores. Based on this
I have set the number of processing threads to the number of cpus.
Ian Jackson [Wed, 11 Jan 2012 23:59:19 +0000 (23:59 +0000)]
finalise 1.2.
Mark Wooding [Wed, 11 Jan 2012 14:27:09 +0000 (14:27 +0000)]
debian/copyright: Explain the origin and copyright status of 6x13O.
Mark Wooding [Wed, 11 Jan 2012 14:16:30 +0000 (14:16 +0000)]
Provide 6x13O as a BDF source and generate a PCF from it at build time.
Just in case we feel the need to edit it later. Also, BDF is slightly
closer to a `preferred form for modification'.
Mark Wooding [Wed, 11 Jan 2012 01:35:25 +0000 (01:35 +0000)]
Support for bold and oblique versions of 6x13.
There is no traditional version of 6x13O, so I just hacked the font
so that it looks like an italicized version of trad 6x13 rather than
Kuhn 6x13.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Mark Wooding [Wed, 11 Jan 2012 01:32:37 +0000 (01:32 +0000)]
mkrules: Correct handling of multiple foundry mappings.
If multiple PCFs request the same mapping, only write it once; if
they induce inconsistent mappings, report an error. Make sure
there's a newline between foundry mapping entries.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Mark Wooding [Tue, 10 Jan 2012 23:59:05 +0000 (23:59 +0000)]
mkrules: Handle multiple files with the same metrics.
If we had two PCF files with the same metrics previously, we'd overwrite
the rules file from the first with a new file from the second. Keep
track of which files we've written during the run, and append to them if
we've already started writing. Finish them all up at the end.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Mark Wooding [Tue, 10 Jan 2012 22:29:14 +0000 (22:29 +0000)]
Makefile: Make sure the `rules' directory exists.
Git won't create it so we must do so here.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Ian Jackson [Tue, 10 Jan 2012 02:56:24 +0000 (02:56 +0000)]
fix messages etc.
Ian Jackson [Tue, 10 Jan 2012 02:49:47 +0000 (02:49 +0000)]
use template for confirm q
Ian Jackson [Tue, 10 Jan 2012 02:29:17 +0000 (02:29 +0000)]
slight template improvements
Ian Jackson [Tue, 10 Jan 2012 02:17:27 +0000 (02:17 +0000)]
new changelog entry
Ian Jackson [Tue, 10 Jan 2012 02:16:41 +0000 (02:16 +0000)]
cosmetics
Ian Jackson [Tue, 10 Jan 2012 02:14:08 +0000 (02:14 +0000)]
better config file handling
Ian Jackson [Tue, 10 Jan 2012 00:56:19 +0000 (00:56 +0000)]
wip new config
Ian Jackson [Tue, 10 Jan 2012 00:11:30 +0000 (00:11 +0000)]
fix wide characters; tested iso10646
Ian Jackson [Mon, 9 Jan 2012 23:50:35 +0000 (23:50 +0000)]
remove spurious blank
Ian Jackson [Mon, 9 Jan 2012 23:50:24 +0000 (23:50 +0000)]
bug report
Ian Jackson [Mon, 9 Jan 2012 23:35:05 +0000 (23:35 +0000)]
fix iso10646 trad
Ian Jackson [Mon, 9 Jan 2012 23:34:22 +0000 (23:34 +0000)]
wip
Ian Jackson [Mon, 9 Jan 2012 22:51:28 +0000 (22:51 +0000)]
add missing stuff to make clean
Ian Jackson [Mon, 9 Jan 2012 22:38:26 +0000 (22:38 +0000)]
change default
Ian Jackson [Mon, 9 Jan 2012 22:36:22 +0000 (22:36 +0000)]
fix up some lintian things
Ian Jackson [Mon, 9 Jan 2012 22:32:16 +0000 (22:32 +0000)]
fix postinst bug
Ian Jackson [Mon, 9 Jan 2012 22:29:17 +0000 (22:29 +0000)]
ran debconf-updatepo
Ian Jackson [Mon, 9 Jan 2012 22:27:25 +0000 (22:27 +0000)]
wip po-debconf
Ian Jackson [Mon, 9 Jan 2012 22:21:48 +0000 (22:21 +0000)]
do not mess with high-codepoint quotes
Ian Jackson [Mon, 9 Jan 2012 22:00:23 +0000 (22:00 +0000)]
packaging fixes
Ian Jackson [Mon, 9 Jan 2012 21:33:29 +0000 (21:33 +0000)]
fixes
Ian Jackson [Mon, 9 Jan 2012 21:23:33 +0000 (21:23 +0000)]
manpage
Ian Jackson [Mon, 9 Jan 2012 21:16:16 +0000 (21:16 +0000)]
reprocess when needed
Ian Jackson [Mon, 9 Jan 2012 20:46:54 +0000 (20:46 +0000)]
wip packaging
Ian Jackson [Mon, 9 Jan 2012 20:32:00 +0000 (20:32 +0000)]
wip maint scripts
Ian Jackson [Mon, 9 Jan 2012 04:18:53 +0000 (04:18 +0000)]
use gunzip not zcat
Ian Jackson [Mon, 9 Jan 2012 04:18:44 +0000 (04:18 +0000)]
more packaging
Ian Jackson [Mon, 9 Jan 2012 03:39:10 +0000 (03:39 +0000)]
better about when to update fonts.dir
Ian Jackson [Mon, 9 Jan 2012 03:33:39 +0000 (03:33 +0000)]
better reporting; update mode
Ian Jackson [Mon, 9 Jan 2012 03:19:55 +0000 (03:19 +0000)]
--process-fonttree
Ian Jackson [Mon, 9 Jan 2012 03:07:59 +0000 (03:07 +0000)]
process pcfs
Ian Jackson [Sun, 8 Jan 2012 19:11:41 +0000 (19:11 +0000)]
wip update
Ian Jackson [Sun, 8 Jan 2012 18:30:33 +0000 (18:30 +0000)]
wip update
Ian Jackson [Sun, 8 Jan 2012 17:57:53 +0000 (17:57 +0000)]
wip update
Ian Jackson [Sun, 8 Jan 2012 17:45:39 +0000 (17:45 +0000)]
more complete rules
Ian Jackson [Sun, 8 Jan 2012 17:45:29 +0000 (17:45 +0000)]
sensible perms
Ian Jackson [Sun, 8 Jan 2012 17:45:16 +0000 (17:45 +0000)]
quoting of weird chars
Ian Jackson [Sun, 8 Jan 2012 17:06:50 +0000 (17:06 +0000)]
build system
Ian Jackson [Sun, 8 Jan 2012 15:54:41 +0000 (15:54 +0000)]
rule generation machinery
Ian Jackson [Sat, 7 Jan 2012 17:37:47 +0000 (17:37 +0000)]
option parsing etc
Ian Jackson [Sat, 7 Jan 2012 17:10:16 +0000 (17:10 +0000)]
always include default rules path
Ian Jackson [Sat, 7 Jan 2012 17:09:48 +0000 (17:09 +0000)]
option parsing
Ian Jackson [Sat, 7 Jan 2012 16:46:42 +0000 (16:46 +0000)]
wip copyright file
Ian Jackson [Sat, 7 Jan 2012 16:46:35 +0000 (16:46 +0000)]
runes
Ian Jackson [Sat, 7 Jan 2012 16:37:51 +0000 (16:37 +0000)]
filters
Ian Jackson [Sat, 7 Jan 2012 16:22:39 +0000 (16:22 +0000)]
wip
Ian Jackson [Sat, 7 Jan 2012 16:03:57 +0000 (16:03 +0000)]
wip