CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       02/11/16 23:51:30

Log message:
   o Changed code to not impose a limit of 8192 bytes for the printed
     representation of expressions in the xedit *scratch* buffer.
   o Changed appy and funcall to not reset multiple-values.
   o Large amount of bugfixes in the math code, detected with the code
     of the new file test/math.lsp. The tests are not very complete, but
     should trigger most of the possible errors.
   o More complete circularity handling in the read code.
   o Changed the code to define structures to change the structure
     definition fields to proper keywords and fixed the print code, to
     work properly.

Modified files:
      xc/programs/xedit/:
        lisp.c 
      xc/programs/xedit/lisp/:
        helper.c lisp.c math.c mathimp.c read.c struct.c write.c 
        xedit.c 
      xc/programs/xedit/lisp/modules/progmodes/:
        lisp.lsp 
      xc/programs/xedit/lisp/mp/:
        mpi.c 
      xc/programs/xedit/lisp/re/:
        re.c 
Added files:
      xc/programs/xedit/lisp/test/:
        math.lsp 
  
  Revision      Changes    Path
  1.19          +13 -24    xc/programs/xedit/lisp.c
  1.43          +5 -3      xc/programs/xedit/lisp/helper.c
  1.71          +7 -35     xc/programs/xedit/lisp/lisp.c
  1.18          +14 -13    xc/programs/xedit/lisp/math.c
  1.11          +273 -293  xc/programs/xedit/lisp/mathimp.c
  1.27          +108 -76   xc/programs/xedit/lisp/read.c
  1.20          +7 -2      xc/programs/xedit/lisp/struct.c
  1.23          +2 -2      xc/programs/xedit/lisp/write.c
  1.15          +7 -14     xc/programs/xedit/lisp/xedit.c
  1.5           +17 -4     xc/programs/xedit/lisp/modules/progmodes/lisp.lsp
  1.11          +2 -2      xc/programs/xedit/lisp/mp/mpi.c
  1.8           +7 -7      xc/programs/xedit/lisp/re/re.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to