File: README

package info (click to toggle)
gcvs 1.0final-17
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,248 kB
  • ctags: 10,629
  • sloc: ansic: 71,711; cpp: 39,785; sh: 18,434; makefile: 1,917; yacc: 1,299; tcl: 1,283; perl: 910; lex: 249; csh: 185; lisp: 7
file content (10 lines) | stat: -rwxr-xr-x 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
- This is the cvstree library which allows to parse the cvs log output.
Look at CvsLog.h to get an idea of how the API works.

- The yacc/lexer have a suffix .yy/.ll because automake will automatically
generate parser.cc and lexer.cc to be used with a C++ compiler. Because the
".cc" extension may be a problem, parser.cpp and lexer.cpp are provided and
will include parser.cc and lexer.cc.

- *.dsp are the M$ VisualC++ projects. The compat folder is provided for
VisualC++ which lacks unistd.h.