Initial implementation of OS.Compose service.
commitaba895db0aadd3dc7b6883b1521259204d01c495
authorPascal Obry <pascal@obry.net>
Fri, 14 Dec 2007 09:36:14 +0000 (14 10:36 +0100)
committerPascal Obry <pascal@obry.net>
Fri, 14 Dec 2007 09:39:08 +0000 (14 10:39 +0100)
treea3adfcc99d156f9143303c6076d7f024ee8dea27
parentbd2d6ac4becf3a4dba083aba4f1676aa6b649012
Initial implementation of OS.Compose service.

This routine compose a directory and a path. The path
can either be relative in which case the result is
the concatenation of the directory and the path or
absolute (the result being the path).
Add corresponding test.
makefile
src/morzhol-os.adb [copied from src/morzhol-os.ads with 70% similarity]
src/morzhol-os.ads
test/test.gpr
test/test_compose.adb [copied from src/morzhol-os.ads with 58% similarity]