~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to README_d/README.linux

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Thu Apr 17 14:41:17 EDT 1997
2
 
 
3
 
Some Linux systems, notably RedHat systems through RedHat 4.1, have the
4
 
symbolic links for /dev/stdin and /dev/stdout messed up. Specifically,
5
 
/dev/stdin is linked to ../proc/self/fd/1 and /dev/stdout to
6
 
../proc/self/fd/0. This is backwards.  This causes strange behavior
7
 
when using those files from within gawk.
8
 
 
9
 
Removing and redoing the symlinks fixes the problem.  It is fixed in
10
 
post-4.1 RedHat Linux.
11
 
 
12
 
Arnold Robbins
13
 
arnold@gnu.org
14
 
 
15
 
Sun Aug  3 15:07:06 EDT 1997
16
 
 
17
 
As of version 3.1 of gawk, this is no longer a problem, since gawk now
18
 
completely interprets the special file names internally.
19
 
 
20
 
Arnold Robbins
21
 
arnold@gnu.org