- 13 May, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
since they shouldn't be here. Only ignore the output tarballs in this directory.
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
Fred Drake yazdı
called on destruction is non-NULL.
-
Fred Drake yazdı
When refering to chapters, use \ref, don't hardcode the chapter number.
-
Fred Drake yazdı
l2hinit.perl version of the function (which overrode a version in latex2html), but do_cmd_index() was overridden. Since do_cmd_index() was the only caller, we can trash this. define_indexing_macro(): New function used during setup to support more dynamic dispatch for indexing. process_index_macros(): New function; implement dynamic dispatching of indexing support functions, allowing many targets used in indexing to be shared by multiple index entries. I.e., something like \index{foo}\bifuncindex{bar} can now share a single target anchor. These indexing changes reduce the amount of clutter in the generated HTML files. In the reference manual, this cuts the number of targets by 44%. Targets are less affected when generated by environments rather than macros.
-
Fred Drake yazdı
was never called in this incarnation. The other version is simpler as well.
-
Fred Drake yazdı
-
- 11 May, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
page of the section.
-
Fred Drake yazdı
All suggested by Eric Raymond.
-
Fred Drake yazdı
-
- 10 May, 1999 3 kayıt (commit)
-
-
Fred Drake yazdı
in a fragment rather than the main document object.
-
Fred Drake yazdı
Add controls for some of the esoteric indexing macros.
-
Fred Drake yazdı
In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>.
-
- 07 May, 1999 3 kayıt (commit)
-
-
Fred Drake yazdı
want to push nodes into the document, but into a document fragment, since we're not necesarily working with something that's well-formed.
-
Fred Drake yazdı
-
Fred Drake yazdı
least there's a token object in here now! ;-)
-
- 06 May, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
(M.-A. Lemburg and GvR).
-
Fred Drake yazdı
This still doesn't understand anything about multiple source files or checking time dependencies.
-
Fred Drake yazdı
updates by Tim Peters, markup by FLD.
-
Guido van Rossum yazdı
1. Fixes float divmod so that the quotient it returns is always an integral value. 2. Fixes float % and float divmod so that the remainder always gets the right sign (the current code uses a "are the signs different?" test that doesn't work half the time <wink> when the product of the divisor and the remainder underflows to 0).
-
- 05 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(The difference between grid_remove() and grid_forget() is that the former remembers the options for the slave.)
-
- 03 May, 1999 17 kayıt (commit)
-
-
Guido van Rossum yazdı
(I tweaked it slightly so examples are allowed to have no date too.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Andrew Dalke & kjpylint)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Make error an alias for ValueError. (Andrew Dalke & kjpylint)
-
Guido van Rossum yazdı
This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
-
Guido van Rossum yazdı
undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-