projects
/
jscl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jscl.git
2013-02-07
David Vázquez
LABELS working and exported
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
David Vázquez
New special form: labels
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
David Vazquez
Do not escape HTML in in the console
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
David Vazquez
Add FLET
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
David Vazquez
INTERN returns multiple values
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
David Vazquez
Second value of FIND-SYMBOL is a keyword
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
David Vazquez
Allow to use keywords in the compiler
commit
|
commitdiff
|
tree
|
snapshot
2013-02-03
David Vazquez
Reverting "Dump keywords"
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
David Vazquez
Dump keywords
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
David Vazquez
Compile last version
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
David Vazquez
Remove auxiliar %FIND-SYMBOL function
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
David Vazquez
FIND-SYMBOL return a second value
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
David Vázquez
Optional sign prefix for integer reader
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
David Vázquez
Export parse-integer
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
David Vázquez
Better parse-integer
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
David Vazquez
Fix a bug related to SETQ which DO* uncovered
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
David Vázquez
Preliminary DO and DO* iteration macros
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
David Vazquez
Rename SETCAR and SETCDR to RPLACA and REPLACD respectively
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
David Vazquez
LAMBDA is a macro expanding to #'(LAMBDA ...) now
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
David Vazquez
Fixes #9: CATCH/THROW and BLOCK/RETURN-FROM support...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
David Vazquez
EVAL-WHEN-COMPILE equivalent to PROGN if we are not...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
David Vazquez
Remove rests
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
David Vazquez
Primary value of (values) is NIL
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Merge branch 'simple-optimizations' into gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Helper function QIList to build improper lists
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
New function `lambda-check-argument-count'
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Fix some newlines
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Prepend prelude.js automatically
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Remove non-overridable declaration.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Optimization: remove unused blocks
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
David Vazquez
Small optimization: (progn x) === x
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
David Vazquez
Add MULTIPLE-VALUE-PROG1 and fix MULTIPLE-VALUE-CALL
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
David Vazquez
Fix: Multiple values preserved on macroexpansion
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
David Vazquez
fix MULTIPLE-VALUE-BIND
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
Prelude format
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
Merge branch 'multiple-values-implementation' into...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
Fix progn issue with multiple values
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
FUNCALL and APPLY can return multiple values
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
Some comments
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
Progresses in multiple values support
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
multiple values support in the REPL
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
IF can return multiple values
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
MULTIPLE-VALUE-CALL implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
David Vazquez
MULTIPLE-VALUE-P argument to LS-COMPILE
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Vazquez
Export VALUES, VALUES-LIST and MULTIPLE-VALUE-CALL
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Vazquez
Values is inlined only in functions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Vazquez
Do not inline builtin funcionts out of a lambda
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Vazquez
Rename ID to PV (primary value)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
David Vazquez
VALUES-LIST
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
David Vazquez
Create a first parameter VALUES (unused by now) in...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
David Vazquez
Create a pure Javascript identity function
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
David Vazquez
Rename FUNCTION symbol's slot to FVALUE
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
David Vazquez
Read and print uninterned symbols
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
David Vazquez
Export DEFMACRO
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
David Vazquez
New function: GET-UNIVERSAL-TIME
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vazquez
Use let* instead of nested lets
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Compile last version
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Export PSETQ and fix PROGN export
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Merge branch 'psetq' into gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Merge branch 'simple-arrays' into gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Compile last version
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Align exports
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Fix n-arity comparisons
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Fix (/ N)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
PSETQ and multiple pairs SETQ
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Array out-of-range checks
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Compile literal arrays
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Export MAKE-ARRAY, ARRAYP, AREF and ASET functions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
rayslava
Adequate arithmetic operations on lists
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Printer for arrays
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
LENGTH function works for arrays (vectors)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
MAKE-ARRAY, AREF, ASET and ARRAYP functions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
rayslava
Merge remote-tracking branch 'upstream/gh-pages' into...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
rayslava
Some tries in arithmetics
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
notinline version of + and -
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Variable arity + and - functions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
rayslava
Merge remote-tracking branch 'upstream/variable-arity...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
Typo
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
David Vázquez
VARIABLE-ARITY helper macro
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
rayslava
Optimal arithmetics generation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
rayslava
Comparisons on lists
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
rayslava
Merge remote-tracking branch 'upstream/gh-pages' into...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
rayslava
Arithmetic operations on lists
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Export &rest and &optional symbols
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Implement LET*
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Export LAMBDA, no LAMBDA-CODE
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vázquez
Merge pull request #1 from rayslava/gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
rayslava
Added "if" into exports
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Implement LET*
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Global special declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Compile support for keywords
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Merge branch 'master' into gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Support for keywords
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Update last version
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Minor bug
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Show current package name as prompt
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
David Vazquez
Package prefix support in the reader
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
David Vazquez
Compile last version
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
David Vazquez
Merge branch 'master' into gh-pages
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
David Vazquez
Set CL-USER package as default
commit
|
commitdiff
|
tree
|
snapshot
next