home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / EdLib / ReadMe < prev    next >
Text File  |  1989-06-04  |  5KB  |  102 lines

  1. edlib v1.1 Copyright 1989 Edwin Hoogerbeets
  2.  
  3. Notes:
  4.  
  5.   This code is freely redistributable as long as no charge other than
  6.   reasonable copying fees are levied for it.
  7.  
  8.   Some time ago, I noticed a distinct lack of certain functions in the Manx
  9.   C libraries. Undaunted, I wrote them. Since then, I have written some
  10.   other routines, and included other people's routines. Here they are!
  11.  
  12.   The function strtod returns a IEEE double. If you would like to use this
  13.   routine, you must compile your code with the +fi flag to cc to use IEEE
  14.   floats instead of ffp floats.
  15.  
  16.   I would like to thank Daniel J. Barrett and Richard A. O'Keefe for some
  17.   of these routines. Also, I would like to thank Rob Peck for the
  18.   example in his book of how to get the current working directory.
  19.  
  20. Files:
  21.  
  22.   The edlib distribution should contain the following files:
  23.  
  24.  ReadMe                    rwed    5278    7  21-Mar-89 02:28:15
  25.  barrett.doc               rwed    4188    9  23-Jun-88 20:38:16
  26.  basename.c                rwed     314    1  18-Mar-89 21:32:18
  27.  bintoint.c                rwed     507    1  10-Mar-89 13:30:46
  28.  chdir.c                   rwed     615    2  20-Mar-89 00:08:50
  29.  dectoint.c                rwed     524    2  10-Mar-89 13:30:50
  30.  ed.lib                    rwed   13164   26  21-Mar-89 02:22:51
  31.  ed32.lib                  rwed   13308   26  21-Mar-89 02:09:35
  32.  edlib.h                   rwed    2608    6  21-Mar-89 02:00:06
  33.  filetype.c                rwed     844    2  20-Mar-89 01:17:04
  34.  getcwd.c                  rwed    1800    4  19-Mar-89 20:56:38
  35.  getopt.c                  rwed    2158    5  10-Mar-89 13:30:56
  36.  hextoint.c                rwed     527    2  10-Mar-89 13:31:00
  37.  isbdigit.c                rwed     391    1  10-Mar-89 13:31:04
  38.  iscsym.c                  rwed     443    1  10-Mar-89 13:31:08
  39.  iscsymf.c                 rwed     454    1  10-Mar-89 13:31:10
  40.  isodigit.c                rwed     425    1  10-Mar-89 13:31:14
  41.  makefile                  rwed     811    2  21-Mar-89 02:24:50
  42.  man                       rwed   [dir]       25-Mar-89 16:27:29
  43.  stolower.c                rwed     442    1  10-Mar-89 13:31:18
  44.  stoupper.c                rwed     442    1  10-Mar-89 13:31:20
  45.  strcspn.c                 rwed     469    1  10-Mar-89 13:31:24
  46.  strdup.c                  rwed     434    1  20-Mar-89 02:03:10
  47.  stricmp.c                 rwed     531    2  10-Mar-89 13:31:26
  48.  strnicmp.c                rwed     573    2  10-Mar-89 13:31:32
  49.  strpbrk.c                 rwed     448    1  10-Mar-89 13:31:36
  50.  strpos.c                  rwed     632    2  10-Mar-89 13:31:40
  51.  strrpbrk.c                rwed     494    1  10-Mar-89 13:31:44
  52.  strrpos.c                 rwed     641    2  10-Mar-89 13:31:48
  53.  strspn.c                  rwed     460    1  10-Mar-89 13:31:52
  54.  strtod.c                  rwed    5055   10  20-Mar-89 02:09:04
  55.  strtok.c                  rwed     906    2  10-Mar-89 13:31:56
  56.  test.c                    rwed    2858    6  20-Mar-89 02:20:30
  57.  toint.c                   rwed     671    2  10-Mar-89 13:32:06
  58. directory of dh0:usr/local/src/edlib/1.1/man
  59.  BaseName                  rwed     803    2  24-Mar-89 16:02:20
  60.  BinToInt                  rwed     702    2  24-Mar-89 16:02:20
  61.  ChDir                     rwed     977    2  24-Mar-89 16:02:22
  62.  DecToInt                  rwed     708    2  24-Mar-89 16:02:22
  63.  FileType                  rwed     752    2  24-Mar-89 16:02:22
  64.  GetCWD                    rwed    1160    3  24-Mar-89 16:02:22
  65.  GetOpt                    rwed    3728    8  24-Mar-89 16:02:22
  66.  HexToInt                  rwed     724    2  24-Mar-89 16:02:22
  67.  IsBDigit                  rwed     447    1  24-Mar-89 16:02:24
  68.  IsCSym                    rwed     969    2  24-Mar-89 16:02:24
  69.  IsCSymF                   rwed    1020    2  24-Mar-89 16:02:24
  70.  IsDir                     rwed     486    1  24-Mar-89 16:02:24
  71.  IsFile                    rwed     491    1  24-Mar-89 16:02:24
  72.  IsODigit                  rwed     440    1  24-Mar-89 16:02:26
  73.  SToLower                  rwed     482    1  24-Mar-89 16:02:26
  74.  SToUpper                  rwed     481    1  24-Mar-89 16:02:26
  75.  StrCSPN                   rwed     866    2  24-Mar-89 16:02:26
  76.  StrDup                    rwed     576    2  24-Mar-89 16:02:28
  77.  StrICmp                   rwed     828    2  24-Mar-89 16:02:28
  78.  StrNICmp                  rwed     901    2  24-Mar-89 16:02:28
  79.  StrPBrk                   rwed     895    2  24-Mar-89 16:02:28
  80.  StrPos                    rwed     827    2  24-Mar-89 16:02:28
  81.  StrRPBrk                  rwed     958    2  24-Mar-89 16:02:28
  82.  StrRPos                   rwed     772    2  24-Mar-89 16:02:28
  83.  StrSPN                    rwed     899    2  24-Mar-89 16:02:30
  84.  StrToD                    rwed    1869    4  24-Mar-89 16:02:26
  85.  StrTok                    rwed    1605    4  24-Mar-89 16:02:30
  86.  ToInt                     rwed     622    2  24-Mar-89 16:02:30
  87. 257 Blocks, 89403 Bytes used in 62 files
  88.  
  89. Revision History:
  90.  
  91. 1.1: March 1989
  92.   - fixed a bug in strnicmp. Thanks to Richard Sexton for pointing this
  93.     out and suggesting a fix
  94.   - added basename, chdir, getcwd, filetype, isdir, isfile, strdup
  95.     and strtod
  96.   - added register declarations where possible
  97.  
  98. 1.0: August 3, 1988
  99.   - initial compilation
  100.  
  101.  
  102.