diff ROADMAP @ 2484:ccaffe93c32f

[project @ 1996-11-07 23:24:46 by jwe]
author jwe
date Thu, 07 Nov 1996 23:25:37 +0000
parents 12ff450cbb1f
children 9580887dd160
line wrap: on
line diff
--- a/ROADMAP	Thu Nov 07 19:25:23 1996 +0000
+++ b/ROADMAP	Thu Nov 07 23:25:37 1996 +0000
@@ -5,15 +5,14 @@
 
   emacs         -- Emacs lisp stuff
 
+  examples      -- some example files
+
   glob          -- filename globbing functions
 
   info          -- a modified version of the GNU Info reader
 
   kpathsea      -- Karl Berry's path searching library
 
-  liboctave     -- the C++ interfaces to the numerical libraries and
-                   various OS facilities.
-
   libcruft      -- various numerical libraries (mostly Fortran)
     balgen         * balancing subroutines for eigenvalue computations
     blas           * basic linear algebra subroutines
@@ -30,27 +29,30 @@
     slatec-fn      * various special function subroutines
     villad         * subroutines for orthogonal collocation weights
 
-  make          -- make stuff used by kpathsea
+  liboctave     -- the C++ interfaces to the numerical libraries and
+                   various OS facilities.
 
-  plplot        -- the plplot plotting package
+  make          -- configuration and makefile stuff for kpathsea
 
   readline      -- GNU readline library (from bash), slightly modified
 
   scripts       -- functions written in the Octave language
-    image          * image processing
+    audio          * play and record sound files (system dependent)
     control        * control theory
-    set            * set manipulation
+    elfun          * elementary mathematical functions
     general        * utility functions
-    statistics     * statistical stuff
+    image          * image processing
+    io             * input/output functions
+    linear-algebra * linear algebra stuff
+    miscellaneous  * stuff that doesn't fit anywhere else
     plot           * plotting
     polynomial     * polynomial manipulation
-    linear-algebra * linear algebra stuff
-    miscellaneous  * stuff that doesn't fit anywhere else
+    set            * set manipulation
     signal         * signal processing
     specfun        * special mathematical functions
     special-matrix * functions for generating special types of matrices
-    elfun          * elementary mathematical functions
     startup        * initialization functions
+    statistics     * statistical stuff
     strings        * character string manipulation
     time           * time and date functions