chiark / gitweb /
bedstead.git
15 hours ago Ben HarrisUpdate version to 3.252 main origin/HEAD origin/main bedstead-3.252
6 days ago Ben HarrisQuick note on automated tools in CONTRIBUTING
2025-03-25 Ben HarrisSwitch from asctime() to strftime()
2025-03-13 Ben HarrisReplace the one use of sprintf() with snprintf()
2025-03-03 Ben HarrisDon't emit counter hints for horizontal stems
2025-02-27 Ben HarrisFurther SOURCE_DATE_EPOCH simplification
2025-02-27 Ben HarrisHandle SOURCE_DATE_EPOCH in unsigned long long, not...
2025-02-27 Ben HarrisSlightly simplify SOURCE_DATE_EPOCH handling
2025-02-27 Ben HarrisAdd a "Unique font identifier" string (name ID 3)
2025-02-06 Ben HarrisPolicy on Git commit messages in CONTRIBUTING
2025-02-04 Ben HarrisMore portable handling of SOURCE_DATE_EPOCH
2025-02-03 Ben HarrisUpdate rom.ps for renaming of ccedilla.angular to ccedi...
2025-02-03 Ben HarrisUpdate date at the head of bedstead.c
2025-02-03 Ben HarrisClarify 3.251 release notes
2025-02-02 Ben HarrisUpdate version to 3.251 bedstead-3.251
2025-02-02 Ben HarrisRename "angular" cedilla as "square"
2025-02-01 Ben HarrisRough sketch of 3.251 release notes
2025-02-01 Ben HarrisAdd private-use code points for new unmapped glyphs
2025-01-30 Ben HarrisAdd E with cedilla
2025-01-30 Ben HarrisGlyphs for G, K, L, N, and R with comma below
2025-01-30 Ben HarrisRedesign Hcedilla and hcedilla
2025-01-30 Ben HarrisAdd S with comma below
2025-01-30 Ben HarrisAdd T with comma below
2025-01-30 Ben HarrisConvert cedillas under D to commas
2025-01-29 Ben HarrisSort elements of the FeatureIndices array by feature tag
2025-01-29 Ben HarrisAdd comments with feature tags for FeatureIndices
2025-01-29 Ben HarrisUse a conventional lenof() macro for lengths of static...
2025-01-28 Ben HarrisAdd parameter labels for 'cvXX' features
2025-01-27 Ben HarrisSmall-cap and narrow forms of U+A780 (turned L)
2025-01-27 Ben HarrisAdd white (outline) versions of card suits
2025-01-19 Ben HarrisRedesign glottal-stop characters
2025-01-19 Ben HarrisAdd U+23E8 DECIMAL EXPONENT SYMBOL
2025-01-19 Ben HarrisAdd 'ss05' which maps all of U+0020..U+007E to SAA5055...
2025-01-19 Ben HarrisSwitch to a variadic macro for generating alternate...
2025-01-19 Ben HarrisAdd character variant for curly apostrophe (SAA5051/2)
2025-01-19 Ben HarrisRename parameters for CVXX macros to "V"
2025-01-19 Ben HarrisFill in 'cv38' with far too many kinds of capital 'D'
2025-01-19 Ben HarrisAdd narrow small-cap J to 'cv42'
2025-01-19 Ben HarrisFill out 'cv44' with narrow capital Ls
2025-01-19 Ben HarrisFill out 'cv96' with all the angular cedillas
2025-01-19 Ben HarrisStop trying to indent XML output
2025-01-19 Ben HarrisExpand some comments
2025-01-19 Ben HarrisMore large, accented lower-case 'o's for 'cv79'
2025-01-19 Ben HarrisExtend 'cv74' to other characters based on lower-case 'j'
2025-01-19 Ben HarrisExtend 'cv84' to most characters based on lower-case 't'
2025-01-15 Ben HarrisMerge SUFFIXSUB and SUFFIXSUB1 macros
2025-01-15 Ben HarrisUse X-macro trick for emitting lookups for variant...
2025-01-15 Ben HarrisRemove the global "variable" (macro) from 'cvXX'/'ssXX...
2025-01-14 Ben HarrisUse a macro to emit <SingleSubst> elements
2025-01-14 Ben HarrisDon't emit multiple subtables for 'cv31'
2025-01-14 Ben HarrisAdd some extra variant question-mark glyphs
2025-01-14 Ben HarrisConstruct 'ssXX' and 'cvXX' lookups using X macros
2025-01-14 Ben HarrisRename two 'cvXX' features based on SAA5054 shapes
2025-01-08 Ben HarrisAdd SPDX-License-Identifier to CSS files
2025-01-08 Ben HarrisAdd @character-variant rules to bedstead-faces.css
2025-01-08 Ben HarrisAdd names for 'cvXX' features
2025-01-08 Ben HarrisAdd cvXX (character variant) lookups
2025-01-08 Ben HarrisDon't emit <LookupType> elements
2025-01-08 Ben HarrisGenerate ss0X substitutions less cleverly
2025-01-05 Ben HarrisNote source of ugrave.roundjoined in a comment
2025-01-02 Ben HarrisDon't emit AlternateSets that will be overridden
2025-01-02 Ben HarrisAdd a comment explaining the purpose of aalt_overrides
2025-01-01 Ben HarrisSignal names for SN74S262 pins, from RML 380Z service...
2025-01-01 Ben HarrisExtend compatcheck 'GSUB' checks to handle renamed...
2025-01-01 Ben HarrisEmit AlternateSets for 'aalt' overrides
2024-12-30 Ben HarrisAdd data for overriding 'aalt' sometimes
2024-12-29 Ben HarrisSort glyph names in compatcheck
2024-12-29 Ben HarrisNew shape for SAA5054 ugrave (now ugrave.roundjoined)
2024-12-29 Ben HarrisAdd @font-feature-values to bedstead-faces.css
2024-12-29 Ben HarrisUse new generic glyph names in rom.ps
2024-12-29 Ben HarrisPut feature tag in a comment in each <Lookup> in TTX
2024-12-29 Ben HarrisCheck OS/2.achVendID in compatcheck
2024-12-29 Ben HarrisAdd name checking to compatcheck
2024-12-29 Ben Harriscompatcheck: actually exit with failure if a check...
2024-12-29 Ben HarrisAdd a comment explaining what compatcheck does
2024-12-29 Ben HarrisSN74S262/3 pinout
2024-12-29 Ben HarrisMore descriptive names for variant characters
2024-12-29 Ben HarrisRedesign how stylistic sets for particular chips work
2024-12-29 Ben HarrisSwap scripts and suffix members of struct gsub_feature
2024-12-29 Ben HarrisRemove ASCII dependency
2024-12-16 Ben HarrisCorrect the size of the parameter to glyph_footprint()
2024-12-16 Ben HarrisFix the length of an accidentally variable-length array
2024-12-16 Ben HarrisRange-check argument to --bdfgen
2024-12-16 Ben HarrisChange parameters of moveto() and lineto() to signed
2024-12-16 Ben HarrisRemove an unnecessary shadowing variable
2024-12-16 Ben HarrisAdd a few missing "static" keywords
2024-12-14 Ben Harriscompatcheck: detect vanished code points from fonts
2024-12-14 Ben HarrisAdd a script to check backward compatibility
2024-12-11 Ben HarrisSome notes on TIFAX
2024-12-09 Ben HarrisNote the existence of HACKING in CONTRIBUTING
2024-12-08 Ben HarrisSmall caps for new additions
2024-12-08 Ben HarrisA few modified Bs
2024-12-03 Ben HarrisAssign a PUA code point to Tbar.c2sc
2024-12-03 Ben HarrisMerge new characters and minor fixes
2024-12-03 Neil WilliamsonA few additions, mostly to fill out Teletext character...
2024-12-03 Ben HarrisAdd some warning flags to the C compiler
2024-12-03 Ben HarrisCorrect a printf %lX argument type
2024-11-27 Ben HarrisSet -dNOSAFER when running .bdf.ps programs
2024-11-27 Ben HarrisStop using %stdout for writing BDF files
2024-11-27 Ben HarrisCorrect a comment in rom.ps
next