simon-git: tring (master): tring.git

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Oct 29 21:54:27 BST 2016


TL;DR:
  b25cc7e Time limit of 10 minutes on actually making the alarm sound.
  3d98018 Fix some compile warnings.
  d92c277 Permit configuration of the graphics at build time.

Repository:     https://git.tartarus.org/simon/tring.git
On the web:     https://git.tartarus.org/?p=simon/tring.git
Branch updated: master
Committer:      tring.git
Date:           2016-10-29 21:54:27

commit b25cc7ede3ce22c9bb7082f81beef05319fcfcc2
web diff https://git.tartarus.org/?p=simon/tring.git;a=commitdiff;h=b25cc7ede3ce22c9bb7082f81beef05319fcfcc2;hp=1d23a68438a6ab7fa54d1eea60b3f9c9e9257f80
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Jun 29 06:24:41 2016 +0100

    Time limit of 10 minutes on actually making the alarm sound.
    
    If I'm not out of bed after that, then either I'm not getting out of
    bed ever, or I already did. And I've got home from work a couple too
    many times and realised from the steady DING DING DING from upstairs
    that I woke up early and forgot to hit cancel.

 display.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3d980181d78d69098f46306e8866fd7dd6066311
web diff https://git.tartarus.org/?p=simon/tring.git;a=commitdiff;h=3d980181d78d69098f46306e8866fd7dd6066311;hp=b25cc7ede3ce22c9bb7082f81beef05319fcfcc2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 29 21:14:55 2016 +0100

    Fix some compile warnings.
    
    Apparently it's been at least one gcc upgrade since I last built
    this. Added two missing #includes, and one missing function
    declaration in a header file.

 display.c | 1 +
 tring.c   | 1 +
 tring.h   | 2 ++
 3 files changed, 4 insertions(+)

commit d92c2777513d167acfdfd2279e2d8696868a7fae
web diff https://git.tartarus.org/?p=simon/tring.git;a=commitdiff;h=d92c2777513d167acfdfd2279e2d8696868a7fae;hp=3d980181d78d69098f46306e8866fd7dd6066311
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Oct 29 21:36:02 2016 +0100

    Permit configuration of the graphics at build time.
    
    If you leave a file called config.ps in the top-level source
    directory, then Makefile will arrange for it to be run in front of
    graphics.ps, so that it can configure your local preference for fonts
    and sizes and things. Also, if you set GRAPHICSCONFIG to the pathname
    of such a file on the bob command line, the bob build can do the same
    thing.

 .gitignore  |  1 +
 Buildscr    |  5 ++++-
 Makefile    |  6 ++++--
 graphics.ps | 26 ++++++++++++++++++++------
 4 files changed, 29 insertions(+), 9 deletions(-)



More information about the tartarus-commits mailing list