- Nov 16, 2017
-
-
Raymond Toy authored
-
- Nov 05, 2017
-
-
Raymond Toy authored
Compiler warns that indentation makes the scope of the for loop unclear. Indent the code to make it clear.
-
Raymond Toy authored
The char buffer size is potentially too small and it's possible to write past the end of the buffer with a large integer. Fixes a compiler warning.
-
Raymond Toy authored
Update CI to support linux and osx runners See merge request cmucl/cmucl!28
-
- Nov 04, 2017
-
-
Raymond Toy authored
# Conflicts: # .gitlab-ci.yml
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Let's see how that goes.
-
Raymond Toy authored
Validated via ci lint.
-
Raymond Toy authored
These commands currently only work on linux. Set a tag to see if this works to enable the linux runner.
-
- Nov 03, 2017
-
-
Raymond Toy authored
-
- Oct 28, 2017
-
-
Raymond Toy authored
21c branch See merge request cmucl/cmucl!27
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Oct 16, 2017
-
-
Raymond Toy authored
Convert release-21c.txt to md file See merge request cmucl/cmucl!26
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Strike out the closed tickets * Color (maybe?) the WIP in red.
-
Raymond Toy authored
-
- Oct 15, 2017
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Use `-B boot-21c` to bootstrap the release from 21b to 21c. - 21b/boot-21c.lisp: - Add boot-21c.lisp to update the version number - compiler/byte-comp.lisp - Update the actual version number
-
- Oct 11, 2017
-
-
Raymond Toy authored
Download the 2017-10 binaries and update build.sh options to build with this snapshot.
-
- Oct 08, 2017
-
-
Raymond Toy authored
The upgrade to ASDF 3.3.0 broke the pcl-tests; this version doesn't like having the defsystem in the same file. Thus, move the defsystem to its own file and load it up in pcl.lisp (via require).
-
- Oct 07, 2017
-
-
Raymond Toy authored
Because we include stdio.h now, Solaris defines stdin, stdout, and stderr in a way that they can't be used to name the args to the spawn function. Hence rename these args.
-
Raymond Toy authored
[ci skip]
-
Raymond Toy authored
[ci skip]
-
Raymond Toy authored
-
- Sep 30, 2017
-
-
Raymond Toy authored
Fix #45 :Handle relative paths in `run-program` Closes #45 See merge request cmucl/cmucl!25
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Add the tests given in issue #45.
-
Raymond Toy authored
This is basically the solution proposed by Elias Pipping with a few minor tweaks. - In `run-program`, don't merge `program` with the "path:" search-list. `spawn` will handle this. - In `spawn`, if the first call to execve fails, instead of trying "/bin/sh", use "/usr/bin/env" which will use the user's PATH if necessary to find the program.
-
- Sep 23, 2017
-
-
Raymond Toy authored
-
- Sep 16, 2017
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #44: Add docstrings for process accessors Closes #44 See merge request !24
-