Overview
| Comment: | *** empty log message *** |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8debb765cabbbbcfd087697b46a9629e |
| User & Date: | gawthrop@users.sourceforge.net on 2000-04-05 07:37:27.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-04-05
| ||
| 08:02:47 | Added strip_comments check-in: a42fa3ac31 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 07:37:27 | *** empty log message *** check-in: 8debb765ca user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2000-04-04
| ||
| 16:15:14 |
Fixed awk prob - must be the same sep. for each field (?) So tr tab to space check-in: 10392f7948 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/reps_txt2tk
from [069e67f88c]
to [02869b51d3].
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + + + + - + + + + + + + - - - - - - - - + + + + + + + + + + - - + - - - + + + |
# Copyright (c) P.J.Gawthrop, 1998
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3 1999/08/18 06:15:48 peterg
## Stripped down to just representations menu - see mtt_make_menu
##
## Revision 1.2 1999/03/09 00:03:19 peterg
## Revisions for xmtt
##
## Revision 1.1 1998/10/20 08:13:14 peterg
## Initial revision
##
###############################################################
# Create reps menu
awk --field-separator='|' '{
|
| ︙ |