Tcl Source Code

View Ticket
Login
Ticket UUID: 219169
Title: no man page for lib procs: Tcl_GetOSTypeFromObj Tcl_NewOSTyp
Type: Bug Version: obsolete: 8.1
Submitter: nobody Created on: 2000-10-26 05:02:47
Subsystem: 67. [resource] (obsolete) Assigned To: andreas_kupries
Priority: 7 High Severity:
Status: Closed Last Modified: 2001-04-05 04:34:22
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2001-04-04 21:34:22
Description:
OriginalBugID: 1823 Bug
Version: 8.1
SubmitDate: '1999-04-14'
LastModified: '1999-04-14'
Severity: MED
Status: Assigned
Submitter: admin
ChangedBy: admin
OS: All
OSVersion: NA
Machine: NA
FixedDate: '2000-10-25'
FixedInVersion: NA
ClosedDate: '2000-10-25'
User Comments: andreas_kupries added on 2001-04-05 04:34:22:
Logged In: YES 
user_id=75003

Committed.

andreas_kupries added on 2001-04-05 04:32:25:

File Added - 4972: 219169-219171.2.diff

andreas_kupries added on 2001-04-05 04:32:24:
Logged In: YES 
user_id=75003

Uploaded changed patch.

andreas_kupries added on 2001-04-05 03:41:55:
Logged In: YES 
user_id=75003

Oh. I have no idea either about which convention is most
common. I'll change my doc to the open convention for now.

dgp added on 2001-04-05 02:13:49:
Logged In: YES 
user_id=80530

We should establish and use one convention to refer
to system calls.  You've used:

"putenv"

But there are also:

\fBopen\fR system call

in OpenFileChnl.3 and:

getcwd()

in FileSystem.3.

I don't know what convention is most common, but we
should pick only one.

Otherwise, Environment.3 looks fine, and as far as I
can tell (can't vouch for content) Macintosh.3 looks OK too.
should pick one and only one.

andreas_kupries added on 2001-04-05 00:17:07:

File Added - 4959: 219169-219171.1.diff

andreas_kupries added on 2001-04-05 00:17:06:
Logged In: YES 
user_id=75003

Ok, Tcl_PutEnv is not part of Tcl 7.3, but I found it in
7.5. I don't have 7.4 here, so I can't check this release.
Thus changed "8.1" to "7.5" and reworded the description
"Tcl_PutEnv" a bit to make it clearer. Uploaded new patch.

andreas_kupries added on 2001-04-03 07:09:04:

File Deleted - 4890: 

Logged In: YES 
user_id=75003

Refers to "putenv". The text in the code also talks about
the Makefile using -D to redirect calls, but that can't be,
it has to be the tcl.h to make it right for everyone. Or
else everyone has to change his own Makefiles.

About 8.1, I'll have to check. this.

dgp added on 2001-04-03 07:00:28:
Logged In: YES 
user_id=80530

Environment.3: "that procedure" - refers to Tcl_PutEnv()
or to putenv() ?

In the .TH lines, what is the "8.1" for?  Is it right?

dgp added on 2001-04-03 06:40:56:
Logged In: YES 
user_id=80530

OICD patch.

andreas_kupries added on 2001-04-03 06:39:18:

File Added - 4890: 219169-219171.0.diff

andreas_kupries added on 2001-04-03 06:39:17:
Logged In: YES 
user_id=75003

Forgot to upload the patch :(
But now.

dgp added on 2001-04-03 04:03:29:
Logged In: YES 
user_id=80530

I don't see a patch?

andreas_kupries added on 2001-04-03 02:07:47:
Logged In: YES 
user_id=75003

Added a patch fixing both this bug and #219171. The patch
creates two new manpages for the missing APIs and integrates
them into the Makefile too.

Attachments: