974850.5707z.group/bin/cvsweb.cgi/djgpp/src/mkdoc/mkdoc.cc   search  
CVS log for djgpp/src/mkdoc/mkdoc.cc

To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.

Up to djgpp/src/mkdoc/
Request diff between arbitrary revisions
No default branch

1.72 Fri Jan 7 22:20:24 2011 UTC by juan.guerrero
CVS Tags: v2_05, HEAD, v2_05_1
Diffs to 1.71
Port target posix-1003.1-2008 added.

1.71 Fri Sep 12 7:32:12 2008 UTC by peuha
Diffs to 1.70
Use proper syntax for template specialization.

1.70 Sun Aug 24 9:34:10 2008 UTC by peuha
Diffs to 1.69
Fix typo in comment.

1.69 Sat Aug 23 9:37:22 2008 UTC by peuha
Diffs to 1.68
Strictly ignore @portability and @port-note after @portability.

1.68 Sat Aug 23 9:26:15 2008 UTC by peuha
Diffs to 1.67
Define variables of Node::read_portability in more restricted contexts.

1.67 Sat Aug 23 9:01:24 2008 UTC by peuha
Diffs to 1.66
Add function Node::write_port_note_ref.

1.66 Sat Aug 23 8:50:20 2008 UTC by peuha
Diffs to 1.65
Warn about unprinted portability notes.

1.65 Sat Aug 23 8:32:38 2008 UTC by peuha
Diffs to 1.64
Collect code for multitable header construction into one block.

1.64 Fri Aug 22 21:42:31 2008 UTC by peuha
Diffs to 1.63
Change filename in scan_directory from char * to string.

1.63 Fri Aug 22 21:33:30 2008 UTC by peuha
Diffs to 1.62
Merge Node::read_portability and Node::write_portability.

1.62 Thu Aug 21 16:39:22 2008 UTC by peuha
Diffs to 1.61
Bug fix: don't crash if Tree is empty.

1.61 Thu Aug 21 16:33:18 2008 UTC by peuha
Diffs to 1.60
Replace Node::port_info with port_set and port_type.

1.60 Thu Aug 21 16:03:16 2008 UTC by peuha
Diffs to 1.59
Read suffix_name from port_target instead of Node::port_info.

1.59 Thu Aug 21 0:11:49 2008 UTC by peuha
Diffs to 1.58
Remove intermediate buffer from Node::write_portability.

1.58 Wed Aug 20 23:58:05 2008 UTC by peuha
Diffs to 1.57
Add PortInfo::port_qualifiers.

1.57 Wed Aug 20 23:10:13 2008 UTC by peuha
Diffs to 1.56
Add function Node::match_port_target.

1.56 Tue Aug 19 23:10:40 2008 UTC by peuha
Diffs to 1.55
No need to test pii_pqj.complete for both PORT_YES and PORT_PARTIAL.

1.55 Tue Aug 19 23:02:33 2008 UTC by peuha
Diffs to 1.54
Simplify string printing.

1.54 Tue Aug 19 22:40:51 2008 UTC by peuha
Diffs to 1.53
Bug fix; notes for last qualifier and notes for entire target were
indistinguishable.

1.53 Tue Aug 19 16:57:18 2008 UTC by peuha
Diffs to 1.52
Remove pi and pq from PortNote.

1.52 Tue Aug 19 16:55:24 2008 UTC by peuha
Diffs to 1.51
Add Node::q_port_notes.

1.51 Tue Aug 19 16:44:18 2008 UTC by peuha
Diffs to 1.50
Bug fix; only one note for each target-qualifier combination was shown.

1.50 Tue Aug 19 14:06:02 2008 UTC by peuha
Diffs to 1.49
Make Node_port_notes target-specific.

1.49 Tue Aug 19 13:19:06 2008 UTC by peuha
Diffs to 1.48
Change Lines to use single string instead of Line list, remove class Line.

1.48 Tue Aug 19 13:05:19 2008 UTC by peuha
Diffs to 1.47
Handle @heading while reading instead of printing.

1.47 Mon Aug 18 20:02:35 2008 UTC by peuha
Diffs to 1.46
Fix a potential array index overrun bug.

1.46 Mon Aug 18 19:46:22 2008 UTC by peuha
Diffs to 1.45
Use intermediate pointers and references to reduce repeated dereferences.

1.45 Mon Aug 18 18:18:37 2008 UTC by peuha
Diffs to 1.44
Change TreeNode::name from char * to string.

1.44 Mon Aug 18 17:42:04 2008 UTC by peuha
Diffs to 1.43
Avoid compiler warnings about uninitialized members.

1.43 Mon Aug 18 17:25:55 2008 UTC by peuha
Diffs to 1.42
Change PortNote:note from char * to string, remove unnecessary function
Node::extend_portability_note.

1.42 Mon Aug 18 9:04:09 2008 UTC by peuha
Diffs to 1.41
Change pointers to references.

1.41 Mon Aug 18 8:48:49 2008 UTC by peuha
Diffs to 1.40
Change Tree from struct to class.

1.40 Mon Aug 18 7:41:55 2008 UTC by peuha
Diffs to 1.39
Change Tree<Node> to Tree<Lines>, Node now only used inside scan_directory.

1.39 Mon Aug 18 7:22:19 2008 UTC by peuha
Diffs to 1.38
Remove NodeSource::Print and move content to scan_directory.

1.38 Sun Aug 17 22:37:35 2008 UTC by peuha
Diffs to 1.37
Lots of static and const keywords.

1.37 Sun Aug 17 11:39:51 2008 UTC by peuha
Diffs to 1.36
Combine cprint2 and nprint2 to template print2.

