Wed Feb  9 13:03:51 1994  MENDEZ Marc  (mendez@sophocle)

	* Asplit2.c (OpenOutputFile): The template of the output filename
	was modified. Now, the number of file is evaluated, so I know on
	how many digits I must write the file number. It's far more
	convenient when you join the files. The file order is respected.
	Example:
	For files from 'foo1' to 'foo10', the order is
	foo1, foo10, foo2, foo3, foo4, foo5...
	For files from 'foo01' to 'foo10', the order is
	foo01, foo02, foo03,.... foo09, foo10

Tue Feb  8 12:50:00 1994  MENDEZ Marc  (mendez@zenon)

	* Asplit2.c (OpenOutputFile): #ifdef AMIGA added, because of
	open() 

Tue Feb  8 11:21:40 1994  MENDEZ Marc  (mendez@sophocle)

	* Asplit2.c (ShowErrorFunc): The strerror() does not exist under
	SUN OS !!. I must use perror() again, with no string.

