# Version 5 Thu Aug  3 14:10:01 MET DST 1989
- Modified fscan_<type> routines to set variables to NIL in a command
  instead of an initalized declaration. This allows weird definitions
  of <type>NIL.
- Removed gigantic bug in fprint_<type> for tuples (did not write ','s).
- Prefixed local variables of routines with tm_ to prevent clashes
  with types in ds file.
- Added cmp_<type>() and cmp_<type>_list() for array and linked list.
- Added ins_<type>_list() and del_<type>_list() for array list.

# Version 4
- Started this changelog.
- Added the procedure flush_<basename>.
