Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
- 
39dff2ee
by Raymond Toy at 2017-09-23T10:27:44-07:00
 
1 changed file:
Changes:
| ... | ... | @@ -31,14 +31,21 @@ New in this release: | 
| 31 | 31 | 
       after accounting for time zones results in a positive
 | 
| 32 | 32 | 
       value. (See ticket #36.)
 | 
| 33 | 33 | 
     * CL:SLEEP no longer gets interrupted (See ticket #26.)
 | 
| 34 | 
+    * Fix some compiler warnings and clean up funny indentation in
 | 
|
| 35 | 
+      asin code.
 | 
|
| 34 | 36 | 
 | 
| 35 | 37 | 
   * Trac Tickets:
 | 
| 36 | 38 | 
 | 
| 37 | 39 | 
   * Gitlab tickets:
 | 
| 38 | 40 | 
     * Ticket #36: encode-universal-time signals error
 | 
| 39 | 41 | 
     * Ticket #26: The cmucl that never sleeps
 | 
| 42 | 
+    * Ticket #40: Move heap space location for linux
 | 
|
| 43 | 
+    * Ticket #41: Report proper process status
 | 
|
| 44 | 
+    * Ticket #44: Add docstrings for process accessors
 | 
|
| 40 | 45 | 
 | 
| 41 | 46 | 
   * Other changes:
 | 
| 47 | 
+    * Continuous integration added to build and test cmucl on every
 | 
|
| 48 | 
+      check-in.  This does a build on a Linux system.
 | 
|
| 42 | 49 | 
 | 
| 43 | 50 | 
   * Improvements to the PCL implementation of CLOS:
 | 
| 44 | 51 | 
 |