View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/cl-asdf 1 Development 2015-07-23 17:25:07 UTC
38. Bug fix and portability release: * Ad...

Author: François-René Rideau
Revision Date: 2015-07-18 16:51:50 UTC

Bug fix and portability release:
* Add immutable-system support (thanks to Dave Cooper). This support
  should be regarded as preliminary and subject to change.
* Substantially improved operation on Windows: many bugfixes and improve-
  ments to UIOP functions that interface with the operating system.
* Add CLASP support.
* Many miscellaneous fixes for issues on individual implementations,
  notably UIOP incompatibility introduced by SBCL 1.2.12, support for
  LispWorks 7 character types, fixes to chdir on ABCL, improvements
  to run-program on Windows.
* Added OS-COND to UIOP to paper over some incompatibilities about when
  and how operating system can be detected on different implementations.
  Made OS predicates run test at runtime so you can bind *features* from
  a target system and determine its OS.
* Fixes to XDG configuration directory handling. Try to stick to the
  XDG spec, rather than guessing what it should be on different platforms.
  To recognize this, change UIOP functions about XDG files to "XDG-"
  prefixes.
* Documentation improvements.

lp:ubuntu/wily/cl-asdf 1 Development 2015-07-18 16:51:50 UTC
38. Bug fix and portability release: * Ad...

Author: François-René Rideau
Revision Date: 2015-07-18 16:51:50 UTC

Bug fix and portability release:
* Add immutable-system support (thanks to Dave Cooper). This support
  should be regarded as preliminary and subject to change.
* Substantially improved operation on Windows: many bugfixes and improve-
  ments to UIOP functions that interface with the operating system.
* Add CLASP support.
* Many miscellaneous fixes for issues on individual implementations,
  notably UIOP incompatibility introduced by SBCL 1.2.12, support for
  LispWorks 7 character types, fixes to chdir on ABCL, improvements
  to run-program on Windows.
* Added OS-COND to UIOP to paper over some incompatibilities about when
  and how operating system can be detected on different implementations.
  Made OS predicates run test at runtime so you can bind *features* from
  a target system and determine its OS.
* Fixes to XDG configuration directory handling. Try to stick to the
  XDG spec, rather than guessing what it should be on different platforms.
  To recognize this, change UIOP functions about XDG files to "XDG-"
  prefixes.
* Documentation improvements.

lp:ubuntu/vivid-proposed/cl-asdf 1 Development 2014-10-29 18:37:01 UTC
37. [ Robert P. Goldman ] Bug fix release...

Author: François-René Rideau
Revision Date: 2014-10-09 21:18:21 UTC

[ Robert P. Goldman ]
Bug fix release:
* Remove compatibility stubs for old bundle classes (not working
  properly, anyway), these are now available in a contrib.
* Add INPUT-STRING function to UIOP.
* For developer and tester convenience, bring all the external
  dependencies into the git repo as submodules. See target make ext
* Optionally speed up registry search by providing a cache for
  the SOURCE-REGISTRY. See the cache-generating script in:
    asdf/tools/cl-source-registry-cache.lisp
* Fixes to tests and documentation.
* Many minor bugfixes.

lp:ubuntu/vivid/cl-asdf 2 Mature 2014-10-26 03:06:09 UTC
37. [ Robert P. Goldman ] Bug fix release...

Author: François-René Rideau
Revision Date: 2014-10-09 21:18:21 UTC

[ Robert P. Goldman ]
Bug fix release:
* Remove compatibility stubs for old bundle classes (not working
  properly, anyway), these are now available in a contrib.
* Add INPUT-STRING function to UIOP.
* For developer and tester convenience, bring all the external
  dependencies into the git repo as submodules. See target make ext
* Optionally speed up registry search by providing a cache for
  the SOURCE-REGISTRY. See the cache-generating script in:
    asdf/tools/cl-source-registry-cache.lisp
* Fixes to tests and documentation.
* Many minor bugfixes.

lp:ubuntu/utopic/cl-asdf 2 Mature 2014-04-24 16:07:17 UTC
35. New release: * Run-program much impro...

Author: Francois-Rene Rideau
Revision Date: 2013-10-22 22:30:12 UTC

New release:
* Run-program much improved, with a slight backward incompatibility.
  See the new documentation about it.
* Portability enhanced, with more robust Windows support,
  plus patches for CCL, CLISP, LispWorks, XCL.
* UIOP improved, with a README, more docstrings, a few new functions
  (println, writeln, stripln, ensure-gethash, vomit-output-stream),
  and bugfixes (to ensure-function, with-temporary-file, split-string).
