Changeset d7cc50b
- Timestamp:
- Sep 14, 2009, 9:00:07 PM (16 years ago)
- 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)
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
codelist.pl
r8ea3d47 rd7cc50b 1 1 #! /usr/bin/perl 2 # $Id$3 2 4 3 foreach $file (@ARGV) { -
configure.ac
r636de2a rd7cc50b 1 dnl $Id$2 1 dnl Process this file with autoconf to produce a configure script. 3 2 AC_INIT([BarnOwl],[1.4pre1],[bug-barnowl@mit.edu]) -
doc/code.txt
r61d27fb rd7cc50b 1 2 $Id$3 4 5 1 TYPES / CLASSES / SOURCE FILES 6 2 ------------------------------ -
doc/intro.txt
raa1bbf6 rd7cc50b 453 453 will result in "Control-s" followed by "v" in the recv window 454 454 causing the command "view -s vt" to be run. 455 456 457 458 ==============================459 Section 6: FURTHER INFORMATION460 ==============================461 462 $Id$ -
examples/owlconf.erik
r4f15e8e rd7cc50b 1 1 ### The owlconf config file -*- perl -*- 2 ### $Id$3 2 ### 4 3 ### !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! -
examples/owlconf.simple
r4f15e8e rd7cc50b 1 1 ### The owlconf config file -*- perl -*- 2 ### $Id$3 2 4 3 ### !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! !!!!!WARNING!!!!! -
examples/owlconf.vtformat
r7d4fbcd rd7cc50b 1 1 ### The owlconf config file -*- perl -*- 2 ### $Id$3 2 ### 4 3 ### This file is interpreted by the perl interpreter. -
stubgen.pl
r8ea3d47 rd7cc50b 1 2 # $Id$3 4 1 print qq(/* THIS FILE WAS AUTOGENERATED BY STUBGEN.PL --- DO NOT EDIT BY HAND!!! */\n\n); 5 2 print qq(#include "owl.h");
Note: See TracChangeset
for help on using the changeset viewer.