Changeset 4350
- Timestamp:
- Feb 9, 2010, 1:24:47 AM (13 years ago)
- Location:
- toilet/trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/NEWS
r1407 r4350 1 $Id$2 1 3 2 New in 0.1: -
toilet/trunk/README
r1407 r4350 1 $Id$2 1 3 2 This is experimental software. Do not rely on it for strong and -
toilet/trunk/TODO
r1407 r4350 1 $Id$2 1 3 2 FIGlet features that we are still missing: -
toilet/trunk/bootstrap
r4067 r4350 1 1 #! /bin/sh 2 # $Id$3 2 4 3 # bootstrap: generic bootstrap/autogen.sh script for autotools projects -
toilet/trunk/configure.ac
r4347 r4350 1 # $Id$2 1 3 2 AC_INIT(toilet, 0.1) … … 63 62 64 63 AC_MSG_CHECKING([for release date]) 65 stamp="$(sed -ne 's/# \$Id: .*\(....-..-..\).*/\1/p;q' configure.ac)" 66 if date +"%e %B %Y" -d "$stamp" >/dev/null 2>&1; then 67 ac_build_date="$(LANG=C date +"%e %B %Y" -d "$stamp" | sed 's/^ //')" 68 else 69 tmp="${stamp%-*}" 70 ac_build_date="${stamp##*-} ${tmp#*-} ${stamp%%-*}" 71 fi 64 tmp="${stamp%-*}" 65 ac_build_date="${stamp##*-} ${tmp#*-} ${stamp%%-*}" 72 66 AC_MSG_RESULT([$ac_build_date]) 73 67 AC_DEFINE_UNQUOTED(DATE, "$ac_build_date", [Define the version date]) -
toilet/trunk/doc/Makefile.am
r1376 r4350 1 # $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $2 1 3 2 EXTRA_DIST = toilet.1.in -
toilet/trunk/src/export.c
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/export.h
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/figlet.c
r4345 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/filter.c
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/filter.h
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/main.c
r4347 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/render.c
r4349 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/render.h
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/term.c
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/src/toilet.h
r4134 r4350 3 3 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This program is free software. It comes without any warranty, to -
toilet/trunk/test/Makefile.am
r4295 r4350 1 # $Id$2 1 3 2 EXTRA_DIST = check-build check-fonts -
toilet/trunk/tools/Makefile.am
r4136 r4350 1 # $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $2 1 3 2 noinst_PROGRAMS = caca2tlf
Note: See TracChangeset
for help on using the changeset viewer.