* Debian installations that don't export XDG_DATA_DIRS will benefit
  from the fix to split-string, as the bug was basically disabling
  the default source-registry entry for /usr/share/common-lisp/source//
  Closes: #723977
* Minor tweaks to the defsystem, mostly to print more information
  in some situations, less in other situations, but also to better
  handle systems with secondary names like foo/bar, a fix for user
  functions in output-translation, and to :version (:read-file-...)
* Documentation somewhat updated.

lp:ubuntu/trusty-proposed/cl-asdf 2 Mature 2013-10-22 22:30:12 UTC
35. New release: * Run-program much impro...

Author: Francois-Rene Rideau
Revision Date: 2013-10-22 22:30:12 UTC

New release:
* Run-program much improved, with a slight backward incompatibility.
  See the new documentation about it.
* Portability enhanced, with more robust Windows support,
  plus patches for CCL, CLISP, LispWorks, XCL.
* UIOP improved, with a README, more docstrings, a few new functions
  (println, writeln, stripln, ensure-gethash, vomit-output-stream),
  and bugfixes (to ensure-function, with-temporary-file, split-string).
* Debian installations that don't export XDG_DATA_DIRS will benefit
  from the fix to split-string, as the bug was basically disabling
  the default source-registry entry for /usr/share/common-lisp/source//
  Closes: #723977
* Minor tweaks to the defsystem, mostly to print more information
  in some situations, less in other situations, but also to better
  handle systems with secondary names like foo/bar, a fix for user
  functions in output-translation, and to :version (:read-file-...)
* Documentation somewhat updated.

lp:ubuntu/trusty/cl-asdf 1 Development 2013-10-22 22:30:12 UTC
35. New release: * Run-program much impro...

Author: Francois-Rene Rideau
Revision Date: 2013-10-22 22:30:12 UTC

New release:
* Run-program much improved, with a slight backward incompatibility.
  See the new documentation about it.
* Portability enhanced, with more robust Windows support,
  plus patches for CCL, CLISP, LispWorks, XCL.
* UIOP improved, with a README, more docstrings, a few new functions
  (println, writeln, stripln, ensure-gethash, vomit-output-stream),
  and bugfixes (to ensure-function, with-temporary-file, split-string).
* Debian installations that don't export XDG_DATA_DIRS will benefit
  from the fix to split-string, as the bug was basically disabling
  the default source-registry entry for /usr/share/common-lisp/source//
  Closes: #723977
* Minor tweaks to the defsystem, mostly to print more information
  in some situations, less in other situations, but also to better
  handle systems with secondary names like foo/bar, a fix for user
  functions in output-translation, and to :version (:read-file-...)
* Documentation somewhat updated.

lp:ubuntu/saucy-proposed/cl-asdf 2 Mature 2013-06-02 00:56:50 UTC
33. Add some backward-compatibility to th...

Author: Francois-Rene Rideau
Revision Date: 2013-06-02 00:56:50 UTC

Add some backward-compatibility to the debian package,
with a symlink from asdf.lisp to build/asdf.lisp.

lp:ubuntu/saucy/cl-asdf 1 Development 2013-06-02 00:56:50 UTC
33. Add some backward-compatibility to th...

Author: Francois-Rene Rideau
Revision Date: 2013-06-02 00:56:50 UTC

Add some backward-compatibility to the debian package,
with a symlink from asdf.lisp to build/asdf.lisp.

lp:ubuntu/raring-proposed/cl-asdf 2 Mature 2012-10-29 02:04:05 UTC
31. * ACL: handle SMP vs non-SMP builds i...

Author: Francois-Rene Rideau
Revision Date: 2012-08-25 08:05:21 UTC

