jscl.git
11 years ago[doc] Some proposals for code organization and style
Alfredo Beaumont [Mon, 3 Jun 2013 09:38:56 +0000 (11:38 +0200)]
[doc] Some proposals for code organization and style

11 years agoMerge pull request #113 from orodley/quotes-in-docstrings
David Vázquez [Mon, 3 Jun 2013 09:23:14 +0000 (02:23 -0700)]
Merge pull request #113 from orodley/quotes-in-docstrings

Fix #111, error with docstrings containing single quotes

11 years agoFix #111, error with docstrings containing single quotes
Owen Rodley [Mon, 3 Jun 2013 01:09:49 +0000 (13:09 +1200)]
Fix #111, error with docstrings containing single quotes
ESCAPE-STRING assumes the resulting string is going to be double-quoted,
and LAMBA-NAME/DOCSTRING-WRAPPER was only single quoting them.

A similar issue was present for function names with single quotes. These
should be read differently, i.e. FO'O => FO (QUOTE O), but until the
reader is fixed to deal with this I think allowing them in function
names makes more sense than failing with a strange error message

11 years agoMerging from upstream.
Ken Harris [Sun, 2 Jun 2013 19:16:36 +0000 (12:16 -0700)]
Merging from upstream.

11 years agoFixing tabs/spaces. (Oops.)
Ken Harris [Sun, 2 Jun 2013 17:32:00 +0000 (10:32 -0700)]
Fixing tabs/spaces.  (Oops.)

11 years agoExtend DIGIT-CHAR-P to include all HexDigit characters.
Ken Harris [Sun, 2 Jun 2013 17:31:06 +0000 (10:31 -0700)]
Extend DIGIT-CHAR-P to include all HexDigit characters.

11 years agoCharacter case predicates.
Ken Harris [Sun, 2 Jun 2013 17:13:01 +0000 (10:13 -0700)]
Character case predicates.

11 years agoPersistent history
David Vázquez [Sun, 2 Jun 2013 08:32:02 +0000 (09:32 +0100)]
Persistent history

11 years agoFix ir-convert-call
David Vázquez [Sat, 1 Jun 2013 11:58:12 +0000 (12:58 +0100)]
Fix ir-convert-call

11 years agoRemove buggy `substitute' uses
David Vázquez [Sat, 1 Jun 2013 11:55:35 +0000 (12:55 +0100)]
Remove buggy `substitute' uses

11 years agoFix bug in reduce-component
David Vázquez [Sat, 1 Jun 2013 11:47:17 +0000 (12:47 +0100)]
Fix bug in reduce-component

11 years agoMerge branch 'master' into experimental-compiler
David Vázquez [Mon, 27 May 2013 20:49:51 +0000 (21:49 +0100)]
Merge branch 'master' into experimental-compiler

11 years agotypo
David Vázquez [Sun, 26 May 2013 10:47:38 +0000 (11:47 +0100)]
typo

11 years agoprogn translation uses ',' Javascript operator
David Vázquez [Sat, 25 May 2013 13:23:30 +0000 (14:23 +0100)]
progn translation uses ',' Javascript operator

New compiler should deprecate this soon

11 years agoRemove debugging format
David Vázquez [Fri, 24 May 2013 22:12:46 +0000 (23:12 +0100)]
Remove debugging format

11 years agoMove backquote to its own file
David Vázquez [Fri, 24 May 2013 20:26:22 +0000 (21:26 +0100)]
Move backquote to its own file

11 years agofind-natural-loops
David Vázquez [Fri, 24 May 2013 20:16:36 +0000 (21:16 +0100)]
find-natural-loops

11 years agoMerge branch 'strings' into arrays
David Vázquez [Fri, 24 May 2013 01:58:40 +0000 (02:58 +0100)]
Merge branch 'strings' into arrays

11 years agostring-upcase and string-downcase non primitives
David Vázquez [Fri, 24 May 2013 01:58:25 +0000 (02:58 +0100)]
string-upcase and string-downcase non primitives