1.36 Sun Aug 17 11:07:20 2008 UTC by peuha
Diffs to 1.35
Add function Print1 to Node to print content.

1.35 Sun Aug 17 10:58:43 2008 UTC by peuha
Diffs to 1.34
Add function Print1 to Tree to print menus.

1.34 Sun Aug 17 10:15:43 2008 UTC by peuha
Diffs to 1.33
Add class NodeSource to contain origin of Node.

1.33 Sun Aug 17 9:20:02 2008 UTC by peuha
Diffs to 1.32
Add class Lines to contain Node text.

1.32 Sun Aug 17 8:21:12 2008 UTC by peuha
Diffs to 1.31
Change Line to class, use string type instead of char *.

1.31 Sun Aug 17 6:50:57 2008 UTC by peuha
Diffs to 1.30
Move definition of TreeNode before Tree, remove declarations of TreeNode
and Node.

1.30 Sun Aug 17 0:19:21 2008 UTC by peuha
Diffs to 1.29
Simplify Line list construction in Node.

1.29 Sat Aug 16 21:20:44 2008 UTC by peuha
Diffs to 1.28
Combine cprint1, cprint2b and nprint1 to template print1.

1.28 Sat Aug 16 21:13:44 2008 UTC by peuha
Diffs to 1.27
Give Line explicit destructor.

1.27 Sat Aug 16 21:03:17 2008 UTC by peuha
Diffs to 1.26
Make count_nodes static member of Node, increment in constructor.

1.26 Sat Aug 16 20:48:52 2008 UTC by peuha
Diffs to 1.25
Clean up scan_directory.

1.25 Sat Aug 16 20:34:38 2008 UTC by peuha
Diffs to 1.24
Give Node explicit destructor.

1.24 Sat Aug 16 20:10:02 2008 UTC by peuha
Diffs to 1.23
Give Tree and TreeNode explicit destructors.

1.23 Sat Aug 16 17:43:26 2008 UTC by peuha
Diffs to 1.22
Give explicit destructor to PortNote.

1.22 Sat Aug 16 17:36:50 2008 UTC by peuha
Diffs to 1.21
Add function Compare to TreeNode.

1.21 Sat Aug 16 17:22:56 2008 UTC by peuha
Diffs to 1.20
Define function make_sname.

1.20 Sat Aug 16 17:16:19 2008 UTC by peuha
Diffs to 1.19
Define is_directory only if needed.

1.19 Sat Aug 16 17:01:20 2008 UTC by peuha
Diffs to 1.18
Remove cat from Node, set filename in constructor.

1.18 Sat Aug 16 16:38:09 2008 UTC by peuha
Diffs to 1.17
Make Tree and TreeNode templates.

1.17 Sat Aug 16 15:52:34 2008 UTC by peuha
Diffs to 1.16
Make pnode member of TreeNode, remove print_filenames.

1.16 Sat Aug 16 13:52:36 2008 UTC by peuha
Diffs to 1.15
Copy name and move sname from Node to TreeNode so that category subnode
TreeNodes can have NULL Node pointers.

1.15 Sat Aug 16 13:39:07 2008 UTC by peuha
Diffs to 1.14
Make Tree functions add and find to use TreeNodes instead of Nodes.

1.14 Sat Aug 16 12:45:32 2008 UTC by peuha
Diffs to 1.13
Move prev and next from Node to TreeNode and fill them in while
constructing the tree.

1.13 Fri Aug 15 23:58:44 2008 UTC by peuha
Diffs to 1.12
Give Line and PortNote explicit constructors.

1.12 Fri Aug 15 23:28:38 2008 UTC by peuha
Diffs to 1.11
Move TreeNode handling Traverse from Tree to TreeNode.

1.11 Thu Aug 14 22:21:11 2008 UTC by peuha
Diffs to 1.10
free result of strdup.

1.10 Thu Aug 14 16:49:42 2008 UTC by peuha
Diffs to 1.9
use closedir to avoid memory leaks.

1.9 Thu Aug 14 16:24:33 2008 UTC by peuha
Diffs to 1.8
no need to typedef structs in C++.

1.8 Wed Jan 22 19:41:38 2003 UTC by richdawe
Diffs to 1.7
Put @tab on line of its own for readability, in portability @multitable.

1.7 Wed Jan 22 8:45:51 2003 UTC by peuha
Diffs to 1.6
Use memset instead of bzero.

1.6 Wed Jan 8 14:01:26 2003 UTC by richdawe
Diffs to 1.5
Warn if @port-note is used before @portability.

1.5 Wed Feb 13 21:03:10 2002 UTC by richdawe
Diffs to 1.4
Make mkdoc produce clearer portability information & support
multiple versions of standards.

1.4 Tue Dec 14 12:01:35 1999 UTC by eliz
CVS Tags: v2_03, v2_03_1
Diffs to 1.3
Ran copyright.pl before building a pretest.

1.3 Sun Nov 28 11:20:47 1999 UTC by eliz
Diffs to 1.2
Add a list of functions which always fail or do nothing.

1.2 Sun Sep 27 15:22:48 1998 UTC by dj
CVS Tags: v2_02
Diffs to 1.1
import djgpp 2.02

1.1 Sun Aug 27 4:34:48 1995 UTC by dj
CVS Tags: v2_01, v2_00
import djgpp 2.00

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Unidiff
Context diff
Side-by-Side

You may select to see revision information from only a single branch.

Branch:

  webmaster     delorie software   privacy  
  Copyright � 2024   by DJ Delorie     Updated Apr 2024