Changeset d7cc50b


Ignore:
Timestamp:
Sep 14, 2009, 9:00:07 PM (15 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
9e5b5fd, ce27cc1, 168f8a9
Parents:
4193918
git-author:
Anders Kaseorg <andersk@mit.edu> (09/14/09 20:56:17)
git-committer:
Anders Kaseorg <andersk@mit.edu> (09/14/09 21:00:07)
Message:
Death to more RCS keywords.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • codelist.pl

    r8ea3d47 rd7cc50b  
    11#! /usr/bin/perl
    2 # $Id$
    32
    43foreach $file (@ARGV) {
  • configure.ac

    r636de2a rd7cc50b  
    1 dnl $Id$
    21dnl Process this file with autoconf to produce a configure script.
    32AC_INIT([BarnOwl],[1.4pre1],[bug-barnowl@mit.edu])
  • doc/code.txt

    r61d27fb rd7cc50b  
    1 
    2 $Id$
    3 
    4 
    51TYPES / CLASSES / SOURCE FILES
    62------------------------------
  • doc/intro.txt

    raa1bbf6 rd7cc50b  
    453453will result in "Control-s" followed by "v" in the recv window
    454454causing the command "view -s vt" to be run.
    455 
    456 
    457 
    458 ==============================
    459 Section 6: FURTHER INFORMATION
    460 ==============================
    461 
    462 $Id$
  • examples/owlconf.erik

    r4f15e8e rd7cc50b  
    11### The owlconf config file   -*- perl -*- 
    2 ###  $Id$
    32###
    43### !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!!
  • examples/owlconf.simple

    r4f15e8e rd7cc50b  
    11### The owlconf config file   -*- perl -*- 
    2 ###  $Id$
    32
    43### !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!!
  • examples/owlconf.vtformat

    r7d4fbcd rd7cc50b  
    11### The owlconf config file   -*- perl -*- 
    2 ###  $Id$
    32###
    43### This file is interpreted by the perl interpreter.
  • stubgen.pl

    r8ea3d47 rd7cc50b  
    1 
    2 # $Id$
    3 
    41print qq(/* THIS FILE WAS AUTOGENERATED BY STUBGEN.PL --- DO NOT EDIT BY HAND!!! */\n\n);
    52print qq(#include "owl.h");
Note: See TracChangeset for help on using the changeset viewer.