11 years agoRemove SLICE
David Vázquez [Fri, 24 May 2013 01:56:06 +0000 (02:56 +0100)]
Remove SLICE

11 years agoMove concat and char
David Vázquez [Fri, 24 May 2013 01:52:16 +0000 (02:52 +0100)]
Move concat and char

11 years agoMove string-length to non-primitive
David Vázquez [Fri, 24 May 2013 01:49:49 +0000 (02:49 +0100)]
Move string-length to non-primitive

11 years agoRemove char-to-string
David Vázquez [Fri, 24 May 2013 01:47:54 +0000 (02:47 +0100)]
Remove char-to-string

11 years agoSpecial case in make-array for strings
David Vázquez [Fri, 24 May 2013 01:46:45 +0000 (02:46 +0100)]
Special case in make-array for strings

11 years agoarray-element-type special case for strings
David Vázquez [Fri, 24 May 2013 01:44:38 +0000 (02:44 +0100)]
array-element-type special case for strings

11 years agoChange internal format of strings
David Vázquez [Fri, 24 May 2013 01:43:02 +0000 (02:43 +0100)]
Change internal format of strings

11 years agoAdd make-string
David Vázquez [Fri, 24 May 2013 01:27:41 +0000 (02:27 +0100)]
Add make-string

11 years agoconcatenate-two
David Vázquez [Fri, 24 May 2013 01:25:35 +0000 (02:25 +0100)]
concatenate-two

11 years agoFix bug in read-symbol
David Vázquez [Fri, 24 May 2013 01:17:31 +0000 (02:17 +0100)]
Fix bug in read-symbol

11 years agoUse STRING instead of the internal function CHAR-TO-STRING
David Vázquez [Fri, 24 May 2013 01:13:46 +0000 (02:13 +0100)]
Use STRING instead of the internal function CHAR-TO-STRING

11 years agoCompare strings with string= rather than equal
David Vázquez [Fri, 24 May 2013 01:13:16 +0000 (02:13 +0100)]
Compare strings with string= rather than equal

11 years agoRemove AFIND
David Vázquez [Fri, 24 May 2013 01:06:24 +0000 (02:06 +0100)]
Remove AFIND

11 years agoRemove aresize
David Vázquez [Fri, 24 May 2013 01:05:17 +0000 (02:05 +0100)]
Remove aresize

11 years agoFix typo
David Vázquez [Fri, 24 May 2013 01:03:17 +0000 (02:03 +0100)]
Fix typo

11 years agoTest file for array.lisp
David Vázquez [Fri, 24 May 2013 00:55:13 +0000 (01:55 +0100)]
Test file for array.lisp

11 years agoRename arrays.lisp to array.lisp
David Vázquez [Fri, 24 May 2013 00:51:53 +0000 (01:51 +0100)]
Rename arrays.lisp to array.lisp

11 years agoMove vector-push-extend to arrays.lisp
David Vázquez [Fri, 24 May 2013 00:51:38 +0000 (01:51 +0100)]
Move vector-push-extend to arrays.lisp

11 years agoUnidimensional aref and aset
David Vázquez [Fri, 24 May 2013 00:47:49 +0000 (01:47 +0100)]
Unidimensional aref and aset

11 years agoBasic storage vectors operations and array construction
David Vázquez [Fri, 24 May 2013 00:42:18 +0000 (01:42 +0100)]
Basic storage vectors operations and array construction

11 years agoAdd array file
David Vázquez [Fri, 24 May 2013 00:04:28 +0000 (01:04 +0100)]
Add array file

11 years agoNaive reduce-component
David Vázquez [Thu, 23 May 2013 23:47:52 +0000 (00:47 +0100)]
Naive reduce-component

11 years agoRename ir-convert-functoid to convert-functional
David Vázquez [Thu, 23 May 2013 00:29:47 +0000 (01:29 +0100)]
Rename ir-convert-functoid to convert-functional

11 years agoFix comment
David Vázquez [Wed, 22 May 2013 23:36:19 +0000 (00:36 +0100)]
Fix comment

