projects
/
jscl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'master' of https://github.com/davazp/jscl
[jscl.git]
/
src
/
2013-05-03
David Vázquez
Merge branch 'master' into mutable-strings
tree
|
commitdiff
2013-05-03
David Vázquez
Macro precompilation
tree
|
commitdiff
2013-05-03
David Vázquez
Fix typo
tree
|
commitdiff
2013-05-03
David Vázquez
Easier bootstrap
tree
|
commitdiff
2013-05-03
David Vázquez
Define macro-function
tree
|
commitdiff
2013-05-03
David Vázquez
Remove duplicated string conversion
tree
|
commitdiff
2013-05-03
David Vázquez
Non-recursive !reduce
tree
|
commitdiff
2013-05-03
David Vázquez
Merge branch 'master' into mutable-strings
tree
|
commitdiff
2013-05-03
David Vázquez
Fix: join fails on empty list
tree
|
commitdiff
2013-05-03
David Vázquez
Some string tests
tree
|
commitdiff
2013-05-03
David Vázquez
(SETF CHAR) and move string related code to string...
tree
|
commitdiff
2013-05-03
David Vázquez
Some string conversions in error reporting
tree
|
commitdiff
2013-05-03
David Vázquez
Fix several newly introduced bugs in the migration...
tree
|
commitdiff
2013-05-03
David Vázquez
Fix symbol name dumping
tree
|
commitdiff
2013-05-03
David Vázquez
WIP: Strings as array of characters implementation
tree
|
commitdiff
2013-05-02
David Vázquez
Better error reporting using basic format
tree
|
commitdiff
2013-05-02
David Vázquez
`error' uses basic format
tree
|
commitdiff
2013-05-02
David Vázquez
Use pop and concatf in basic format
tree
|
commitdiff
2013-05-02
Raimon Grau
fixed format for compatibility with new char implementation
tree
|
commitdiff
2013-05-02
Raimon Grau
Merge branch 'origin-master' into origin-format
tree
|
commitdiff
2013-05-02
David Vázquez
Character printing
tree
|
commitdiff
2013-05-02
David Vázquez
Fix bug in character reading
tree
|
commitdiff
2013-05-02
David Vázquez
Implement characters as Javascript strings of length 1
tree
|
commitdiff
2013-05-02
Raimon Grau
reindent
tree
|
commitdiff
2013-05-02
Raimon Grau
call write-to-string recursively
tree
|
commitdiff
2013-05-01
Raimon Grau
princ-to-string to implement ~a and ~S format directives
tree
|
commitdiff
2013-05-01
Andrea Griffini
symbol quoting support in reader
tree
|
commitdiff
2013-05-01
Andrea Griffini
merged davazp trunk
tree
|
commitdiff
2013-05-01
David Vázquez
Merge pull request #66 from 6502/return-from
tree
|
commitdiff
2013-05-01
Andrea Griffini
added OTHERWISE support to (CASE ...)
tree
|
commitdiff
2013-05-01
Andrea Griffini
fixed RETURN-FROM for FLET/LABELS and added a test...
tree
|
commitdiff
2013-05-01
David Vázquez
Fix typo if/when
tree
|
commitdiff
2013-05-01
David Vázquez
Pass argument count explicitly instead of use arguments...
tree
|
commitdiff
2013-05-01
David Vázquez
Merge pull request #28 from maxwellhansen/patch-1
tree
|
commitdiff
2013-05-01
David Vázquez
Remove usage of the *block-counter* variable
tree
|
commitdiff
2013-05-01
David Vázquez
Fixes #64 issue on nested scoping in non local exists
tree
|
commitdiff
2013-05-01
Raimon Grau
unbalanced parens
tree
|
commitdiff
2013-05-01
Andrea Griffini
merged trunk
tree
|
commitdiff
2013-05-01
David Vázquez
Name 'JSCL' instead of 'This progrma' in the license...
tree
|
commitdiff
2013-05-01
David Vázquez
Include license header to package.lispn
tree
|
commitdiff
2013-05-01
David Vázquez
Move more functions to list.lisp and create package...
tree
|
commitdiff
2013-05-01
David Vázquez
Merge branch 'build-tweaks' of https://github.com/nikod...
tree
|
commitdiff
2013-05-01
David Vázquez
Ignore declarations in lambdas
tree
|
commitdiff
2013-05-01
David Vázquez
named-lambda is a function descriptor rather than a...
tree
|
commitdiff
2013-05-01
David Vázquez
Merge branch 'equal' of https://github.com/6502/jscl...
tree
|
commitdiff
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
tree
|
commitdiff
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
tree
|
commitdiff
2013-05-01
David Vázquez
Merge pull request #45 from abeaumont/read-integer
tree
|
commitdiff
2013-05-01
David Vázquez
Merge https://github.com/Strigoides/jscl into pull...
tree
|
commitdiff
2013-04-30
Andrea Griffini
quoted symbols, better handling of dotted pairs
tree
|
commitdiff
2013-04-30
Andrea Griffini
better equal implementation with support for conses...
tree
|
commitdiff
2013-04-28
Nikodemus Siivola
silence a couple of unused-variable warnings
tree
|
commitdiff
2013-04-28
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
tree
|
commitdiff
2013-04-27
Robert Smith
Make sure READ-FLOAT returns a float.
tree
|
commitdiff
2013-04-27
Alfredo Beaumont
[reader] write a specific read-integer for reader
tree
|
commitdiff
2013-04-27
Owen Rodley
Fix POP
tree
|
commitdiff
2013-04-26
David Vázquez
Merge branch 'dump-changes-bug'
tree
|
commitdiff
2013-04-26
David Vázquez
Fix bug in symbol dumping
tree
|
commitdiff
2013-04-26
Owen Rodley
Only evaluate place in POP once
tree
|
commitdiff
2013-04-26
David Vázquez
Revert "Simplify literal object dumping"
tree
|
commitdiff
2013-04-26
David Vázquez
Revert "Functions dump-array, dump-cons and dump-symbol"
tree
|
commitdiff
2013-04-26
David Vázquez
Expected test failures and unexpected passes
tree
|
commitdiff
2013-04-26
Owen Rodley
Add POP macro
tree
|
commitdiff
2013-04-26
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
tree
|
commitdiff
2013-04-26
Strigoides
Refactor SUBST to use COND
tree
|
commitdiff
2013-04-26
Strigoides
Add SUBST function
tree
|
commitdiff
2013-04-26
Strigoides
Add :TEST keyword arg to ASSOC
tree
|
commitdiff
2013-04-26
Strigoides
Merge branch 'master' of https://github.com/davazp...
tree
|
commitdiff
2013-04-26
Strigoides
Add COPY-TREE function + test
tree
|
commitdiff
2013-04-26
David Vázquez
Merge pull request #31 from abeaumont/master
tree
|
commitdiff
2013-04-26
Strigoides
Add the rest of the C[AD]*R functions
tree
|
commitdiff
2013-04-26
David Vázquez
Simplify literal object dumping
tree
|
commitdiff
2013-04-26
David Vázquez
Functions dump-array, dump-cons and dump-symbol
tree
|
commitdiff
2013-04-26
Strigoides
Only evaluate the test once in COND
tree
|
commitdiff
2013-04-26
Alfredo Beaumont
Create and export read-from-string. Add a test for it
tree
|
commitdiff
2013-04-26
Alfredo Beaumont
read-float: reduce code size a bit by using awhen inste...
tree
|
commitdiff
2013-04-26
Strigoides
Fix COND for clauses with length 1
tree
|
commitdiff
2013-04-26
David Vázquez
js-eval uses globalEval
tree
|
commitdiff
2013-04-26
maxwellhansen
Updated join function in utils.lisp
tree
|
commitdiff
2013-04-26
Raimon Grau
format supports ~%
tree
|
commitdiff
2013-04-25
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
tree
|
commitdiff
2013-04-25
David Vázquez
Define get-internal-real-time
tree
|
commitdiff
2013-04-25
Raimon Grau
fist stab at format
tree
|
commitdiff
2013-04-25
Alfredo Beaumont
eval-interactive: avoid a broken eval due to an unbound *
tree
|
commitdiff
2013-04-25
David Vázquez
INCF and DECF work on proper places
tree
|
commitdiff
2013-04-25
David Vázquez
Rename project to JSCL
tree
|
commitdiff
2013-04-25
David Vázquez
Fix bug compiling funcalls
tree
|
commitdiff
2013-04-25
Alfredo Beaumont
ls-compile: add compiling support for floats
tree
|
commitdiff
2013-04-25
Alfredo Beaumont
read-float: use strings instead of characters for expon...
tree
|
commitdiff
2013-04-25
Alfredo Beaumont
Add float support in reader and printer
tree
|
commitdiff
2013-04-25
Alfredo Beaumont
ls-read: fix spacing
tree
|
commitdiff
2013-04-25
David Vázquez
Merge branch 'master' of github.com:davazp/ecmalisp
tree
|
commitdiff
2013-04-25
David Vázquez
ls-read and ls-read-from-string handles empty input
tree
|
commitdiff
2013-04-25
David Vázquez
Move source code under src/
tree
|
commitdiff