Juan Jose Garcia Ripoll
e6eee9f5d1
contrib/asdf/asdf-ecl.lisp:
...
* added a field :prologue-code to the monolithic operation. This field works
just like the previous :epilogue-code.
* gather-components uses a new way to list the set of load-op operations that
ASDF would normally produce.
* library operations would collect too many object files by not filtering
by system. This was probably a typo in bundle-sub-operations.
2009-11-01 02:41:15 +01:00
Samium Gromoff
a027435354
Generalise the ASDF epilogue code fix to monolithic bundle ops.
2009-10-24 18:42:53 +02:00
Juan Jose Garcia Ripoll
b606466993
contrib/sockets/sockets.lisp: Implemente SO_LINGER properly (needs struct linger) (M. Mondor). In Windows, set-sockopt-timeval had the older interface, without the socket level.
2009-10-18 18:51:14 +02:00
Juan Jose Garcia Ripoll
25e7849e2b
contrib/sockets/sockets.lisp: two more typos fixed (Chun Tian)
2009-10-17 21:41:51 +02:00
Juan Jose Garcia Ripoll
7d0e542de1
contrib/sockets/sockets.lisp: added a new argument to define-sockopt specifying the level of the interface (SOL_SOCKET or IPPROTO_TCP).
2009-10-17 19:55:35 +02:00
Juanjo
25c9b636e1
contrib/sockets/sockets.lisp: remove unused conditionalization.
2009-10-05 11:00:32 +02:00
Juan Jose Garcia Ripoll
61b7c0ac31
Same reverse fix as before.
2009-08-17 21:25:20 +02:00
Juan Jose Garcia Ripoll
7077608d93
Default buffering mode defaults to NIL (:NONE) so that we do not break code expecting no buffering. Change will be undone at some point in the future.
2009-08-17 20:30:35 +02:00
Juan Jose Garcia Ripoll
413b9561cf
Two compatibility improvements in the SOCKETS library:
...
1) The buffer types :FULL and :LINE are supported.
2) We create an alias called SB-BSD-SOCKETS
2009-08-16 10:49:36 +02:00
Samium Gromoff
9a0402d616
Disallow :EPILOGUE-CODE leaking from :PROGRAM to constituent BUNDLE-OPs.
2009-08-06 15:30:42 +02:00
Samium Gromoff
7460dfdd23
Fix MONOLITHIC-BUNDLE-OP slot name typo.
2009-08-06 15:30:41 +02:00
Juan Jose Garcia Ripoll
1eb01d1431
Only produce FASB files for systems with more than just precompiled binary components.
2009-08-05 22:31:19 +02:00
Juan Jose Garcia Ripoll
96f4c92bd7
Next iteration of the code for building and installing fake ASDF components for every ECL module.
2009-08-05 22:23:36 +02:00
Juan Jose Garcia Ripoll
9b6de867b5
A much simpler solution for registering modules with ASDF without creating *.asd files
2009-08-05 21:40:15 +02:00
Juan Jose Garcia Ripoll
e7369e72fd
Modules which are loaded with REQUIRE, but which belong to ECL, are now registered with ASDF and can be used in dependencies.
2009-08-05 20:56:00 +02:00
Juan Jose Garcia Ripoll
4a9b55b8c8
Add alias :rtest to sb-rt
2009-08-05 20:55:37 +02:00
Juan Jose Garcia Ripoll
94b43077a6
Replace an invalid comment by a more meaningful one.
2009-07-29 12:29:59 +02:00
Juan Jose Garcia Ripoll
9382296aa8
The code profile.lsp still used an SBCL-propietary function.
2009-06-30 19:42:20 +02:00
Juan Jose Garcia Ripoll
144d25367d
Instead of replacing all DEFCONSTANT with DEFPARAMETER, use LET statements to prevent evaluation of the c-inline forms in profile, sockets and serve-event
2009-06-29 14:41:04 +02:00
Juan Jose Garcia Ripoll
19cbcd5a7c
Replace DEFCONSTANT with DEFPARAMETER because it constains a call to C-INLINE
2009-06-28 21:44:06 +02:00
Juan Jose Garcia Ripoll
f6ff6e4ffc
Again, DEFCONSTANT statements cannot contain C-INLINE forms.
2009-06-28 21:43:26 +02:00
Juan Jose Garcia Ripoll
ebefe248a0
Replace DEFCONSTANT with DEFPARAMETER because it constains a call to C-INLINE
2009-06-28 21:41:01 +02:00
Juan Jose Garcia Ripoll
307ae3853a
profile.lsp contained a DEFCONSTANT statement that could not be evaluated in the compiler.
2009-06-28 21:36:12 +02:00
Samium Gromoff
a42dbe52bc
Fix MAKE-BUILD: filter out :FASL files from INPUT-FILES return value.
2009-04-18 14:51:31 +02:00
Samium Gromoff
bd85fecd4a
Prevent double loading caused by the .fas rebuild fix commit.
2009-04-17 14:52:44 +02:00
Samium Gromoff
dda0b05e5b
Missing .fas files should trigger rebuild, or subsequent LOAD will fail.
2009-04-12 21:09:24 +02:00
Juan Jose Garcia Ripoll
d52383c27e
Add feature marking the use of the bytecodes compiler instead of the native compiler
2009-04-02 15:20:55 +02:00
Juan Jose Garcia Ripoll
005dc07061
Added the possibility of bytecompiling forms and saving them. New module bytecmp uses this to implement COMPILE and COMPILE-FILE.
2009-04-01 02:29:48 +02:00
Juan Jose Garcia Ripoll
ecf055bc5a
Fixes for the Windows port, including a flag to make ANSI C streams the default file type.
2009-03-30 14:42:16 +02:00
Juan Jose Garcia Ripoll
af158f819a
CLX registers itself with *MODULES* and requires SOCKETS. Split SOCKETS's package definition into a different file so that CLX can load it before being compiled.
2009-02-24 12:45:54 +01:00
Juan Jose Garcia Ripoll
150398b8b1
Extended strings are now arrays of 32-bit integers.
2009-02-07 19:54:34 +01:00
Juan Jose Garcia Ripoll
02a44ebdcd
The Unicode database is shipped in DOS CR+LF format
2009-01-11 20:11:50 +01:00
Juan Jose Garcia Ripoll
ba16e548a3
Installed version 5.0.0 of the Unicode database
2009-01-11 20:11:22 +01:00
Juan Jose Garcia Ripoll
3c3dafa315
When ECL is built with --enable-unicode, it uses its own database for Unicode properties instead of tolower, toupper, etc.
2009-01-10 22:45:38 +01:00
Juan Jose Garcia Ripoll
f8478fb5e9
Missing 'make directory' for the generated files
2009-01-09 15:11:24 +01:00
Juan Jose Garcia Ripoll
f4eb4dc68c
Adapt the tools files for being used by the test suite
2009-01-09 11:11:44 +01:00
Juan Jose Garcia Ripoll
392cb901f6
Added more aliases which are compatible with iconv's
2009-01-09 11:10:43 +01:00
Juan Jose Garcia Ripoll
1bf50bed96
Added support for more complex character encodings (ISO-2022-JP)
2009-01-08 19:52:01 +01:00
Juan Jose Garcia Ripoll
537cf31bfd
Added some more references to the character database
2009-01-05 17:34:37 +01:00
Juan Jose Garcia Ripoll
aacec998f6
Added references to some Japanese encodings.
2009-01-05 16:56:58 +01:00
Juan Jose Garcia Ripoll
ac54475fb6
Character mappings are now in binary form and include support for East Asian codepages.
2009-01-05 16:24:10 +01:00
Juan Jose Garcia Ripoll
7fcaee964f
Aliases are automatically generated and installed.
2009-01-04 17:49:57 +01:00
Juan Jose Garcia Ripoll
738bcba7f1
Redundant codepage WINDOWS-CP874
2009-01-04 14:22:33 +01:00
Juan Jose Garcia Ripoll
c20ac3a7a0
Implemented user defined encodings. Added files for most useful encodings.
2009-01-02 20:03:45 +01:00
Juan Jose Garcia Ripoll
9cdbb57dbc
Better support for external formats, including the :CR, :LF and :CRLF options.
2009-01-02 16:49:01 +01:00
Juan Jose Garcia Ripoll
c9b36e4005
Merged the new_signals branch.
2008-12-23 12:08:29 +01:00
Juan Jose Garcia Ripoll
035d8779b9
trunc() does not exist in Solaris.
2008-12-22 10:12:35 +01:00
Juan Jose Garcia Ripoll
c331bd2630
We do not use stdio any more, but require the close() function.
2008-12-05 13:54:30 +01:00
Juan Jose Garcia Ripoll
b7f0067ae9
New implementation of lisp streams based on a method dispatch table.
2008-10-19 00:00:58 +02:00
Juan Jose Garcia Ripoll
8a3350f180
Protect the socket library with no-interrupt blocks
2008-10-11 00:28:17 +02:00