summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgdbm.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add support for gdbm2 open flags ('s' and 'u'). Add module constantNeil Schemenauer2000-12-171-6/+15
| | | | | open_flags which contains the flags supported by gdbm. Closes patch #102802.
* Removed old comments.Fred Drake1999-05-131-14/+0
|
* Added more "See also" entries, + 1 inline hyperlink.Fred Drake1999-04-051-1/+7
|
* "\platform{UNIX}" should really be spelled "\platform{Unix}".Fred Drake1999-03-021-1/+1
|
* Added \platform annotations.Fred Drake1999-03-021-0/+1
|
* Shorten a few section titles.Fred Drake1999-02-201-27/+29
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-1/+1
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Added comment explaining the only warning produced by makeindex, since thereFred Drake1998-02-171-0/+14
| | | | doesn't appear to be a way to fix that's reasonable.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-3/+3
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Fixed index module reference.Fred Drake1997-12-161-1/+1
|
* Changed {\sc gdbm} to \code{gdbm} everywhere.Fred Drake1997-12-041-13/+12
| | | | | | Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere.
* Extensive changes by AMK.Guido van Rossum1997-07-171-4/+77
|
* documented default flag, mode; changed gdbm into a pointer to dbmGuido van Rossum1995-07-071-27/+4
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-6/+7
|
* small changes by Soren LarsenGuido van Rossum1995-03-131-3/+3
|
* Added gdbm docsGuido van Rossum1994-08-081-0/+30