projects
/
jscl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
NODE-SPLITTING function
2013-05-05
David Vázquez
defconstant !lambda-list-keywords
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Fix etypecase
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Export destructuring-bind
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Replace advanced etypecase by cond
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Replace loop macro usage
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
ETYPECASE
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Use def!struct
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Move DEF!STRUCT to defstruct.lisp
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
Support &aux variables
commit
|
commitdiff
|
tree
2013-05-05
David Vázquez
WIP: Include DESTRUCTURING-BIND operator
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Update build instructions
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Create JSCL package to keep the symbols in the host...
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Update name in CREDITS
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Fix read-float. Define CHAR-UPCASE and CHAR-DOWNCASE
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Update AUTHORS file
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Escape token also for the package prefix
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Rewrite and simplify potential-number-p according to...
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
The reader will ignore expressiones prefixed with ...
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Add ALPHA-CHAR-P. FIND and FIND-If work also on sequences
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Add clarifing comment
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Merge branch 'print' of https://github.com/6502/jscl
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Fix test colorization
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
ffi-intern-hook simplification
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Fix failing test
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Rename some functions
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Merge branch 'print' of https://github.com/6502/jscl...
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Merge pull request #74 from 6502/dotted-pair-read
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Merge pull request #73 from Strigoides/list-stuff
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Define custom symbol object in prelude instead of plain...
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
More progresses in FFI
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
FFI conversion
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
String and function FFI conversion
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Move FFI code to src/ffi.lisp
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Fix lambda funcall ((lambda (x) x) 20)
commit
|
commitdiff
|
tree
2013-05-04
David Vázquez
Fix dotted notation and incomplete input error reporting
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Disable test temporarily
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Merge branch 'master' into mutable-strings
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Remove references to non-symbol literals
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Merge branch 'master' into mutable-strings
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Macro precompilation
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Fix typo
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Easier bootstrap
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Define macro-function
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Remove duplicated string conversion
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Non-recursive !reduce
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Merge branch 'master' into mutable-strings
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Fix: join fails on empty list
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Some string tests
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
(SETF CHAR) and move string related code to string...
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Remove temporary code
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Some string conversions in error reporting
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Fix several newly introduced bugs in the migration...
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Fix symbol name dumping
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Merge branch 'master' into strings
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
Simplify tests using format
commit
|
commitdiff
|
tree
2013-05-03
David Vázquez
WIP: Strings as array of characters implementation
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Better error reporting using basic format
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
`error' uses basic format
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Remove test because it will fail in the host
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Move hacking tips from the README to HACKING
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Use pop and concatf in basic format
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Character printing
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Fix bug in character reading
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Implement characters as Javascript strings of length 1
commit
|
commitdiff
|
tree
2013-05-02
David Vázquez
Merge pull request #69 from 6502/symbol-quoting
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge tests/return-from.lisp into tests/control.lisp
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Declare as special variable *use-html-output-p* in...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #66 from 6502/return-from
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #68 from 6502/case-otherwise
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Fix test in SBCL
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Vectors are equal if they are eql only
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Use defparameter instead of defvar to reset test reporting...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Do not use html in RUN-TESTS-IN-HOST
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #58 from Strigoides/colorize-tests
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Fix typo if/when
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Pass argument count explicitly instead of use arguments...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #28 from maxwellhansen/patch-1
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Fix test
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Remove usage of the *block-counter* variable
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Fixes #64 issue on nested scoping in non local exists
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Name 'JSCL' instead of 'This progrma' in the license...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Include license header to package.lispn
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Move more functions to list.lisp and create package...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Rename AUTHORS to CREDITS and add an entry for Nikodemus...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge branch 'build-tweaks' of https://github.com/nikodemus...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Ignore declarations in lambdas
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
named-lambda is a function descriptor rather than a...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Add Andrea Griffini to AUTHORS
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge branch 'equal' of https://github.com/6502/jscl...
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #45 from abeaumont/read-integer
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge pull request #43 from tarballs-are-good/patch-2
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Add to AUTHORS: Owen Rodley
commit
|
commitdiff
|
tree
2013-05-01
David Vázquez
Merge https://github.com/Strigoides/jscl into pull...
commit
|
commitdiff
|
tree
2013-04-26
David Vázquez
Merge branch 'dump-changes-bug'
commit
|
commitdiff
|
tree
2013-04-26
David Vázquez
Fix bug in symbol dumping
commit
|
commitdiff
|
tree
2013-04-26
David Vázquez
Revert "Simplify literal object dumping"
commit
|
commitdiff
|
tree
2013-04-26
David Vázquez
Revert "Functions dump-array, dump-cons and dump-symbol"
commit
|
commitdiff
|
tree
next