201 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			201 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			Modula-2
		
	
	
		
			Executable File
		
	
	
	
	
| LIBRARY   AL20FVB
 | |
| CODE      LOADONCALL DISCARDABLE
 | |
| DATA      PRELOAD SINGLE
 | |
| ;SEGMENTS
 | |
| ;_TEXT    PRELOAD DISCARDABLE
 | |
| HEAPSIZE  1024
 | |
| EXPORTS
 | |
| ALCreateVB
 | |
| ALAppendVB
 | |
| newALSimpleMonitor
 | |
| ALReadDirEntryVB
 | |
| ALWriteDirEntryVB
 | |
| newALPkArchiveFromStorage
 | |
| newALPkArchive
 | |
| newALGlArchiveFromStorage
 | |
| newALGlArchive
 | |
| ALArchiveFillListBox
 | |
| ALArchiveSetComment
 | |
| ALArchiveWriteDirectory
 | |
| deleteALArchive
 | |
| ALArchiveAppend
 | |
| ALArchiveAppendFromArchive
 | |
| ALArchiveCreate
 | |
| ALArchiveCreateFromArchive
 | |
| ALArchiveDelete
 | |
| ALArchiveExtract
 | |
| ALArchiveClearError
 | |
| ALArchiveGetVersion
 | |
| ALArchiveGetStorage
 | |
| ALArchiveSetStripOnInsert
 | |
| ALArchiveSetStripOnExtract
 | |
| ALArchiveGetCommentVB
 | |
| ALArchiveReadDirectory
 | |
| ALArchiveGetStatusCode
 | |
| ALArchiveSetError
 | |
| ALArchiveGetStatusStringVB
 | |
| ALArchiveGetStatusDetailVB
 | |
| newALListFullTools
 | |
| newALListPkTools
 | |
| newALListPkCompressTools
 | |
| newALListPkCompressFileTools
 | |
| newALListPkDecompressTools
 | |
| newALListPkDecompressFileTools
 | |
| newALListGlTools
 | |
| newALListGlCompressTools
 | |
| newALListGlCompressFileTools
 | |
| newALListGlDecompressTools
 | |
| newALListGlDecompressFileTools
 | |
| newALListCopyTools
 | |
| ALEntryListFillListBox
 | |
| ALEntryListSetMarksFromListBox
 | |
| ALEntryListMakeEntriesFromListBox
 | |
| ALEntryListDeleteUnmarked
 | |
| ALEntryListToggleMarks
 | |
| ALEntryListUnmarkDuplicates
 | |
| ALEntryListAddWildCardFiles
 | |
| newALEntryList
 | |
| deleteALEntryList
 | |
| ALEntryListClearError
 | |
| ALEntryListSetMarks
 | |
| ALEntryListClearMarks
 | |
| ALEntryListGetFirstEntry
 | |
| ALEntryListGetStatusCode
 | |
| ALEntryListGetStatusStringVB
 | |
| ALEntryListGetStatusDetailVB
 | |
| newALEntry
 | |
| deleteALEntry
 | |
| ALEntryCompressionRatio
 | |
| ALEntryDuplicate
 | |
| ALEntryGetCompressedSize
 | |
| ALEntryGetCompressedPosition
 | |
| ALEntryGetCrc32
 | |
| ALEntryGetCommentVB
 | |
| ALEntrySetMark
 | |
| ALEntryClearMark
 | |
| ALEntrySetMarkState
 | |
| ALEntryGetMark
 | |
| ALEntryGetNextEntry
 | |
| ALEntryGetStorage
 | |
| ALEntrySetStorage
 | |
| ALEntryGetCompressor
 | |
| ALEntryGetDecompressor
 | |
| ALEntrySetCompressor
 | |
| ALEntrySetDecompressor
 | |
| ALCompressedClearError
 | |
| newALCompressed
 | |
| deleteALCompressed
 | |
| ALCompressedInsert
 | |
| ALCompressedExtract
 | |
| ALCompressedGetStatusCode
 | |
| ALCompressedSetError
 | |
| ALCompressedGetStatusStringVB
 | |
| ALCompressedGetStatusDetailVB
 | |
| newALWinMemoryVB32
 | |
| newALFile
 | |
| ALStorageSetFromPackedAtts
 | |
| ALStoragePackedAttributes
 | |
