~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/TeX/texk/web2c/cwebdir/comm-os2.ch

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is the change file for CWEB's COMMON under OS/2
2
 
(Contributed by Jim Nutt, jnutt@PrimeNet.Com, May 1995)
3
 
 
4
 
These changes tested with WATCOM C v10.0a.
5
 
No changes to CTANGLE or CWEAVE are needed with OS/2.
6
 
 
7
 
@x section 69
8
 
An omitted change file argument means that |"/dev/null"| should be used,
9
 
@y
10
 
An omitted change file argument means that |"NUL"| should be used,
11
 
@z
12
 
 
13
 
@x section 70 (this change copied from comm-pc.ch)
14
 
        else if (*s=='/') dot_pos=NULL,name_pos=++s;
15
 
@y
16
 
        else if (*s == ':' || *s == '\\' || *s == '/')
17
 
          dot_pos=NULL,name_pos=++s;
18
 
@z
19
 
 
20
 
@x section 70
21
 
  if (found_change<=0) strcpy(change_file_name,"/dev/null");
22
 
@y
23
 
  if (found_change<=0) strcpy(change_file_name,"NUL");
24
 
@z