home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / recio213.zip / manifest < prev    next >
Text File  |  1995-09-05  |  3KB  |  73 lines

  1. recio, Version 2.13, Release September 4, 1995.
  2. Copyright (C) 1994-1995, William Pierpoint.
  3.  
  4. This release contains the following files:
  5.  
  6. Administrative Information:
  7. README        Introductory remarks
  8. MANIFEST    This file - list of all files
  9. COPYRITE    Copyright notice
  10. HISTORY         History of changes to recio library
  11. WHATSNEW    Latest set of changes
  12. PORTABLE    Tips for compiling recio on different compilers
  13. FILE_ID.DIZ     Description in zip (DIZ) file
  14.  
  15. Documentation:
  16. TUTOR.TXT    Tutorial introduction to the recio library
  17. USAGE.TXT    Standard usage guide
  18. SPEC.TXT    Specification
  19. DESIGN.TXT    Design and development notes
  20. TIPS.TXT    Tips and ideas on using recio functions
  21.  
  22. Test and Example Programs:
  23. DIF.EXE         Locates first difference between files (see TUTOR.TXT)
  24. MKTEST.BAT    Makes all test programs
  25. TEST.BAT        Regression test
  26. TESTCHG.C    Character delimited input test source
  27. TESTCHP.C    Character delimited output test source
  28. TESTCOG.C    Column delimited input test source
  29. TESTCOP.C    Column delimited output test source
  30. TESTCHG.DAT     Baseline input test data for TESTCHG.EXE
  31. TESTCOG.DAT     Baseline input test data for TESTCOG.EXE
  32. TESTCHG.OUT     Baseline output test results from TESTCHG.DAT
  33. TESTCHP.OUT     Baseline output test results from TESTCHP.DAT
  34. TESTCOG.OUT     Baseline output test results from TESTCOG.DAT
  35. TESTCOP.OUT     Baseline output test results from TESTCOP.DAT
  36. TESTCHG.EXE    Program tests character delimited input field functions
  37.  
  38. Libraries:
  39. RECIOS.LIB    recio small memory model library
  40. RECIOL.LIB    recio large memory model library
  41.  
  42. Source:
  43. MAKEFILE    Makefile to make recio C library
  44. MKLIBALL.BAT    Makes all recio C libraries (all memory models)
  45. RECIO.H         C header for recio library
  46. RBGET.C         C source for reading char-delim integral numbers
  47. RBPUT.C         C source for writing char-delim integral numbers
  48. RCBGET.C    C source for reading col-delim integral numbers
  49. RCBPUT.C        C source for writing col-delim integral numbers
  50. RCGETF.C        C source for reading col-delim floating point numbers 
  51. RCGETS.C        C source for reading col-delim char and string data
  52. RCGETT.C        C source for reading col-delim date/time data
  53. RCPUTF.C        C source for writing col-delim floating point numbers 
  54. RCPUTS.C        C source for writing col-delim char and string data
  55. RCPUTT.C        C source for writing col-delim date/time data
  56. RECIO.C         C source for all other recio functions
  57. REMSG.C         C source for simple error message functions
  58. RERR.C          C source for error functions
  59. RFIX.C          C source for functions that fix input data errors
  60. RGET.C          C source for reading records
  61. RGETF.C         C source for reading char-delim floating point numbers
  62. RGETS.C         C source for reading char-delim char and string data
  63. RGETT.C         C source for reading char-delim date/time data
  64. RPUT.C          C source for writing records
  65. RPUTF.C         C source for writing char-delim floating point numbers 
  66. RPUTS.C         C source for writing char-delim char and string data 
  67. RPUTT.C         C source for writing char-delim date/time data 
  68. RSTR.C          C source for essential string functions
  69. RSTRDYN.C       C source for dynamic string functions
  70. RSTRSUP.C       C source for supplemental string functions
  71. RWARN.C         C source for warning functions
  72. RWMSG.C         C source for simple warning message functions
  73.