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