projects
/
jscl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jscl.git
2013-05-01
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Fix typo if/when
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Pass argument count explicitly instead of use arguments...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge pull request #28 from maxwellhansen/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Fix test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Remove usage of the *block-counter* variable
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Fixes #64 issue on nested scoping in non local exists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Name 'JSCL' instead of 'This progrma' in the license...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Include license header to package.lispn
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Move more functions to list.lisp and create package...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Rename AUTHORS to CREDITS and add an entry for Nikodemu...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge branch 'build-tweaks' of https://github.com/nikod...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Ignore declarations in lambdas
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
named-lambda is a function descriptor rather than a...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Add Andrea Griffini to AUTHORS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge branch 'equal' of https://github.com/6502/jscl...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge pull request #45 from abeaumont/read-integer
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge pull request #43 from tarballs-are-good/patch-2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Add to AUTHORS: Owen Rodley
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
David Vázquez
Merge https://github.com/Strigoides/jscl into pull...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Andrea Griffini
some testing for equal
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Andrea Griffini
better equal implementation with support for conses...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Nikodemus Siivola
specify latin-1 as external format for read-whole-file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Nikodemus Siivola
silence a couple of unused-variable warnings
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Nikodemus Siivola
abort failed builds instead of soldiering on
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Robert Smith
Make sure READ-FLOAT returns a float.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Alfredo Beaumont
[reader] write a specific read-integer for reader
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Owen Rodley
Fix POP
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Merge branch 'dump-changes-bug'
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Fix bug in symbol dumping
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Owen Rodley
Only evaluate place in POP once
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Revert "Simplify literal object dumping"
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Revert "Functions dump-array, dump-cons and dump-symbol"
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Expected test failures and unexpected passes
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Owen Rodley
Add POP macro
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Refactor SUBST to use COND
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Add SUBST function
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Add :TEST keyword arg to ASSOC
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Add COPY-TREE function + test
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Merge pull request #31 from abeaumont/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Add the rest of the C[AD]*R functions
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Simplify literal object dumping
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Functions dump-array, dump-cons and dump-symbol
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
`defvar` requires two arguments yet
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Merge pull request #32 from Strigoides/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Only evaluate the test once in COND
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Alfredo Beaumont
Create and export read-from-string. Add a test for it
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Alfredo Beaumont
read-float: reduce code size a bit by using awhen inste...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Add function RUN-TESTS-IN-HOST to run tests in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Fix COND for clauses with length 1
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Test for DO*, OR, AND & COND
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Fix typo in tests.lisp and tests-report.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Add a few basic tests for iteration constructs
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Strigoides
Modify test running system
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
js-eval uses globalEval
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
David Vázquez
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
maxwellhansen
Updated join function in utils.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
More accurate test timing
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Define get-internal-real-time
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge pull request #25 from abeaumont/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge pull request #24 from abeaumont/testing-framework
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
eval-interactive: avoid a broken eval due to an unbound *
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
[test] rename *timestaup* to *timestamp*
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Add setf test case file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Add test case for ticket #23
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
INCF and DECF work on proper places
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Add basic testing framework
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Rename project to JSCL
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Quote Common Lisp to clarify the which Lisp, but Lisp...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Fix bug compiling funcalls
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
ls-compile: add compiling support for floats
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
read-float: use strings instead of characters for expon...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
Add float support in reader and printer
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
ls-read: fix spacing
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge branch 'master' of github.com:davazp/ecmalisp
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge branch 'multiple-files'
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
ls-read and ls-read-from-string handles empty input
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Merge pull request #19 from abeaumont/master
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Alfredo Beaumont
Remove duplicated symbols in export argument list
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Add Alfredo Beaumont AUTHORS' entry
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Fix typo in Raimon's name
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Update README.org
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Move source code under src/
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Fixes to bootstrap
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Add !prin1-to-string and prin1-to-string refers it
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
File headers
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
List the sources in only one place
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Move eval and cl-user package code to toplevel.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Move the compiler to compiler.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
David Vázquez
Move more code to print.lisp and read.lisp
commit
|
commitdiff
|
tree
|
snapshot
next