projects
/
jscl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jscl.git
2013-05-09
Owen Rodley
Implement SUBSEQ for lists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
David Vázquez
Update CREDITS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
David Vázquez
Merge pull request #87 from redline6561/dev
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Brit Butler
Implement fboundp.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
David Vázquez
Use do-sequence
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
David Vázquez
Merge pull request #86 from Strigoides/remove-if
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
David Vázquez
Merge pull request #85 from Strigoides/alpha-char-p
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Owen Rodley
Implement REMOVE-IF[-NOT] for vectors
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Owen Rodley
Fix ALPHA-CHAR-P for capital letters
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Owen Rodley
Add missing export for ALPHA-CHAR-P
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
lisp-implementation-type
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
*features* support for the reader
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Add Paul Nathan to CREDITS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Merge pull request #83 from pnathan/features
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Remove wrong array branch from equal
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
pnathan
Removed :ansi-cl as per issue #83
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
pnathan
Moved to misc.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
pnathan
Merging from upstream
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Convert test to not to use `equal'
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Remove wrong test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Merge branch 'reader-backward-references' of https...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
David Vázquez
Fix keyword dumping and restoring
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Andrea Griffini
Merge branch 'reader-backward-references' of ssh:/...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Andrea Griffini
Merge branch 'master' of github.com/davazp/jscl into...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
pnathan
Added *features* parameter.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Merge branch 'nikodemus-patch'
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Organize the functions in the file
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Merge DOSEQ into DO-SEQUENCE
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Move more code to sequence.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Move sequence functions to sequence.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Remove old FIND
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Redefine ATOM
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Andrea Griffini
Merge branch 'master' of github.com/davazp/jscl into...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Nikodemus Siivola
make FIND and REPLACE work on vectors as well
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Nikodemus Siivola
export FIND
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Nikodemus Siivola
add not-entirely-correct VECTOR-PUSH-EXTEND
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Nikodemus Siivola
add smoketests for FIND and REPLACE
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Better `case' macro with multikeys
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Better COND
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
value argument is optional in defvar
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Vázquez
Add copyright notice
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Andrea Griffini
typo in array printing
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Update CREDITS file
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Henry Irvine
add prog macro
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Merge pull request #81 from davazp/destructuring-bind
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
DOLIST and DOTIMES use extended lambda lists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Destructuring mismatch errors
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Andrea Griffini
wip *print-circle* support
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Remove unnecesary let* binding reusing the &whole var...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Andrea Griffini
added afind primitive
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Andrea Griffini
reader support for ## and #=
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Move *MAGIC-UNQUOTE-MARKER* back to compiler.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
DEFMACRO supports extended macro lambda lists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Fix key arguments in nested lists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Merge branch 'destructuring-bind-jscl-port' into destru...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
defconstant !lambda-list-keywords
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Fix etypecase
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Export destructuring-bind
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Replace advanced etypecase by cond
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Replace loop macro usage
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
ETYPECASE
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Use def!struct
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Move DEF!STRUCT to defstruct.lisp
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
Support &aux variables
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
David Vázquez
WIP: Include DESTRUCTURING-BIND operator
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Update build instructions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Create JSCL package to keep the symbols in the host...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Update name in CREDITS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Fix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Escape token also for the package prefix
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Rewrite and simplify potential-number-p according to...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
The reader will ignore expressiones prefixed with ...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Add ALPHA-CHAR-P. FIND and FIND-If work also on sequences
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Add clarifing comment
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Merge branch 'print' of https://github.com/6502/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
improved symbol printing
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Fix test colorization
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
ffi-intern-hook simplification
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Fix failing test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Rename some functions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Merge branch 'print' of https://github.com/6502/jscl...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Merge pull request #74 from 6502/dotted-pair-read
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Merge pull request #73 from Strigoides/list-stuff
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
better error reporting for (1 . 2 <EOF>
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
removed unused function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
fixed detection of multiple objects after . in list
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
merged trunk
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Andrea Griffini
removed unused function and added detection for multipl...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
ADJOIN
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
INTERSECTION
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
Add KEY and TEST args to MEMBER
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
RASSOC
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
COPY-ALIST
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
Rewrite ACONS and PAIRLIS tests using dotted lists
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Owen Rodley
Merge branch 'master' of https://github.com/davazp...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
Define custom symbol object in prelude instead of plain...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
More progresses in FFI
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
David Vázquez
FFI conversion
commit
|
commitdiff
|
tree
|
snapshot
next