summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdis.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation on the hasfree data object.Fred Drake2002-03-281-0/+4
|
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-011-2/+2
|
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1
|
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-231-0/+27
| | | | | | | | | | | Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to docs for dis module. Add docs for new function and code members in Sec. 3 of ref manual. They're present regardless of whether nested scopes are used. Remove description of default argument hack from Sec. 7 of the ref manual and refer the reader to the appendix.
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-10/+9
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-3/+4
|
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-121-2/+2
| | | | | | "name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
* UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles WaldmanFred Drake2000-08-311-2/+2
| | | | | | <cgw@fnal.gov>). Fix minor problem with EXTENDED_ARG description markup..
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-0/+59
| | | | shortly. Markup also needs checking.
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+7
| | | | Update the dis module documentation to reflect the EXTENDED_ARG opcode.
* Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.Barry Warsaw2000-08-211-2/+12
|
* Fix a markup error that caused formatting to fail.Fred Drake2000-08-181-16/+17
| | | | Lots of minor markup adjustments as well.
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-2/+9
| | | | | | | | name as n'. By doing some twists and turns, "as" is not a reserved word. There is a slight change in semantics for 'from module import name' (it will now honour the 'global' keyword) but only in cases that are explicitly undocumented.
* Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:Fred Drake2000-08-171-0/+19
| | | | Document opcodes added to support extended call syntax.
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-4/+4
| | | | | | | did the same anyway. I'm not sure what to do with Tools/compiler/compiler/* -- that isn't part of distutils, is it ? Should it try to be compatible with old bytecode version ?
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
| | | | | | This patch corrects a little glitch and two outright errors. (Including one reported earlier by Thomas Wouters.)
* SET_LINE_NO ==> SET_LINENOFred Drake1999-05-171-1/+1
| | | | Reported by Corran Webster <cwebster@math.tamu.edu>.
* 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
|
* Revert markup around list of display fields from the disassembler; it doesn'tFred Drake1998-04-131-6/+2
| | | | look at good in print, but doesn't break the HTML.
* Fix the formatting of the list of fields in the disassemble() function.Fred Drake1998-04-071-2/+8
|
* Minor nits.Fred Drake1998-04-031-17/+15
| | | | Indent code sample to use 4-space indents.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-2/+2
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Added \label{} for logical addressing.Fred Drake1998-02-191-0/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-5/+5
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Correct description of BUILD_SLICE.Guido van Rossum1998-02-121-4/+4
|
* Mark opcode arguments \var{} in the running text.Fred Drake1998-02-121-11/+11
| | | | In IMPORT_NAME description: "is not affect:" --> "is not affected:"
* Reduce warning count from partparse.py.Fred Drake1997-12-291-1/+1
|
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-181-1/+1
| | | | non-breaking space!
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
|
* Arg; more nits, but I may as well finish the job.Fred Drake1997-12-041-20/+6
| | | | | | | Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code.
* Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a leftFred Drake1997-12-041-6/+6
| | | | | | | shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document.
* The biggie: changed the funcdesc environments used for opcode descriptionsFred Drake1997-12-031-175/+176
| | | | | | | | | | | | | | to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point.
* Docu for dis.py, written by Martin von Loewis.Guido van Rossum1997-11-181-0/+524
sgcat_dyn_locale'>msgcat_dyn_locale Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 14:31:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-26 14:31:02 (GMT)
commitf18232040af804d53027a32d7d550dcda57a7f0e (patch)
treed9d14949559023cffce9873d2e33742a7b7c13e1 /generic/tclEnv.c
parent170f9fa2afe412f97e0c3a82a5cdd2a9b33cfffb (diff)
parent5537e62301b5a43914709690bbe199684082b049 (diff)
downloadtcl-f18232040af804d53027a32d7d550dcda57a7f0e.zip
tcl-f18232040af804d53027a32d7d550dcda57a7f0e.tar.gz
tcl-f18232040af804d53027a32d7d550dcda57a7f0e.tar.bz2
use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path