- 09 May, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 May, 2011 1 commit
-
-
Francois-Rene Rideau authored
Recognize more architectures (for e.g. sbcl). Fixes for cl-source-file.lsp (see previous commits by rpg).
-
- 06 Apr, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Apr, 2011 2 commits
-
-
Francois-Rene Rideau authored
* remove -k ${keyid} from git-buildpackage, instead inserted in ~/.devscripts: DEBSIGN_KEYID=4D822AA2 * remove user from ssh specifications. If local and remote users differ, you HAVE to have an entry in your ~/.ssh/config like: Host common-lisp.net User frideau
-
Francois-Rene Rideau authored
Also, update testing infrastructure to work with latest xcl from git.
-
- 31 Mar, 2011 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- 27 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
Cosmetic changes and an assertion.
-
- 22 Mar, 2011 2 commits
-
-
Francois-Rene Rideau authored
Thanks to Douglas Crosher for his URL tests!
-
Francois-Rene Rideau authored
-
- 21 Mar, 2011 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 19 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 10 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
* make genera happy: * add support in implementation-identifier * add #' to (lambda ...) forms * avoid ~@< * tweak subdirectories * Add support for ".." as :back in portable pathname syntax * Remember source-registry and output-translations parameters
-
- 03 Jan, 2011 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
whose DIRECTORY doesn't have RESOLVE-SYMLINKS.
-
- 15 Dec, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 02 Dec, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Nov, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Aug, 2010 1 commit
-
-
Francois-Rene Rideau authored
* use only one package for everything: ASDF. This simplifies the upgrade a bit. * export component-visited-p, record an index rather than a boolean. Also * On CLISP, only use custom:*module-provider-functions* when defined (2.49+) * In Makefile, mrproper before debian package. * Document that CLISP and SCL now support REQUIREing through ASDF. * Fix mistake in run-tests that made it always use sbcl
-
- 19 Aug, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* export clear-system (oops, completes lp#590509). * Fix backward-compatibility breakage in determine-system-pathname (lp#620421). * Add module-provider support for CLISP (lp#620562). * export clear-configuration. * makefile: put debian cleanup outside of make clean into make mrproper.
-
- 18 Aug, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Aug, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Aug, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Aug, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fix link in webpage (lp#614806). Include SCL and ABCL in my testing routine.
-
- 19 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 11 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
* for configuration directories, only match files in .conf that are not unix hidden files. This notably takes care of backups. (Solves issue found by p_l.) * Before calling the provide hook, CMUCL normalizes its argument to a string (as allowed per CLHS), which means symbols become uppercase strings before they reach ASDF that would downcase symbols. I've decided to always downcase the argument provided to this hook. (Solves issue raised by rtoym.) Note that are hook itself doesn't (PROVIDE ...) anything to be pushed onto *MODULES*. Maybe we should: (a) only try find-system when (equal (string arg) (string-upcase arg)) (b) always string-downcase when calling find-system and (c) string-upcase again and provide. Not done in this commit, though. * Add #+cmu (:tree #p"modules:") to the wrapping-source-registry. (rtoym)
-
- 02 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Introduce component-operation-time as an interface for POIU to hook on. declare ignorables, to hush warnings on ECL without alarming Allegro. Make run-tests return proper result code, fix make test-all. make test-all => success
-
- 15 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
* split traverse into multiple functions. * don't append things all over traverse, use a collector function * don't insert and remove prune-op to indicate something needs be done even when the collected list is empty... use a boolean flag in all cases. * fix the age-old broken :force (system1 ... system2) feature... with a cerror! * fix the age-old broken (:feature :foo dependency) feature... with a cerror! * tighten :version syntax to only accept the keyword, not any same-named symbol. * use hash-tables for O(1) access where linear search was previously used, notably in visited-nodes and in components-by-name. * use more uniform #+ features for windows. * modify defclass to make POIU happier (hopefully). * factor probe-asd out of sysdef-source-registry-search and sysdef-central-registry-search * fix safe-file-write-date, which I had previously broken when accepting a null pathname. * have serial-depends-on only name the previous thing to depend on. Passes tests on sbcl, clisp, ecl, lispworks, allegro. Fails on gclcvs: bind stack overflow. Is that a regression? small website updates.
-
- 14 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
GNUmakefile to clean *.bak.
-
- 24 Mar, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 22 Mar, 2010 3 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Still don't have one for the multi-file HTML output.
-
Robert P. Goldman authored
-
- 21 Mar, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Mar, 2010 1 commit
-
-
Robert P. Goldman authored
-