projects
/
jscl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add EQ as function so that #'EQ works.
[jscl.git]
/
src
/
2013-05-17
Olof-Joachim Frahm
Add EQ as function so that #'EQ works.
tree
|
commitdiff
2013-05-17
David Vázquez
Merge pull request #92 from samebchase/experimental
tree
|
commitdiff
2013-05-16
Samuel Chase
Actually merge
tree
|
commitdiff
2013-05-16
Samuel Chase
Merge branch 'master' of https://github.com/davazp...
tree
|
commitdiff
2013-05-15
Alfredo Beaumont
Remove unneeded whitespace
tree
|
commitdiff
2013-05-15
Alfredo Beaumont
Modify SUBST to:
tree
|
commitdiff
2013-05-15
Alfredo Beaumont
Add SATISFIES-TEST-P utility function, to be used by...
tree
|
commitdiff
2013-05-15
Alfredo Beaumont
Add COMPLEMENT function definition, including tests.
tree
|
commitdiff
2013-05-15
Alfredo Beaumont
Complete SUBST support with :test-not keyword parameter...
tree
|
commitdiff
2013-05-15
David Vázquez
Simple TRACE utility
tree
|
commitdiff
2013-05-15
David Vázquez
TIME macro
tree
|
commitdiff
2013-05-13
Samuel Chase
Add test for (string< "aaa" "aaaaa")
tree
|
commitdiff
2013-05-13
Samuel Chase
Add string< to toplevel
tree
|
commitdiff
2013-05-12
Samuel Chase
Implemented string<
tree
|
commitdiff
2013-05-12
Samuel Chase
Implemented string<
tree
|
commitdiff
2013-05-12
Samuel Chase
Add test for string< and get it to fail
tree
|
commitdiff
2013-05-12
Samuel Chase
Change Ecmalisp to JSCL in comment.
tree
|
commitdiff
2013-05-12
Alfredo Beaumont
sublis: take sanity check out of recursive function
tree
|
commitdiff
2013-05-12
Alfredo Beaumont
Add support for SUBLIS function, including tests
tree
|
commitdiff
2013-05-12
Alfredo Beaumont
Add support for STRINGP function
tree
|
commitdiff
2013-05-10
Alfredo Beaumont
car and cdr variants: order definitions properly, remov...
tree
|
commitdiff
2013-05-10
David Vázquez
Merge pull request #89 from Strigoides/subseq
tree
|
commitdiff
2013-05-10
David Vázquez
Merge https://github.com/abeaumont/jscl
tree
|
commitdiff
2013-05-10
David Vázquez
Relax compiler literal caching
tree
|
commitdiff
2013-05-10
Owen Rodley
Misc. fixes to SUBSEQ, tests
tree
|
commitdiff
2013-05-09
Owen Rodley
Implement SUBSEQ for lists
tree
|
commitdiff
2013-05-09
Alfredo Beaumont
Add support for mapc
tree
|
commitdiff
2013-05-09
Brit Butler
Implement fboundp.
tree
|
commitdiff
2013-05-09
David Vázquez
Use do-sequence
tree
|
commitdiff
2013-05-09
David Vázquez
Merge pull request #86 from Strigoides/remove-if
tree
|
commitdiff
2013-05-09
Owen Rodley
Implement REMOVE-IF[-NOT] for vectors
tree
|
commitdiff
2013-05-09
Owen Rodley
Fix ALPHA-CHAR-P for capital letters
tree
|
commitdiff
2013-05-09
Owen Rodley
Add missing export for ALPHA-CHAR-P
tree
|
commitdiff
2013-05-08
David Vázquez
lisp-implementation-type
tree
|
commitdiff
2013-05-08
David Vázquez
*features* support for the reader
tree
|
commitdiff
2013-05-08
David Vázquez
Merge pull request #83 from pnathan/features
tree
|
commitdiff
2013-05-08
David Vázquez
Remove wrong array branch from equal
tree
|
commitdiff
2013-05-08
pnathan
Removed :ansi-cl as per issue #83
tree
|
commitdiff
2013-05-08
pnathan
Moved to misc.lisp
tree
|
commitdiff
2013-05-08
pnathan
Merging from upstream
tree
|
commitdiff
2013-05-08
David Vázquez
Merge branch 'reader-backward-references' of https...
tree
|
commitdiff
2013-05-08
David Vázquez
Fix keyword dumping and restoring
tree
|
commitdiff
2013-05-08
Andrea Griffini
Merge branch 'master' of github.com/davazp/jscl into...
tree
|
commitdiff
2013-05-08
pnathan
Added *features* parameter.
tree
|
commitdiff
2013-05-06
David Vázquez
Organize the functions in the file
tree
|
commitdiff
2013-05-06
David Vázquez
Merge DOSEQ into DO-SEQUENCE
tree
|
commitdiff
2013-05-06
David Vázquez
Move more code to sequence.lisp
tree
|
commitdiff
2013-05-06
David Vázquez
Move sequence functions to sequence.lisp
tree
|
commitdiff
2013-05-06
David Vázquez
Remove old FIND
tree
|
commitdiff
2013-05-06
David Vázquez
Redefine ATOM
tree
|
commitdiff
2013-05-06
Andrea Griffini
Merge branch 'master' of github.com/davazp/jscl into...
tree
|
commitdiff
2013-05-06
Nikodemus Siivola
make FIND and REPLACE work on vectors as well
tree
|
commitdiff
2013-05-06
Nikodemus Siivola
export FIND
tree
|
commitdiff
2013-05-06
Nikodemus Siivola
add not-entirely-correct VECTOR-PUSH-EXTEND
tree
|
commitdiff
2013-05-06
David Vázquez
Better `case' macro with multikeys
tree
|
commitdiff
2013-05-06
David Vázquez
Better COND
tree
|
commitdiff
2013-05-06
David Vázquez
value argument is optional in defvar
tree
|
commitdiff
2013-05-06
David Vázquez
Add copyright notice
tree
|
commitdiff
2013-05-06
Andrea Griffini
typo in array printing
tree
|
commitdiff
2013-05-05
Henry Irvine
add prog macro
tree
|
commitdiff
2013-05-05
David Vázquez
DOLIST and DOTIMES use extended lambda lists
tree
|
commitdiff
2013-05-05
David Vázquez
Destructuring mismatch errors
tree
|
commitdiff
2013-05-05
Andrea Griffini
wip *print-circle* support
tree
|
commitdiff
2013-05-05
David Vázquez
Remove unnecesary let* binding reusing the &whole var...
tree
|
commitdiff
2013-05-05
Andrea Griffini
added afind primitive
tree
|
commitdiff
2013-05-05
Andrea Griffini
reader support for ## and #=
tree
|
commitdiff
2013-05-05
David Vázquez
Move *MAGIC-UNQUOTE-MARKER* back to compiler.lisp
tree
|
commitdiff
2013-05-05
David Vázquez
DEFMACRO supports extended macro lambda lists
tree
|
commitdiff
2013-05-05
David Vázquez
Fix key arguments in nested lists
tree
|
commitdiff
2013-05-05
David Vázquez
defconstant !lambda-list-keywords
tree
|
commitdiff
2013-05-05
David Vázquez
Fix etypecase
tree
|
commitdiff
2013-05-05
David Vázquez
Export destructuring-bind
tree
|
commitdiff
2013-05-05
David Vázquez
Replace advanced etypecase by cond
tree
|
commitdiff
2013-05-05
David Vázquez
Replace loop macro usage
tree
|
commitdiff
2013-05-05
David Vázquez
ETYPECASE
tree
|
commitdiff
2013-05-05
David Vázquez
Use def!struct
tree
|
commitdiff
2013-05-05
David Vázquez
Move DEF!STRUCT to defstruct.lisp
tree
|
commitdiff
2013-05-05
David Vázquez
Support &aux variables
tree
|
commitdiff
2013-05-05
David Vázquez
WIP: Include DESTRUCTURING-BIND operator
tree
|
commitdiff
2013-05-04
David Vázquez
Create JSCL package to keep the symbols in the host...
tree
|
commitdiff
2013-05-04
David Vázquez
Fix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
tree
|
commitdiff
2013-05-04
David Vázquez
Escape token also for the package prefix
tree
|
commitdiff
2013-05-04
David Vázquez
Rewrite and simplify potential-number-p according to...
tree
|
commitdiff
2013-05-04
David Vázquez
The reader will ignore expressiones prefixed with ...
tree
|
commitdiff
2013-05-04
David Vázquez
Add ALPHA-CHAR-P. FIND and FIND-If work also on sequences
tree
|
commitdiff
2013-05-04
David Vázquez
Add clarifing comment
tree
|
commitdiff
2013-05-04
Andrea Griffini
improved symbol printing
tree
|
commitdiff
2013-05-04
David Vázquez
ffi-intern-hook simplification
tree
|
commitdiff
2013-05-04
David Vázquez
Fix failing test
tree
|
commitdiff
2013-05-04
David Vázquez
Rename some functions
tree
|
commitdiff
2013-05-04
David Vázquez
Merge branch 'print' of https://github.com/6502/jscl...
tree
|
commitdiff
2013-05-04
David Vázquez
Merge pull request #74 from 6502/dotted-pair-read
tree
|
commitdiff
2013-05-04
Andrea Griffini
better error reporting for (1 . 2 <EOF>
tree
|
commitdiff
2013-05-04
Andrea Griffini
removed unused function
tree
|
commitdiff
2013-05-04
Andrea Griffini
fixed detection of multiple objects after . in list
tree
|
commitdiff
2013-05-04
Andrea Griffini
merged trunk
tree
|
commitdiff
2013-05-04
Andrea Griffini
removed unused function and added detection for multipl...
tree
|
commitdiff
2013-05-04
Owen Rodley
ADJOIN
tree
|
commitdiff
2013-05-04
Owen Rodley
INTERSECTION
tree
|
commitdiff
2013-05-04
Owen Rodley
Add KEY and TEST args to MEMBER
tree
|
commitdiff
next