Fix comment
[jscl.git] / src / toplevel.lisp
2014-02-22 David VázquezStop propagating errors at toplevel
2014-02-19 David VázquezRewrite the REPL in Lisp using FFI
2014-02-19 David VázquezRewrite the REPL in Lisp using FFI
2013-07-05 David VázquezRename LS-COMPILE => CONVERT and LS-COMPILE-TOPLEVEL...
2013-06-21 David VázquezAdd debugging information
2013-06-06 Olof-Joachim FrahmMove *ROOT* to toplevel.lisp because of an error.
2013-06-06 David VázquezRemove some js-vset by (setf oget)
2013-05-18 David VázquezExport _all_ standard symbols
2013-05-18 David VázquezMerge branch 'satisfies' of https://github.com/orodley...
2013-05-18 Owen RodleyRewrite POSITION using SATISFIES-TEST-P and add missing...
2013-05-17 Olof-Joachim FrahmAdd and export DO-(ALL/EXTERNAL)-SYMBOLS.
2013-05-17 Olof-Joachim FrahmAdd and export PUSHNEW.
2013-05-17 David VázquezMerge pull request #92 from samebchase/experimental
2013-05-16 Samuel ChaseActually merge
2013-05-16 Samuel ChaseMerge branch 'master' of https://github.com/davazp...
2013-05-15 Alfredo BeaumontAdd COMPLEMENT function definition, including tests.
2013-05-15 David VázquezSimple TRACE utility
2013-05-15 David VázquezTIME macro
2013-05-13 Samuel ChaseAdd string< to toplevel
2013-05-12 Alfredo BeaumontAdd support for SUBLIS function, including tests
2013-05-10 David VázquezMerge https://github.com/abeaumont/jscl
2013-05-09 Alfredo BeaumontAdd support for mapc
2013-05-09 Brit ButlerImplement fboundp.
2013-05-09 Owen RodleyAdd missing export for ALPHA-CHAR-P
2013-05-08 David Vázquezlisp-implementation-type
2013-05-08 pnathanMerging from upstream
2013-05-08 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-08 pnathanAdded *features* parameter.
2013-05-06 Andrea GriffiniMerge branch 'master' of github.com/davazp/jscl into...
2013-05-06 Nikodemus Siivolaexport FIND
2013-05-06 Nikodemus Siivolaadd not-entirely-correct VECTOR-PUSH-EXTEND
2013-05-05 Henry Irvineadd prog macro
2013-05-05 Andrea Griffiniwip *print-circle* support
2013-05-05 David VázquezExport destructuring-bind
2013-05-04 Owen RodleyADJOIN
2013-05-04 Owen RodleyINTERSECTION
2013-05-04 Owen RodleyRASSOC
2013-05-04 Owen RodleyCOPY-ALIST
2013-05-04 Owen RodleyPAIRLIS
2013-05-03 Owen RodleyACONS
2013-05-03 Owen RodleyTAILP
2013-05-03 Owen RodleyFIFTH to TENTH
2013-05-03 Owen RodleyTREE-EQUAL
2013-05-03 David VázquezEasier bootstrap
2013-05-03 David VázquezFix several newly introduced bugs in the migration...
2013-05-02 Raimon GrauMerge branch 'origin-master' into origin-format
2013-05-01 Andrea Griffiniadded OTHERWISE support to (CASE ...)
2013-05-01 David VázquezRemove usage of the *block-counter* variable
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezIgnore declarations in lambdas
2013-05-01 David VázquezMerge https://github.com/Strigoides/jscl into pull...
2013-04-28 Owen RodleyMerge branch 'master' of https://github.com/davazp...
2013-04-26 David VázquezRevert "Simplify literal object dumping"
2013-04-26 Owen RodleyAdd POP macro
2013-04-26 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-04-26 StrigoidesAdd SUBST function
2013-04-26 StrigoidesMerge branch 'master' of https://github.com/davazp...
2013-04-26 StrigoidesAdd COPY-TREE function + test
2013-04-26 StrigoidesAdd the rest of the C[AD]*R functions
2013-04-26 David VázquezSimplify literal object dumping
2013-04-26 Alfredo BeaumontCreate and export read-from-string. Add a test for it
2013-04-25 David VázquezMerge branch 'master' of github.com:davazp/jscl
2013-04-25 David VázquezDefine get-internal-real-time
2013-04-25 Raimon Graufist stab at format
2013-04-25 Alfredo Beaumonteval-interactive: avoid a broken eval due to an unbound *
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMerge branch 'master' of github.com:davazp/ecmalisp
2013-04-25 David VázquezMove source code under src/