projects
/
jscl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
jscl.git
2013-06-23
David Vázquez
Migrate CAR and CDR
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate CONS
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate some arithmetic primitives
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate UNWIND-PROTECT
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate CATCH/THROW
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
TRY-CATCH-FINALLY support in codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate PROGN
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Remove unnecesary CODE
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate SETQ
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate DUMP-CONS
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate DUMP-SYMBOL
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate DUMP-ARRAY
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate %WHILE
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate LAMBDA-NAME/DOCSTRING-WRAPPER
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Merge branch 'master' into codegen-migration
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Fix MAPC
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Fix empty toplevel progn
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Do not upcase variable names JS identifiers
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
NTH-VALUE macro
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate IN
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate some more primitives
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
David Vázquez
Migrate IF
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
David Vázquez
Merge branch 'codegen' into codegen-migration
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
David Vázquez
Fix FLET
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
David Vázquez
Migrate js!bool and js!selfcall
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
David Vázquez
Toplevel empty statement are empty strings
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
David Vázquez
WIP: Transactional: Wrap every JS expression with paren...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Bug unparsing JS function
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Remove a /debug
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Merge branch 'codegen-integration' into codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Fix object dumping
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Add debugging information
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Some fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Convert JS AST to strings in ls-compile-toplevel
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
WIP: compiler.lisp uses a explicit back-end representation
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Remove `null-or-empty-p'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Remove `indent'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
David Vázquez
Temporal change: CODE syntax almost compatible with...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Bug generating Javascript code for (PROGN (PROGN))
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Improvements to nested groups handling
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
write-string and write-char work with streams
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Support 'throw' statement
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Very basic string stream to support codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Move lisp-escape-string to print.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Remove duplicate js-escape-string
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Merge branch 'master' into codegen
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Move codegen.lisp to compiler-codegen.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Reduce tests
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
Shorter reduce implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
David Vázquez
List version of reduce
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Merge pull request #132 from kengruven/master
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
Ken Harris
Fixed max/min functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Get unary - and unary + working with increment/decremen...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Discard returned value of JS
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
bit-not and unknown operator error
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Fix not operator
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Fix statements unparsing
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Consider associativity when unparse Javascript expressions
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
More error checking
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
typo
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Escape Javascript strings
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Improvements to the Javascript unparser
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
David Vázquez
Naive Javascript code generator
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
David Vázquez
Simpler VECTOR definition
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
David Vázquez
Merge pull request #128 from kengruven/master
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Ken Harris
Merge upstream.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Ken Harris
MAPLIST.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Ken Harris
GCD, LCM, SIGNUM.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
David Vázquez
Merge pull request #126 from orodley/max-min
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Ken Harris
Bug fix: INTERSECTION doesn't apply :key to list1.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Owen Rodley
Use MACROLET for MAX and MIN
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Ken Harris
SETF expansions for NTH and AREF.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Merge branch 'master' of git://github.com/Ferada/jscl...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Use macrolet to implemnt arithmetic helper macros
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Basic macrolet
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Olof-Joachim...
Check for odd number of keyword arguments.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Olof-Joachim...
Fix off-by-two error in keyword argument processing.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Merge pull request #121 from Ferada/small-fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Merge branch 'strings'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
David Vázquez
Merge branch 'master' of git://github.com/kengruven...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Ken Harris
Return the reader-form from SETF expansion.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Ken Harris
VECTOR function
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Ken Harris
COPY-SEQ
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
Removed tabs, stupid editor...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
Case-insensitive character inequalities.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
STRING>= (and a bit of refactoring).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
STRING<=
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
David Vázquez
Merge pull request #122 from kengruven/master
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
NSTRING-UPCASE, NSTRING-DOWNCASE, NSTRING-CAPITALIZE.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
STRING-TRIM and friends.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
A few more string functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
POSITION-IF, POSITION-IF-NOT (except :FROM-END)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Ken Harris
Allow DO / DO* to take bare symbols as vars.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Olof-Joachim...
Fix SETF for OGET aka OSET.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Olof-Joachim...
Fix TYPECASE macro for T/ELSE case.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-11
David Vázquez
oops. Good fix to empty setq
lisp-implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-06-11
David Vázquez
Fix empty setq
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
David Vázquez
Merge branch 'master' into experimental-compiler
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
David Vázquez
wip: structuring progresses
commit
|
commitdiff
|
tree
|
snapshot
next