Commit graph

5038 commits

Author SHA1 Message Date
jgarcia
b03e07bd12 Replaced global variable *funs* by the new compiler environment. 2006-06-12 08:51:56 +00:00
jgarcia
8e49187cf5 Avoid using EVAL to speed up the macroexpansion process. 2006-06-12 08:51:51 +00:00
jgarcia
f36f53a933 Remove redundant function. 2006-06-12 08:51:47 +00:00
jgarcia
1666ae1468 Allow users to provide a compiler environment when building interpreted code. 2006-06-12 08:51:43 +00:00
jgarcia
ab2da5b861 EXPAND-DEFMACRO now outputs a lambda block. 2006-06-12 08:51:38 +00:00
jgarcia
9ba498dd0b With the unicode patch, some function names were not properly updated. 2006-06-02 16:24:08 +00:00
mgoffioul
34f8629125 Add :SYSTEM argument to C::BUILDER to build either console or Windows programs. 2006-06-01 08:12:17 +00:00
mgoffioul
3b08401048 Fix sequence reading when using binary streams with 8 bits. 2006-05-31 13:16:56 +00:00
jgarcia
6cf9da9ae0 Fixed typo (J. Stecklina) 2006-05-30 10:58:03 +00:00
jgarcia
69e7290bf5 Build with sbcl-sockets by default 2006-05-30 10:12:08 +00:00
jgarcia
3d6ecf5997 Remove bogus paragraph from the documentation (J. Stecklina) 2006-05-30 10:10:30 +00:00
jgarcia
74801eee8e Simplify the configuration flags for GMP (J. Stecklina) 2006-05-30 10:09:34 +00:00
jgarcia
2a55488e7e Emit proper code for arrays that contain circular references 2006-05-29 12:36:36 +00:00
jgarcia
20ab0394db New special forms for handling the lisp stack. These constructions are used for function calls with too many arguments, multiple-value-prog1, unwind-protect, etc 2006-05-29 08:53:53 +00:00
jgarcia
18c22bd8b1 New functions registered in the MSVC port. Fixed bugs in the names of characters. Undone some name changes. 2006-05-29 08:52:03 +00:00
jgarcia
94e7c62cac Unified the code for string comparison functions. MAKE-SYMBOL now allows extended strings as far as they do not contain extended characters. Fixed typos in socket.lsp. Extended characters are printed with the same number of digits as in CHAR-NAME. 2006-05-29 08:51:37 +00:00
jgarcia
53dfd6fdb2 New function SI:COPY-TO-SIMPLE-BASE-STRING supersedes other redundant coercion functions. BASE_CHAR_P was wrong. Symbols can be made out of extended strings. 2006-05-29 08:51:33 +00:00
jgarcia
fa937337f8 Some lisp functions with non-standard names (base-char-p, base-string) are renamed and moved to the SYS package. socket.lsp fixed to understand base strings. limited support for arbitrary strings in string streams. 2006-05-29 08:51:28 +00:00
jgarcia
ff0be77070 Support for unicode strings as data structure (no clever handling of characters yet) contributed by Brian Spilsbury. 2006-05-29 08:51:21 +00:00
jgarcia
84a18a8642 Fixed typo 2006-05-22 15:03:54 +00:00
jgarcia
66e4bda5df Same environment structure for compiler and interpreter allows MACROEXPAND to behave properly when local functions shadow local or global macro definitions. 2006-05-20 22:18:03 +00:00
jgarcia
6ecb05deb9 Reduced the number of functions dealing with macros. The second value of MACROEXPAND-1 is T whenever the macro function was called. MACROEXPAND detects some infinite loops. 2006-05-20 22:17:03 +00:00
jgarcia
218aa941f8 DEFPACKAGE failed to import symbol NIL when specified in :IMPORT-FROM clauses 2006-05-20 22:13:47 +00:00
jgarcia
49fb08f443 Allow user defined dispatch functions in funcallable objects (Inspired from B. Spilsbury) 2006-05-20 22:12:36 +00:00
jgarcia
e3504e0614 Fixed typo 2006-05-19 08:04:19 +00:00
jgarcia
3866908bf3 We can now specify the directory for GMP files 2006-05-19 08:04:02 +00:00
jgarcia
7b0c3581bc The name of the init function is given by the name of the object file 2006-05-19 08:03:22 +00:00
jgarcia
6b406c1d83 Now the compiler can externalize constants with circular references 2006-05-17 15:17:29 +00:00
jgarcia
e3cd7d5899 (THE (VALUES ...) ...) now works 2006-05-16 16:51:17 +00:00
jgarcia
ee50a03ea4 Use MAKE-LOAD-FORM to compile constants that do not have a readable printed representation (Brian Spilsbury) 2006-05-16 16:18:39 +00:00
jgarcia
fd49f0fdbc Some declarations in sysfun.lsp have return type *. Interpret this as (VALUES &REST). 2006-05-06 08:20:42 +00:00
jgarcia
95f3350273 Use the file-loading facility in ecl_min 2006-05-06 08:17:52 +00:00
jgarcia
721a20a60f All function calls lead first to creating a call location and then unwinding it. This refactoring will be useful when processing inline forms 2006-05-05 15:20:41 +00:00
jgarcia
d4e15d5910 Comment the code 2006-05-05 15:19:43 +00:00
jgarcia
dade920421 Option names that are not symbols in the keyword package should be quoted (P. Costanza) 2006-05-05 15:15:19 +00:00
mgoffioul
554f795826 Include winsock.h, required with MSVC. 2006-04-26 13:39:44 +00:00
jgarcia
f2ab7ade00 ECL now builds against third-party versions of the Boehm-Weiser garbage collector 2006-04-26 10:02:15 +00:00
jgarcia
4fcdcc9910 Ability to set buffering mode of streams 2006-04-26 10:01:44 +00:00
jgarcia
73f0dbbb5a It is now allowed to use the Boehm-Weiser garbage collector under OpenBSD 2006-04-25 16:14:12 +00:00
jgarcia
ef93a9e2f0 Note the ability to change the buffering mode of a stream 2006-04-25 16:14:04 +00:00
jgarcia
b7dd0a36a3 uname -m can return more than one word, in which case the 'if' statement breaks 2006-04-25 08:35:19 +00:00
jgarcia
a384a6b52c Names have changed. This section has to be reworked. 2006-04-24 08:56:23 +00:00
jgarcia
d544ad51f4 Remove list. The test with valid-type-specifier suffices and is almost as fast. 2006-04-24 08:44:56 +00:00
jgarcia
db290fc2dd Some of the variable types are not symbols, hence we must precede declarations with TYPE. 2006-04-24 08:44:50 +00:00
jgarcia
5e31168db1 Improved identification of wrong declarations. Simplified code for that. 2006-04-24 08:44:44 +00:00
jgarcia
09cb7b7224 Fixed merging of slot accessors from child and parent classes. 2006-04-24 08:44:39 +00:00
jgarcia
330c3e6e09 Fixes to build with Mac OSX Intel. 2006-04-24 08:44:28 +00:00
jgarcia
9218b4bb47 Have to quote the foreign type, to allow (* :CHAR) to work. 2006-04-19 06:48:03 +00:00
jgarcia
13b08093da New function SOCKET-SEND, compatible with SBCL, donated by Dmitri Hrapof 2006-04-18 19:53:50 +00:00
jgarcia
25688f7c60 Note recent fixes 2006-04-18 19:27:53 +00:00