home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tmc / changes < prev    next >
Encoding:
Text File  |  1990-11-02  |  579 b   |  14 lines

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