Fix comment
[jscl.git] / src / package.lisp
2013-12-01 David Vázquez`make-package' signals error if package exists
2013-10-15 Olof-Joachim FrahmSimple DEFPACKAGE. defpackage
2013-10-15 Olof-Joachim FrahmNAME is a string designator.
2013-08-30 David VázquezUse eval-when instead of eval-when-compile
2013-08-29 Olof-Joachim FrahmAdd EXTERNAL-ONLY (as seen in SBCL).
2013-06-21 David VázquezAdd debugging information
2013-06-07 David VázquezUse (SETF OGET) in package.lisp
2013-06-07 David VázquezMerge branch 'master' into ffi
2013-06-06 Olof-Joachim FrahmIN-PACKAGE uses a string designator.
2013-06-06 David VázquezMultiple chaining keys in oset* and oset
2013-05-18 Olof-Joachim FrahmFix return value.
2013-05-17 Olof-Joachim FrahmAdd and export DO-(ALL/EXTERNAL)-SYMBOLS.
2013-05-17 Olof-Joachim FrahmLIST-ALL-PACKAGES should return a fresh list.
2013-05-08 David VázquezFix keyword dumping and restoring
2013-05-04 David VázquezMove FFI code to src/ffi.lisp
2013-05-02 David VázquezBetter error reporting using basic format
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezInclude license header to package.lispn
2013-05-01 David VázquezMove more functions to list.lisp and create package...