- Apr 25, 2023
-
-
Raymond Toy authored
-
- Apr 21, 2023
-
-
Raymond Toy authored
-
- Apr 10, 2023
-
-
Raymond Toy authored
-
- Feb 10, 2023
-
-
Raymond Toy authored
Really stupid typos/thinkos: * Forgot to change initial value if `*filename-encoding*` from `:no-encoding` to `:null`. (Stupid!) * Fix typo: `:nul` instead of `:null` in `%name->file`. Update cmucl-unix.pot too for the change in the docstring for `*filename-encoding*`.
-
- Jan 19, 2023
-
-
Raymond Toy authored
The advantage of using `:null` is that it's a recognized external format (that aliases to `:void`). So if we inadvertently use `:null` as a filename encoding somewhere unexpected, it will cause an error (because the `:void` encoding does).
-
- Jan 18, 2023
-
-
Raymond Toy authored
Instead of using `NIL` to indicate that `*filename-encoding*` is not to be done, use `:no-encoding` to indicate that. This makes it a bit clearer what `*filename-encoding*` means.
-
- Jan 13, 2023
-
-
Raymond Toy authored
-
- Nov 25, 2022
-
-
Raymond Toy authored
-
- Nov 14, 2022
-
-
Raymond Toy authored
-
- Nov 03, 2022
-
-
Raymond Toy authored
-
- Aug 24, 2022
-
-
Raymond Toy authored
Update pot file too since the docstring changed. No functional changes.
-
- Aug 23, 2022
-
-
Raymond Toy authored
-
- Aug 08, 2022
-
-
Raymond Toy authored
-
- Dec 03, 2015
-
-
Raymond Toy authored
Cut and paste error from unix-glibc2.lisp copied unix-getitimer instead of unix-setitimer which is needed by SAVE-LISP.
-
- Oct 31, 2015
-
-
Raymond Toy authored
-
- Oct 20, 2015
-
-
Raymond Toy authored
These should be the last things that need to be moved.
-
- Oct 18, 2015
-
-
Raymond Toy authored
o Add :glibc2 to *features*. (Need to simplify that.) o Add define-ioctl-command and constants for linux.
-
Raymond Toy authored
In particular, use the 64-bit versions of most functions.
-
Raymond Toy authored
WIP; many items have been moved, but not all, and not all things have been checked. This current code doesn't succeed in building itself. The second build crashes with a type error coming from unexpected-eof-error.
-
- Jun 12, 2015
-
-
Raymond Toy authored
o The upcoming version of asdf wants to use unix-getenv, so add that to the core, removing from the unix contrib. o Slime wants to use unix-execve and unix-fork, so import that and the necessary support routines in to the core from the unix contrib.
-
- May 17, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 16, 2015
-
-
Raymond Toy authored
-
- May 14, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Includes * support for large files * unix-times * unix-get-minutes-west and friends * unix-uname
-
- Apr 22, 2015
-
-
Raymond Toy authored
contrib/unix/unix.lisp. Why are these macros anyway? Can't they be functions?
-
- Apr 18, 2015
-
-
Raymond Toy authored
-
- Nov 19, 2014
-
-
Raymond Toy authored
expected.
-
- Nov 17, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Nov 16, 2014
-
-
Raymond Toy authored
* asdf wants unix-rmdir * Add some missing structs.
-
Raymond Toy authored
-
Raymond Toy authored
* Moved original unix.lisp to src/contrib/unix/unix.lisp. * Copied just enough from unix.lisp to compile and load the first build. (Second build doesn't yet work.) * Trimmed exports.lisp to the current UNIX symbols. This is currently for Darwin/x86. Nothing else is supported yet.
-
- Oct 27, 2014
-
-
Raymond Toy authored
-
- Oct 25, 2014
-
-
Raymond Toy authored
Fixes from Robert Swindells.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Sep 25, 2011
-
-
Raymond Toy authored
entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)
-