home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / CBUFF09.ZIP / DOX.ZIP / CONTENTS next >
Text File  |  1993-11-16  |  3KB  |  73 lines

  1.         CBUFF 0.9 -- November, 1993
  2.         Anjo Anjewierden, anjo@swi.psy.uva.nl
  3.  
  4. This is the table of contents for CBUFF 0.9.
  5.  
  6.         MAKEFILES (cbuff.src.tar.gz)
  7. Makefile      -- For use with GCC
  8. Makefile.bcc      -- For use with Borland C++ 3.1
  9.  
  10.     LIBRARY SOURCE CODE (cbuff.src.tar.gz)
  11. alloc.c          -- Memory allocation functions
  12. cbase.c          -- Operations on entire ChessBase databases
  13. cbgame.c      -- Operations on games in ChessBase format
  14. cbheader.c      -- Operations on the header of games in ChessBase format
  15. cbuff.c          -- General options
  16. cbuff.h          -- Include file with all public definitions
  17. error.c          -- Error handling
  18. file.c          -- File manipulation
  19. game.c          -- Operations on CBUFF internal game representation
  20. language.c      -- Names of chess pieces for various languages
  21. machine.h      -- Machine dependent declarations
  22. move.c          -- Operations on CBUFF internal move representation
  23. option.c      -- Option handling
  24. position.c      -- Operations on CBUFF internal position representation
  25. strtable.c      -- String tables (hashed strings)
  26. string.c      -- String manipulation including normalisation of names
  27. symbols.c      -- Mapping of chess symbols onto ASCII
  28. text.c          -- Text formatting
  29.  
  30.     UTILITY SOURCE CODE (cbuff.src.tar.gz)
  31. clean.c          -- Remove deleted games and compress
  32. latex.c          -- Convert database to LaTeX
  33. list.c          -- List header of games
  34. merge.c          -- Merges database
  35. names.c          -- Names of players and source
  36. pgn.c          -- Convert to PGN (Portable Game Notation)
  37. sort.c          -- Sort utility
  38. stats.c          -- Statistics
  39. verify.c      -- Verify database (integrity test)
  40.  
  41.     SYMBOL FILES (cbuff.support.tar.gz)
  42. ascii.sym            -- Default chess symbol -> ASCII mappings
  43. informant.sym      -- Symbols for "culatex" and Piet Tutelaers' TeX fonts
  44. pgn.sym          -- PGN (Portable Game Notation) symbols
  45.  
  46.     DOCUMENTATION (cbuff.doc.tar.gz)
  47. cbuff.texi      -- Texinfo source for the documentation
  48. cbuff.texinfo      -- Texinfo source without function definitions
  49. cbuff.ps      -- PostScript version of documentation
  50.  
  51.     TEX RELATED FILES (cbuff.support.tar.gz)
  52. cbuff.sty      -- TeX style file for use with "culatex"
  53. informant.beg      -- TeX header for use with "culatex"
  54. informant.end      -- TeX trailer for use with "culatex"
  55.  
  56.     MS-DOS EXECUTABLES (cbuff.dos.tar.gz)
  57. cuclean.exe      -- MS-DOS executable of cuclean
  58. culatex.exe      -- MS-DOS executable of culatex
  59. culist.exe      -- MS-DOS executable of culist
  60. cumerge.exe      -- MS-DOS executable of cumerge
  61. cunames.exe      -- MS-DOS executable of cunames
  62. cupgn.exe      -- MS-DOS executable of cupgn
  63. cusort.exe      -- MS-DOS executable of cusort
  64. custats.exe      -- MS-DOS executable of custats
  65. cuverify.exe      -- MS-DOS executable of cuverify
  66.  
  67.     MISCELLANEOUS (cbuff.intro.tar.gz)
  68. COPYING          -- Your rights and mine
  69. CONTENTS      -- This file
  70. NOTES          -- Release notes
  71. README          -- Information about CBUFF
  72.  
  73.