Overview
| Comment: | Put in new lib pat |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
826ebc24664ab0945cce2e8ad8a2862e |
| User & Date: | gawthrop@users.sourceforge.net on 1996-11-09 20:38:45.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-11-09
| ||
| 21:05:44 | Only generates MTTIm when at least 2 states! check-in: 2185143deb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 20:38:45 | Put in new lib pat check-in: 826ebc2466 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 20:22:54 | VERSION 2.0 check-in: 87287d89d1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/awk/lbl2cr.awk
from [602cb6cd9b]
to [c4fe91c826].
| ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + |
# Copyright (c) P.J.Gawthrop, 1996.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3 1996/11/04 14:51:14 peterg
## Added none to no cr list
##
# Revision 1.2 1996/11/02 10:22:22 peterg
# Now ignores SS lines.
#
###############################################################
function exact_match(name1, name2) {
|
| ︙ | |||
60 61 62 63 64 65 66 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - + |
END {
# create the _cr file
if (symbol_count>0) {
split(symbols,symbol);
printf("cat ");
for (i = 1; i <= symbol_count; i++) {
|