- 10 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
additional errors happen in the last step. The trick is to avoid division by 0.1**n -- multiply by 10.0**n instead.
-
- 08 May, 1998 17 kayıt (commit)
-
-
Guido van Rossum yazdı
- When facility not specified to syslog() method, use default from openlog() (This is how it was claimed to work in the documentation) - Potential resource leak of o_ident, now cleaned up in closelog() - Minor comment accuracy fix.
-
Guido van Rossum yazdı
the comments.
-
Guido van Rossum yazdı
method='GET', always get the query string from environ['QUERY_STRING'] or sys.argv[1] -- ignore an explicitly passed in fp.
-
Fred Drake yazdı
Avoid extra level of recursion in the paper-*/ directories. Added the "info" target to use the subdir. Partparse, however, is broken again.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
"big" targets. Fix is to set the TEXINPUTS on the command line of the sub-make.
-
Fred Drake yazdı
the name of the main .tex source file if it's not in the current directory.
-
Fred Drake yazdı
specifying *which* type of path to search. This works for both teTeX 0.4 and 0.9. This is what we call portability these days! ;-)
-
Fred Drake yazdı
-
Fred Drake yazdı
file; "make" (the 'all' target) became a no-op! Now works as previously described.
-
- 07 May, 1998 21 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Added some new cruft. For some of the "big" targets, force things to happen in the "right" subdirectory, i.e., "make" will build the DVI and PostScript files in the paper-letter/ directory, and "make PAPER=a4" will build DVI and PostScript files in the paper-a4/ directory. Probably still needs some restructuring.
-
Fred Drake yazdı
-
Fred Drake yazdı
most of the processing is the same and has to be done anyway.
-
Fred Drake yazdı
Using \input instead of \include to avoid extra .aux files from being generated.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Some targets may be a little raw, but the basic formatting targets are all tested, primarily for use from the subdirs. There are probably a few gotchas, and the paper-*/ directories could use "helper" Makefiles.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Most of the logic is still in the primary Makefile and a new script in Doc/tools/.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-