11 years agoSignal an error for invalid go tags in tagbody
David Vázquez [Wed, 22 May 2013 17:09:24 +0000 (18:09 +0100)]
Signal an error for invalid go tags in tagbody

11 years agoNODE-SPLITTING function
David Vázquez [Mon, 20 May 2013 21:42:13 +0000 (22:42 +0100)]
NODE-SPLITTING function

11 years agoFix unreachable blocks removing
David Vázquez [Mon, 20 May 2013 11:25:00 +0000 (12:25 +0100)]
Fix unreachable blocks removing

11 years agoFix comment style and better annotation on expected failure
David Vázquez [Mon, 20 May 2013 10:20:53 +0000 (11:20 +0100)]
Fix comment style and better annotation on expected failure

11 years agoMerge pull request #105 from orodley/numbers
David Vázquez [Mon, 20 May 2013 10:12:55 +0000 (03:12 -0700)]
Merge pull request #105 from orodley/numbers

Numeric functions

11 years agoFix bug in Ir normalization
David Vázquez [Sun, 19 May 2013 23:54:37 +0000 (00:54 +0100)]
Fix bug in Ir normalization

11 years agoFix bug with empty infinite loops
David Vázquez [Sun, 19 May 2013 23:18:09 +0000 (00:18 +0100)]
Fix bug with empty infinite loops

11 years agoAdd some tests for the new functions
Owen Rodley [Sat, 18 May 2013 23:17:23 +0000 (11:17 +1200)]
Add some tests for the new functions

11 years agoFix - and /
Owen Rodley [Sat, 18 May 2013 23:13:28 +0000 (11:13 +1200)]
Fix - and /
Introduce a new macro, as the one for + and * doesn't handle them
correctly

11 years agoAdd /= function
Owen Rodley [Sat, 18 May 2013 14:03:09 +0000 (02:03 +1200)]
Add /= function

11 years agoVariadic functions for * and /
Owen Rodley [Sat, 18 May 2013 13:59:08 +0000 (01:59 +1200)]
Variadic functions for * and /
Uses a new macro DEFINE-VARIADIC-OP, which also captures a pattern used
in + and -, and is used for them as well

11 years agoDEFCOMPARISON for =
Owen Rodley [Sat, 18 May 2013 13:51:08 +0000 (01:51 +1200)]
DEFCOMPARISON for =

11 years agoMove over some numeric functions from boot.lisp
Owen Rodley [Sat, 18 May 2013 13:49:37 +0000 (01:49 +1200)]
Move over some numeric functions from boot.lisp
Leave only the minimum required for booting

11 years agoUse DOLIST instead of WHILE
Owen Rodley [Sat, 18 May 2013 13:10:48 +0000 (01:10 +1200)]
Use DOLIST instead of WHILE

11 years agoCreate numbers.lisp with some basic numeric functions
Owen Rodley [Sat, 18 May 2013 13:05:54 +0000 (01:05 +1200)]
Create numbers.lisp with some basic numeric functions

11 years agoMerge pull request #106 from orodley/typo
David Vázquez [Sun, 19 May 2013 15:10:37 +0000 (08:10 -0700)]
Merge pull request #106 from orodley/typo

Fix typo in tests.lisp

11 years agoFix typo in tests.lisp
Owen Rodley [Sat, 18 May 2013 23:37:24 +0000 (11:37 +1200)]
Fix typo in tests.lisp

11 years agodelete-block ignores already deleted blocks
David Vázquez [Sat, 18 May 2013 12:57:43 +0000 (13:57 +0100)]
delete-block ignores already deleted blocks

11 years agoMerge branch 'master' into experimental-compiler
David Vázquez [Sat, 18 May 2013 12:50:12 +0000 (13:50 +0100)]
Merge branch 'master' into experimental-compiler

11 years agoNew function: dominate-p
David Vázquez [Sat, 18 May 2013 12:50:06 +0000 (13:50 +0100)]
New function: dominate-p

11 years agoExport _all_ standard symbols
David Vázquez [Sat, 18 May 2013 12:42:59 +0000 (13:42 +0100)]
Export _all_ standard symbols

