Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
090856ef
Commit
090856ef
authored
Feb 18, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added \label{} for logical addressing.
parent
68b12f22
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
6 deletions
+14
-6
Doc/lib/liballos.tex
Doc/lib/liballos.tex
+3
-2
Doc/lib/libcrypto.tex
Doc/lib/libcrypto.tex
+1
-0
Doc/lib/libmm.tex
Doc/lib/libmm.tex
+1
-0
Doc/lib/libposixfile.tex
Doc/lib/libposixfile.tex
+2
-1
Doc/liballos.tex
Doc/liballos.tex
+3
-2
Doc/libcrypto.tex
Doc/libcrypto.tex
+1
-0
Doc/libmm.tex
Doc/libmm.tex
+1
-0
Doc/libposixfile.tex
Doc/libposixfile.tex
+2
-1
No files found.
Doc/lib/liballos.tex
View file @
090856ef
\chapter
{
Generic Operating System Services
}
\chapter
{
Generic Operating System Services
}
\label
{
allos
}
The modules described in this chapter provide interfaces to operating
The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modelled
such as files and a clock. The interfaces are generally modelled
after the
\UNIX
{}
or
C interfaces but they are available on most other
after the
\UNIX
{}
or
\C
{}
interfaces but they are available on most
systems as well. Here's an overview:
other
systems as well. Here's an overview:
\begin{description}
\begin{description}
...
...
Doc/lib/libcrypto.tex
View file @
090856ef
\chapter
{
Cryptographic Services
}
\chapter
{
Cryptographic Services
}
\label
{
crypto
}
\index
{
cryptography
}
\index
{
cryptography
}
The modules described in this chapter implement various algorithms of
The modules described in this chapter implement various algorithms of
...
...
Doc/lib/libmm.tex
View file @
090856ef
\chapter
{
Multimedia Services
}
\chapter
{
Multimedia Services
}
\label
{
mmedia
}
The modules described in this chapter implement various algorithms or
The modules described in this chapter implement various algorithms or
interfaces that are mainly useful for multimedia applications. They
interfaces that are mainly useful for multimedia applications. They
...
...
Doc/lib/libposixfile.tex
View file @
090856ef
% Manual text and implementation by Jaap Vermeulen
% Manual text and implementation by Jaap Vermeulen
\section
{
Standard Module
\sectcode
{
posixfile
}}
\section
{
Standard Module
\sectcode
{
posixfile
}}
\label
{
module-posixfile
}
\bimodindex
{
posixfile
}
\bimodindex
{
posixfile
}
\indexii
{
posix
}{
file object
}
\indexii
{
\POSIX
{}
}{
file object
}
\emph
{
Note:
}
This module will become obsolete in a future release.
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
The locking operation that it provides is done better and more
...
...
Doc/liballos.tex
View file @
090856ef
\chapter
{
Generic Operating System Services
}
\chapter
{
Generic Operating System Services
}
\label
{
allos
}
The modules described in this chapter provide interfaces to operating
The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modelled
such as files and a clock. The interfaces are generally modelled
after the
\UNIX
{}
or
C interfaces but they are available on most other
after the
\UNIX
{}
or
\C
{}
interfaces but they are available on most
systems as well. Here's an overview:
other
systems as well. Here's an overview:
\begin{description}
\begin{description}
...
...
Doc/libcrypto.tex
View file @
090856ef
\chapter
{
Cryptographic Services
}
\chapter
{
Cryptographic Services
}
\label
{
crypto
}
\index
{
cryptography
}
\index
{
cryptography
}
The modules described in this chapter implement various algorithms of
The modules described in this chapter implement various algorithms of
...
...
Doc/libmm.tex
View file @
090856ef
\chapter
{
Multimedia Services
}
\chapter
{
Multimedia Services
}
\label
{
mmedia
}
The modules described in this chapter implement various algorithms or
The modules described in this chapter implement various algorithms or
interfaces that are mainly useful for multimedia applications. They
interfaces that are mainly useful for multimedia applications. They
...
...
Doc/libposixfile.tex
View file @
090856ef
% Manual text and implementation by Jaap Vermeulen
% Manual text and implementation by Jaap Vermeulen
\section
{
Standard Module
\sectcode
{
posixfile
}}
\section
{
Standard Module
\sectcode
{
posixfile
}}
\label
{
module-posixfile
}
\bimodindex
{
posixfile
}
\bimodindex
{
posixfile
}
\indexii
{
posix
}{
file object
}
\indexii
{
\POSIX
{}
}{
file object
}
\emph
{
Note:
}
This module will become obsolete in a future release.
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
The locking operation that it provides is done better and more
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment