comparison NEWS @ 2938:2e1757f57ce6

[project @ 1997-05-06 06:03:49 by jwe]
author jwe
date Tue, 06 May 1997 06:04:57 +0000
parents 1b219fa3c56a
children e9c24f32f175
comparison
equal deleted inserted replaced
2937:9d26524e2869 2938:2e1757f57ce6
1 Summary of changes since version 2.0.5: 1 Summary of changes since version 2.0.5:
2 -------------------------------------- 2 --------------------------------------
3
4 * tmpnam now takes two optional arguments, DIR, and PREFIX. For
5 example, tmpnam ("/foo", "bar-") returns a file name like
6 "/foo/bar-10773baa". If DIR is omitted or empty, the value of the
7 environment variable TMPDIR, or /tmp is used. If PREFIX is
8 omitted, "oct-" is used.
3 9
4 * The built-in variable PWD has been removed. If you need to get 10 * The built-in variable PWD has been removed. If you need to get
5 the value of the current working directory, use the pwd() function 11 the value of the current working directory, use the pwd() function
6 instead. 12 instead.
7 13