* ACL: handle SMP vs non-SMP builds in Allegro 9.0
* MKCL: add support for ManKai Common Lisp
* ECL: merge improvements from ECL git. Refactor ECL support somewhat.
* Remove broken-fasl-support: first, cormanlisp is supposed to have fixed it;
  second, cormanlisp is dead;
  third, one can now (setf *load-system-operation* 'load-source-op) instead
  while using asdf:load-system.
* renaming ends-with to string-suffix-p to avoid conflict with alexandria.
* Refactor load-system to use *load-system-operation*,
  and change require-system and module-provide-asdf to use that.

Also note:
* We recommend you use asdf-utils to access the utilities in asdf.
  Some time next year, we may stop exporting the utilities from asdf itself.
* To avoid conflicts between alexandria, fare-utils, xcvb-driver,
  asdf-utils, etc., you can use xcvb-utils that solves the conflicts.
  Or you can use fare-utils:define-package-mix that will help you
  automatically resolve them.

lp:ubuntu/raring/cl-asdf 1 Development 2012-10-20 20:30:58 UTC
31. * ACL: handle SMP vs non-SMP builds i...

Author: Francois-Rene Rideau
Revision Date: 2012-08-25 08:05:21 UTC

* ACL: handle SMP vs non-SMP builds in Allegro 9.0
* MKCL: add support for ManKai Common Lisp
* ECL: merge improvements from ECL git. Refactor ECL support somewhat.
* Remove broken-fasl-support: first, cormanlisp is supposed to have fixed it;
  second, cormanlisp is dead;
  third, one can now (setf *load-system-operation* 'load-source-op) instead
  while using asdf:load-system.
* renaming ends-with to string-suffix-p to avoid conflict with alexandria.
* Refactor load-system to use *load-system-operation*,
  and change require-system and module-provide-asdf to use that.

Also note:
* We recommend you use asdf-utils to access the utilities in asdf.
  Some time next year, we may stop exporting the utilities from asdf itself.
* To avoid conflicts between alexandria, fare-utils, xcvb-driver,
  asdf-utils, etc., you can use xcvb-utils that solves the conflicts.
  Or you can use fare-utils:define-package-mix that will help you
  automatically resolve them.

lp:ubuntu/quantal/cl-asdf 2 Mature 2012-06-12 11:22:33 UTC
29. * require is now mapped to the recent...

Author: Francois-Rene Rideau
Revision Date: 2012-06-12 11:22:33 UTC

* require is now mapped to the recently defined require-system,
 not to load-system anymore.
* more sensible inheritance semantics for default-component-class,
 which can be either a class or a class name.
* accept wildcards in directory-files for physical pathnames. lp#1000842

lp:ubuntu/precise/cl-asdf 2 Mature 2012-02-02 00:29:03 UTC
27. [ Aron Xu ] * Team upload for new ups...

Author: Aron Xu
Revision Date: 2012-02-02 00:29:03 UTC

[ Aron Xu ]
* Team upload for new upstream release.
* Clean up unneeded debian/patches.

[ Francois-Rene Rideau ]
* Portability: support the new CCL fasl numbering API
* Bug fixes: handle various configuration corner cases better
 (thanks to Sergey Katrevich and Rupert Warwick).
* Feature: Robert Goldman fixed and documented WEAKLY-DEPENDS-ON.

lp:ubuntu/oneiric/cl-asdf 2 Mature 2011-06-07 17:46:15 UTC
23. Promoting 2.015.12 as 2.016. Since 2....

Author: Francois-Rene Rideau
Revision Date: 2011-06-07 17:46:15 UTC

Promoting 2.015.12 as 2.016. Since 2.015, we have the following improvements:
* Portability: fixes for ECL, RMCL, CLISP.
  Improvements to Windows configuration.
* Fix to load-source-op (broken in 2.014.13).
* Avoid infinite loops in defsystem in cases of bad interference
  between quicklisp and your source-registry.
* Small fixes regarding upgrade, compile-file* :output-file.
* Make defsystem-depends-on much more useful by allowing a system
  thus depended on to define the class of the system depending on it.
* Some documentation updates.
  Notably, for the sake of CLISP, (require "asdf") is the new canonical way
  to load ASDF, instead of (require :asdf). Sigh.
* Better tests, notably wrt hot upgrade.

lp:ubuntu/natty/cl-asdf 2 Mature 2010-11-28 13:21:34 UTC
19. * Mostly same as 2.010.9: several min...

Author: Francois-Rene Rideau
Revision Date: 2010-11-28 13:21:34 UTC

* Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010.
* Will be happier: users of implementations ACL, GCL; users of libraries
  CL-Launch, XCVB; future former users of ASDF-Binary-Locations; people
  with missing dependencies (in lieu of error-in-error); people extending
  ASDF (notably Stelian Ionescu), who'd like to use keywords to name
  component classes.

lp:ubuntu/maverick/cl-asdf 2 Mature 2010-04-30 22:56:38 UTC
15. * Imported new upstream. * We now hav...

Author: Peter Van Eynde
Revision Date: 2010-04-19 21:37:48 UTC

* Imported new upstream.
* We now have a makefile for Documentation, use it
* Add debian/source/format for the stupid quilt mess

lp:ubuntu/lucid/cl-asdf 1 Development 2009-12-31 08:36:15 UTC
14. New upstream, version 1.374

Author: Peter Van Eynde
Revision Date: 2009-12-31 08:36:15 UTC

New upstream, version 1.374

lp:ubuntu/jaunty/cl-asdf 2 Mature 2009-08-09 06:21:12 UTC
12. * New upstream release. * Updated sta...

Author: Peter Van Eynde
Revision Date: 2008-02-09 10:07:21 UTC

* New upstream release.
* Updated standard version without real changes
* Corrected Vcs-Bzr field
* Move to using dh-lisp
* Fixed Vcs-Git field
* Changed to group maintanance
* recreated upstream changelog with git2cl
* Changed directory, so we depend on a newer clc

lp:ubuntu/intrepid/cl-asdf 2 Mature 2009-08-09 06:21:06 UTC
12. * New upstream release. * Updated sta...

Author: Peter Van Eynde
Revision Date: 2008-02-09 10:07:21 UTC

* New upstream release.
* Updated standard version without real changes
* Corrected Vcs-Bzr field
* Move to using dh-lisp
* Fixed Vcs-Git field
* Changed to group maintanance
* recreated upstream changelog with git2cl
* Changed directory, so we depend on a newer clc

lp:ubuntu/hardy/cl-asdf 2 Mature 2009-08-09 06:21:00 UTC
11. stop trying to dump the package, use ...

Author: Peter Van Eynde
Revision Date: 2007-09-27 05:42:20 UTC

stop trying to dump the package, use the package name instead.
(Closes: #436129)

lp:ubuntu/gutsy/cl-asdf 1 Development 2009-08-09 06:20:52 UTC
10. New upstream release, adding the syst...

Author: Peter Van Eynde
Revision Date: 2007-04-08 23:05:18 UTC

New upstream release, adding the system-relative-pathname
function.

lp:ubuntu/feisty/cl-asdf 1 Development 2009-08-09 06:20:45 UTC
9. New upstream version.

Author: Peter Van Eynde
Revision Date: 2006-09-20 07:08:57 UTC

New upstream version.

lp:ubuntu/edgy/cl-asdf 1 Development 2009-08-09 06:20:32 UTC
8. * Move asdf.info files from sbcl to t...

Author: Peter Van Eynde
Revision Date: 2006-06-30 23:18:40 UTC

* Move asdf.info files from sbcl to this package.
* move texinfo to BuildDependsIndep
* we build something build-indep

lp:ubuntu/dapper/cl-asdf 2 Mature 2009-08-09 06:20:26 UTC
5. * Noticed that I actually increased t...

Author: Peter Van Eynde
Revision Date: 2005-09-22 12:52:31 UTC

* Noticed that I actually increased the version with the CVS commit
* Updated the standards version
* Remove the prepare build stuff, build through darcs
* Improve duplicate names test: use equal instead of equalp.
  From a comment from Faré.
* Remove CVS cruft
* Seperate CVS version of asdf.lisp from version of package. The tag
  is not the version of the package

lp:ubuntu/breezy/cl-asdf 1 Development 2009-08-09 06:20:18 UTC
4. * Fixed duplicate components patch to...

Author: Peter Van Eynde
Revision Date: 2005-05-25 08:22:17 UTC

* Fixed duplicate components patch to better handle reloading
  defsystem files. Now works again with McClim. Closes: #310640
* Corrected dependencies.
* Added postinst rebuild of all clc-enabled lisps so the new version
  actually gets loaded.

lp:ubuntu/hoary/cl-asdf 1 Development 2009-08-09 06:20:11 UTC
3. New upstream

Author: Kevin M. Rosenberg
Revision Date: 2004-08-04 21:19:16 UTC

New upstream

lp:ubuntu/warty/cl-asdf 1 Development 2009-08-09 06:20:05 UTC
2. New upstream

Author: Kevin M. Rosenberg
Revision Date: 2004-05-12 12:43:58 UTC

New upstream

lp:ubuntu/karmic/cl-asdf 1 Development 2009-08-09 06:14:57 UTC
12. * New upstream release. * Updated sta...

Author: Peter Van Eynde
Revision Date: 2008-02-09 10:07:21 UTC

* New upstream release.
* Updated standard version without real changes
* Corrected Vcs-Bzr field
* Move to using dh-lisp
* Fixed Vcs-Git field
* Changed to group maintanance
* recreated upstream changelog with git2cl
* Changed directory, so we depend on a newer clc

128 of 28 results