| ALStorageGetSize
 | |
| ALStorageIsOpen
 | |
| ALStorageClearError
 | |
| ALStorageReadChar
 | |
| ALStorageWriteChar
 | |
| ALStorageReadOnly
 | |
| ALStorageSystem
 | |
| ALStorageHidden
 | |
| ALStorageArchive
 | |
| ALStorageDirectory
 | |
| ALStorageOpen
 | |
| ALStorageCreate
 | |
| ALStorageClose
 | |
| ALStorageReadBufferVB32
 | |
| ALStorageWriteBufferVB32
 | |
| ALStorageWriteString
 | |
| ALStorageTell
 | |
| ALStorageCompare
 | |
| ALStorageGetCrc32
 | |
| ALStorageInitCrc32
 | |
| ALStorageReadPkLong
 | |
| ALStorageReadPkShort
 | |
| ALStorageWritePkLong
 | |
| ALStorageWritePkShort
 | |
| ALStorageReadGlLong
 | |
| ALStorageReadGlShort
 | |
| ALStorageWriteGlLong
 | |
| ALStorageWriteGlShort
 | |
| ALMemoryBaseSetBufferOwner
 | |
| ALMemoryBaseGetBufferSize
 | |
| ALMemoryBaseGetBufferOwner
 | |
| ALStorageSetMonitor
 | |
| ALStorageDelete
 | |
| ALStorageSetName
 | |
| ALStorageWildCardMatch
 | |
| ALStorageChangeExtensionVB
 | |
| ALStorageChangeTrailingCharVB
 | |
| ALStorageGetNameVB
 | |
| ALStorageGetOldNameVB
 | |
| ALStorageGetStatusCode
 | |
| ALStorageSetError
 | |
| ALStorageGetStatusStringVB
 | |
| ALStorageGetStatusDetailVB
 | |
| ALStorageGetUnixTime
 | |
| ALStorageToJulian
 | |
| ALStorageFromJulian
 | |
| ALStorageSetTimeDateFromUnix
 | |
| ALStorageFlushBuffer
 | |
| ALStorageLoadBuffer
 | |
| ALStorageRename
 | |
| ALStorageRenameToBackup
 | |
| ALStorageSeek
 | |
| ALStorageUnRename
 | |
| ALStorageGetType
 | |
| ALStorageValidTimeDate
 | |
| ALWinMemoryGetHandle
 | |
| ALStorageGetTime
 | |
| ALStorageSetTime
 | |
| ALStorageGetDate
 | |
| ALStorageSetDate
 | |
| newALGlCompressor
 | |
| newALPkCompressor
 | |
| newALCopyCompressor
 | |
| deleteALCompressor
 | |
| ALGlCompressorLevel
 | |
| ALGlDecompressorLevel
 | |
| ALPkCompressorLevel
 | |
| ALPkDecompressorLevel
 | |
| ALCompress
 | |
| ALCompressorClearError
 | |
| ALCompressorSetError
 | |
| ALCompressorGetStatusCode
 | |
| ALCompressorGetStatusStringVB
 | |
| ALCompressorGetStatusDetailVB
 | |
| ALCompressorGetTypeCode
 | |
| ALCompressorGetTypeStringVB
 | |
| newALGlDecompressor
 | |
| newALPkDecompressor
 | |
| newALCopyDecompressor
 | |
| ALDecompress
 | |
| deleteALDecompressor
 | |
| ALDecompressorClearError
 | |
| ALDecompressorSetError
 | |
| ALDecompressorGetStatusCode
 | |
| ALDecompressorGetStatusStringVB
 | |
| ALDecompressorGetStatusDetailVB
 | |
| ALDecompressorGetTypeCode
 | |
| ALDecompressorGetTypeStringVB
 | |
| newALWindowsMessage
 | |
| deleteALMonitor
 | |
| deleteALStorage
 | |
| ALMonitorSetObjectSize
 | |
| ALMonitorSetObjectStart
 | |
| ALMonitorSetJobSize
 | |
| ALMonitorSetJobSoFar
 | |
| newALExpander
 | |
| newALExpanderWithDelimiters
 | |
| deleteALExpander
 | |
| ALExpanderGetNextFileVB
 | |
| ALReadCopyrightVB
 | |
| deleteALToolKit
 | |
| StripPathVB
 | |
| StripFileNameVB
 |