Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d2893b

Browse files
committed
Added a list of the main undocumented extension modules.
1 parent 7f3b042 commit 8d2893b

2 files changed

Lines changed: 54 additions & 4 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,30 @@ \section{Obsolete}
212212

213213
\section{Extension modules}
214214

215-
There are some undocumented goodies here, too. Someone should make a
216-
list.
215+
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
216+
dbm clone).
217+
218+
cmathmodule.c -- Exactly the same as math, except takes complex
219+
arguments and returns complex results.
220+
221+
cursesmodule.c -- Curses interface.
222+
223+
dbhashmodule.c -- Obsolete.
224+
225+
dlmodule.c -- A highly experimental and dangerous device for calling
226+
arbitrary C functions in arbitrary shared libraries.
227+
228+
newmodule.c -- Tommy Burnette's `new' module (creates new empty
229+
objects of certain kinds) -- dangerous.
230+
231+
nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
232+
233+
timingmodule.c -- Measure time intervals to high resolution (obsolete
234+
-- use time.clock() instead).
235+
236+
The following are SGI specific:
237+
238+
clmodule.c -- Interface to the SGI compression library.
239+
240+
svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
241+
(obsolete hardware).

Doc/libundoc.tex

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,30 @@ \section{Obsolete}
212212

213213
\section{Extension modules}
214214

215-
There are some undocumented goodies here, too. Someone should make a
216-
list.
215+
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
216+
dbm clone).
217+
218+
cmathmodule.c -- Exactly the same as math, except takes complex
219+
arguments and returns complex results.
220+
221+
cursesmodule.c -- Curses interface.
222+
223+
dbhashmodule.c -- Obsolete.
224+
225+
dlmodule.c -- A highly experimental and dangerous device for calling
226+
arbitrary C functions in arbitrary shared libraries.
227+
228+
newmodule.c -- Tommy Burnette's `new' module (creates new empty
229+
objects of certain kinds) -- dangerous.
230+
231+
nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
232+
233+
timingmodule.c -- Measure time intervals to high resolution (obsolete
234+
-- use time.clock() instead).
235+
236+
The following are SGI specific:
237+
238+
clmodule.c -- Interface to the SGI compression library.
239+
240+
svmodule.c -- Interface to the ``simple video'' board on SGI Indigo
241+
(obsolete hardware).

0 commit comments

Comments
 (0)