1. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 26 years ago
  2. c4811d8 Modify to perform "---" to "—" conversion outside of by Fred Drake · 26 years ago
  3. c41e1e5 Remove the "---" to "—" conversion; this is wrong in verbatim by Fred Drake · 26 years ago
  4. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 26 years ago
  5. 54fb7fb Some more fixes. by Fred Drake · 26 years ago
  6. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 26 years ago
  7. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 26 years ago
  8. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 26 years ago
  9. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
  10. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  11. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  12. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  13. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
  14. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 27 years ago
  15. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 27 years ago
  16. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 27 years ago
  17. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 27 years ago
  18. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 27 years ago
  19. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 27 years ago
  20. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 27 years ago
  21. fdfd50f Convert <version> to &version;. by Fred Drake · 27 years ago
  22. 7dab6af Update the docstring. by Fred Drake · 27 years ago
  23. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 27 years ago
  24. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 27 years ago
  25. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 27 years ago
  26. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 27 years ago
  27. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 27 years ago
  28. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 27 years ago
  29. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 27 years ago
  30. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 27 years ago
  31. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 27 years ago
  32. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 27 years ago
  33. 589bc63 Add a "tarball" target. by Fred Drake · 27 years ago
  34. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 27 years ago
  35. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 27 years ago
  36. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 27 years ago
  37. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 27 years ago
  38. a50a1df Added clean and clobber targets. by Fred Drake · 27 years ago
  39. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 27 years ago
  40. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 27 years ago
  41. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 27 years ago
  42. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 27 years ago
  43. 79ad1f1 Escape special characters on output. by Fred Drake · 27 years ago
  44. 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 27 years ago
  45. fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 27 years ago
  46. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 27 years ago
  47. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 27 years ago
  48. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 27 years ago
  49. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 27 years ago
  50. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 27 years ago
  51. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 27 years ago
  52. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 27 years ago
  53. 4db5b46 Use esistools. by Fred Drake · 27 years ago
  54. f077b9d Use esistools, getopt. by Fred Drake · 27 years ago
  55. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 27 years ago
  56. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 27 years ago
  57. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 27 years ago
  58. 42f5298 Several small adjustments. by Fred Drake · 27 years ago
  59. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 27 years ago
  60. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 27 years ago
  61. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 27 years ago
  62. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 27 years ago
  63. 1cb330c The & character is also escaped using \. by Fred Drake · 27 years ago
  64. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 27 years ago
  65. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 27 years ago
  66. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 27 years ago
  67. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 27 years ago