home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d999 / asplit.lha / ASplit / ChangeLog < prev    next >
Text File  |  1994-04-05  |  812b  |  23 lines

  1. Wed Feb  9 13:03:51 1994  MENDEZ Marc  (mendez@sophocle)
  2.  
  3.     * Asplit2.c (OpenOutputFile): The template of the output filename
  4.     was modified. Now, the number of file is evaluated, so I know on
  5.     how many digits I must write the file number. It's far more
  6.     convenient when you join the files. The file order is respected.
  7.     Example:
  8.     For files from 'foo1' to 'foo10', the order is
  9.     foo1, foo10, foo2, foo3, foo4, foo5...
  10.     For files from 'foo01' to 'foo10', the order is
  11.     foo01, foo02, foo03,.... foo09, foo10
  12.  
  13. Tue Feb  8 12:50:00 1994  MENDEZ Marc  (mendez@zenon)
  14.  
  15.     * Asplit2.c (OpenOutputFile): #ifdef AMIGA added, because of
  16.     open() 
  17.  
  18. Tue Feb  8 11:21:40 1994  MENDEZ Marc  (mendez@sophocle)
  19.  
  20.     * Asplit2.c (ShowErrorFunc): The strerror() does not exist under
  21.     SUN OS !!. I must use perror() again, with no string.
  22.  
  23.