11 years agoMerge branch 'satisfies' of https://github.com/orodley/jscl into satisfies-test
David Vázquez [Sat, 18 May 2013 12:37:35 +0000 (13:37 +0100)]
Merge branch 'satisfies' of https://github.com/orodley/jscl into satisfies-test

Conflicts:
src/toplevel.lisp

11 years agoMerge branch 'master' of github.com:davazp/jscl
David Vázquez [Sat, 18 May 2013 12:33:38 +0000 (13:33 +0100)]
Merge branch 'master' of github.com:davazp/jscl

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

11 years agoMerge branch 'package-improvements' of https://github.com/Ferada/jscl into Ferada...
David Vázquez [Sat, 18 May 2013 12:32:37 +0000 (13:32 +0100)]
Merge branch 'package-improvements' of https://github.com/Ferada/jscl into Ferada-package-improvements

11 years agoRewrite RASSOC using SATISFIES-TEST-P
Owen Rodley [Sat, 18 May 2013 04:35:13 +0000 (16:35 +1200)]
Rewrite RASSOC using SATISFIES-TEST-P

11 years agoRewrite ASSOC using SATISFIES-TEST-P
Owen Rodley [Sat, 18 May 2013 04:32:50 +0000 (16:32 +1200)]
Rewrite ASSOC using SATISFIES-TEST-P

11 years agoRewrite MEMBER using SATISFIES-TEST-P
Owen Rodley [Sat, 18 May 2013 04:29:32 +0000 (16:29 +1200)]
Rewrite MEMBER using SATISFIES-TEST-P

11 years agoAdd TEST-NOT keyword argument to TREE-EQUAL
Owen Rodley [Sat, 18 May 2013 04:26:27 +0000 (16:26 +1200)]
Add TEST-NOT keyword argument to TREE-EQUAL

11 years agoTests for modified sequence functions
Owen Rodley [Sat, 18 May 2013 04:00:09 +0000 (16:00 +1200)]
Tests for modified sequence functions

11 years agoRewrite REMOVE using SATISFIES-TEST-P
Owen Rodley [Sat, 18 May 2013 03:39:17 +0000 (15:39 +1200)]
Rewrite REMOVE using SATISFIES-TEST-P

11 years agoRewrite POSITION using SATISFIES-TEST-P and add missing export
Owen Rodley [Sat, 18 May 2013 03:32:14 +0000 (15:32 +1200)]
Rewrite POSITION using SATISFIES-TEST-P and add missing export

11 years agoRewrite FIND using SATISFIES-TEST-P
Owen Rodley [Sat, 18 May 2013 03:26:43 +0000 (15:26 +1200)]
Rewrite FIND using SATISFIES-TEST-P

11 years agoAdd package tests.
Olof-Joachim Frahm [Sat, 18 May 2013 00:30:10 +0000 (02:30 +0200)]
Add package tests.

11 years agoFix return value.
Olof-Joachim Frahm [Sat, 18 May 2013 00:29:55 +0000 (02:29 +0200)]
Fix return value.

11 years agoFix typo
David Vázquez [Sat, 18 May 2013 00:28:46 +0000 (01:28 +0100)]
Fix typo

11 years agodo-blocks-{forward,backward] checks if reverse post-order information is available
David Vázquez [Sat, 18 May 2013 00:26:24 +0000 (01:26 +0100)]
do-blocks-{forward,backward] checks if reverse post-order information is available

11 years agoRestructuration and compute-dominators in progress
David Vázquez [Fri, 17 May 2013 23:33:36 +0000 (00:33 +0100)]
Restructuration and compute-dominators in progress

11 years agoUpdate CREDITS
David Vázquez [Fri, 17 May 2013 23:31:56 +0000 (01:31 +0200)]
Update CREDITS

New entry: Olof-Joachim Frahm

11 years agoMerge pull request #100 from Ferada/small-fixes
David Vázquez [Fri, 17 May 2013 23:28:24 +0000 (16:28 -0700)]
Merge pull request #100 from Ferada/small-fixes

