- documentation updates - 2001 -> 2002 - version 0.9 -> 1.0
- fixed bugs in the BeOS extfs file types handling
- bumped version number to 0.9 - updated copyright dates
- configure.in patches for Irix from bjjohnson - extfs: .bin files get Stuffit Expander type/creator
- new FOURCC() macro in macos_util.h
- extfs: replaced get/set_finder_*() functions by get/set_finfo(), helper files now store complete FInfo/FXInfo
- updated copyright info: 1999->2000
- size of ExtFS finf helper file extended to 32 bytes to allow future expansion (the complete FInfo/FXInfo could be stored in it) - main_unix.cpp: replaced TIMER_RELTIME (which doesn't seem to exist on Irix) by 0
- extfs_read() and extfs_write() return -1 on error and don't clear errno - parent CNIDs of FSItems are exchanged in fs_rename() and fs_cat_move()
- moving/renaming/deleting files in the ExtFS also moves/deletes the helper files/directories
- fs_delete() will also delete helper files
- fixes to ExtFS from Lauri Pesonen
- AmigaOS: removed support for SAS/C - AmigaOS: sys_amiga.cpp: supports 64-bit device access and respects device block size on writes - AmigaOS: added support for resource forks and Finder info for ExtFS - AmigaOS: added "ExtFS" gadget to prefs editor - protection mask for all open()/creat()/mkdir() calls is now 0666 or 0777
- imported fixed UAE FPU from Lauri - extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info() - ExtFS: MAX_PATH_LENGTH is global, removed third parameter to add_path_component() - rom_patches.cpp: added print_rom_info() - Unix: added "-rominfo" command line argument - extfs_unix.cpp: supports finder info and resource forks - prefs_editor_gtk.cpp: tab widget is no longer scrollable
- fixed compilation problem in add_path_component()
- ExtFS works under AmigaOS - fixed erroneous __regargs attributes in prefs_editor_amiga.cpp and audio_amiga.cpp for GCC
- fixed bugs in extfs.cpp: - root's parent now has an FSItem, so finding the volume by name with parent dirID 1 now works - fs_get_file_info() and fs_get_cat_info() handle all negative values of dir_index correctly - fs_set_fpos() handles fsFromLEOF positioning mode - replaced "%#s" format codes in debug output - fixed some file extensions in extfs_unix.cpp - "speaker" means "main volume", as before
- added external file system - moved most init/deinit code to InitAll()/ExitAll() in main.cpp
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.