Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't be so ugly as to use "set -x" to get the executed commands printed. | Fred Drake | 1998-05-11 | 1 | -1/+6 |
| | |||||
* | Added a section about documentation for the Mac modules. | Fred Drake | 1998-05-11 | 1 | -0/+14 |
| | |||||
* | Oops, better add it to the usage message! | Fred Drake | 1998-05-11 | 1 | -0/+1 |
| | |||||
* | Add easy-to-use support for A4 paper. | Fred Drake | 1998-05-11 | 1 | -2/+6 |
| | |||||
* | Remove the tarhtml target; not useful from the sub-make. | Fred Drake | 1998-05-11 | 1 | -3/+0 |
| | |||||
* | Pass the release number to the tools/mktarball.sh script. | Fred Drake | 1998-05-11 | 1 | -3/+3 |
| | | | | Nits. | ||||
* | Accept the release number on the command line instead of hardcoding it. | Fred Drake | 1998-05-11 | 1 | -3/+3 |
| | |||||
* | Don't be so ugly as to use "set -x" to get the executed commands printed. | Fred Drake | 1998-05-11 | 1 | -3/+4 |
| | |||||
* | do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). | Fred Drake | 1998-05-11 | 1 | -0/+10 |
| | |||||
* | Update some of the comments. | Fred Drake | 1998-05-11 | 1 | -21/+54 |
| | | | | | | Update the .tar.gz targets so that they work from the top level. Reinstate the api, ext, lib, ref, and tut targets. | ||||
* | In package Override, use the getcwd() function from the Cwd module instead of | Fred Drake | 1998-05-11 | 1 | -0/+22 |
| | | | | | | | | the one from Override.pm (part of latex2html). Absolutize the TEXINPUTS environment variable, since we can't count on latex2html doing it for us (even though I sent in a patch, and it really should). | ||||
* | Changed some comments.... no longer mention FrameMaker. | Fred Drake | 1998-05-11 | 1 | -38/+20 |
| | |||||
* | parser_compare_nodes(): Corrected a minor type error; eliminate one GCC | Fred Drake | 1998-05-11 | 1 | -1/+1 |
| | | | | warning (at least under Linux). | ||||
* | Add a few doc strings. | Guido van Rossum | 1998-05-10 | 1 | -6/+31 |
| | |||||
* | benchmark for list.sort() | Guido van Rossum | 1998-05-10 | 1 | -0/+109 |
| | |||||
* | Implement round() slightly different, so that for negative ndigits no | Guido van Rossum | 1998-05-09 | 1 | -5/+13 |
| | | | | | additional errors happen in the last step. The trick is to avoid division by 0.1**n -- multiply by 10.0**n instead. | ||||
* | Fix by Sean Reifschneider: | Guido van Rossum | 1998-05-08 | 1 | -25/+38 |
| | | | | | | | - 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. | ||||
* | Add the specific sed statement to recover the second output file to | Guido van Rossum | 1998-05-08 | 1 | -1/+6 |
| | | | | the comments. | ||||
* | Make Tim O'Malley's requested change: in FieldStorage.__init__(), when | Guido van Rossum | 1998-05-08 | 1 | -1/+2 |
| | | | | | method='GET', always get the query string from environ['QUERY_STRING'] or sys.argv[1] -- ignore an explicitly passed in fp. | ||||
* | Fix a comment. | Fred Drake | 1998-05-08 | 1 | -49/+30 |
| | | | | | | | Avoid extra level of recursion in the paper-*/ directories. Added the "info" target to use the subdir. Partparse, however, is broken again. | ||||
* | No longer needed. | Fred Drake | 1998-05-08 | 2 | -46/+0 |
| | |||||
* | Remove unneeded line. | Fred Drake | 1998-05-08 | 2 | -2/+0 |
| | |||||
* | Use \ldots, not \dots. The info process doesn't know about \dots. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | Adjust to new file layout. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | Move the rules to build the info files here. | Fred Drake | 1998-05-08 | 1 | -0/+32 |
| | |||||
* | Relocating file to Doc/info. | Fred Drake | 1998-05-08 | 2 | -123/+0 |
| | |||||
* | Added URLs for zlib's home page and the Windows DLL's home page . | Guido van Rossum | 1998-05-08 | 1 | -0/+2 |
| | |||||
* | exec is a statement, not a function! | Guido van Rossum | 1998-05-08 | 1 | -3/+3 |
| | |||||
* | l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | | | | | "big" targets. Fix is to set the TEXINPUTS on the command line of the sub-make. | ||||
* | Some versions of latex2html don't automatically append the .tex extension to | Fred Drake | 1998-05-08 | 1 | -1/+4 |
| | | | | the name of the main .tex source file if it's not in the current directory. | ||||
* | $(KPSEWHICH): Use the older style of calling kpsewhich with the arg | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | | | | | 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! ;-) | ||||
* | /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | Oops! Must have deleted a word by accident before the last check-in of this | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | | | | | | file; "make" (the 'all' target) became a no-op! Now works as previously described. | ||||
* | Be a little more robust handling filenames. | Fred Drake | 1998-05-07 | 1 | -4/+5 |
| | |||||
* | Ignore the webchecker turd. | Fred Drake | 1998-05-07 | 1 | -0/+1 |
| | |||||
* | Added the webcheck target here. | Fred Drake | 1998-05-07 | 1 | -0/+3 |
| | |||||
* | Cleaned out some more cruft. | Fred Drake | 1998-05-07 | 1 | -60/+76 |
| | | | | | | | | | | | 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. | ||||
* | Some cleanup, added clean & clobber targets. | Fred Drake | 1998-05-07 | 2 | -6/+24 |
| | |||||
* | Add support for a --pdf option to cause a PDF file to be created instead; | Fred Drake | 1998-05-07 | 1 | -9/+19 |
| | | | | most of the processing is the same and has to be done anyway. | ||||
* | Markup consistency. | Fred Drake | 1998-05-07 | 1 | -14/+14 |
| | | | | | Using \input instead of \include to avoid extra .aux files from being generated. | ||||
* | Small updates. | Fred Drake | 1998-05-07 | 1 | -8/+1 |
| | |||||
* | Add check to conjugate() that there are no excess arguments. | Guido van Rossum | 1998-05-07 | 1 | -2/+5 |
| | |||||
* | AMK's revised version of the previous patch. | Guido van Rossum | 1998-05-07 | 3 | -11/+29 |
| | |||||
* | Preliminary convenience Makefile. | Fred Drake | 1998-05-07 | 2 | -0/+28 |
| | |||||
* | Better go ahead and remove some cruftiness.... | Fred Drake | 1998-05-07 | 1 | -6/+0 |
| | |||||
* | Support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -85/+72 |
| | | | | | | 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. | ||||
* | Relocating file to Doc/html. | Fred Drake | 1998-05-07 | 1 | -25/+0 |
| | |||||
* | Ignore .tar.gz files in this directory. | Fred Drake | 1998-05-07 | 2 | -0/+2 |
| | |||||
* | Don't ignore the html/ directory. | Fred Drake | 1998-05-07 | 1 | -1/+0 |
| | |||||
* | New script to drive HTML generation. | Fred Drake | 1998-05-07 | 1 | -0/+27 |
| |