Small fixes

11 years agoAdd and export DO-(ALL/EXTERNAL)-SYMBOLS.
Olof-Joachim Frahm [Fri, 17 May 2013 22:47:26 +0000 (00:47 +0200)]
Add and export DO-(ALL/EXTERNAL)-SYMBOLS.

11 years agoAdd and export PUSHNEW.
Olof-Joachim Frahm [Fri, 17 May 2013 22:47:05 +0000 (00:47 +0200)]
Add and export PUSHNEW.

11 years agoStrip declarations when compiling a block.
Olof-Joachim Frahm [Fri, 17 May 2013 22:43:07 +0000 (00:43 +0200)]
Strip declarations when compiling a block.

I.e. not only for LAMBDA.  Currently enabled for LET and LET*.

11 years agoAccept string designators in STRING=.
Olof-Joachim Frahm [Fri, 17 May 2013 22:40:43 +0000 (00:40 +0200)]
Accept string designators in STRING=.

11 years agoLIST-ALL-PACKAGES should return a fresh list.
Olof-Joachim Frahm [Fri, 17 May 2013 22:39:57 +0000 (00:39 +0200)]
LIST-ALL-PACKAGES should return a fresh list.

11 years agoAdd EQ as function so that #'EQ works.
Olof-Joachim Frahm [Fri, 17 May 2013 22:38:58 +0000 (00:38 +0200)]
Add EQ as function so that #'EQ works.

11 years agoGeneralize delete-empty-block to delete-block
David Vázquez [Fri, 17 May 2013 16:49:36 +0000 (17:49 +0100)]
Generalize delete-empty-block to delete-block

11 years agoAdd Samuel Chase to CREDITS
David Vázquez [Fri, 17 May 2013 16:20:59 +0000 (17:20 +0100)]
Add Samuel Chase to CREDITS

11 years agoMerge pull request #92 from samebchase/experimental
David Vázquez [Fri, 17 May 2013 16:15:20 +0000 (09:15 -0700)]
Merge pull request #92 from samebchase/experimental

Implemented string<

11 years agoAnother check in check-ir-consistency
David Vázquez [Fri, 17 May 2013 15:33:22 +0000 (16:33 +0100)]
Another check in check-ir-consistency

11 years agoir-normalize computes block ordering
David Vázquez [Fri, 17 May 2013 08:48:46 +0000 (09:48 +0100)]
ir-normalize computes block ordering

11 years agoMerge pull request #94 from abeaumont/master
David Vázquez [Fri, 17 May 2013 08:39:31 +0000 (01:39 -0700)]
Merge pull request #94 from abeaumont/master

Complete SUBST support with :test-not keyword parameter, error checking and tests

11 years agoMerge pull request #99 from abeaumont/clhs
David Vázquez [Fri, 17 May 2013 08:11:48 +0000 (01:11 -0700)]
Merge pull request #99 from abeaumont/clhs

Updated the status of some items in Conses dictionary

11 years ago[clhs] Mark some items in Conses Dictionary as DOING or DONE
Alfredo Beaumont [Thu, 16 May 2013 19:57:47 +0000 (21:57 +0200)]
[clhs] Mark some items in Conses Dictionary as DOING or DONE

11 years ago[clhs] Fix typo
Alfredo Beaumont [Thu, 16 May 2013 19:57:08 +0000 (21:57 +0200)]
[clhs] Fix typo

11 years agoActually merge
Samuel Chase [Thu, 16 May 2013 16:48:59 +0000 (22:18 +0530)]
Actually merge

11 years agoMerge branch 'master' of https://github.com/davazp/jscl into experimental
Samuel Chase [Thu, 16 May 2013 16:33:42 +0000 (22:03 +0530)]
Merge branch 'master' of https://github.com/davazp/jscl into experimental

Conflicts:
src/string.lisp
src/toplevel.lisp

11 years agoRemove deprecated comment
David Vázquez [Thu, 16 May 2013 14:59:52 +0000 (15:59 +0100)]
Remove deprecated comment